Tag: Daring Fireball

Steve Jobs and the Eureka Myth

Decisions, not options.

This is what I think when I see Samsung shipping five or six different sized tablets. It’s not that Apple didn’t try a bunch of different form factors — it’s that they tried them internally, figured out which one was best, and only shipped that one.

John Gruber – Steve Jobs and the Eureka Myth.

WordPress link blog plugin

On Kommons Ryan Sholin asked me how I created a link blog option on one of my old themes for this site. Ryan was looking for a way to redirect post permalinks to a specific URL like the Daring Fireball linked list.

I whipped up a quick WordPress plugin, unimaginatively called WP Linkblog, that will do just that. It looks for a custom field titled linkblog_url and if that exists filters the permalink to redirect to that URL.

By default the plugin filters both RSS items and the_permalink in the theme. To remove the redirection on your site just remove add_filter('post_link', 'wplinkblog_permalink')

Find the whole thing over on Github. Enjoy Ryan!