December 2007
28 posts
“There is nothing like returning to a place that remains unchanged to find the...”
– Nelson Mandela
Dec 24th
6 notes
RSync photos from your iphone
After enabling SSH via “Independence”:http://code.google.com/p/independence/, installing the BSD subsystem via “Installer.app”:http://iphone.nullriver.com/ and creating a local ~/Pictures/iPhone directory it’s a simple matter of: rsync -avz root@10.0.1.14:/var/root/Media/DCIM/100APPLE/ \ ~/Pictures/iPhone/ or as an alias, for convenience, in...
Dec 19th
“Ventrilobelch - to belch without moving one’s mouth”
– Cam
Dec 19th
Dec 19th
2 notes
“My happiness grows in direct proportion to my acceptance, and in inverse...”
– Michael J Fox Interview - Quotes on Limbaugh, Fame and Parkinsons from Michael J. Fox - Esquire
Dec 19th
“An alarm clock that wakes you up with the smell and sizzle of cooking...”
– /mathlete/
Dec 19th
Dec 19th
Dec 18th
git rebase --interactive →
Dec 16th
Dec 16th
6 notes
“If you want to build a ship, don’t drum up the men to gather wood, divide the...”
– Antoine de Saint-Exupéry
Dec 16th
10 notes
http://codeforpeople.rubyforge.org/svn/bj/trunk/REA... →
(abcde on #roro) — roro
Dec 16th
1 note
evhead: Will it fly? How to Evaluate a New Product... →
— kvasir
Dec 16th
1 note
Flickr Uploadr 3 is finally out →
and does offline mode, not-logged-in mode, reordering of photos before uploading and a much slicker interface. Nice work flickr!
Dec 16th
SimpleDB's released →
Dec 14th
Anti-Santa →
Dec 11th
WatchWatch
The Machine Girl
Dec 11th
1 note
Dec 9th
4 notes
WatchWatch
Senior Management Rap
Dec 8th
Forcing decent page titles
In application.html.erb: <title><%= @page_title || raise("No page title set") %></title>
Dec 7th
String#permalise
require 'iconv' String.class_eval do def permalise split(" ").map do |s| Iconv.iconv("ascii//translit", "utf-8", s).to_s.gsub(/\W+/, '') end.join(" ").downcase.strip.gsub(/\ +/, '-') end end if $0 == __FILE__ require 'test/unit' class StringPermaliseTest < Test::Unit::TestCase def test_permalise assert_equal "delfin-francois", " delfín François ".permalise ...
Dec 7th
Automated email screen shots →
were just rolled into campaign monitor by the Freshview boys. I’m impressed!
Dec 6th
CodeHighlighter for shell transcripts
// Assumes shell command lines start with a $ and all other lines are simply output CodeHighlighter.addStyle("shell",{ keywords : { exp: /(\$ ?)([^\n]+)/, }, });
Dec 4th
“The real question Who has the most control over how well a thing is made? That’s...”
– scottberkun.com - Usability is not a verb
Dec 4th
1 note
Dec 4th
Dec 4th
1 note
Dec 4th
Dec 2nd
12 notes
November 2007
6 posts
“# Flush the data (this saves it) newblog_q.session.flush()”
– Pylons was looking very interesting until I saw the controller example
Nov 29th