Subscribe to RSS

Monthly Archives: November 2007

Uproar gets its own page

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.

Uproar Improved

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 + [...]

Switching To Opera: Initial Thoughts

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 [...]

Uproar.rb: Using Ruby and YAML to keep bookmarks

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 [...]

Ardegenesis

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.