"Historisk Guide till England"

December 13, 2003
1 comment Books

Book cover from Adlibris.se (or Historical Guide to England)
I just finished this book. The Swedish version. Don't know if there is a English version.

The last page was nice. It attempted sum the English (or British) people like this (roughly translated):

"They [the Britons] remain in soul and heart peaceful, obedient and tolerant and are persistent in their strife for compromise instead of confrontation."

Man arrested for spamming

December 12, 2003
0 comments Misc. links

Yes! Yet another man arrested for spamming

This the first case such case with this new law in US state Virginia.

"Virginia authorities said on Thursday they had arrested and charged a North Carolina man for sending "spam" e-mail in the first use of a new state law that could bring penalties of up to 20 years in prison. "

20 years!?!

Nintendo emulator online in Java

December 11, 2003
5 comments Misc. links

Bubble Bobble on the NES emulator Bubble Bobble, Super Mario Bros, Excitebike, 1942, and more...

This is the first time I've seen a NES emulator online before. It's a Java applet so you'll need a web browser that supports it. Sadly the controls aren't configurable. I wish they were so I could have the arrowkeys under my left hand and the A- and B-button under my right.

Back online

December 10, 2003
0 comments This site

Got the server running again. Long story. Now I'm about to upgrade the web server software to use Zope 2.7.0 and the latest Python.

Amazon.co.uk Top Reviewers

December 7, 2003
4 comments Misc. links

Amazon.co.uk Top Reviewers Amazon.co.uk (and probably likewise with .com) publishes a list of the Top 1000 reviewers.

The number one reviewer is Jason Parkes. He's written 709 reviews. Some people have written even more, but look how lengthy all of Jason's review are

From a very quick look it looks like Jason's reviews are almost always 5 out of 5 stars. Maybe that has something to do with why he's at the top of the list.

Makes you think... How much time do these guys have on their hands?

Mr. Picassohead

December 3, 2003
0 comments Misc. links

My Picassohead A fun little Flash application that lets you draw your own Picasso heads and then to upload them to a public gallery.

Some of the pictures in the gallery are quite impressively "Picassian". What was quite amazing was that some 5 minutes after I added mine I had to click back at least 20-25 times to find mine again. That means that they get about 5 new pictures into the gallery every minute. Must be very heavy load on that server.

Let me know if you find any really good ones. E.g. one with a lot of effort

Case study where Python was the final choice

December 3, 2003
0 comments Python

This is an article about a group of developers who had a task to do but hadn't chosen what programming language to use. The alternatives they had to choose from were C, PHP, Perl, Java and Python; and the requirements where these:

  • We planned to prototype on a remote device and anticipated numerous changes. We needed a language that was designed with change in mind.
  • We wanted to avoid the added step of code compilation in order to minimize the overhead associated with a change. An interpreted language seemed pragmatic.
  • We wanted a language with good introspection capability.
  • We needed to do a lot of string manipulation and file I/O. Whatever language we chose had to excel in both of these areas.

It's so suited for Python that it almost sounds as if they wrote the requirements after the choice. But that's just how Python is.