Categories:
Thursday, 13 October 2005
Can we learn something from GNOME startup time analysis?
I mean these analysis: http://www.gnome.org/~lcolitti/gnome-startup/analysis/
Tell me if I am wrong but has KDE something to gain in this department?
Using mmapped data structures and/or RAM-disk? Using Suspend-To-Disk-Like trick so most, once prelinked, libraries can be saved to disk and restored on next startup just in one second by loading one large file?
Read More
Thursday, 13 October 2005
Kubuntu Breezy
Jriddell
|
Kubuntu Breezy is out. Grab it while it's fresh (and make sure you use a mirror that has synced).
http://kubuntu.org/announcements/breezy-release.php
There's some fun stuff in this releases, best of all is Adept the package manager. At long last .deb distributions have a decent package manager. It needs some extra features, usability review and a cut down version along the lines gnome-app-install but we have the ability to do all that now quite easily.
Read More
Thursday, 13 October 2005
The name game
Krake
|
Since it is currently en vogue to ponder about the use of the KDE name, I have no other joice to join the fun ;)
While the focus has been on the topic of applications, it also applies to developers: when can a developer call himself a KDE developer?
Read More
Tuesday, 11 October 2005
Compactons, rain and coding style guides
Finally, I've chosen the subject to research for my DEA (the investigation that precedes the thesis of a PhD). The title is "Computational analysis of the propagation of compactons in non-lineal transmission lines". I don't know much about compactons yet, but I'm looking forward to start working on that.
Read More
Tuesday, 11 October 2005
World Usability Day @ Berlin
El
|
[image:1534 align=center width=300 class=showonplanet]
Our site for the Berlin event in the scope of the World Usability Day on November 3rd is up:
www.usabilitytag.de Layout and Design by tina and holehan.
Read More
Sunday, 9 October 2005
Go Faster Lights
Jriddell
|
This nice machine got dropped off yesterday for some AMD64 goodness and uberfast compiles.
But if that wasn't fast enough, turn down the ambient light and it sports triple shades of go faster LEDs through its groovy transparent box.
Read More
Sunday, 9 October 2005
Why do good people do bad things?
Njaard
|
arkimedes:~# apt-get install dbus-qt-1-dev (stuff skipped) The following NEW packages will be installed: dbus-qt-1-dev dbus-qt-1c2 hicolor-icon-theme kdelibs-bin kdelibs-data kdelibs4c2 libarts1c2 libaspell15 libfam0 libjasper-1.701-1 libnetpbm10 libopenexr2c2 menu-xdg netpbm 0 upgraded, 14 newly installed, 0 to remove and 2 not upgraded. Need to get 19.9MB/21.0MB of archives. After unpacking 69.5MB of additional disk space will be used. Do you want to continue [Y/n]? Ok, I have to investigate. Why does DBUS's Qt bindings want to link to all of Qt?
Read More
Saturday, 8 October 2005
"openSUSE" v "SUSE Linux"
Beineri
|
SUSE Linux 10.0 is available for purchase and download in different flavors and some people are still spreading wrong information (initially started by some journalists). To make it short: "openSUSE" is only the name for the development project. "SUSE Linux" is the name of the distribution, also for the Open Source Software edition. Everything other is wrong, independent from if you read it on IRC, a supposed creditable news site - or even in the openSUSE Wiki. As the nature of a Wiki is that everyone can change it, a user could wrongly rename all references to "SUSE Linux OSS" to "openSUSE". But once discovered the correct information was restored.
Read More
Saturday, 8 October 2005
Best release party ever!
This friday I went to the meeting of SUSE beta testers to the SUSE headquarters in Nuremberg. The travel went pretty smooth and so I soon checked in and arrived in a meeting room with all the other testers. We got a nice introduction to the openSUSE project, covering the past, the status quo as well as future plans. Greg from Novell as well as Adrian, Sonja and Andreas from SUSE gave me a good feeling about the project's future.
Read More
Saturday, 8 October 2005
Java reflection vs Ruby respond_to?
I've recently been making some rubbish attempts at fixing a bug in the QtJava bindings. The problem is here in bug #112409, it meant that an event handler method in QtJava could only be a direct subclass of a QtJava widget, like QWidget or whatever and not a sub class of a sub class of QWidget and so on. To fix it involved using java reflection to look for any overriden event methods in the java superclasses by writing a loop to go up the class heirarchy. Please laugh at my comments as I continually screw up on the commit :).
Read More