Avatar

patatahooligan

patatahooligan@lemmy.world
Joined
2 posts • 134 comments
Direct message

Of course on my Linux laptop Chrome wouldn’t update automatically either through the browser or from the command line

Can you be more specific? What are you running on the command line and what is the result? Normally, you would install Chrome via a package manager, and that package manager would be responsible for updating it.

permalink
report
parent
reply

Using memory efficiently can give you a 10-100x win.

Yes, it can. But why is this exclusive to assembly? What are you planning to do with your memory use in assembly that is not achievable in C++ or other languages? Memory optimizations are largely about data structures and access patterns. This is available to you in C++.

Also, if you don’t want 90% of the craziness of C++ then why not just code in C++ without 90% of the craziness? As far as I know what’s what a lot of performance-critical projects do. They operate with a feature whitelist/blacklist. Don’t tell me you have the discipline to work entirely in assembly and the knowledge to beat the compiler at the low level stuff that is not available to you in C++ but you can’t manage avoiding the costly abstractions.

I think it speaks volumes how rarely you hear about programs being programmed in assembly. It’s always this one game and never any meaningful way to prove that it would gain performance by not being written in C++ when using a modern compiler.

permalink
report
parent
reply

You are very unlikely to write assembly that is more optimized than what a modern compiler could produce for anything longer than a trivial program. I don’t know if it made sense at the time of the original RCT, but OpenRCT would definitely not benefit from being written in assembly.

permalink
report
parent
reply

Not even close. The paper is questioning LLMs ability to reason. The article talks about fundamental flaws of LLMs and how we might need different approaches to achieve reasoning. The benchmark is only used to prove the point. It is definitely not the headline.

permalink
report
parent
reply

For anyone stumbling onto this who actually wants to be educated, the science has practically unanimously agreed that climate change is mainly caused by human activity. No expert is unaware of the cycles that temporarily affect climate. They are well studied, modeled, and found to pale in comparison to human-made climate change. You can find comparisons between human and natural drivers, with sources from expert organizations and scientific studies, here and here. Funnily enough, the NOAA, which this commenter used as a source for El Niño and La Niña below, also hosts this article which literally starts by linking to a page that points out how climate change is mostly caused by humans.

permalink
report
parent
reply

Where are you searching for updates? Your motherboard manufacturer should release firmware updates that include the microcode patches.

permalink
report
parent
reply

No, there isn’t really any such alternate timeline. Good honest causes are not profitable enough to survive against the startup scams. Even if the non-profit side won internally, OpenAI would just be left behind, funding would go to its competitors, and OpenAI would shut down. Unless you mean a radically different alternate timeline where our economic system is fundamentally different.

permalink
report
parent
reply

You would still not be allowed to to redistribute it though. Others would not be able to build your code and distribute binaries either. Just the act of creating a fork is not enough to create a viable project.

permalink
report
parent
reply

Is there any terminal that uses smooth scrolling, including for command output? Like, for example, you run ls and the files scroll into view rather than the terminal abruptly jumping to the end of the output? I find the jarring transition disorienting and would like to get rid of it.

permalink
report
reply

How would an NFT help in any way? We’re not lacking the means to prove you bought the game. We’re lacking companies willing to sell you games and laws that prevent companies from saying “buy” when they mean “rent”. If we got to a place where torrenting software you’ve bought in the past is legal, we don’t need NFTs to accomplish it…

permalink
report
parent
reply