I’d forgotten how fun debugging can be. I was helping Ben with a script last night from 11:45pm to about 4:05am (thank goodness for caffeine mints). It in nice to get things working and also to show off my 1337 5|<i11z
I was also working on my own blog script, the one that I didn’t like yesterday. I came up with an ideas to make it more bearable, use a date format that is an integer that looks like YYYYMMDDHHMM e.g 25-Dec-2004 12:00 = 200412251200 that way you can still sort by it but it is a lot more understandable than a unix timestamp. The only problem is that it won’t fit into a normal integer type