Archive for the ‘Free Software’ Category
Monday, August 30th, 2010
While setting up a couple of things on the new monotone server, which is bascially a FreeBSD jail on a physical server kindly provided by Lapo Luchini, I stumbled upon a quite basic use case: I needed to give one user group read and write access to files created and ...
Posted in Free Software | No Comments »
Tuesday, August 10th, 2010
This is the first post in a small series of posts which will show off some of the new functionality you can expect in the next major version of monotone. While there is no fixed release date set for it yet, we plan to release it in fall this year. ...
Posted in Coding, Free Software, monotone | No Comments »
Wednesday, August 4th, 2010
I had a little research task today at work where I needed to evaluate which MySQL storage engine and technique would be the fastest to retrieve lots of (like millions) log data. I stumbled upon this post which explained the new horizontal partitioning features of MySQL 5.1 and what I ...
Posted in Free Software, Work | No Comments »
Friday, May 21st, 2010
If you haven't got the news already: The Federal Court of Justice in Germany recently declared software patentable without any reasonable limitation (German version on news service heise.de here and here).
While there are many efforts in the United States to fix the brokeness of their patent system - also in ...
Posted in Free Software | No Comments »
Tuesday, March 30th, 2010
I was pointed yesterday to a page from the Free Software Foundation Europe (fsfe short) which describes the changes between the original and current draft for the "European Interoperatibility Framework" EIF - to quote the conclusion:
[...] we can only conclude that the European Commission is giving strong preference to the ...
Posted in Free Software, Standards | No Comments »
Monday, March 1st, 2010
Just in case you wonder why a simple sudo zypper install sometimes loads dozens or more unneeded, but possibly related packages, its not a bug, its a feature!
While Debian by default only hints you to these additional packages during the install phase, openSUSE installs them all by default. Try it ...
Posted in Free Software, Rants, openSUSE | 2 Comments »
Saturday, December 12th, 2009
I used to create packages for a couple of open source projects for the openSUSE Linux distribution. They have this really nice build service running on build.opensuse.org, on which you can - despite of its name - also build packages for other Linux distributions like Fedora, Gentoo or Debian.
While the ...
Posted in Free Software, MacPorts, openSUSE | No Comments »
Saturday, October 10th, 2009
I actually don't know where this guy got his name from, nor how exactly I stumbled upon him or his excellent book on Ruby, but one is for sure: He's one of those adorable people with more than one or two skills. You can already get this if you read ...
Posted in Coding, Free Software | No Comments »
Friday, January 9th, 2009
I was recently asked how to read encrypted emails securely in some untrusted environment via webmail. Imagine you're sitting on someone else' computer and absolutely need to check your inbox for this one encrypted email which contains a password without which you can't continue. Or you're in some internet cafe ...
Posted in Free Software, Life | 3 Comments »
Saturday, January 3rd, 2009
So I wanted to make my application updater for guitone SSL-aware the other day. The server setup was an easy job: Add the new domain (guitone.thomaskeller.biz) to cacert.org, create a new certificate request with the new SubjectAltName (and all the other, existing alternative names - a procedure where this script ...
Posted in Coding, Free Software, Qt | No Comments »