Edit: and it just occurred to me that the the French AI, Mistral ("a strong wind that blows from southern France") might have been referencing this with the red-faced cat in their logo:
They're both "(not fielded...etc. etc.)".
The Kherson episode is distinct from an earlier report of an incident that purportedly occurred that same September, involving Crimea just to the south, and raised concerns about Musk’s ability to influence the conflict in Ukraine.
Pshaw. Wake me up when we get to The Telescope of Devastation.
Apparently thinking about "the shrews" or "rooster's balls" or "the maternity of giraffes" or "pregnant birds" are also used.
Somebody claims it's from Greek mythology where a crab is talking to Zeus and claiming he's immortal because he doesn't just walk forward but in any direction (time-travel like). I couldn't find that myth, but there is one in which he gets... killed by Heracles for pinching his foot in a battle with the Hydra and gets placed among the stars by Zeus's wife as a reward for loyalty.
If there is an origin to the saying I don't think anyone knows it or thinks of it anymore. It's just a ridiculous/inexistent thing to think about, like those other examples above.
Nobody cares. Not even MAGAts truly care about this anymore, judging by reactions on what became of thedonald.
"No, I mean what does it stand for?"
"Well, you'd hardly be able to see him if he didn't."
"Who's signal is this?"
"Oh, it's that guy with the metal strips. His address is on a post-it note somewhere around here."
The real meat of the story is in the referenced blog post: https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram
TL;DR
If you're short on time, here's the key engineering story:
McIlroy's first innovation was a clever linguistics-based stemming algorithm that reduced the dictionary to just 25,000 words while improving accuracy.
For fast lookups, he initially used a Bloom filter—perhaps one of its first production uses. Interestingly, Dennis Ritchie provided the implementation. They tuned it to have such a low false positive rate that they could skip actual dictionary lookups.
When the dictionary grew to 30,000 words, the Bloom filter approach became impractical, leading to innovative hash compression techniques.
They computed that 27-bit hash codes would keep collision probability acceptably low, but needed compression.
McIlroy's solution was to store differences between sorted hash codes, after discovering these differences followed a geometric distribution.
Using Golomb's code, a compression scheme designed for geometric distributions, he achieved 13.60 bits per word—remarkably close to the theoretical minimum of 13.57 bits.
Finally, he partitioned the compressed data to speed up lookups, trading a small memory increase (final size ~14 bits per word) for significantly faster performance.
It also propels itself forward by discharging high velocity watermarks.
I doubt it, that would be too much of a coincidence to have two people named Torvalds in one picture.
NoSpotOfGround
0 post score0 comment score
What are these screenshots of?