This memo proposes another short-term solution, address reuse, that complements CIDR or even makes it unnecessary. The address reuse solution is to place Network Address Translators (NAT) at the borders of stub domains. This memo provides information for the Internet community. This memo does not sp...
Cuelang: https://cuelang.org/docs/reference/spec/#numeric-values
Implementation restriction: although numeric values have arbitrary precision in the language, implementations may implement them using an internal representation with limited precision. That said, every implementation must:
- Represent integer values with at least 256 bits.
- Represent floating-point values with a mantissa of at least 256 bits and a signed binary exponent of at least 16 bits.
- Give an error if unable to represent an integer value precisely.
- Give an error if unable to represent a floating-point value due to overflow.
- Round to the nearest representable value if unable to represent a floating-point value due to limits on precision. These requirements apply to the result of any expression except for builtin functions, for which an unusual loss of precision must be explicitly documented.
That works until you realize your calculations are all wrong due to floating point inaccuracies. YAML doesn't require any level of precision for floats, so different parsers on a document may give you different results.
YAML doesn't require any level of accuracy for floating point numbers, and that doc appears to have numbers large enough to run into problems for single-precision floats (maybe double too). That means different parsers could give you different results.
that's what zero sausages does to a mf
manul
In a sense, AI is already fucking with everyone's brain when it comes to mass-produced ads and propaganda.
That describes like 99% of my showers.
They're a part of our cultural heritage now. If four years of the Confederacy is enough to count it as "heritage" , then logically 7 years of Locos Tacos counts too.
Bad news: this article was retracted for fraud after the journal discovered the author wasn't actually a dog.
How is that a limo? That's just a coupe.
Depends on the monkey
Image is accurate, since without bugs, the food chain collapses and takes society with it, and the survivors will have to migrate to rural areas that can support a hunter-gatherer lifrstyle.
Did Schopenhauer make this meme?
Exactly. If Rome wasn't supposed to salt the earth at Carthage, then why was their earth so saltable?
I don't not use Arch, by the way
Yoy should come join the tautology club. Just remember these three rules:
- The first rule of tautology club is the first rule of tautology club
- The second rule of tautology club is not the first rule of tautology club
- If this is your first night at tautology club, you haven't been here before
My favorite thing about tautologies is how tautological they are.
Better than creating this culinary atrocity in real life.
I've been on the internet for over 25 years and I've never seen a meme community that didn't beat memes to death. If moth memes are enough to annoy you, you'd have an aneurysm from "you're the man now dog" memes in the early 00s.

Literuley 1984


Alt text: mod going MAD WITH POWER by inserting "rule" in the title of a post lacking it
(this is sarcasm, in case that wasn't abundantly clear)

Rabies rule


Maggie was found and returned to her owner: https://www.pawboost.com/landing/pet/icRlBUuIvShl1U3XGH0vdvSD3e023dgF/lost-maggie-anchorage-ak-99502

Happy 30th birthday to RFC 1631 ("NAT"), the "short term solution" we all rely on
From the conclusion:
NAT may be a good short term solution to the address depletion and scaling problems. This is because it requires very few changes and can be installed incrementally. NAT has several negative characteristics that make it inappropriate as a long term solution, and may make it inappropriate even as a short term solution. Only implementation and experimentation will determine its appropriateness.