/Daniel Kleinstein

Advanced Terminal Tips And Tricks tl;dr: “I wanted to share some things I learned at relatively late stages in the game that ended up being significant productivity boosters for me: (1) Use command line editing. (2) tmux scripting. (3) Use fzf liberally in custom scripts. (4) Use /dev/stdin as a replacement for heredocs. (5) Use SSH multiplexing.

featured in #534


Slashing Data Transfer Costs In AWS By 99% tl;dr: “AWS replicates S3 data between availability zones for you - whatever this might cost AWS is hidden away in the storage costs you pay for your data. So at its most fundamental level, this method is unlocking free cross-AZ costs - because you’ve effectively already paid for the cross-AZ cost when you uploaded your data to S3! Indeed, if you were to leave your data stored in S3, you’d end up paying significantly more than the cross-AZ cost - but by deleting it immediately after transferring it, you unlock the 99% savings we were going for.”

featured in #481