Patenting The Geophysical Center Of Europe?

On Friday, Mike Masnick posted this on Techdirt (the story also appeared on Slashdot today):

Bas Grasmayer points us to the claim that the Austrian town of Frauenkirchen has apparently tried to patent the fact that it represents the geographical midpoint of Europe.

Mike filed the story in the category “from the this-is-a-joke,-right? dept”, so I figure he didn’t buy it entirely. But the story goes to show how screwed up the patent system is, so to hell with it—why not post it anyway, right?

I dug deeper and it turns out that the patent thing was added to the German Wikipedia page on January 3, 2006 by an anonymous user. Here’s the full edit, translated to English by me (emphasis is mine):

Frauenkirchen is [...] the future thermal spring destination of the Seewinkel region. [...] the water regulations authority has already given permission to build a thermal bath. The chairman of the tourism board responsible for this, Corino Fabiani, MBA, is already thinking about changing the town’s name to Bad [Bath] Frauenkirchen. According to information from the Austrian Patent Office, the “Mittelpunkt Europas” ["Center of Europe"] has been successfully protected for Frauenkirchen with file reference AM 7738/2003. It is stated that this refers to the geophysical midpoint of Europe and not of the EU.”

Alarm bells ringing already? Not only does this paragraph predict the future of the town, it even tells us what some guy is thinking. And what does this even mean: The “Center of Europe” has been protected for Frauenkirchen?

It seems to me that AM 7738/2003 might actually be a trademark of some sort (which Mike also suspected), so let’s quickly check the Austrian Patent and Trademark Office’s search engine:

File nr. 7738/2003 telling us that Corino Fabiani's company holds a trademark for the words "Mittelpunkt Europas"

(When I’m using their page, I can literally hear the sounds of the steam-powered COBOL-based mainframe as it churns out the results.)

Indeed, this basically tells us that Corino Fabiani’s company registered a trademark for the words “Mittelpunkt Europas” ["Center of Europe"]. As I see it, the chairman of the tourism board had this dream of turning Frauenkirchen into Europe’s center of thermal baths. He went to  register a trademark and maybe—just maybe—it was him who sat down at midnight on January 3, 2006 to let the world know about it through Wikipedia…

So, what do we learn from this? Not much that we didn’t already know, I’m afraid:

  • Wikipedia contains a lot of dubious information.
  • Twitter is a good place to spread dubious information of all sorts.
  • Politicians will happily repeat anything they find on Wikipedia.
  • Techdirt isn’t afraid to do the same. But when they do, they add a question mark to the headline to cover their bases. ;-)

Update: Fixed a typo; marked “Center of Europe” as a translation of the actual trademark.

The Worst Arguments Against “Google Street View”

This is a translation of a blog post by Stefan Niggemeier on BILDblog.de.
Unlike other parts of my web site, this post is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Germany license.

The media is full of opinion polls. But knowledge polls would often be much more interesting. For example, if people weren’t asked about their opinion on government reform plans but about what they actually know about these reform plans that they are to judge.

The “Bild” newspaper [Germany's top-selling tabloid] did this today—unintentionally, of course. They asked lots of people what they think about “Google Street View” and whether
. . . → Read More

Stitching Panoramas With Hugin and Some GIMP Post-Processing

Here’s how I created the panoramas that I posted to my GUADEC 2010 photo album (on Flickr and on Picasa).

I used the Hugin panorama photo stitcher and did some post-processing using GIMP. Hugin should be available in the repositories of your GNU/Linux distro, and it’s dead simple to use.

These are four pictures I took at the intersection of Grote Halstraat, Hoogstraat, and Gravenstraat in The Hague with a camera phone. I made sure that the pictures have enough overlap. (The Hugin tutorial recommends 20% to 30% overlap.)

The first step with
. . . → Read More

realmike.org Relaunch

I can’t believe the last article that I posted (then still at geocities.com/foetsch) dates back to June 1, 2005!

Since then my interests have shifted even more to Python, GNU/Linux and FLOSS in general, but the most prominent articles on my homepage were still about DirectX and Borland C++Builder (something else I can’t believe—that I ever thought C++Builder was good…).

Now it’s time to revamp the homepage and post more often about things that I actually care about. At least, that’s the plan. If nothing else, this project gives me a chance to get myself up-to-speed with more recent
. . . → Read More

Legacy DirectX And C++Builder Articles

I moved over the legacy DirectX and C++Builder articles from my old homepage. Surprisingly, they still get a few page hits after all
. . . → Read More

GNU Automake By Example

This article presents several simple Automake/Autoconf-based projects. I assume that you know what Automake, Autoconf, and configure are, and that you know how to install a software package from sources (i.e., you know how to invoke "configure & make & make install"). (If you don’t, you can still follow the instructions to create a very small project to play around with.) This article does not contain lengthy explanations or detailed background information. Rather, I present a few examples that (hopefully) get the ideas across.

Some of the topics for which examples are presented:

  • Doxygen support
  • Multiple subdirectories
  • Flex/Bison support
  • Libtool Convenience libraries
  • KDevelop Automake Manager

. . . → Read More

Building SWIG Python Extensions on GNU/Linux

In the article Python Extensions In C++ Using SWIG, I describe how to extend Python with C++ code. That article also contains instructions for building SWIG extension DLLs on Windows. This article contains instructions for using GNU Automake and Autoconf to build SWIG extensions as shared objects on GNU/Linux.
. . . → Read More

Introduction To New-Style Classes In Python

New-style classes are part of an effort to unify built-in types and user-defined classes in the Python programming language. New-style classes have been around since Python 2.2 (not that new anymore), so it’s definitely time to take advantage of the new possibilities.
. . . → Read More

Python Extensions In C++ Using SWIG

This article walks you through the process of writing a Python extension module in C++. To simplify the task, we are going to use SWIG to produce the “glue code” between Python and C++. The article presents the following concepts:

  • Converting between C++ and Python data types
  • Setting up an extension module project that uses SWIG
  • Using SWIG interface definition files
  • Exporting functions and classes
  • Exporting STL containers

. . . → Read More

My Buzz