November 23, 2007 – 8:06 pm
Here we go: http://www.ardekantur.com/misc/uproar/ - the perfect spot for a tiny lil piece of code like Uproar. Updates will come frequently, as I’m now using it daily. The output of search results has changed a little bit to make it more digestable.
November 23, 2007 – 1:07 am
Rather than sleep, I’ve decided to improve (read: radically bloat) uproar.rb.
uproar.rb
# uproar.rb - search a YAML-encoded list of links for matching tags
# ardekantur.com
%w[ rubygems yaml open-uri hpricot ].each { |x| require x }
def set_option hash, name, default
i = ARGV.index(name)
hash[name] = i ? ARGV[i + [...]
November 22, 2007 – 10:33 pm
I should have my tab bar on the side for all my browsers, it makes so much more sense.
I like having my mail client in the browser, but it’s easy to forget it’s there.
Mail looks very powerful, now I just have to wait for it [...]
November 22, 2007 – 6:48 pm
I use del.icio.us, but I don’t like the idea that I don’t have control of the server, so if something happens to my bookmarks, I’m screwed. I also want more universal integration of my bookmarks with all the browsers I used - from Lynx to Opera. So I wrote some Ruby.
delicious-to-yaml.rb
require ‘rubygems’
require ‘hpricot’
doc [...]
November 19, 2007 – 10:27 pm
Tore down the Typo blog because it was getting too many spam trackbacks. I’m honestly just more comfortable with using WordPress for my blog instead of a giant, hulking Rails applications. There may or may not be some posts coming soon.