I come to you as the world's foremost expert on parenting. To be more specific, I am an expert at parenting my two daughters. There are many ...
Link: smartic.us
It has been way too long, since I’ve shared a video on vim. Today I want to introduce vim text objects to those of you who might be unfamiliar. Text objects provide an extremely easy way to interact with text using motion commands.
http://www.example.com/ nofun not so funny…. http://smartic.us bryanl http://zachholman.com/ Zach This is hilarious. http://riethmayer.de/ Jan lol bryan, that's funny A little bit to hard not getting distracted, if you understand the german. But for my standup tomorrow, it seems that ...
It’s happening again: An extremely successful software developer with a very large following lists his rules for success, and people jump for joy at the occasion, and use that list to justify their practices. That sounds great, doesn’t it? While reading, Testing like the TSA , I found...
I come to you as the world’s foremost expert on parenting. To be more specific, I am an expert at parenting my two daughters. There are many lessons you can learn from your own maturing process that can make you a better parent. Lessons in patience and diligence definitely come in han...
Yesterday, I was having a discussion with a young, bright, aspiring developer about code, and the subject of tests came up. In the Ruby community these days, the assumption is that everyone tests their apps, so our conversation evolved to the actual testing practice. I appreciate the ...
This specifies the initial number of heap slots. The default is 10000 . The minimum amount of heap slots is pretty small. Since this configuration is just for my tests, I’m sure I will use way more slots, so I’m going to start of with more. This means that initially my test process wi...
Sometimes things happen and for reasons unknown, your airport stops working. You could go the menu bar, turn WIFI off, and then turn WIFI on again, or you could do create a shell script with these contents #!/bin/bash /usr/sbin/networksetup -setairportpower en0 off sleep 1 /usr/sbin/n...