2024-03-25
Safe Ways To Do Things In Bash
I still don't think you should, but if you're going to write programs in bash, you should at least try and know what you're doing to prevent shooting yourself in the foot.
I still don't think you should, but if you're going to write programs in bash, you should at least try and know what you're doing to prevent shooting yourself in the foot.
On a simplicity kick. Seriously, stop complicating things when they're too simple for you. A program really can just be a series of nested function calls and no more. Resist the temptation to "simplify" an already simple problem.
One of the older essays with interesting things to discuss. Worth a read and deep contemplation.
Less practical and more comedic.
This is the only software philosophy you need.
I've rarely felt more like I could have written a post than this. Stop over complicating everything.
Absolutely invaluable insights into managing and creativity.
Great introduction to many core computing.
Such a simple concept that gives you so much return. I've used this to great effect in many large projects.
A fun combination of Taoism and software development. Truly something valuable to the career programmer.
If you're writing SaaS you really need to understand these concepts.
The amount of time it takes to remove code you didn't write in most code bases is way too high. Too many people think the source code is the valuable part of the company when it is quite clearly the mental model in the heads of the programmers that provides at least ten times the value.
A Rich Hickey talk is always a good time.