Thursday, February 04th, 2010, 14:42:09 +0000, Gunnar Wagenknecht
Are you interested in SWT API for the Windows Ribbon Framework? If yes please raise your voice in bug 293637. It looks like the Ribbon can’t be used in the SDK or any other Eclipse project at the moment. However, it’s still unclear if it can be part of the SWT API.
Tuesday, October 27th, 2009, 17:00:49 +0000, Gunnar Wagenknecht
Have you seen a software that cautions users against itself? No?
Look:

Tuesday, October 27th, 2009, 16:26:19 +0000, Gunnar Wagenknecht
You get something like this:
Nachträgliche manuelle Umbuchungen sind technisch völlig ausgeschlossen, da ein zentrales Rechenzentrum mit Warenwirtschaftssystemanbindung sämtliche Buchungsvorgänge vollautomatisch steuert.
Or in English:
Manual modifications afterwards are technically absolutely impossible, because we have a central data center with ERP system integration which controls every booking totally automated.
Alternative translation:
We don’t have control over our software. Sorry folks, you lost.
I get this sentence whenever I want to make a change to an already place order. For example, an item is on backorder and it just takes too long but there is a similar one available on stock. Actually I would expect the system to detect this before I place an order but that’s another story.
#onlineshop #eibmarkt #fail
Friday, October 16th, 2009, 09:09:30 +0000, Gunnar Wagenknecht
There is only one guy in the universe that – despite traveling a lot recently – can deliver two tutorials on the same day at the same time.

I’m wondering now if modeling solved the problem of cloning. Anyway, I just registered today to be there and watch that happening.
Sunday, May 17th, 2009, 08:01:29 +0000, Gunnar Wagenknecht
I came across this couple of times before and I always wanted to blog about it. In my daily work life I see many developers which just don’t get Open Source. For example, some discover issues in libraries they use. But they don’t fix them. They don’t even inform the maintainers of a library. Yet others have a great new use-case to address. Again, the library doesn’t support it. Thus, they write a great deal of new code to address their issue and eventually run into new ones (for example, see this thread).
But it’s that darn simple!
- Checkout the library from source. You can use a well known tag/branch for this.
- Get in touch with the maintainers and implement your modifications.
- Build and release your modified version until a new official release is available.