Archives
- April 2010 (1)
- February 2010 (2)
- December 2009 (1)
- December 2008 (1)
- October 2008 (1)
- September 2008 (1)
- August 2008 (1)
- April 2008 (1)
- September 2007 (1)
- August 2007 (1)
- July 2007 (1)
- May 2007 (2)
- April 2007 (2)
- March 2007 (2)
- December 2006 (1)
- November 2006 (2)
- August 2006 (1)
- May 2006 (2)
- April 2006 (1)
- March 2006 (2)
- January 2006 (3)
- December 2005 (3)
- November 2005 (1)
- October 2005 (1)
- September 2005 (4)
- August 2005 (2)
- July 2005 (1)
- June 2005 (2)
- May 2005 (1)
- April 2005 (2)
- March 2005 (1)
- February 2005 (2)
- January 2005 (1)
- December 2004 (3)
- November 2004 (1)
- October 2004 (3)
- September 2004 (1)
- August 2004 (2)
Categories
- Games and Sports (5)
- Hug-Witschi (4)
- Life/the Universe… (17)
- Mobile Life (10)
- OS X/Windows/Linux (20)
- Programming (12)
- The Web (15)
- Tips (14)
Category Archives: Programming
Merge down, copy up
If you are using any SCM that allows cheap branches (like Perforce) and are following the advices from the High-level Best Practices document, you might be interested in (or already know) Laura Wingerd’s presentation Convergence vs. Divergence: Purposeful Merging with … Continue reading
Posted in Hug-Witschi, Programming
Comments Off
Psion SIBO SDK
I’m cleaning up shelves and have got an old “SIBO SDK 2.10″ which I haven’t used in years. It is a Software Development Kit for 16-Bit Psion handheld computers like Psion Series 3 or Psion Workabout. If you are interested … Continue reading
Posted in Life/the Universe..., Programming
Comments Off
envvc
Did you ever have the need to use different versions of Microsofts Visual C++ compiler from the command line? Did you wish you wouldn’t have to constantly call vcvars32.bat or change your environment (PATH, INCLUDE and LIB variables)? In comes … Continue reading
Posted in Hug-Witschi, Programming
Comments Off
Solving the Santa Claus Problem with Barriers
There are already many solutions to the “Santa Claus Problem” by John Trono[1]. It’s a “problem simple to understand and yet far from easy to solve”; the author’s original solution (based on semaphores) was only partly correct. The probably most … Continue reading
Posted in Programming
Comments Off
dmake Stories
At work, we started using dmake in 1991 (or even earlier) for building the firmware for the Vending Machine Controller Euro’90. The firmware consisted mostly of PL/M and C code and the compilers suffered from the DOS limitation of 127 … Continue reading
Posted in Hug-Witschi, Programming
Comments Off
Tiger and Realpolitik
Even before I upgraded to OS X 10.4 (Tiger), I got the report that the Save File dialog in Realpolitik crashes. Now I have applied a quick’n’dirty fix for the next couple of days for all Tiger users and released … Continue reading
Posted in OS X/Windows/Linux, Programming
Comments Off
Back from Oxford
The four days at the ACCU Conference in Oxford are over. Except Günter nobody seems to have blogged the C++ track. Apart from the discussions and presentations what should go into the next C++ standard (called C++0x and scheduled for … Continue reading
Posted in Programming
Comments Off
Realpolitik for OS X
After much carbonizing by Ben Hines and some polishing by me a new Realpolitik Release is available on Sourceforge, the first release for OS X. The release version Realpolitik 1.7.0 Alpha1 is not yet stable (hence Alpha 1), there are … Continue reading
Posted in Games and Sports, OS X/Windows/Linux, Programming
Comments Off
CVS with AppleSingle files
Longtime Apple developers probably know this intuitively, but I needed some time to figure it out: When CVS-ing files with a resource fork, you must not use the /usr/bin/cvs that ships with OS X! Because Apple used to separate data … Continue reading
Posted in OS X/Windows/Linux, Programming, Tips
Comments Off
El Niño Drawing
Every year after christmas the El Niño Cup takes place. It is a tournament where the result is less important than exercising and having fun. There is a team day, where every team plays Volleyball, Basketball and Unihockey, and a … Continue reading
Posted in Games and Sports, Programming
Comments Off