HN user

_ahxg

1 karma
Posts0
Comments35
View on HN
No posts found.

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"?

F*** Paywalls 3 years ago

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

F*** Paywalls 3 years ago

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

Bevy 0.12 3 years ago

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!

F*** Paywalls 3 years ago

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

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.

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

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?

Onion Futures Act 3 years ago

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.

Why Async Rust? 3 years ago

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.

the relentless nagging by some sites to install the mobile apps needs to die.

It seems all about the hope that you can keep the user engaged long terms. I don't blame them, competition for user attention is brutal in the age of the SEO content farms, oligopoly of social networks and the "Tyranny of the Marginal User" as posted here a few days ago.

But probably way less effective now that most users seem overwhelmed by so many push notifications and instinctively learned to mass ignore or dismiss them (myself included, just randomly noticed that background habit a while ago). And then we end-up with piles of installed unused apps just like lost websites in the browser history.

Quite interesting. That doesn't seems like a complete falling apart but rather a (unintentional?) attempt of best of worlds since once set your dependencies on your binary, they will be pinned until you manually run a cargo update.

Granted that the supply chain attack defense would fall on the hands of the users of the library. Unless the library writer aggressively pins of dependencies on the Cargo.toml (not the default semver action), problematic, but at least Cargo allows multiple versions of dependencies on a program, on Python for instance this is much complicated scenario (but still the smallest of the dependencies problems there).