Archive for August, 2007

  • Git love

    Once upon a time, back in the days of my youth, I played around with CVS, the Concurrent Versions System. I know, I know: ew. I soon gave up.
    Revision control has come a long way since then. CVS started giving ground to Subversion, commercial systems such as BitKeeper became more popular, and I stayed out [...]

    Friday, August 3rd, 2007
  • My east coast trip

    I was in New Brunswick last week visiting my auntie and grandma, whom I see very rarely these days (it’s sad, I know). It was the most relaxing weekend of the summer, and I already can’t wait to go back.
    I’ve uploaded some photos from the trip here. My grandma’s cuter than yours!

    Friday, August 3rd, 2007
  • reCAPTCHA not appearing in Wordpress Plugins list

    Summary: reCAPTCHA 2.5 not appearing in Wordpress list of plugins. To correct, either:

    make the files to world readable: chmod a+r recaptcha*
    chown them to the web server user (default is www-data on Debian w/ Apache 2): chown www-data:www-data recaptcha*

    Friday, August 3rd, 2007