So I found my way to the a Mathematics article on Wikipedia. Good reading!
Daily Archives: 2020-06-29 [Monday]
Today on Hacker News: Our AWS bill is ~ 2% of revenue. Here’s how we did it. A good read about tricks for optimising the cost of AWS services. In short: use Lightsail!
5 modern alternatives to essential Linux command-line tools
Today this one popped up on r/programming. The suggestions were:
- `ncdu` as a replacement for `du`
- `htop` as a replacement for `top`
- `tldr` as a replacement for `man`
- `jq` as a replacement for `sed`/`grep` for JSON
- `fd` as a replacement for `find`