wincent Wincent Colaiuta's weblog

« August 2006 | Archives index | October 2006 »

September 29, 2006

Xcode feature request

Would be nice to be able to turn off syntax-aware indenting within code documentation comments (Doxygen). As things currently stand, Xcode's auto-indenting gets in the way more often than not when writing documentation comments. (Radar filed).

Posted 4:18 PM

September 26, 2006

Database migrations

I've just discovered that one of my database tables in a custom system really should have included a "created" column containing a datetime value (it already contains a "ts" column containing a "last updated" timestamp value). Wonder how painful it is going to be to transition... In hindsight, it was braindead of me not to include this column from the beginning, but I was young, innocent, reckless, foolhardy... Hope this won't be too painful.

Posted 10:45 AM

Website updates

Added more links to the navigation bar ("Other products..." and "Wincent Colaiuta's weblog") to make things easier to find, and updated some other pages (example).

Posted 10:04 AM

September 25, 2006

Potentially of interest

A write-up of my Leopard migration plans.

Posted 1:51 PM

September 24, 2006

Movable Type

I just subscribed to the RSS feed for my site-wide "activity log". Probably should have done it long ago, but I've just realized that it allows me to keep track of things like what people are searching for on the site (search strings) and so will help me to improve the navigation and make things easier to find.

Posted 3:34 PM

September 23, 2006

Ruby 1.8.5

Upgrade.

Posted 12:43 PM

September 21, 2006

Feature request #471

Also done.

Posted 7:50 PM

Feature request #475

Done.

Posted 5:31 PM

A new class for Synergy Advance

WOFormatStringValidityTransformer.

Posted 4:05 PM

September 20, 2006

More repository migrations

Continued yesterday's work of migrating a number of key Subversion repositories onto other servers. This is in part because I want to install Leopard on a separate drive on the local machine and be able to check out the Leopard branches of various projects onto that machine; given that I don't really want to share filesystems between the pre-release OS and my production install (and in any case I'm even less interested in running Subversion on a pre-release system) this means that I've had to move a number off repositories off of the local host.

Posted 10:42 AM

September 19, 2006

Branching for Leopard

Given how pleased I am with the Leopard API changes, created a new branch of Synergy and Synergy Advance so that I can start implementing Leopard-only features on the trunk.

Posted 5:01 PM

Better granularity

Split WOHost-related methods into separate WOHostUtilities category on NSString.

Posted 2:12 AM

optionallyOpenAsURL

Goodbye optionallyOpenAsURLOnHost: (WOBase). Hello optionallyOpenAsURL (WOCommon).

Posted 1:50 AM

September 13, 2006

Subversion 1.4.0

Finished a couple of fairly painful Subversion upgrades (1.3.2 to 1.4.0) on both my local machine (Mac OS X) and the public repository (Red Hat Enterprise Linux).

Posted 5:39 PM

September 12, 2006

BBEdit 8.5

The look and feel is vastly improved over the previous release. Normally wouldn't be interested in paying for an 8.2-to-8.5 upgrade, but in this case will probably cave in: $25 seems fair enough, given that I bought 8.0 back in November 2004.

Posted 4:26 PM

September 11, 2006

Documentation

I've spent the day writing documentation. Would link to it, but it's not very interesting (one example)... a necessary evil.

Posted 9:13 PM

Microsoft innovation

Amazing. In Vista, programmers will be allowed to offer dialog boxes with verbs in the buttons instead of just "Yes"/"No". Wow.

Posted 8:41 PM

September 8, 2006

WOTest

First public availability.

Posted 4:12 PM

September 7, 2006

12,000 downloads

Of Synergy 3.0 in the first 48 hours since it was released. Works out to about 1 download every 14 seconds.

Posted 2:03 PM

September 6, 2006

buildtools

First public release, corresponding to revision 35 in the Subversion repository.

Posted 1:52 PM

Code Signing

Just found at that Code Signing is coming to Leopard. Excellent. More info here.

Posted 8:58 AM

September 5, 2006

Zapping resource forks from the commandline

Easily.

Posted 1:29 PM

Something to cheer your heart.

Not.

Posted 11:50 AM

Synergy 3.0 is now out

Release announcement here.

Posted 3:00 AM

September 4, 2006

ADC mailing

Just got the latest Apple Developer Connection mailing (September 2006) and am a little disappointed to see that there's no Leopard preview disc in it. Seems like Apple still only wants those who attended WWDC to have it. I unfortunately couldn't go (no cash, no visa). Ironic that it is far easier for pirates to obtain the software than it is for ADC Select members (cost US$500 per year).

Posted 12:53 PM

September 2, 2006

Pet Safari hate

Safari periodically forgets, en masse, which RSS articles I've already looked at causing all of my feeds to simultaneously indicate new articles. I then have to display all the feeds to reset the unread counters back to zero. Very annoying, seeing as it entirely defeats the purpose of RSS (ie. bringing sites to your attention only when they update). This is evidently an Apple bug and not a case of the remote sites changing the timestamps on their feeds, seeing as this happens to all the feeds at once. I hope Apple fixes this soon.

Posted 4:34 PM