Archive for December 2002

The Christmas Party

We had a huge Christmas Party here at Skejbygård]] yesterday… it was fun. We started Saturday evening and did not stop until Sunday morning — or some of us did not stop :-) I wont mention names, but who said anything about linking ;-) Just kidding, she had to work the next day, so it’s perfectly understandable that she “only” lasted until 4:00 in the morning.

Anyway, it was a fun party. We started with a nice Christmas Feast on our floor with Jesper Klintø, Camilla Johnsen, Mia Schneider, Olle Hansen, Kenn, and Søren. We were later joined by Sine and Katrine who just stopped by — we found out later, that Katrine knew Mia, and that Sine knew Christina, who came back from her babysitting in time to get some of the leftovers. We also found out, that Olle had met [Mia when he had been to London... it's a small world we live in!

I live in one of the two towers that make up Skejbygård][], and the bar is placed under the other tower. A couple of hours after it opened we moved down there, and continued the party. There was quite a few people there and a great atmosphere.

The really great thing about living at [Skejbygård][] is the sheer number of people you get to know. One of the guys I talked with was BjarkeSkjernaa who is in the network group here at [Skejbygård][]. We talked a little about the homepage (don’t go to http://www.skejbygaardkollegiet.dk/ yet — the page isn’t ready) and about TÅGEKAMMERET who arranges the parties at the Department of Mathematics at University of Aarhus.

I was also lucky enough to get a few dances with [Mia, Nina Ratenburg, and Mette Bukhave — really nice! Later I had a great talk with [Jesper about Life, the Universe and Everything…

Yes, I have a PhpWiki:PrettyWiki!

I’ve finally managed to get the PhpWiki:PrettyWiki concept to work here at GimpsterDotCom. The idea is, that the URLs used to access the WikiWikiWeb should look like

http://www.gimpster.com/wiki/SomePage/SomeSubPage

instead of

http://www.gimpster.com/phpwiki/index.php/SomePage/SomeSubPage

I’ve been playing with the settings in index.php for some time now, but today I made it work. The necessary changes turned out to be:

ini_set('include_path', $_SERVER['DOCUMENT_ROOT'] . ‘/phpwiki’);
if (!defined(’SCRIPT_NAME’)) define(’SCRIPT_NAME’, ‘/wiki’);
if (!defined(’DATA_PATH’)) define(’DATA_PATH’, ‘/phpwiki’);
if (!defined(’PHPWIKI_DIR’)) define(’PHPWIKI_DIR’, $_SERVER['DOCUMENT_ROOT'] . ‘/phpwiki’);

The file /wiki is then a symbolic link to /phpwiki/index.php. If you discover any problems with this new URL-scheme, then please mail me.

TheParty of my life…

Or something like that :-) I’ve just bought a ticket to The Party 2002, subtitled “The Party of Your Life”. I’ll be going with Thomas Mølhave and a friend of his, Christian. This is the second year in a row that I’ll be at The Party — last year was my first, and I was very impressed by the demos I saw.

The focus of The Party has shifted gradualy through the years from hardcore demo-making to people playing games, simply because there’s so many more gamers out there than sceners. And this year is no exception: the prizes for the scene competitions (compos) are much lower than for the game compos… The first price in scene compos is € 1000, but the first price in the game compos is € 4000. It doesn’t matter much for me, for I wont win either price, but it’s still sad that there’s fewer and fewer people who make demos.

In case you don’t know what a “demo” is, then I would suggest that you download the awesome Back to BASICs WiLD demo from http://www.hybrisNEMESIS.com/. -[Martin Geisler][4]

That is not an ordinary demo, it is a WiLD demo, which basicly has to do with the fact that it is prerendered. If you want to see a real demo try checking http://www.pouet.net/ . The demo “vip2″ listed in the “top 10 prods” bar on the lower left is cool. -Thomas Mølhave

!!!Problems with MySql — a solution is underway

There’s been some problems with the MySql server that holds the data for this WikiWikiWeb lately — some of you have probably seen this error when you tried to access the site:

  • DB Error: unknown error

  • (LOCK TABLES phpwiki_page WRITE, phpwiki_version WRITE, phpwiki_link WRITE, phpwiki_recent WRITE, phpwiki_nonempty WRITE ~[nativecode=1017 ** Can't find file: './gimpster/phpwiki_page.frm' (errno: 24)])

I’ve just received a mail from NetSite where they tell me that a new server is on it’s way, and that they have found a temporary solution to the problem. And indeed it seams that things are working again now, since I can write this piece of news.

It’s Christmas!

Santa is coming!

Hohoho! It’s christmas again, and GimpsterDotCom has been dressed up for the event with a snowy background and red colours all around.

It was particularly easy for me to change the background this year, because the little images that make the rounded corners are alpha-blended [PNG][] images. The [PNG][] format is truly great: it supports 8-bit alpha-channels, which makes it possible to have real antialiasing that work on any background. My images blend from white to transparent, not from white to say blue as the old GIF images did. So when I change the background colour, then the antialiasing still works. [PNG][] images also compress better than GIF and the format is open and free of ugly patents, something which cannot be said about GIF images.