Hacker News new | ask | show | jobs
by ignoramous 1661 days ago
+ dgsh [0], I wonder if one could build a serverless sh map-reduce?

[0] https://news.ycombinator.com/item?id=21700014

2 comments

Yeah, that should be possible I guess. I slightly had another idea in the back of my head with LSH.

E.g. see https://davidwells.io/blog/rise-of-embarrassingly-parallel-s...

If you count someone else's server as "serverless", then yes: https://adamdrake.com/command-line-tools-can-be-235x-faster-...
>If you count someone else's server as "serverless"

That's literally what serverless is. Serverless doesn't mean there are no servers. It is simply the ability to run your code without having to think about the server it is running on. More server agnostic than serverless.