Blogging workflow with Reeder

I’m a huge fan of Reeder for both the iPhone and iPad. It’s so much faster and more convenient than any other Google Reader client I’ve dealt with, I haven’t launched Socialite or NetNewsWire in weeks.So, when I decided I was going to start blogging regularly, I wanted to make it easy for me to do so. This is the workflow I worked out: I set up a blog on blogspot, and then linked it to my site (which I edit with RapidWeaver) with RapidBlog from Loghound.

 2 min read

Blog On

So I read this great article on why I should be blogging. So I decided I should start blogging.So here I am blogging :).Now, to be (at least partially) a programming blog, I need to be able to post code. I was playing with the High-Light plug-in for Rapid Weaver last year when I was playing with this blog the first time, but it doesn’t do Objective-C (at least not well - and Objective-C is what I’ll probably blog about the most), so I went hunting, and found highlight and used the installer from here to get it running on my Mac.

 1 min read

Rebasing Simplified

It occurred to me while I was working on a presentation about git for work, that rebasing happens every day, we just don’t think about it that way.Every time we get the latest version from (almost) any source control server, those changes get merged into our current working directory. That makes the changes we’ve been editing appear as if they were written after the latest server changes, even though we wrote them before.

 1 min read