Skip to content

Monthly Archives: March 2011

Ranking Algorithms for My Feedreader

20-Mar-11

I have been using a home-brew Feedreader for the last 6 years or so. It’s a river-of-news style aggregator, that ranks posts in order of “interestingness” rather than date, with the most interesting entries that I haven’t seen yet at the top. Interestingness is derived via my click interactions: if my feedreader shows me an […]

Visualizing Command Line History

13-Mar-11

So, after documenting how I save a timestamped log of my bash file, I got curious about what kind of analyses I could pull out of it. (caveat: I only started this logging about a month ago, so there aren’t as many data points as I’d like. However, there is enough to see some interesting […]

Saving Command Line History

12-Mar-11

I’ve never been satisfied with the defaults for the way linux & osx save command line history. For all practical purposes, when we’re talking about text files, we have infinite hard drive space. Why not save every command that we ever type. First, A Roundup of What’s Out There Here’s the baseline of what I […]