Posted January 26, 2012 | | File under: , ,

Died laughing when Douglas Crockford called this the dog balls:

(function() {

  // some code

})();

Those ending parens are the dog balls just hanging outside. haha.

Posted January 13, 2012 | | File under: ,

Having fun with Backbone.js and Coffeescript.

Posted December 14, 2011 | | File under: , ,

Posted December 7, 2011 | | File under: , ,

It’s been a little while. I am here and I am coding and thinking and stuff. Finn is the cutest person on Earth — objectively speaking. All is well in the world (for me). My problems are first world problems. I am.

Posted November 26, 2011 | | File under:

Destroy All Software

Posted October 21, 2011 | | File under: ,

“Disillusionment” not necessarily a dirty word? As a synonym for “awakening” or something?

Posted October 20, 2011 | | File under:

Finished part three of my Linux/Unix course. I can now say that I have successfully installed and configured Apache, PHP, and PostgreSQL. Next up is part 4 and scripting with sed, awk, and Perl.

Linux/Unix 3: Unix Services

Posted October 7, 2011 | | File under:

Sublime Text 2 has Vim key binding through the “Vintage” package. Oh yes! I think I have switched!

Posted September 29, 2011 | | File under: ,

tar -xzf apache_1.3.19.tar.gz

cd apache_1.3.19

./configure –prefix=/httpd ; make

make install

vi /httpd/conf/httpd.conf

:s/Port 8080/Port 80

:wq

/httpd/bin/apachectl start

Success!

Posted September 21, 2011 | | File under: ,

bionicbrian.com | About

Creative Commons License