Hacker News new | ask | show | jobs
by jgrahamc 1718 days ago
Three years ago I sat in front of a whiteboard with some folks and we sketched out the future roadmap for Cloudflare Workers. Here's a picture of that whiteboard: https://imgur.com/a/nSnrT15

We went with "R2" because it better reflects the fact that we want it to be S3 minus one thing: egress fees.

1 comments

Q1 will be R2 minus one thing: storage fees.
P0 has already been built: https://devnull-as-a-service.com/
I love the filename on their cleanup script "gift to the open source community":

https://devnull-as-a-service.com/one-less-to-go.sh

  sudo rm -rf $(sudo find / -type f -print0 | shuf -n1 -z)