Viewing profile — quaunaut
quaunaut
HN member- Joined
- Wed, Dec 28, 2011, 1:40 PM UTC
- HN karma
- 2,562
- Public activity
- 541 items
- HN profile
- View on Hacker News ↗
About quaunaut
Elixir, Ruby, JS, Docker, Kubernetes
Contact me anytime, [this-username]@gmail.com
Recent public activity
-
comment
Comment #48598513
Ignoring the ironically missing way to respond to the post beyond the consult page, this is something I used to reliably do, for exactly this reason: > First, it’s positive and aff…
-
comment
Comment #47997428
What cases was it saying it was lying? An average and a median can be drastically different without the average being false, right?
-
comment
Comment #47997419
While interesting, I get a few questions from this: - As another commenter said, this is a known disadvantage of averages. I'm curious if it's possible to get a median result from …
-
comment
Comment #47253149
Except it's not something you can really accurately assess before you start working somewhere.
-
comment
Comment #47191124
Are you serious? This is the kind of thing you'd ask a clarifying question on and get information back immediately. Further, the huge overreaction from Hegseth shows this is a fund…
-
comment
Comment #47184523
In what business is everyone in the company going business class?
-
comment
Comment #45889569
This reads as if it isn't trivial to have an HTTP API for your public API in Erlang/Elixir, which is weird. Sure there isn't an included HTTP API for Erlang processes, but why exac…
-
comment
Comment #45889380
> Lets count the number of comercial sucesful released games that don't use mutability or object orientation.... > > I can't find any. They use it, but the best tend to minimize mu…
-
comment
Comment #45748771
It's a normal part of scaling because often bringing in the new technology introduces its own ways of causing the exact same problems. Often they're difficult to integrate into aut…
-
comment
Comment #44812119
Just for example, the site for the National Archives still shows Article 1 Sections 9 & 10: https://www.archives.gov/founding-docs/constitution-transcri...
-
comment
Comment #44786203
Genuine question, as I've not invested much into understanding this. What features of the OS would enable these kinds of network restrictions? Basic googling/asking AI points me in…
-
comment
Comment #44333023
The main lib everyone uses, :ex_aws, has been actively maintained for literally over a decade[1]. Official or not, it's used by literally the entire community, since even non-AWS s…
-
comment
Comment #43648245
I'm not a big fan of Go, and I think you could write this about nearly any language.
-
comment
Comment #41100734
Config/settings management are often paired with things that require at the very least an app reboot, where Feature Flags are explicitly something that should be capable of changin…
-
comment
Comment #40466225
I mean, this mechanism wouldn't make a server operator using entirely non-Google cert authorities more difficult to maintain. I'm pretty cynical on Google these days, but I don't s…
-
comment
Comment #40466168
To tl;dr for people: - As we've known for years, cryptographically-relevant quantum computers(CRQC) likely could wreck digital security pretty massively - For HTTPS, 2 out of its 3…
-
comment
Comment #40007452
I understand, and what you shared is a perfect example of what I said- but I fundamentally disagree with the notion that it's the same between the two. I think that in effect, as y…
-
comment
Comment #40007102
If people get it wrong so regularly, what value is it providing as a concept? These concepts are supposed to help us reach something better, if you have to add 30 caveats to every …
-
comment
Comment #40007080
I'd ask what you mean by "fighting the browser"- as generally, the number one way to ruin the performance of your CSS is to introduce depth to it. In general, keeping everything is…
-
comment
Comment #40007064
> Where I think inheritance works best is when the state in base classes is limited and the interface is quiet clear. Ideally where you are meant to override is also well defined. …
-
comment
Comment #40007037
I'd be ready to agree if I could be pointed at a time that inheritance actually carries a real benefit- a time you would choose it over composition, if composition is available.
-
comment
Comment #39991372
Are you visiting from the iOS(possibly Android too, but didn't see anyone mention) app? That's where it's generally happening.
-
comment
Comment #39817240
Nothing that large admittedly- but I have gotten near the 1 million mark(prolly ~800k?) in one project. But I'd also say that at that size(honestly these days, I reach for it prett…
-
comment
Comment #39809069
While I certainly agree, I've found that this is often an indication of too-complex an architecture, and a fundamental re-think being necessary. I've had projects that depend on [f…
-
comment
Comment #39809034
There is actually efforts in the Typescript community attempting to do just that. Personally I think it'll end up being a waste, but these sorts of experiments, even when they fail…