wincent Wincent Colaiuta's weblog

« June 2005 | Archives index | November 2005 »

July 29, 2005

Refactoring for size (again)

Just replaced 54 lines of code with 6 and I'll be able to repeat that saving many times over in different places. Admittedly had to write a support class of over 200 lines to make this happen but when you work out the savings in the long term I will finish way in front.

Posted 4:56 PM

July 28, 2005

Favorite environment variable

export MallocStackLogging=1

Posted 1:06 PM

July 26, 2005

Source code count

106,000 lines. Wow.

Posted 1:53 PM

July 18, 2005

Refactoring for size

Did some nice refactoring for size, lopping off a couple hundred lines of source and hopefully reducing the memory footprint of the code.

Posted 5:16 PM

July 17, 2005

Sunday progress

Dock icon stuff. Just a couple of examples: badging, full icon.

Posted 6:03 PM

July 16, 2005

Time to crack open a bottle of champagne

Synergy Advance now compiles and runs as a Universal Binary.

Posted 5:38 PM

July 14, 2005

Thought for the day

You know you've chosen a good name for a variable, constant, macro (etc) when doing so enables you to delete a comment in the source code.

Posted 1:47 PM

July 13, 2005

Developer Transition Kit

Received. Won't be firing it up until Friday though because I'm waiting for a KVM.

Posted 2:28 PM

July 12, 2005

Our first catch for the day

A bug fix and a couple of feature requests.

Posted 3:40 PM

July 10, 2005

sysctl(3)

WOSysctl, a wrapper for sysctl(3) and related functions.

Posted 10:58 PM

July 5, 2005

AppleGlot 3.2.9 and ADViewer 2.1a4

I see that Apple has updated their localization tools. AppleGlot can now be run from the command line; should make it easier to integrate into the Xcode build process.

Posted 11:51 AM

July 4, 2005

Xcode 2.1

Grrrr... several weeks after I got my hands on Xcode 2.1 I am still ironing out transition-related bugs. I really don't think a dot-one update should be this hard.

Posted 11:48 PM