March 2008
6 posts
There’s a pretty simple way to place a losing bet in the technology game. Try to...
– Living with the Trojan iBrain - Times Online
Hypertextopia →
Somewhat related to this and to something we’ve got in the pipeline.
Forgiving BlueCloth
class BlueCloth < String
def transform_code_spans_with_forgiveness(str, rs)
begin
str = transform_code_spans_without_forgiveness(str, rs)
rescue BlueCloth::FormatError
# Forgive unmatched backticks
end
str
end
alias_method_chain :transform_code_spans, :forgiveness
end
Now when your users have unmatched backticks in their marked-down text, BlueCloth will...
iphone-haptics →
Haptics is where the device buzzes when you tap stuff. Not convinced. Still, interesting.
Home — gitnub — GitHub →
Some web developers are like the old and vaguely racist notion of domesticated savages — at the slightest opportunity, they revert to native.
Penguin Classics →
A really clever Tumblr theme by friend o’ the Labs, Max Wheeler.