_ahxg | 1 year ago | on: Discord Reduced WebSocket Traffic by 40%
_ahxg's comments
_ahxg | 2 years ago | on: Avoid Async Rust at All Cost
_ahxg | 2 years ago | on: Semantic fuzzing of the Rust compiler and interpreter [pdf]
So basically rustc_codegen_gcc and cranelift can compile code that don't with LLVM and then introduce (or solve) new bugs?
_ahxg | 2 years ago | on: Admin unmasks self as sockpuppet of other admin who was banned in 2015
_ahxg | 2 years ago | on: F*** Paywalls
_ahxg | 2 years ago | on: F*** Paywalls
_ahxg | 2 years ago | on: NewPipe – Lightweight YouTube experience for Android
_ahxg | 2 years ago | on: Bevy 0.12
_ahxg | 2 years ago | on: F*** Paywalls
This Deployment has been disabled.
Your connection is working correctly.
Vercel is working correctly.
402: PAYMENT_REQUIRED Code: DEPLOYMENT_DISABLED
_ahxg | 2 years ago | on: Private equity is devouring the U.S. economy
_ahxg | 2 years ago | on: π in Other Universes
It imply the existence of some sets that cannot be Lebesgue measured (which is an generalization of width, volume, etc for arbitrary sets, also generalization of probability for arbitrary sets)... but it's not possible to present a single example of those non measurable sets, only prove that they exist.
And it's possible to construct an alternative theory with the axiom of determinacy, then any subset of R is measurable.
* https://en.wikipedia.org/wiki/Axiom_of_choice * https://en.wikipedia.org/wiki/Axiom_of_determinacy * https://en.wikipedia.org/wiki/Lebesgue_measure
_ahxg | 2 years ago | on: Exploiting DNS response parsing on the Wii U
_ahxg | 2 years ago | on: Exploiting DNS response parsing on the Wii U
So, how does the author got hold of Wii's code, is it publicly available or was it some kind of reverse engineering?
_ahxg | 2 years ago | on: After 28 years, SSLv2 is still not gone from the internet
While plain text connections would affected only users using the plain text connection.
See comment from https://news.ycombinator.com/item?id=38047633
_ahxg | 2 years ago | on: Onion Futures Act
_ahxg | 2 years ago | on: Rip – Rust crate to resolve and install Python packages
_ahxg | 2 years ago | on: Using extra Firefox profiles to make my life better
_ahxg | 2 years ago | on: Slack is retiring its status account on X
_ahxg | 2 years ago | on: Instagram apologizes for inserting 'terrorist' into Palestinian bio translations
Quite often I saw quite similarly absurd stuff coming out of those translations, so I'm not at all surprised at this.
_ahxg | 2 years ago | on: Why Async Rust?
At this point in time, if you use Tokio, won't basically everything mainstream work? At least that has been my experience so far.