@TracketPacer Many of the people that I share this with are going to be deeply enraged, and that makes me happy 😁
V.Important Q, though, what's the chocolate bar of choice for OSFP instead of QSFP?
We're going to need Mickens to give us an update to The Night Watch. We're going from
I HAVE NO TOOLS BECAUSE I'VE DESTROYED MY TOOLS WITH MY TOOLS.
to
I HAVE NO TOOLS BECAUSE MY TOOLS HAVE DESTROYED THEIR TOOLS WITH THEIR TOOLS.
No comment on how much closer things brings us to "RIVERS OF BLOOD ALL DAY EVERY DAY."
@puf@the_thagomizer The hardbacks are intended to be ordered chronologically, based on my best interpretation of the relationships between Cryptonomicom, Anathem, FALL, TS, and Snow Crash (TDA is clearly post-SC).
That said, Seveneves feels very out of place.
@nealstephenson thoughts? 😅
@TracketPacer This wouldn't have rung true for more until the last year, when I learned how many upper-stack workload failures happen in certain software stacks in the face of one misbehaving L1 electrical channel.
@RideoutTim You may want to look into the availability of @HyperinflationTim on various social networks if you want to continue that line.
Should be easy to grab?
Introducing ATLAS: New scaling laws for massively multilingual language models. We offer practical, data-driven guidance to balance data mix and model size, helping global developers better serve billions of non-English speakers. Learn more: https://t.co/8FsHLBKsou
You know things are bad when the most boring person doing the most boring job for decades has to come out and say, “Stop trying to arrest us for doing math”
What have I been up to lately?
Oh, nothing, just working with an amazing team of people across @googlecloud and @nvidia to combine the best of both into this beautiful beast.
I can't wait for you all to meet!
We’ve been working closely with @nvidia to sustainably build compute infrastructure of the future. Check out a sneak peek of our custom GB200 NVL racks running in our labs.
Register for the App Dev & Infrastructure #GoogleCloudSummit to learn more → https://t.co/tICbhLFN4i
Horrible, yes, but that doesn't mean it doesn't exist.
Taking the liberty of assuming you used the same key --
Enigma works this way (using the key for any given day) provided you also pick the same initial rotor position each time).
In more modern (but still outdated) history, RC4 also has this property. The same is true of any block cipher operated in ECB mode (don't do this) or counter mode with a fixed initialization vector (don't do this either).
CBC mode (again with a constant IV) has the interesting property that the ciphertext would be identical up until the block with the diff and then highly divergent thereafter.
Modern schemes intentionally avoid this property by using large random or pseudo-random initialization vectors and by rotating keys frequently (often as part of some broader key agreement protocol).