September 2007
Sep 1st
August 2007
Aug 28th
Aug 27th
Aug 27th
“The glory of great men should always be measured by the means they have used to...”
– Francois de La Rochefoucauld
Aug 26th
Aug 26th
Aug 26th
1 note
Aug 26th
Bush's Vietnam Blunder - washingtonpost.com →
Aug 24th
Aug 23rd
Ruby: wc -l as fast as C.
I found this to be very very interesting: cfp:~ > cat a.rb && ruby a.rb Documents/words.txt && wc -l Documents/words.txt require ’benchmark’ big_file = ARGV.shift || ‘/usr/share/dict/words’ Benchmark.bm do |x|   x.report(’streaming’) do     lines = 0     File.open(big_file).each_line do |line|       lines += 1     end   end ...
Aug 23rd
Assorted CSS samples on Phrogz.net →
some really good stuff in there!
Aug 23rd
BIKE-POWERED WASHING MACHINE →
Aug 23rd
Ask the Doctor: The medical risks of doping →
*really* scary stuff!
Aug 23rd
Aug 23rd
err.the_blog.find_by_title('I'm Paginating Again') →
pagination pagination - why art thou such a biatch…
Aug 23rd
Aug 23rd
Aug 23rd
A DRYr acts_as_taggable?
The acts as taggable gem (http://taggable.rubyforge.org/) is very cool stuff. One file of highly reusable code. My only gripe with it is that each model you intend to tag requires it’s own join table for the HABTM relationship to function. Today I got to thinking about that and rolled out an approach that uses a single table and some STI (single table inheritence) trickery. We...
Aug 22nd
Aug 21st
Undo branches in vim →
This plugin allows to name a spot in your code ‘:UTM spot_before_a_ton_of_edits’, make a bunch of edits and, if you hose something, to come back with ‘:UTG spot_before_a_ton_of_edits’. Great Stuff!
Aug 21st
Sentenc.es - A Disciplined Way To Deal With Email →
sentences or less. It’s that simple.
Aug 20th
Aug 20th
Chicklet Creator - Create RSS Feed Subscription... →
Aug 18th
Aug 16th
Aug 16th
Clark And Michael →
Aug 15th
Aug 15th
Aug 15th
“To crush yoah enemies, see dem driven befoah you, and to hear de lammentation of...”
– Conan
Aug 15th
Meat Drinks →
Aug 15th
PREPACKAGED NEWS →
Aug 15th
Javascript Best Practices →
Aug 14th
Smalltalking about Ruby: And this week,... →
Aug 13th
Aug 13th
Aug 13th
“I do not fear computers. I fear the lack of them.”
– Issac Asimov
Aug 13th
“You can get much further with a kind word and a gun than you can with a kind...”
– Al Capone
Aug 13th
AT&T Censors Pearl Jam →
Aug 12th
jQuery Reference Widget →
Aug 12th
Sexual predators.
Date: August 9, 2007 9:55:29 AM MDT Subject: Lost in translation Morning Boys, I was reading Cycling news today and this badly translated article made me laugh. Thought you would enjoy it, too. This is Marco Pantani mom talking about the junior bike camp they ran recently. She must have been having a good time with those young boys: The mother of the former Tour de France winner added...
Aug 10th
Javascript: Ruby's inspect() functionality for js... →
Aug 10th
craigslists gets heavy with Oodle →
Aug 9th
Skype Emoticons & Flags Cheatsheet →
Aug 9th
CU CSCI Senior Project - MIDaS →
stumbled on this the other day… hard to imagine i once wrote piles of java!
Aug 9th
Link Building Articles From Linking Expert Eric... →
Aug 9th
Ruby: Crawling filesystem efficiently
Question: how would i go about surfing a whole directory instead of using a Dir.glob(*/**) Basically how would i do it using the Find method. I need to surf the entire file system and pull up my total number of files that arnt an actual directory. Answer:   require ’rubygems’   require ’alib’     ### gem install rubygems   count = 0 ...
Aug 9th
jQuery: » Zebra Table Showdown →
Aug 9th
Aug 9th
“I want to open an ssh connection to another machine and pass in the sudo...”
– Eric Hodel
Aug 9th