Insufficiently Random

The lonely musings of a loosely connected software developer.

July 18, 2008

Getting Giddy with Git

Filed under: Random Musings — spearce @ 3:23 pm

Recently Johannes Schindelin and I participated in a podcast about Git’s involvement in Google Summer of Code. You can listen to the podcast on the Google open source blog.

June 26, 2008

New Server, New Home

Filed under: Random Musings — spearce @ 11:59 pm

In honor of us moving from New York to California I have also moved the server that hosts spearce.org.  If you are reading this blog post, welcome to my new home away from home on the web.

If you aren’t reading this blog post, you may need to reconsider how you reached this location, since you can’t see it.

March 1, 2007

Git and Linux Repository Growth

Filed under: Random Musings, SCM — spearce @ 2:24 am

I got curious about the growth rate for the git.git and linux-2.6.git repositories, so I wrote git-statplot to dump out object counts and sizes by earliest date entered. Plotting these with Gnuplot gave me some interesting results:



(more…)

September 23, 2006

MythTV’s Deletion Logic

Filed under: Random Musings — spearce @ 7:48 pm

There must be a bug somewhere in MythTV’s show deletion logic.

I hate to admit it but I find Stargate Atlantis to be entertaining, so I record the new episode every Friday night. Because I may not be able to get around to watching the show rigtht away I asked MythTV retain two copies of the show, deleting the oldest.

So right now my MythTV box has the episodes from Aug 25, Sept 18, Sept 16. But not last night’s episode, Sept 22. First off, why do I have 3 episodes when I asked for 2? And secondly, why do I have an old episode but not the most recent?!?

Looking at the oldrecorded table in MySQL it shows that the Sept 22nd episode was in fact recorded. But it must have been deleted just a few minutes after it finished recording. :mad:

September 4, 2006

On Sandwich Making

Filed under: Random Musings — spearce @ 3:05 am

I have never seen a discussion on sandwich making which was as worth reading as this one. Nicely done.

Next Page »

Insufficiently Random © 2002-2008