Skip to content

KDE Blogs 

Saturday, 17 January 2004

Changes

Winter is the time of changes. It is because I made it so. Some of you might have been taught that it's a different season, but for the sake of my argument we'll assume that I'm correct and all the others are wrong. It's like going out naked and people questioning that. Good, I'm glad you're with me on that. I was bored two days ago so I shaved my dreads. Actually I shaved my head, but I figured that it'll sound much cooler if I'll say "dreads" instead of "head". Looking back I might have decided to do pushups or something more productive like fingerpainting, but it happened. I'd post some pictures but because my cleaning lady is sick (I think she's real sick because I haven't even seen her once. They do come with the apartments, right?) I can't find my bluetooth connector to upload some pics from my phone. I took half an hour off today and created a homepage at my automatix.de location. On Tuesday I'm leaving for LinuxWorld Expo. Six of us is going out on Tuesday, which is rather scarry, because I have a new vector quantization algorithm for images, Geiseri his connector and kjsembed, Matthias is the ultimate source on Qt news, Mathieu is Mathieu and that's scarry in itself, Jason can't eat almost anything and Nadeem doesn't eat the stuff that Jason can eat. So we're pretty much covered on the conversation and food front. It's going to be a lot worse on Wednesday when all of us are meeting. Currently George counted 14-20 (for those less fortunate: it's not -6 in total) people. I'd write more but I remembered that I haven't eaten anything today. The friend that used to be feeding me quit that position and I have more important things to do than eating. Read More
Thursday, 15 January 2004

http://linux.conf.au

I'm at http://linux.conf.au in Adelaide. Yesterday I went to two tutorials - Keith Packard's talk on cairo ( http://www.cairographics.org ) and Malcolm Treddnick's talk on the Gnome Libraries. Cairo is a really interesting concept - lots of possibilities for 2D graphics rendering. I'll have to blog on that seperately. Read More
Monday, 12 January 2004

Linuxworld banner art is FINALLY finished

Geiseri  | 
I never thought this day would ever come, but finally I got enough together so I could get the banner for linux world ordered. Its only been on hold for 3 weeks now as I've tried to extract useable artwork out of various KDE people. Finally after some sincere and direct prodding tackat was able to produce a pdf file that was able to scale to the size needed for the banner. Read More
Sunday, 11 January 2004

3.2, PR

Aseigo  | 
more fun in the world of hacking on odds and ends for 3.2 ... just finished up a kfiledialog patch. fun stuff. on the other side of life, just got through listening to the Linux Show this week where ESR and Dennis Powell slag KDE with all sorts of stupidity. i'll be happy to remind those two dolts of their empty headed predictions in a year or two. heck, i'd be happy to school them in public discussion today. they apparently lack good grasp of the facts, but i suppose that's never stopped people (especially those two) from opening their mouths. so be it... time to send a patch for perusal to kde-core-devel. Read More
Sunday, 11 January 2004

Combining the Advantages of Qt Signal/Slots and C# Delegates/Events

Tjansen  | 
My favorite Qt feature is the Signal/Slots mechanism. Before working with Qt I only knew the horrors of Java's event handling by implementing interfaces, and libraries that worked only with simple functions but not with class methods. Qt was the first library that allowed to handle an event in a method of a specific object instance - which is what you actually want most of the time. Unfortunately Qt Signal/Slots are not really well integrated into the language. This is mainly due to the preprocessor mechanism that works only on the declarations. Thus the declaration syntax is fine, but the use of signals and slots in the definition has some problems and limitations: Read More
Sunday, 11 January 2004

kdedevelopers e-mail feed, thinkpad KMilo plugin, proofreading and top secret KDE groups!

Jriddell  | 
kde.me.uk has some things of mine on it. kde.com's e-mail feed of KDE dot news died along with kde.com so I set up another one for dot news and added debianplanet.org and kdedevelopers.org. email news feeds. KDE dot news are planning on adding their own e-mail feed so that one may dissapear. Read More
Saturday, 10 January 2004

Amazing KDE

This week brought a couple of new exciting things to KDE. Having a closer look at what was announced these days I'm pretty amazed. It started with kde-apps.org on Monday, the followup to the highly popular kde-look.org. On Tuesday we got KDEPIM on Mac. Wednesday brought integration of native KDE widgets in OpenOffice. On Thursday we saw a nice interview about Qt styles for Gtk apps and the announcement of KDE ioslaves for FUSE which basically means that they are now accessible by any non-KDE program, OpenOffice only being one of them. On Friday Zack released his QtGtk library which allows to use all the fancy stuff of KDE like the file dialogs or DCOP in Gtk apps. KDE seems to become the integrative desktop. That's good news. Let's see what will happen on the weekend... Read More
Friday, 9 January 2004

Hooray for managed code

Tjansen  | 
For a long time I have hoped that managed code will beat statically compiled code one day. Managed code can make software more secure, CPU-architecture-independent and makes it easier to generate executable code. The only remaining problem is the performance. Theoretically managed code should be faster than native code that the linker does not understand, because of the better optimization opportunities. But in practice and especially in public perception it always trailed behind. The benchmarks published by OSNews suggest that, at least in the commercial space, managed code is already competitive and can beat unmanaged C code. The nice thing about the OSN article is that it's probably the first time that someone was so (stupid|brave) to violate Microsoft's licensing agreement and publish benchmarks for C# - but even Java did very well against gcc. Read More
Thursday, 8 January 2004

posting a blog when you don't know what to post about.

Mattr  | 
So, yup, this is my blog entry, and I have no idea what to write about. Maybe it's because I'm not doing anything, or maybe it's because I'm doing too much, or.... and the list could go on and on. Or maybe, it's because I'd like to try fixing Xinerama support, but I haven't a clue where to start, and I went back down to a single monitor a couple of weeks ago because having that second monitor left no room on my desk. :( Anyways, I've rearranged the desk and so now I may try again after I get home. I'm stuck at work right now, and it really sucks since I don't have a whole lot of time to work on KDE here anymore because we're always so busy. :( Maybe it'll slow down some though and I can get back to hacking. Read More
Wednesday, 7 January 2004

Image manipulation / LinuxWorld

I was talking to Rich today and he pointed me to a wonderful paper : http://www-sop.inria.fr/odyssee/research/tschumperle-deriche:02d/appliu/index.html . Please look at the image restoration one can achieve with this baby. The "Image Inpainting" examples are breathtaking! The whole thing is on my todo for KDE 3.3. I also got reports from people that some effects from KImageEffect simply don't work, or even worse are crashing. As it seems a lot of them hasn't been tested. Read More