Welcome to Tools of the Trade. Here we explore text editors like Vim and Emacs, along with indispensable Unix utilities like grep, awk, and sed.
Tools of the Trade
Why VS Code Took the Programming World by Storm
Before Visual Studio Code arrived, the programming world was already crowded with editors. There was Vim for those who loved the keyboard, Emacs for those who wanted an editor that could become an operating system, Sublime Text for speed, Atom for hackability, Notepad++ on Windows, and countless IDEs for specific languages.
read moreTools of the Trade
The Rustification of the Unix Toolbox
The best Rust tools rarely reject the philosophy of small composable programs–they simply revisit decades-old implementations with today’s programming languages and expectations.
read moreTools of the Trade
Old Tools, New Ideas: What the Rust Utilities Taught Me
Perhaps nowhere is the impact of Rust felt more than in sysadmin: its speed and expressiveness means that some old tools are being modernized. Whether this is good of bad depends on the user’s perspective.
read moreTools of the Trade
The Case for Small Tools: Why Unix still teaches us the best way to solve big problems
Every program is a set of functions that cooperate to produce the desired result. Did you ever consider how your computer makes it possible for you to craft complete programs on-the-fly through its small utilities?
read more