Hacker News new | ask | show | jobs
by le-mark 3235 days ago
Off topic, but the "serverless" moniker needs to die. I propose "adminless" as in "server I don't have to admin, configure, or patch" as being much more descriptive of whats really going on.
2 comments

Eh, if I'm deploying a cloud function, the server truly doesn't exist for me. It's more like a Web Worker running in a privileged environment. I'm ok with the name.
No, it's really a server running your function. You just (are told you) don't have to worry about the server or what it's actually doing.
> You just (are told you) don't have to worry about the server

...until you receive the $206 bill for the work done by the server.

But that works on the VPS level too. We're just talking about higher levels of abstraction on top of hardware. Which one stops being a "server"? I'd argue that once you lose the OS, it's no longer a "server".
Well, it's not adminless either, as AWS have lots of them keeping the hosts alive and running.

But if you can ignore that, you can probably also ignore the fact that your code runs on a server.