That’s 25 attoseconds, no?.. If so, that’s impressive.
The power record holder right now is the Măgurele laser in Romania, at 10 PW, but it lasts a thousand times longer, at 25 femtoseconds I believe. I can’t find clear info on pulse duration anywhere. They do intend to decrease pulse durations it seems.
I think “blitzkrieg” matches somewhat: don’t stop to engage every stronghold, just drive around them, isolate them, and cut off their support networks.
This doesn’t make sense to me. The ultimate value of shares is in the dividends they represent, no? If there are no dividends ever, what are they sharing in? Is it just a postponement until future dividends? A share in control of activities?
I get that there’ll be speculation that will keep values increasing, and selling can net a profit, but what does the last share-holder get?
Thanks, and sorry about that! I removed the colon from near my URL now, just in case.
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.
Have you considered that you may be a hallucinating AI yourself?.. Quick, try drawing a full glass of wine!
That’s not true, I’m sure NATO will answer NATO’s call to help kick NATO’s ass.
Well, no, China is bad because freedom is very restricted there and because they have ambitions to dominate the world.
Yes, every other world power in the world is more or less the same. People cannot, in general, be trusted to be “good” when given the opportunity to abuse. A world power can be held in check by the presence and efforts of other world powers, though.
Let us enjoy our schadenfreude!!
Oh, right, you did say “just got mine”… Never mind me. It does seem like it could be a mismatch between what the adb was compiled for and what it’s being asked to install on.
I think it needs special hardware to run on:
It is developed to run on an Orbic mobile hotspot (Amazon, Ebay) which is available for $20 or less at the time of this writing.
Ok, fair enough then. Could have been a simple misunderstanding.
Yeah it’s mostly about some real estate developer called William Levitt, and that creepy bit about “oh you know what they did on that yacht” (paraphrased).
Ok, you keep saying that but never explain why/how. Like, why refuse such a small change so aggressively?
You’re thinking with your emotions, not your rationality right now. Fiki_fiki is right, by insulting people as you’re trying to convince them of something only makes them cling harder to their existing beliefs.
Buy the ticket, rake the ride!
I get the impression this is a video-only thing because you need multiple vantage points of the scene. You can still extract a single frame in the end of course (like the article itself does), but you’ll need to shift around meaningful distances, like attack submarines do with Target Motion Analysis.