Hacker Newsnew | past | comments | ask | show | jobs | submit | elitepleb's commentslogin

consider versitygw or s3proxy

frankly it's a miracle any of them scaled at all, such popularity mostly comes down to an arbitrary choice made decades ago by a lucky vendor instead of some grand overarching design

Any of them will work just as well, but only with many datacenters worth of drives, which very few deployments can target.

It's the classic horizontal/vertical scaling trade off, that's why flash tends to be more space/cost efficient for speedy access.


citation needed


a simple proof of the opposite is that no one's yet to exploit any of the untaken ranges that way


Elixir removed a jankier https://www.erlang.org/doc/apps/sasl/appup.html mechanism that defined how state is upgraded or downgraded, while watching a directory and recompiling a module automatically or manually from the repl is still common


> while watching a directory and recompiling a module automatically or manually from the repl is still common

That makes it sound like the "hot" part has been removed then, and it's just basically a "live reload" rather than "hot code loading", is that right? There is no persistent state and you get a fresh one after the automatic compilation happened?


I've used utility functions in Erlang where I make changes, then compile and load all modified modules...

It's absolutely hot loading, there's persistent state, any fully qualified function calls run in the newest module. The gen_server pattern always calls into your behavior module with fully qualified calls, so those are pretty easy to get into new code at a reasonable time. If you write your own service loop, it's pretty common to call ?MODULE:loop() to enable hotloading there too.

There's footguns; hotloading is a way to make rapid changes to your system, but sometimes rapid changes isn't what's needed and sometimes the rapid change you make is to go from a partially broken system to a fully broken system. But, there's a virtuous circle when you can make production changes quickly, because you can make a small change and observe and make many follow ups in a single day. With push processes that take a long time, you end up encouraged to make a bigger change one time, otherwise you spend all day waiting for traffic to move between old and new versions, or waiting for instances to deploy, etc.


queued messages stay around in the mailboxes, so no state is lost, but don't get migrated/transformed/versioned via the appup mechanism, unless you opt back into it via libraries for it like https://github.com/ausimian/castle


no, for example if you are running a liveview in dev and recompiling your code the liveview does not lose its state and jumps into the new module, unless I'm mistaken.


This Nil is not a Null, and is only used as a sentinel value to return an error value. And unlike lua, indexing into an unasigned value will not return nil, but throw an exception like index_error.


Running arbitrary user code in IOT systems safely like https://tasmota.github.io/docs/Berry/#rules

It's still receiving maintenance from contributors, but these sort projects reach a stable maturity and stay there for years fulfilling their use case.


Ah, yes. That makes sense.


There's fewer games to vote on every year, as conglomerates like Microsoft out vote your wallet a billion times over every time they buy a game studio to embrace, extend and then extinguish.


If looking at AAA publishers, maybe. The indie game scene continues to pump out games, some good, some bad, at half or less of cost of the AAA games. They won't be as polished, but many still deliver an exceptional experience.


there are more games than ever, it's just that microsoft, ubisoft, etc are spending billions on actual psychologists to ensure the populace remains apathetic towards them.

I don't care how smart you are, how much self control you have, whatever, in the face of billions of dollars, voting with your wallet does not stand a chance. The house always wins.


Huh, that's funny, I've never bought a Ubisoft game. I guess I'm the first person ever who's resistant to those psychologists.


Do you not understand that the people on HN, you and me included, are far from the average consumer? We care about things most people really don't.


They said:

> I don't care how smart you are, how much self control you have, whatever, in the face of billions of dollars, voting with your wallet does not stand a chance. The house always wins.

Yes, you're totally right that HN users are far from the average consumer, but they weren't talking about the average consumer - they were making a categorical statement that all consumers have no self-agency and are mind-controlled by these companies, and I was pointing out how clearly insane that claim is.


That's a ludicrously ungenerous interpretation of what they said. Of course they weren't making an ontological claim. And I'm sure you know that too.



Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: