Hacker Newsnew | past | comments | ask | show | jobs | submit | m_mueller's commentslogin

e.g. the climate models that could be run on some of these systems would dwarve anything we’ve been able to do so far.

btw. Fortran is implicitly behaving as "restrict" by default, which makes sense together with its intuitive "intent" system for function/subroutine arguments. This is one of the biggest reasons why it's still so popular in HPC - scientists can pretty much just write down their equations, follow a few simple rules (e.g. on storage order) and out comes fairly performant machine code. Doing the same (a 'naive' first implementation) in C or C++ usually leads to something severely degraded compared to the theoretical limits of a given algorithm on given hardware.

Oh I actually had some editing mistake, I meant to say that also Rust has restrict by default, by virtue of all references being unique xor readonly.

As I understand it, the Fortran compiler just expects your code to respect the "restrictness", it doesn't enforce it.


So that's where the intent system comes in (an argument can be in/out/inout) as well as the built-in array sizes, because it allows you to express what you want and then the compiler will enforce it. In Fortran you kinda have to work hard to invade the memory of one array from another, as they are allocated as distinct memory regions with their own space from the beginning. Pointer math is almost never necessary. Because there is built-in support for multidim arrays and array lengths, arrays are internally anyways built as flat memory regions, the same way you'd do it in C-arrays for good performance (i.e. cache locality), but with simple indices to address them. This then makes it unnecessary to treat memory as aliased by default.

Honestly, I still don't get why people have built up all these complex numerics frameworks in C and C++. Just use Fortran - it's built for exactly this usecase, and scientists will still be able to read your code without a CS degree. In fact, they'll probably be the ones writing it in the first place.


There are good reasons to use Fortran, some having to do with the language and many to do with legacy codes. These have to be balanced with the good reasons to avoid using Fortran for new development, which also have to do with the language and its compilers.

To me it just boils down to using the right tool for each job. I definitely wouldn’t use Fortran for anything heavily using strings. One weakness is also the lack of meta programming support. But for numerical code to be run on a specific hardware, including GPU, it’s pretty close to perfect, especially also since NVIDIA invested into it.

I’m glad you like it.

I think it depends on how strong the compression advancements are going to be, such that much can be done locally in the future. I'd be interested in experiences of others here in using Gemma4, which is at the forefront of "intelligence per gigabyte" atm. (according to benches).

so you want us to reed furst? wat ar u dumb?


imagine how it would hit today. I'd guess a vast majority would feel insulted by it...


How many felt insulted by Don't Look Up--I'm guessing that Venn is a circle.


I wasn't insulted, but it did feel a bit too on the nose to really work as satire.

Idiocracy got there just in time, before things became so stupid that satire wasn't possible any more. You have to exaggerate so hard that it lacks the feeling of cleverness required by satire.

The Onion struggles on. They've always been true masters of the form. I wrote my own news satire back in the 80s and quit when I saw The Onion; they were far better than I would ever be. Practically nobody else can still pull off satire here in the worst timeline.


Armando Iannucci - creator of The Thick of It and Veep - has said this in public statements. Politics is so ridiculous now on both sides of the Atlantic that he finds political satire impossible to pull off anymore. His last show for HBO Avenue 5 had to take place on a space liner for rich people with Hugh Laurie as a faux-captain who can’t keep his accent straight.

In Australia the satire Utopia has now predicted several major pointless government projects, including a stadium in Tasmania that no one wanted. https://www.news.com.au/sport/sports-life/abc-comedy-series-...


Texas Monthly (“The National Magazine of Texas”) covers local news with a straight face, letting the absurdity speak for itself. Read the recent article about ranchers and rabbis searching for the perfect heifer to bring about the end of the world - you can see the movie coming (Coen Brothers or The Daniels?) https://www.texasmonthly.com/news-politics/red-heifer-prophe...


A straightforward rendition of the last 10 years wouldn't even pass the smell test for a satire. It might work as some kind of experimental dark slapstick.


"this so called planet killer doesn't matter to us, and we live in a free speech country! checkmate scientists"

like that?


Read through this comment section to get a glimpse.


that's great, could read the source code on how to unify gravity and quantum mechanics for all energy levels? vibeing to a nobel price will be cool...


this is insane. I guess it's that easy for telcos to lobby the legislators for keeping up their rents?


> guess it's that easy for telcos to lobby the legislators

16 states having restrictions while two go explicitly pro-municipal broadband doesn’t seem like a lobbyist’s panacea. Skimming the list of states with restrictions, they look like red states trying to bridle their blue cities. Partisanship seems the more-parsimonious explanation.


~100 million consumers (assuming average sized states are impacted) being essentially defrauded by a cartel of telcos - doesn't really matter what you wanna call it but I'd say it's a pretty major deal.


> it's a pretty major deal

Never disagreed.


You're assuming they are giving these people hundreds of thousands of dollars, they aren't. These are mostly state politicians that make between $50k-80k who rarely get a campaign donation above $10k. These corporations absolutely give them the bare minimum (seriously talking between $500 to $4k maybe), it's only federal Senators that typically make the big bucks since they have the ability to single handedly gum up the system to prevent legislation.

But yeah, it's not only easy it's very cheap. This is why you need a workers party so workers can effectively collaborate together to either primary the politician or convince them otherwise.

Oh and you can't just do this once either, it takes an entire life's worth of work and it never ends.


I'd say first of all you need to put a lid on it, call this kind of thing again what it is (bribery), and make it illegal. Secondly, if someone wants a public office: pay them well (they'll still have the revolving door afterwards anyways), but all their finances will need to be published on a quarterly basis. It's not exactly rocket science, this kind of thing is implemented in many jurisdictions.


at least in the Netherlands you got these nice street bricks, so it's not always a waste of concrete and patched streets. https://www.youtube.com/watch?v=Cq1kV6V_jvI


a guided missile would never be used against a civilian target! oh wait..


90M > 2x Germany? You might wanna check your math on that...


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: