Online Memorizing with Spaced Repetition

After reading this article in the Wired Magazine, I got interested in learning with spaced repetition. Assume you want to learn a particular subject, e.g. spanish vocabulary. You might want to write your word-pairs (spanish/english) on flash cards and practice regularly. It has been shown that you both speed up learning and improve retention if [...]

Creating a R-GUI in the wink of an eye

I think many folks have been waiting for this. R is a statistical language widely established itself in the life-sciences. However, many lab people dislike it due to its bare commandline interface. This might change with a new program called RGG:
Self written R scripts are usually not longer than 100-150 lines. In most cases, there [...]

Moving or Renaming Multiple Files – The Easy (zsh) Way

Linux workers like you and me often need to move a bunch of files. For example, you want to rename all *.dat files into *.dat_save, or you want to rename all files foo.* into something like bar.*. This, however, is not easy to do using the move command as 1) “mv” only supports a single [...]

ICE – A Super-Easy Photo Stitching Tool

Well, I never thought that the following could possibly happen: I hereby recommend a great and free piece of software manufactured by Microsoft! I’ve been looking for a photo stitching tool that does the job fast and does not require for much marking nor readjusting by hand. Microsoft has the Image Composite Editor (ICE), a [...]

Wordpress Image Uploader is incompatible with Flash 10

It took me a while to figure out why my Image Uploader of Wordpress does not work anymore. When trying to upload new images to Wordpress, the Flash Uploader would not open at all. That is, clicking on “Choose Files to Upload” has no effect, while it worked perfectly before. I have updated Wordpress from [...]

Setting up subversion for multiple repositories on a Plesk/Ubuntu VServer

Setting up a SVN server on an Ubuntu Vserver running Plesk is smooth like butter. Mmmh, butter… Just for future reference, i’m going to explain it here.
Update: Configuration of basic authentication is included now.

How to set up usable shell access on Plesk VServers

Imagine you set up a new domain on your VServer. After filling in all the data, Plesk creates a directory /var/www/vhosts/FOODOMAIN which is the home directory for the domain’s ftp user as well. This makes sense for FTP access as the directory contains all the important subdirectories such as httpdocs, conf, statistics and more. [...]

Aging might just be a curable disease

As outlined in this article, aging is no outcome of accumulated cell wearout. Their theory states that key regular pathways drift off track with age, since no evolutionary pressure forced them to work properly after reproduction. This actually means that we were able to cure aging if we can somehow put these pathways right.

Music Listening Graph

This is a quite neat visualization of the music I listen to, isn”t it? The new webapp LastGraph creates them for you if you use last.fm.

Emacs Ad

This screencast shows how you can use emacs as an IDE for Ruby development. It demonstrates many nice but not so known features such as ido-mode, tramp and snippets. The screencast has been produced in 2006 and is still worth seeing.