Posted on Sunday, September 6, 2026 at 14:00
under News
· Print
Over the last few days I’ve rebuilt briksoftware.com: the content is markdown now, a small Python script turns it into plain HTML files, and nginx serves those files. There is no database involved and I didn't use Hugo or some other static site generator.…
Posted on Monday, January 5, 2015 at 16:37
under News
· Print
The last few years have been pretty busy on my end. I still work as a full-time Smalltalk developer and in my spare time I’ve released some new versions of my Apps, most of which are available on the Mac App Store. Last year I’ve even released my first iOS App: Hectare.apphttp://…
Last fall I got a new iMac that I only use during the Weekends. I’ve just recently noticed that I still didn’t have Code Signing running. I’ve done quite some searching and even tried to debug what codesign does when it tries to match certificates. Only then I noticed that even t…
Posted on Tuesday, June 28, 2011 at 05:41
under News
· 13 comments
· Print
After several years without update, Camouflage 2.0 was just released. It is available in the Mac App Storehttps://apps.apple.com/app/camouflage/id445264274 for only $1.99.…
Posted on Thursday, April 7, 2011 at 20:46
under News
· Print
Already two weeks ago, NSConference 2011http://ideveloper.tv/schedule/details?eventid=3 closed after three full days of joy. Three days of meeting lots of interesting people. Three days of listening to insanely great talks that both widened your view as well as broadened your hor…
Last weekend I’ve started to write my first real iPhone app. At one point I thought that the app worked pretty well in Portrait mode, but it could also work pretty nicely in Landscape mode.…
Posted on Wednesday, July 21, 2010 at 20:25
under News
· Print
I’ve already written about why every developer should know his way around with otx/blog/archives/11/ so this is sort of like a follow up on this topic.…
I’ve just ran across a pretty unexpected bug in CuteClips. I was using NSCharacterSet to filter a String. This kept locking up some users computers. Turns out this is a bug in Mac OS X 10.5. Snow Leopard doesn’t show this bug so I guess it’s useless to report that to Apple.…
Posted on Thursday, March 25, 2010 at 21:59
under News
· 3 comments
· Print
So I wanted to add a new build phase to my Xcode Project to run some shell script. It didn’t want to work and I’ve tried to find out why it didn’t work so I’ve tried some Logging. That turned out to be a bit tricky first as i’ve set Xcode to hide all messages and only show warnin…