I’ll pick on Java but this should apply to other languages too. I’m just afraid that due to circumstances beyond my controll I’ll end up writing Java code this year – that’s what got me thinking of this. All Java applications I ever used (web or local) were dreadfully slow and used way too much …

Continue reading Why managed code is slow

All proper programming languages I can think of have a real simple function – sleep(). It suspends the execution of your program for a time. This is what I wanted to do. Having no choice but to use javascript in this case, I went around looking for what the sleep() function is called in this …

Continue reading To sleep with javascript

Are you one of those people who think all software should be free? I don’t like you. But that’s besides the point, I’m going to look at how your views might apply to other very similar products and maybe that will be interesting. In the paragraphs below – when I say positively ethical I mean …

Continue reading How is it different?

This is a vague idea I got recently and will try to work through as I’m writing this post. I got the idea in the first place is because I’ve been severely dissapointed by open source in the last few months (I’m ok now); and as the GPL fanatics are the worse of the open …

Continue reading GPL Quicker Fucker Upper

Branches always freaked me out. From the day when I read the subversion manual I knew they are hard to deal with and the benifits are dubious. If you ever had to deal with maintaining a fork, or a project that was forked – the technical challenges are exactly the same. I imagine it’s reasonably …

Continue reading Branches are hard

he Windows port of ISO Master is almost ready. That’s not a programmer’s amost, it really is. All the existing ISO Master functions work, I added a drive selector (that wasn’t needed on Linux), the nag screen works, and I set up a page on the website to accept payments via a credit card or …

Continue reading How evil I have become