January 3, 2008, 2:24 am
Subversion has the ability to “dump” an entire repository in a flat, semi-parseable file. This is done using the svnadmin tool. The really cool feature, however, is the ability to incrementally dump revisions. Here I present an automated, reliable solution for performing daily backups of multiple repositories.
Continue reading ‘Fast and Reliable Subversion Incremental Backups’ »
November 1, 2007, 8:22 pm
Version 1.2 of the popular iStat Menus utility for Mac OS X has been released. It includes a bunch of visual enhancements and better support for G4-era machines.
Continue reading ‘New features in iStat Menus 1.2’ »
October 29, 2007, 12:22 am
That’s right, no more hunting for the videos through clever queries on Google Video – which lacks useful navigation and discovery features such as subscriptions or user profiles.
Google has finally grouped all past and future talks under a single YouTube profile. As of this writing, that’s no less than 558 quality talks available to you and your browser.
One thing was lost in the transition, unfortunately. That is the ability to actually download these hour long talks to your computer and watch them on the device of your choice. However, you can now leverage the plethora of YouTube-related applications.
October 21, 2007, 1:27 am
I’ve been using Mac OS X and WinXP Pro on my Macbook Pro for a while. One thing I noticed is that the system’s clock shifts a few hours back and forth across OS reboots, a problem for which I had no explanation until now.
[...] Windows XP reads and writes the hardware clock in terms of the local time zone. If UTC is 12:00 and I’m in GMT+2 Windows will write the time to the hardware clock as 14:00. Mac OS X on the other hand assumes that the hardware clock is set to UTC, and therefore displays the time as 16:00 after I reboot from Windows into OS X.
While I wait for a fix from Apple – I doubt Microsoft cares about this – in a future Boot Camp update, at least I know the cause.
Thanks to Niels Mäkel at Makel.org for the information.
July 1, 2007, 8:22 pm
I just discovered 0xED, a cool hexadecimal editor for Mac OS X. Despite its cryptic name, 0xED is very simple to use (for an hex editor, anyway) and boasts extra features that are not available in Hex Fiend or the Classic-era HexEdit. Oh, and it’s Universal, too.
April 19, 2007, 4:44 am
The preferred way for distributing OS X applications is through disk images, or DMG files. The great thing about DMG files is that they are self-contained. In most cases, you can even lauch the application from the mounted image itself.
Continue reading ‘The case of the zipped DMG’ »
April 3, 2007, 7:40 am
Version 6.0 of the all-purpose GUI database utility is no longer free for Personal or Academic usage. Where to look for alternatives ?
Continue reading ‘Aqua Data Studio alternatives’ »
March 31, 2007, 11:37 pm
With the move to QT4 which runs natively on Mac OS X, KDE developers promise a much nicer integration for OS X users.
Continue reading ‘KDE4 apps will run natively on Mac OS X’ »
March 31, 2007, 7:45 pm
Tracing is probably the simplest way to debug some piece of code you (or someone else) wrote. For large projects, it’s also often faster than trying to load every debug symbol in your favorite debugger.
Continue reading ‘Smart tracing in C++’ »