Thursday, April 27, 2006

del.icio.us links for 2006-04-27

Wednesday, April 26, 2006

Tuesday, April 25, 2006

del.icio.us links for 2006-04-25

Monday, April 24, 2006

del.icio.us links for 2006-04-24

Sunday, April 23, 2006

del.icio.us links for 2006-04-23

Saturday, April 22, 2006

del.icio.us links for 2006-04-22

Friday, April 21, 2006

Synchronize Google Calendar to iPod with wget

It's ridiculously simple to download your Google Calendar to your iPod, at least if you have wget.

#!/bin/bash
dest='/media/ipod/Calendars'
name='my-google-calendar'
url='http://www.google.com/calendar/ical/.../.../basic'
[ -d "${dest}" ] && wget -q -r -P "${dest}" -O "${name}" "${dest}" "${url}"

Set dest to the location of your iPod's Calendars directory (when it is mounted as a USB disk) and url to the location of your Google Calendar iCal calendar. To get this URL, click the Manage calendars link, then Share this calendar, Calendar details, and then the ICAL link (either public or private, depending on your settings).

Then run the script periodically, like with cron. If the iPod is not mounted, it'll bail out and not try to syncronize.

If you don't have wgtet, you can substitute curl or lynx or some other command-line web tool.

Wednesday, April 19, 2006

del.icio.us links for 2006-04-19

Thursday, April 13, 2006

del.icio.us links for 2006-04-13

Wednesday, April 12, 2006

del.icio.us links for 2006-04-12

Sunday, April 09, 2006

del.icio.us links for 2006-04-09

Saturday, April 08, 2006

del.icio.us links for 2006-04-08

Revenge of the Atomic Vomit

About a week ago (maybe longer) the del.icio.us API broke for getting a list of dates with number of posts by date, which broke AtomicVomit completely. Since it was so ugly to begin with (I wrote it in one hacking session), I essentially rewrote the entire thing. Not only does it have functions now, it has classes, and even a generator. The latest version is 0.1.0.

Friday, April 07, 2006

del.icio.us links for 2006-04-07

  • LASIK@Home: Affordable In-Home LASIK Surgery You Can Do Yourself! 1) Find a quiet place with no distractions. 2) Unpack your LASIK@Home Kit. 3) Perform the painless procedure*. Don't blink! 4) Enjoy a life of clear-sightedness! (* statement not evaulated by the FDA) ( )
  • KittenAuth Test: KittenAuth is a new system for human-checking that forgoes all the useless random string crap that people cannot read, and replaces the whole lot with pictures of cute animals. "OMG PONIES!!! YOU CLICKED 3 KITTENS!!!!!!" ( )

Thursday, April 06, 2006

del.icio.us links for 2006-04-06

Wednesday, April 05, 2006

del.icio.us links for 2006-04-05

Tuesday, April 04, 2006

del.icio.us links for 2006-04-04

Sunday, April 02, 2006

del.icio.us links for 2006-04-02