-
Trees in PostgreSQL
depesz has written an other of his great articles. There isn’t really much I can add to it, other than it’s very nice and doesn’t use any PostgreSQL specific elements (like arrays), so it can easily be ported to other DB systems which support triggers. Personally I only had to implement tree structures once, and…
-
One letter, big difference
I was trying to send a mail to the DokuWiki development list for a couple of days with regards to a possible problem in their mailing-code and my mail seemed to go in a black hole. I started to have conspiracy theories: my e-mail address was banned. Yahoo was banned. The end is near. Finally…
-
The productive worker
This presentation seems to have popped-up on a lot of blogs lately (some may even say that it’s a successful meme): | View | Upload your own While it sounds very nice and has that "everybody should do it this way!" ring to it, there are many problems a company must overcome even to get…
-
Internet Explorer + Frames = Headache
So lets say you have the following HTML snippet: <html> <frameset rows="20,*" border="0" frameborder="no"> <frame name="menu" src="menu_frame.html" scrolling="no" noresize="1"> <frame name="work_frame" src=""> </frameset> </html> First of all you would say: but frames are so 1998! And you would be right. Frames are outmoded, deprecated and a usability nightmare (because you can’t bookmark the exact state…
-
Small Qemu tips
It’s official: Ubuntu has the best documentation out there. There is almost no problem for it you can’t fix by typing "Ubuntu [description of the problem]" or "Ubuntu [error message]" in your favorite search engine. For example, here you can find a very exhaustive documentation on installing Qemu and Kqemu (the Kqemu part is the…
-
Windows XP High-Security Configuration
Update: I found out that SRP has some rather nasty limitations (including the ability to circumvent it even as a limited user) which makes much less effective than I initially thought. I still thing it is very useful, but please read the linked article and make your own judgement call. As I mentioned in a…
-
Reading the fineprint in the documentation
Following the DokuWiki development mailing list, I saw the following changelog: Sun Apr 6 19:47:18 CEST 2008 Andreas Gohr * work around strftime character limit on parsing namespace templates FS#1366 I checked on the PHP documentation page (by the way, a quick tip: you can access the documentation for a given PHP function by appending…
-
Distributed version control systems – why?
Some time ago I finally had time to read the Subversion book and felt that all my questions were answered. I tried SVN many years back and failed miserably, but now I’m confident in my ability to use, install and maintain SVN. However there seems to be a new buzz about distributed versioning systems (like…
-
A small warning about ptkdb
ptkdb is a GUI debugger (as opposed to the default console-based one) for Perl using the Tk toolkit for its windows. As far as I know it is one of the most advanced ones, discounting debuggers built into IDEs. An other advantage of it is its availability for many platforms (including Windows), including sources like…
-
To moderate or not to moderate
Recently I watched a WordCamp Dallas presentation entitled 45 Ways to Power Up Your Blog. One of the thing I liked was the remark that you don’t need to be focused sharply on one domain to have a successful blog. While my blog is first and foremost for venting and my no means do I…