Frictionless Capture Cards

I have to admit, I get a tiny bit annoyed when I see people blog about “going back to paper.” It always feels a bit like they’re just trying to buck a trend1. That being said, I appreciate paper for its two strongest points: speed and ubiquity. I can almost always find something to write on faster than I can load up a notes app on my iPhone. If I need to write something down fast, it’s going on paper. I get it. I don’t write anything long form on paper, but I do touch the… notes, paper, review

→ Continue reading

Web excursions: May 29, 2012

xmlformat: XML Document Formatter In working with RSS feeds for the various sites I work on I often use to pull down raw feeds without any of my default browser handlers interfering. This little CLI is easy to pipe the output through and get much, much more readable results (and work better with and as well). sysutils/waiton Available through , this little command line utility lets you wait for events from kqueue before proceeding with a script. I’ve been looking for a simple… bookmarks

→ Continue reading

Git logger revisited

I’m working out of NYC this week, and putting in a little leisure coding time this evening. I realized as my nvALT git logger note updated that I was only running the logger on my home machine and it wasn’t logging things I didn’t explicitly ssh in and pull down. I updated the script tonight to do a fetch before and include remotes when it creates the log entries. dayone, git, logging

→ Continue reading

Markdown Editing for Sublime Text 2: humble beginnings

I was disappointed to find that there weren’t any good packages available for Sublime Text 2 that added decent Markdown editing features. I figured it was time to learn my way around. I still haven’t dug into Python, so my script-fu in there is weak right now. I got a few things working, though, and this will evolve as I learn new things. I’ll probably look back at this first version with embarrassment, but I’ll just overwrite it with better stuff as it progresses. markdown, multimarkdown, sublimetext

→ Continue reading