Older blog entries for brother (starting at number 17)

17 Nov 2000 (updated 17 Nov 2000 at 16:59 UTC) »

<c++ rant>
I decided that a Turing complete template language isn't the most amusing/silly/strage (make you choice) part of C++. Function objects gets the prize:

Class foo {
    public:
    int operator()(int i) { return 42 + i; };
}

// { foo foobar; foobar(1); // }

Is an extremly silly way to say: (\lambda i. 42 + i)(1). And I don't even want to think about third order functions.
</c++ rant>

Yeah, I attended a talk by Bjarne "I never seem to spell his name corretly" Stroutstrup yesterday. He has many good points about Java, C# as such kind of creations but I still don't think OO is a solution to a problem.

Instaling Debian through a 38400 baud SLIP takes a long time. I better buy a new Ethernet card for my stationary.

Phew, checked 1200 words for the danish dictionary project. Next project is to make decisions about all the words that have both an + (correct spelling) and a - (wrong spelling). Lucky me, it's only 11.000 words.

The Speling.org domain is cool.

neuro: You know what they say: Real nethackers doesn't check their wands - They cry a lot.

Open Source work:
It seems like I'm stuck in politics these days. Not that I dislike that part of the work needing done but it takes all the time I've should have been coding and doing real hacking.

I've been talking with the people behind FreeDevelopers.net. Nice people, but more RMSish than I am. Their project is worth a thought even though I don't believ it's the solution to the free software worlds problems.

I'm still following the patents discussion from the side. Someday I have to check if there is any patents in IPC-classification G6F9/45P which is legally binding in Denmark.

My main work these days is on the Danish dictionary. In Denmark there is an official norm for correct spelling (not necessary unique) and those who defines this norm will not give us the official list of correct words and conjugations.

While we are working to make our own list (which is a very boring work and takes a lot of man-months) we're trying to get the list throug different channels (eg. ``forces'' them to give it to us).

What do you do in other countries with an official defined spelling?

Wheat: Isn't that almost the same way that the new gTLD's always has been planned to be registrated? (Not that .ca is a gTLD)

Anyway, I'm rather ambivalent whit how domain names shoul be registrated. I like the freedom to register whatever I want but if only everybody else would keep their registrations more sane.

Hmmm, makholm.net is maybee not the sanest domain name, but we got bored waiting for the .nom gTLD.

Complexity:

In his book "Computability and complexity - From a Programming Perspective" Neil D. Jones proves the following theorem (theorem 23.5.1 on page 346):
LOGSPACE \subseteq NLOGSPACE \subseteq PTIME \subseteq NPTIME \subseteq \PSPACE = NPSPACE and NLOGSPACE \neq PSPACE

pseudonym: Have you any references proving PTIME \subset EXPSPACE? Neil Jones doesn't even mentioning EXPTIME in his book.

Writing:
Finally wrote the first of a promissed serie of perl articles in danish. Soon we will have a set of danish perl tutorials not beginning with:

#!/usr/bin/perl

print "Content-Type: text/html\n\n"

print "Hello World\n"

I just hate people equalizing perl and CGI.
Wow
I changed from using mwm (real mwm) to using sawfish as my windowmanager.
sab39: Wether Debian will include KDE in the future depends on some developer to package it. Debian only contains free software which is interesting enough to spend time on packaging. But with 500+ different intepretations of "interesting enough" this does seem to approximate everything and the kitchen sink (twice).

But if I understands the talk on debian-devel correctly it's just a matter of time before things from the unofficially KDE stageing area flows into the main archive.

6 Sep 2000 (updated 6 Sep 2000 at 17:19 UTC) »

[
Wow, I really misunderstood Ureaus. I've actually met KDE-people meaning something like his first statement so I didn't get the sarcasm and then my eyes turned red...
Read it and enjoy
]
Uraeus wrote ranting about KDE being hunted for no reason:

On the distribution level: Corel and Caldera bundle only KDE, which is a good thing since it proves that KDE is the standard. Sun, IBM and HP decides to support GNOME, which is a bad thing since it removes user choice.

What!?! Do you really say that it is OK only to ship with KDE while it's not ok to support Gnome?

What have you been smoking, and do you have more of it?

ralsina wrote (excusing for seing to many black helicopters):

Joey, if Debian includes KDE now, I will be happy to apologize. [...] Go ahead, MAKE ME APOLOGIZE, that's what I want most than anything.

I don't think it's about you should apologize or not. It's about people yells "black helicopters" whenever something more or less strange happens. It destructive and a waste of the readers time.

I don't think I have seen any negative thoughts about the licesing of Qt or KDE since the GPLization on any of the debia lists. So please stop yelling until you're sure that there is black helicopters in the sky.

  • Still alive
  • Thinks everything is boring
  • Starting my philosophy studies tomorow
  • Life sucks
Anyone wants to cheer me up?

8 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!