March 2012
19 posts
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…
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 ↩
2 tags
2 tags
Terminals for Absolute Beginniners: Part 1 →
1 tag
100 Best Tumblrs of All Time →
4 tags
4 tags
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...
3 tags
Service Oriented Architectures and the Future of... →
Backbone patterns →
niccai:
Handy
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...
2 tags
My Eureka Moment with Regular Expressions →
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.
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.