Author: jdboyd

  • Google Calendar drops CalDAV

    In January, Google said: “With the launch of CardDAV, it’s now possible to build a seamless sync experience using open protocols (IMAP, CalDAV and CardDAV) for Gmail, Google Calendar and Contacts. We’ll start rolling out this change as planned across all platforms.” (citation) Yesterday, Google said they would be moving CalDAV support to whitelisted only…

  • Thankfully, I never switched to Google Reader

    I’ve long had a suspicion that I should just switch to Google Reader instead of continuing to develop my own feed2 reader software (found on github). Today’s news that Google Reader is being shut down makes me feel rather vindicated. I may even decide to push forward and make an Android client now like I’ve…

  • The upgrade from LibreOffice 3.6 to 4.0 on Windows wants you to reboot the computer. I expected better of free software.

  • It is night time.  David is in bed.  Deb is sitting next to him reading a book titled “Hey! Wake Up!“

  • Java without the Crap

    I got sick of Java updates on Windows trying to trick me into installing McAfee or the Ask toolbar, so I went searching for a solution.  I found a different build of Java from Oracle that solves the issue. Go to this page: http://www.oracle.com/technetwork/java/javase/downloads/index.html Click on the top Download button in the JRE column. Accept the…

  • Onions, garlic, jalapenos, beef, tomato sauce, and sazon goya went into the oven.  Only one supper will come out.

  • David’s Uncle gave him the flu.

  • I want to see a 100% open source android distro. The first pass could be AOSP or CyanogenMod without the closed source GApps. F-Droid would be pre-installed, along with a selection of basic apps like K9 Mail and aCal. I found this post: http://www.jethrocarr.com/2012/01/04/100-pure-freedom-phone/ talking about the same thing, but I don’t see anyone who…

  • Postgres Upgrade

    I just upgraded from PostgreSQL 8.3 to 9.2.  In doing so, I also went from a Sun optimized build (since I installed their supplied version before) to a self built version where I didn’t fiddle with optimization at all (the documentation suggests -O5, but I let it go with the default of -O3).  Despite the lazy build, it…

  • The Javacript Compiler I Want

    There are a number of compilers that in something and output Javascript. A few of the more well known ones seem to be CoffeeScript, Dart, and emscripten. What I really want though is a Javascript to Javascript compiler that will run in Javascript. Here is the practical application. Top in mind is that I want…