Nerdstation

timeline

Watching the opening of #maesum, ...

09-10-2009 tags: maemo tweet

Watching the opening of #maesum, the Maemo conference in Amsterdam.

Reading a bit about bitbucket's ...

09-10-2009 tags: tweet

Reading a bit about bitbucket's downtime and the ddos they experienced on their Amazon cloud.

Some new features for my ...

27-09-2009 tags: blog discworld django twitter

I finally managed to release some new stuff on my website. Honestly, finishing things is really hard it seems. Even though it's been in the pipeline for quite some time, quite a bit of the code feels rushed and ugly, but I'm glad it's finally here.

There's a timeline with tweets, bookmarks and blog entries. I'm not a very avid tweeter unless I'm at an event or something similar, but the concept of making a micropost from just about everywhere is nice. So I used Python Twitter to conjure up a bit of an ugly twitter django app. Very much something too ugly to ever see the public light of day.

My bookmarks are ever increasing. Every time I browse along something shiny, I bookmark it. So I thought it would be interesting to share some of that for all the webspiders visiting my site. I've got about twelvehundred bookmarks in my Firefox. I won't bother you with all of them, but I'll look into the dusty archives if there are some interesting links I could put on here too.

I've also thrown some tagging juice on top of it all using the Django tagging app. I feel that this app does have some rough edges, but not enough for me to try and reinvent the wheel again.

Next up for this site is some refactoring of the Discworld Mud bits. Nearly all of the content there isn't public, and the public bit seems to run into some performance issues. I really shouldn't need a database table with nearly fourty million rows, but recording information about every player on the mud every five minutes does seem to add up. A fairly big table in combination with using the smallest available VPS with XLS hosting is really bogging down stuff.

After I whipped the discworld "top 10 online players last week" in shape a bit I'll intend to do a more complete refactor. Let's see how long that will take... :)


No comments have been posted yet.

Releasing some new stuff on ...

27-09-2009 tags: tweet

Releasing some new stuff on my site in 3, 2, 1... :)

Howto: Virtualising with Xen under ...

26-09-2009 tags: bookmark debian project xen

Howto: Virtualising with Xen under Debian Lenny (Linux Kernel 2.6.26) | Pastacode computer science blog
I've recently ordered and received a lil' quadcore AMD Phenom II system which I intend to use as a Xen host for testing stuff at home. Setting up Xen was a breeze except for 2 little tty snags which I solved with a bit of googling. (I already knew an alternative solution, but that one seemed more messy than it should)

"This howto is about installing and configuring Xen under the Linux distribution Debian Lenny. It also shows some simple steps to create and manage ..."

Code (Natural Language Toolkit)

25-09-2009 tags: bookmark nltk python

Code (Natural Language Toolkit)
"software, datasets, and tutorials for natural language processing"

I recently heard about this library on Ron Stephens' "Python 411" podcast. ( http://www.awaretek.com/python/ ) It sounded like something interesting to tinker around with, but I haven't done so yet.