Hi,
As some of you might know, I have two applications, written in different GUI-Tookits. One is the Gungirl Sequencer that uses wxWidgets and the Open Movie Editor that’s based around FLTK.
These two applications are of approximatly equal complexity. Let’s take a little peek at how long it takes to compile each of them.
OpenME (FLTK): user […]
December 1st, 2005 · Tags Development, Rant, Open Movie Editor | No Comments »
Hi,
Whenever we do a calculation, that takes a little time, for example rendering a video project, we have to show a little dialog that displays a progressbar, or something similar.
But how to implement such a thing in a sensible way? The approach that I’ve choosen is the following:
First of all you define a simple abstract […]
November 30th, 2005 · Tags Development, Open Movie Editor | No Comments »
… for providing me with a broken linked list implementation.
This is enough, after struggeling for hours trying to sort a linked list of pointers I gave up and decided to switch to a linked list library that’s designed for real work and not for obsfuscated code contests.
I proudly announce that OpenME will use the sl […]
September 25th, 2005 · Tags Development, Rant, Geek Documents, Open Movie Editor | No Comments »
Reading an article linked on Slashdot today made me think about the idea of rebuilding a piece of software from scratch. I am well aware that this is considered a bad thing by some authorities that I respect. However, during this summer I came to recognize another approach.
I wrote about 5 basic PHP based CMS […]
September 24th, 2005 · Tags Development | No Comments »
Browsing the Jahshaka Forums I found MLT today, it’s incredible, it seems to do everything I ever wanted to do in OpenME, I’ll definitely look into this. I skimmed the docs, and the APIs seem to be as simple as necessary but not any simpler
Really a remarkable Project.
-Richard
August 13th, 2005 · Tags Development, Open Movie Editor | No Comments »
Reading the user comments on the following story, I think I have to add a little bit.
Anti-MS Group Aims to Block Vista
Most people are totally confident that there is no fault at microsoft, and that it’s natural for software to fail. Well, first of all I want to present a little quote by DJB:
“I often […]
August 10th, 2005 · Tags Development, Geek Documents | No Comments »
I’ve started to learn ruby, because it seems as if the only reasonable web development environment today is ruby on rails. And apparently I’m starting to like the language. It’s syntax is so simple, it’s almost pseudo-code, this is especially handy when you use the interactive console.
Let’s have an example:
First a simple session in python:
>>> […]
August 8th, 2005 · Tags Development, Rant | No Comments »
I like the following slashdot comment, it reflects exactly what I think about Software Development:
That’s because it’s a craft, not engineering:
I have always seen software “engineering” as a craft, done by craftsmen. There are too many unfixed aspects to be able to really call it engineering or a science. Of course it has elements of […]
August 4th, 2005 · Tags Development, Geek Documents | No Comments »
No matter how you twist the topic, software patents are always stupid. First of all, patenting simple things is stupid, because everybody could have thought of it. However this may come as a surprise, but patenting complicated software issues is stupid too, why?
Because simple solutions are superior to complicated solutions. Complicated Software is always broken […]
July 30th, 2005 · Tags Development, Rant, Geek Documents | No Comments »
I just discovered that google did some very cool profiling tools, check it out at:
Google Performance Tools
-Richard
June 1st, 2005 · Tags Development | No Comments »