5PRIME.com Relaunch

Dienstag, 15. September 2009, 22:06 Uhr von Felix

Some of you might have noticed – either I told you or you guessed it from my post frequency – that I have been working quite a bit during the last weeks. Today, the fruits of this work finally went online: we relaunched 5PRIME.com, my employer’s corporate website. Apart from the new design and improved usability, we have added, e.g., a new product line, some pages about application areas and an extended literature search.

Kudos to Marian, who created a little surprise that you might want to check out, and his buddy Kristian, for a nudge into the right direction when the two of us did not see the wood for the trees.

Just navigate to the homepage (you have to select your country first) and enjoy the video!

Small Talk

Sonntag, 13. September 2009, 11:04 Uhr von Felix

An old friend of mine is going to move to Bamberg to study. In order to enroll, he accompanied me on my last trip and went to a barbecue with me where he engaged in small talk.

Someone asked him: How long are you going to stay here in Bamberg?
Dunno, probably about three years. he replied.

Best possible answer ever.

It’s recursive

Freitag, 31. Juli 2009, 18:32 Uhr von Felix

Did you ever try to google „recursion“? No? Me neither. But it’s totally worth it.

How to install Eclipse Galileo on your Ubuntu machine

Montag, 20. Juli 2009, 19:47 Uhr von Felix

The Ubuntu 9.04 packages contain only the outdated version 3.2 of the popular IDE Eclipse. If you want to install Galileo/3.5, the latest version, you will have to do it yourself. This will guide you through the necessary steps to install Eclipse on your Ubuntu machine (or any other Linux Desktop).

First, download the latest version of Eclipse to your desktop. I recommend to use Eclipse Classic (scroll down). While your computer is downloading the file, get yourself a cup of tea (or coffee).

When the download is finished, open a terminal and navigate to the opt directory, where optional software is to be installed.

cd /opt

This is were you want to unpack the downloaded tarball:

sudo mv ~/Desktop/eclipse-SDK-3.5-linux-gtk-x86_64.tar.gz /opt
sudo tar xfvz eclipse-SDK-3.5-linux-gtk-x86_64.tar.gz
# we do not need the tarball anymore
sudo rm eclipse-SDK-3.5-linux-gtk-x86_64.tar.gz

Please note that if you did not download the file to your Desktop directory or want to use another version of Eclipse, e.g. 32bit, you will have to modify the lines above. Use tab to save yourself some keystrokes.

Okay, now let’s run it with root rights. Why root rights? Because we want to install some plugins.

cd eclipse
sudo ./eclipse

Eclipse will ask for a workspace. The default should be fine. If Eclipse started successfully, click Help and then Install New Software to install your favourite plugins. I usually install C/C++ Development Tools, Ruby Development Tools as well as PHP Development Tools from the default update site (for 3.5 it is called Galileo) and PyDev (Python), Subclipse (Subversion) and TeXlipse (LaTeX). Right-click on the aforementioned links to copy the URL of the update site.

When you finished downloading and installing plugins, close Eclipse and execute the following command:

sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse

Now you can create a new starter and point it to eclipse. Click it, to start Eclipse. Tada! You are almost finished.

You might want to delete root’s workspace using the following command:

sudo rm --recursive --force /root/workspace

Now, you are finished. Congratulations! Fasten your seatbelt and start coding.

Swansea Graffiti

Samstag, 18. Juli 2009, 13:06 Uhr von Felix

Thomas, who spent the last two semesters in Swansea, created two really cool videos that show two months in the life of two walls: Swansea Graffiti.