_ahxg's comments

_ahxg | 1 year ago | on: Discord Reduced WebSocket Traffic by 40%

Moreover, i imagine a lot of these bots are built on top of an SDK instead of directly working with API calls, so would be just a matter of changing the SDK internals.

_ahxg | 2 years ago | on: Avoid Async Rust at All Cost

interesting. I hope it's not too late to ask: could you expand a little bit, in particular, what do you mean by "over very general dataflow graphs"?

_ahxg | 2 years ago | on: F*** Paywalls

But I wonder if it's not always intentional as maybe ad blockers kill some of paywalls some times?

_ahxg | 2 years ago | on: F*** Paywalls

The irony is that someone paid for a 3 letters domain + infrastructure to keep this running for free.

_ahxg | 2 years ago | on: Bevy 0.12

Very cool!! On the last update 0.10 -> 0.11, I had to make quite a few changes on my app, but this time it compiled out of the box!

_ahxg | 2 years ago | on: F*** Paywalls

12ft.io is actually down for me now:

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

Vet is probably a very good example of economies of scale. I remember a vet in my town in Brazil complaining how hard it is if he get ill (or take vacations i presume), that he will lose his customers and how much he regretted not becoming a state employee.

_ahxg | 2 years ago | on: π in Other Universes

A good example of that is how the Axiom of choice impacts the measure/probability theory.

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

> At this point I was interested and decided to take a look if the Wii U implementation suffers from the same issue. To my surprise the Wii U implementation looks something like this instead

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: Onion Futures Act

I swear I thought it was about banning trading futures on Onion Tor hidden services. Then on second read I thought it was about banning trading in layers, like onions, whatever that meant.

_ahxg | 2 years ago | on: Why Async Rust?

> I can't risk losing days to some tangle of an async runtime compatibility snafu.

At this point in time, if you use Tokio, won't basically everything mainstream work? At least that has been my experience so far.

page 1