Posts Tagged ‘software’

Whenever I Go Away, I Want to Start Anew…

Wednesday, May 13th, 2009

…a new project.

For some reason when I’m away from home and sitting in a hotel, I often really want to code.

I enjoy the initial act of creating something much more than I enjoy the act of completing and deploying it. This has been the case pretty much since I started creating things. There’s a thrill for me in the initial exploration of an idea, the initial design of a piece of software or web site, and in learning how to use new tools or pieces of software to build the thing that I want to build.

I lose interest when it comes to polishing it and deploying it, though.

(more…)

Showing a Column as a UNIX Timestamp in MySQL

Sunday, October 5th, 2008

I often need to store a timestamp in the UVFood database. There are lots of things I need timestamps for – recording the time that a user account was made or a modification was made, for instance.

While MySQL has quite an assortment of date and time formats which it supports, I usually find it most convenient to store timestamps as an INT and just put the UNIX seconds since the epoch value in there. I don’t need to do funky searches on the timestamps, I just need to do simple comparisons.

(more…)

MacOS X DVDs – Versions and Saving a Little Money on Them

Sunday, October 5th, 2008

51JcgilFn0L. SL160  MacOS X DVDs   Versions and Saving a Little Money on Them

A brief discussion on a private mailing list I’m on reminded me that there might be some interest in this.

MacOS X Leopard has been out for a while, but there are still a lot of folks who haven’t upgraded to it.

(more…)