Reading List
The most recent articles from a list of feeds I subscribe to.
Easy Vim filter script example
You can run any number of selected lines in Vim through any bash script and whatever you echo from that script will replace those selected lines. Comment filter script example Super easy example to get the point across. I’m using PHP-style single line commenting for simplicity. You can add an executable file with the following […]
Leon and Ashley at sunrise
Generate Entity Relationship Diagrams for a Laravel codebase
When starting on a codebase that has been worked on for some time, it can be handy to try and get an over-arching picture of the system and relationships between the various models. I recently decided to add this to my own onboarding process steps, which should of course be in addition to actual discussions […]
Log pile at Pipe Hall Farm
Using TMUX without prefixes
I have decided to try and use TMUX wihtout using prefixes; instead opting for just using the ALT key for my bindings.