Boom (YC W16) – Supersonic Passenger Airplanes 10 years ago
Oh man what hilarious story! Thanks for posting it.
HN user
Oh man what hilarious story! Thanks for posting it.
You know iTerm is a tool I use so often that I've taken its existence for granted. Thank you for all your hard work over the years. You've made a beautiful piece of software.
Use Vim, it's the best diff tool by a long shot. Syntax highlighting, side-by-side diffs, and code folding (when large contiguous sections are equal)
vimdiff <(curl -s "https://httpbin.org/get") <(curl -s "https://httpbin.org/get?show_env=1")
It takes some getting used to but once you go vimdiff you'll never go back.