Downtime Apology and Upcoming Projects

I apologize for the recent downtime, which also affected the Clippable bookmarklet’s ability to work. Dreamhost has been pretty awful with downtime lately, and my attempt to switch to a different physical server resulted in a horrible mess for myself and several clients. I have to say that Dreamhost support was extremely helpful in repairing the situation… their support is the main reason I’ve stuck with them through the 4 hours of downtime I’d had up to that point. I&… clippable, news, songza

→ Continue reading

Big Nerd Ranchero

I’m sitting at the airport in Minneapolis, waiting for a flight to Atlanta. I’m headed for Big Nerd Ranch for a week-long crash course in iPhone programming. I’ve done a little, but I think it will be a great way to start from the basics and fill in all of the holes in my knowledge. The thing is, I’m a little torn about the circumstances; Big Nerd Ranch is paying for this trip and providing a week of classes in order for me to review the facilities for The Unofficial… bignerdranch, personal, travel, tuaw, writing

→ Continue reading

A (Fairly) Simple Equation Evaluation Service for Snow Leopard

This is a stripped down version of a command I have in the TextMate bundle we use at TUAW. It allows you to select any basic numeric equation and evaluate it, replacing the selected text with the results. It will ignore your text if it contains anything but numbers and basic mathematical symbols. Sure, there are plenty of ways to do calculations in OS X (Spotlight, Launchbar, Quicksilver), but I’ve had more and more incidents lately where I just wanted to do quick calculations inline, so… Code, ruby, service, snow leopard

→ Continue reading

Clippable Updated to Remove Source Code Line Numbers

I made a couple of minor changes to the Clippable bookmarklet, mostly in the way it handles SyntaxHighlighter code blocks. The SyntaxHighlighter plugin is used (too) often to format and color code source snippets in websites. The result when clipping a page is that the code you get still has line numbers, but no option to view the raw source without going back to the web page. Then you end up manually editing out the line numbers if you want to copy and paste the code, which can be a pain in… bookmarklet, clippable, evernote, javascript, snippet, source

→ Continue reading

Designing Draw

Erica Sadun recently released her latest app, Draw (iTunes link), into the wilds of the App Store. I take a special interest in this release because I designed the interface for it from the ground up. Erica, of course, made all of the magic happen; she’d take my photoshop sketches and send them back as amazing working interfaces. In the end, it was a really fun process to go through and Erica was great to work with. Here’s a quick walk-through of the design process. appdesign, design, draw, ericasadun, iphone

→ Continue reading

Where I’ve Been This Week

Well, I’ve been out of touch with a lot of people for the last four days, and I thought I’d save some time and provide a place I could link everyone to for a quick explanation. On Tuesday evening, in the middle of what the weather service is calling our “worst storm in 20 years,” I started having stomach cramps. I won’t go into detail about what followed, but I’ll skip forward to the part where Aditi (my loving and amazingly dedicated wife) packed me into her 4-wheel… personal

→ Continue reading

Fk: A Useful Bash Function

This is a function from my OS X .bash_profile. ‘fk’ is short for Find and Kill, and it lets you do a quick search of your running processes for a case-insensitive partial match of the first parameter passed to it. It’s useful for quickly finding a process without worrying about its capitalization or full spelling, and without having to sift through (or manually grep) a long list. function, terminal

→ Continue reading

Songza Lucky Link Service

This is a quick and dirty Snow Leopard Service that scrapes Songza.fm to find a song related to your selected text in most applications. It replaces the selected text with an is.gd shortened link and the name of the first song it found (just to be sure you’re on the same page… literally). The code is also available as a TextMate command for those interested. Update: TextMate command with link selection popup. service, snow leopard, songza, textmate

→ Continue reading

Getting Back Into Real TextMate Blogging

It may take me a while to convert my setup back to the old days of TextMate blogging. I’ve primarily been blogging for TUAW, which uses a blogging system with very poor XMLRPC support. The end result of this, for me, was the development of an elaborate TextMate bundle which emulated the ease-of-use that TextMate provides to bloggers on Wordpress (and other platforms). I have, I guess, forgotten how to do this. So this post is going to begin as a test, to be continued with some ideas, some… blogging, bundle, textmate, xmlrpc

→ Continue reading

Clippable to Evernote Snow Leopard Service

Clippable to Evernote will allow you to trigger the Clippable bookmarklet in Safari and copy the result directly to your “Unfiled” notebook in Evernote. This service is Snow Leopard-only. If you need it modified for Leopard and aren’t sure how, let me know. If there’s some interest, I’ll just work one up and post it. bookmarklet, clippable, evernote, keyboard, leopard, safari, service, snow leopard, webdesign

→ Continue reading