Scott Meyers’ hilarious talk about C++ idiosyncrasies. 😀
Tag: Programming
Why Programming is Difficult
There are three other things that make programming difficult:
- Fixing things that should not be broken
- No time for learning things
- Bad environment for programming
Let’s look at these things – these are all “time thieves”
Programming is terrible – Lessons learned from a life wasted
There are no words to describe this talk, just watch it!
Or maybe there are … those of the presenter himself: “A bad programmer talks about bad programming.”
Spacegrey UI Theme for Sublime Text
Spacegrey – an awesome and really good-looking UI theme for Sublime Text.
Explaining Shell Commands
Let explainshell.com explain your shell commands and let it look up arguments and flags. 😀
ADN: Race Condition in Life
https://alpha.app.net/riyad/post/16862808
Struggles of a Systems Programmer
James Mickens has probably written the most hilarious essay about the struggles of a systems programmer. xD
Unsafe Chrome Sometimes Necessary
In my work – every now and then – I found myself in need of a browser with reduced security checks (mainly to gloss over cross domain XMLHttpRequests and SSL certificate violations) for testing purposes. I didn’t want to take the risk and use my main browser session with these settings, so I made me a script (also available as a Gist). 🙂
Tip:
If you use oh my ZSH you can save this file in
~/.oh-my-zsh/custom/plugins/chrome-unsafe/chrome-unsafe.plugin.zsh
and add “chrome-unsafe” to your list of used plugins in
~/.zshrc
Sequel Pro
A friend recommended Sequel Pro as a GUI for MySQL databases. After trying it out for a day I must say I’m pleasantly surprised. 🙂
ADN: Another Git Cheatsheet
https://alpha.app.net/riyad/post/14760717