Hacker News new | ask | show | jobs
by nathancahill 3240 days ago
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.
1 comments

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