Readit News logoReadit News
Cold_Miserable commented on Generating All 32-Bit Primes (Part I)   hnlyman.github.io/pages/p... · Posted by u/hnlyman
Cold_Miserable · 2 hours ago
Heh. 1.Create fast modulus quad M for dword D for the first 2000? 200000? (xM)D 2.Eliminate 0b,101b 3.Divide using vrcp14ss/vdivss with correction. Use fast square root too using rsqrt14.
Cold_Miserable commented on Why No AI Games?   franklantz.substack.com/p... · Posted by u/pavel_lishin
01100011 · 12 days ago
Having recently considered playing Dwarf Fortress(and quickly rejecting it for UI issues and overall tediousness), it seemed like a game that would benefit from an LLM backend. I'm curious what sorts of world history an LLM could come up with. It likely would be a lot less efficient than the current system, but interesting nonetheless. I think it would be easy for devs/modders to add a way to supply an API key to an LLM and experiment there.

Also having recently played a run of Civ5(before burning out because the late game is tedious and the overall game so unrealistic), I thought that good AI would help 4x games remain epic while letting the user choose their level of tedium. It would be nice, for instance, to manually go through the early game when management is easy and exploration is fun, only to turn that over to an AI at some point(and you generally do with autoexploration). Same thing with other eras though. By the time I'm in the late game and have a large empire, I'd rather focus on diplomacy and moving armies, not city management or worker management. I don't want to commit to fully giving up on those aspects of the game though. It would be nice to, say, automate war mostly but be able to jump in if I want to micromanage for a few turns.

Cold_Miserable · 12 days ago
Distant Worlds I and now II has had full automation for ages.
Cold_Miserable commented on US orders diplomats to fight data sovereignty initiatives   reuters.com/sustainabilit... · Posted by u/colinhb
hgomersall · 18 days ago
I've not made any accusations, nor do I think that the elites are not to blame. I said that "money printing" is not the problem here. The reason it's not the problem is because the quantity of money simply reflects savings. By focussing on "money printing", you're missing the actual problems. Arguably, that's the point, since the elite tend to do well when money is considered a scarce commodity.

Sure, spending might cause inflationary effects, but that's orthogonal to quantity (flows not stocks), but then economics is the science of confusing stocks with flows.

Cold_Miserable · 18 days ago
"Currency printing" and inflation are exactly the same thing.
Cold_Miserable commented on AVX2 is slower than SSE2-4.x under Windows ARM emulation   blogs.remobjects.com/2026... · Posted by u/vintagedave
kbolino · a month ago
I suspected this was because the vector units were not wide enough, and it seems that is the case. AVX2 is 256-bit, ARM NEON is only 128-bit.

The big question then is, why are ARM desktop (and server?) cores so far behind on wider SIMD support? It's not like Intel/AMD came up with these extensions for x86 yesterday; AVX2 is over 15 years old.

Cold_Miserable · 25 days ago
AVX2 isn't really 256-bit. Its 2x128-bit.
Cold_Miserable commented on Beginning fully autonomous operations with the 6th-generation Waymo driver   waymo.com/blog/2026/02/ro... · Posted by u/ra7
ACCount37 · a month ago
Human inner ear is worse than a $3 IMU in your average smartphone in literally every way. And that IMU also has a magnetometer in it.

Beating human sensors wasn't hard for over a decade now. The problem is that sensors are worthless. Self-driving lives and dies by AI - all the sensors need to be is "good enough".

Cold_Miserable · a month ago
Human hearing is excellent. Good directional perception and sensitivity. Eyesight is the weakest sense. Poor color sensitivity, low light sensitivity, blindspot. The terrible natural design flaws are compensated by natural nystagmas and the brain filling in the blanks.
Cold_Miserable commented on 1 kilobyte is precisely 1000 bytes?   waspdev.com/articles/2026... · Posted by u/surprisetalk
Cold_Miserable · a month ago
Its 1024. Hard drive manufacturers should be forced to use the correct metric.
Cold_Miserable commented on xAI joins SpaceX   spacex.com/updates#xai-jo... · Posted by u/g-mork
borland · a month ago
It's a solved problem. The physics is simply such that it's really inefficient.

> ... we'd need a system 12.5 times bigger, i.e., roughly 531 square metres, or about 2.6 times the size of the relevant solar array. This is now going to be a very large satellite, dwarfing the ISS in area, all for the equivalent of three standard server racks on Earth.

https://taranis.ie/datacenters-in-space-are-a-terrible-horri...

The gist of it is that about 99% of cooling on earth works by cold air molecules (or water) bumping into hot ones, and transferring heat. There's no air in space, so you need a radiator 99x larger than you would down here. That adds up real fast.

Cold_Miserable · a month ago
A really painfully laboured way of just saying conduction.
Cold_Miserable commented on De-dollarization: Is the US dollar losing its dominance? (2025)   jpmorgan.com/insights/glo... · Posted by u/andsoitis
ifwinterco · 2 months ago
I agree but the difference between the French and the British is the French really didn't have a choice (they got physically invaded).

You could make a very good case that for Britain entering into WW1 was a catastrophic and ultimately unnecessary decision. And you could make a (much more controversial but I think also true) case that entering into WW2 was also not necessary and ultimately fairly catastrophic.

Yet the British elites chose to do both. Pride, hubris, stupidity, maybe well deserved, call it what you want, but in the end British power was given away cheaply. I think what the US is currently doing is foolish but as you say there's also a sort of inevitability about it.

Edit: You could also add the Soviet Union to this, an even more recent example of the end of an empire. Towards the end during the Gorbachev era policymaking went from relatively "normal" (by Soviet standards) to extremely bizarre in a short space of time

Cold_Miserable · 2 months ago
Britain should have stayed neutral like Sweden and Switzerland instead of getting economically devastated.
Cold_Miserable commented on Conditions in the Intel 8087 floating-point chip's microcode   righto.com/2025/12/8087-m... · Posted by u/diogotozzi
WalterBright · 2 months ago
I've always thought the 8087 was a marvelous bit of engineering. I never understood why it didn't get much respect in the software business.

For example, when Microsoft was making Win64, I caught wind that they were not going to save the x87 state during a context switch, which would have made use of the x87 impractical with Win64. I got upset about that, and contacted Microsoft and convinced them to support it.

But the deprecation of the x87 continued, as Microsoft C did not provide an 80 bit real type.

Back in the late 80's, Zortech C/C++ was the first compiler to fully implement NaN in the C math library.

Cold_Miserable · 2 months ago
x87 should have been killed off. It would have forced lazy game developers to use SSE around the 2005 era.

u/Cold_Miserable

KarmaCake day11May 16, 2023View Original