March 2012
19 posts
Mar 27th
2 notes
RandomlyHaphazard: Three Virtues of a Programmer →
randomlyhaphazard: Laziness– The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don’t have to answer so many questions about it. Hence, the first great virtue of a…
Mar 18th
21 notes
Mar 18th
4,690 notes
2 tags
Footnote
I just found out there is a way to add footnotes1 to your tumblr posts. How cool is that? just found out about them here: Webmasters Stackexchange ↩
Mar 17th
2 tags
Mar 13th
3 notes
2 tags
Mar 12th
2 notes
Terminals for Absolute Beginniners: Part 1 →
Mar 11th
1 tag
Mar 9th
7 notes
100 Best Tumblrs of All Time →
Mar 9th
4 tags
Mar 9th
4 tags
Mar 9th
1 note
Host Your Own Webapp, Personal Nameplate, or... →
I’ve been using Octopress and this technique for my Web Development Site , and it’s been amazing! It’s so much fun to publish blog articles with a simple git push “Most people consider Github just a repository for code and a place where developers can collaborate on projects and visitors can download cool new open-source applications. It’s definitely that, but there’s much...
Mar 8th
5 notes
3 tags
Service Oriented Architectures and the Future of... →
Mar 8th
2 notes
Backbone patterns →
niccai: Handy
Mar 7th
3 notes
Mar 7th
34 notes
5 tags
Protip: Create Multiple Directories at Once in...
Most people who use a linuz terminal are familiar with the mkdir command. However, there are several ways to use it to create multiple directories in a single command. Create multiple subdirectories with -p By using mkdir -p, you can create a directory and sub directories all at once, like so: mkdir -p multiple/directory/example Create multiple directories with {} you can also create...
Mar 7th
2 notes
2 tags
My Eureka Moment with Regular Expressions →
Mar 7th
4 tags
Using Doctrine with CodeIgniter →
My main complaint about working with CodeIgniter is that their Model class is pretty weak sauce. Despite the bickering people love to do on various programming sites, I still think ORM is a valid way of modeling data. And Instead of finding some half-baked self made solution, this looks like a really good way to go to handle data and relations with CodeIgniter.
Mar 6th
1 tag
New Blog →
I’ve been less active on Tumblr as of late because I recently set up a new blog / homepage here. It’s running Octopress and running on Github. I’ll still be posting shorter things here on tumblr, and reserve this for my longer form writing.
Mar 6th