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 ...
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...
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 ...
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...
Last week, I was given a little camera time, so I got some things off of my chest. TATFT This is a hard thing to do. I’ll be the first person to admit it. Another thing that I admit, is that I do TEST all the time. Spikin’ is natural, and a good thing, but after you are done, get rid ...
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’ve been pushing off learning code folding in vim for a few weeks now. I ended that procrastination and I present to you a short tutorial on code folding in vim. Code folding in vim from Bryan Liles on Vimeo . The import things to remember here are to get your settings correct: "fold...