Untilted*RSS

moments.each do { post }
Apr
15th
Tue
permalink
Apr
13th
Sun
permalink
This is what happens when you let programmers design interfaces.

(via Hacker News

This is what happens when you let programmers design interfaces.

(via Hacker News

permalink
cvs rm -rf ; cvs commit -m “Your license sucks. Your code sucks. You suck. Happy Christmas.”
permalink
Apr
12th
Sat
permalink
You have to learn Perl by memorizing, but you learn Ruby by understanding.
Mar
25th
Tue
permalink

visual image diff, v0.000000001


#!/usr/bin/env ruby

require "rubygems"
require "RMagick"

original = Magick::Image.read(ARGV[0]).first
new_version = Magick::Image.read(ARGV[1]).first
comparison = original.composite(new_version, Magick::CenterGravity, Magick::DifferenceCompositeOp)
comparison.write("diff.png")

Save in ~/bin, add ‘bin’ to PATH, and use as:

$ vdiff original_version.png new_version.png

and a ‘diff.png’ file highlighting the differences is created.

Mar
6th
Thu
permalink
“Respect standards: you do not work alone” (from the trace output of some Amazon flash thingie)
“Respect standards: you do not work alone” (from the trace output of some Amazon flash thingie)
Mar
4th
Tue
permalink
Mar
3rd
Mon
permalink
Feb
26th
Tue
permalink