June 28th, 2010
The Khan Academy is a not-for-profit organization with the mission of providing a high quality education to anyone, anywhere.
We have 1400+ videos on YouTube covering everything from basic arithmetic and algebra to differential equations, physics, chemistry, biology and finance which have been recorded by Salman Khan.
With a broad range of science topics, this site ist totally worth looking at.
Need to update your knowledge on algebra, calculus or physics?
Its not shiny due to the low production buget, but the information is available free under a CC3 license.
Slashdot article
Posted in funstuff | No Comments »
May 21st, 2010
Google has a truly epic doodle up their sleeve for this event.
Today you can actually play Pacman and Ms. Pacman in a two player mode inside the Doodle using the arrow keys for P1 and WASD for P2.

Posted in funstuff | No Comments »
April 12th, 2010
Some changes in Ubuntu are really annoying. Switching from esd to pulseaudio was definitely my favorite for 2009.
The window control button change currently running in the 10.04 beta is a canidate for this award in 2010.
Here is a quick and dirty fix in order to allign your controls to the right side of the window using the gconf-editor (note to Windows Users: this is almost as using the Registry Editor):
- launch gconf-editor from a console
- switch the directory tree to apps –> metacity –> general
- find the key named button_layout
- change the value to menu:maximize,minimize,close,
- take a deep breath
Posted in Linux, free and open source software | No Comments »
April 12th, 2010
Some Android custom Roms are only available in WWE (World Wide English) which is not really a big deal. However there are a few exceptions when it comes to native characters or services based upon your locale.
Since I live in germany, i have a german Amazon account which I use for online purchase including my music.
When downloading AmazonMP3 from the market, the application will check your locale and set the Amazon Shop accordingly. In most cases of WWE Roms, this will be AmazonMP3(US) and you wont be able to purchase MP3s with your native account (DE in my case).
Using morelocale 2 you can manually set your locale to your preferred area and you should be able to use your native provider ignoring the WWE locale on your phone.
Posted in Android, Linux, free and open source software, gadgets | No Comments »
March 24th, 2010
GPU Video enhanced playback is becoming more and more important with the availability of low cost Netbook and Nettop CPUs.
If your device features an ION gpu (such as my Lenovo S12 netbook) you will be able to playback even 1080p HD Videos using VDPAU in Linux. These implementations are also available for Windows as DXVA (Direct X Video Accelleration) or NVIDIAs CUDA interface (which is not limited to enhancing video performance).
To use VDPAU simply follow these steps:
- make sure you are using the restricted NVIDIA drivers
- grab a trailer from http://www.h264info.com/clips.html – I used the 1080p Simpsons movie trailer
- download mplayer-nogui:
apt-get install mplayer-nogui
- playback using vdpau:
mplayer -vo vdpau -vc ffh264vdpau The\ Simpsons\ Movie\ -\ 1080p\ Trailer.mp4 
For comparison: mplayer The\ Simpsons\ Movie\ -\ 1080p\ Trailer.mp4 
- When using a mplayer GUI such as smplayer or gnome-mplayer, make sure to select vdpau in the video playback options
- Enjoy Full HD video playback
Posted in Eee PC, Linux, gadgets | No Comments »
March 19th, 2010
Season 6 is the upcoming season of Futurama and the first season of the second run. With 26 episodes, season 6 is so far the largest season, beating season 3 during the original run, which had 22 episodes.
From a broadcasting perspective, season 6 will be the seventh and the eighth broadcast season, with 12 episodes in 2010 and 14 episodes following in 2011,[3] which would make “The Mutants Are Revolting“ broadcast season 7‘s season finale as previously hinted.[4] Which will make episode 6ACV13 the season première of broadcast season 8, but given it is a holiday special,[4] broadcast season 8 may already start in December of 2010.
The première for season 6 – and thus broadcast season 7 – is scheduled for 24 June, 2010.[1][2]
http://theinfosphere.org/Season_6
Posted in funstuff, news | No Comments »
March 5th, 2010
A lot of 2.1 Roms with HTC Sense have been released for the Hero lately due to the availability of the HTC Droid Eris sources.
Stability and Speed is awesome!
Here is a quick review on VillainRom 3.1 for the HTC ( available at http://forum.xda-developers.com/showthread.php?t=622468 )
- very Stable
- great Performance
- new HTC Sense and Widget features
- Screen Overview (press Home on the Homescreen or Pinch)
- all working 2.1 features (Market, Navigation, Energy Manager)
The official release for the 2.1 Hero Rom is yet to come but regarding the VillainRom you wont have to wait any longer for the stable Android 2.1 with HTC Sense.


Posted in Android, Linux, gadgets, news | No Comments »
February 20th, 2010
The Internet Research Task Force has released a Request for Comments for the Usage of Black and Whitelists
The rise of spam and other anti-social behavior on the Internet has led to the creation of shared blacklists and whitelists of IP addresses or domains.
The DNS has become the de-facto standard method of distributing these blacklists and whitelists. This memo documents the structure and usage of DNS-based blacklists and whitelists, and the protocol used to query them.
http://www.rfc-editor.org/rfc/rfc5782.txt
Posted in networking, news | No Comments »
January 26th, 2010
http://www.debian.org/News/2010/20100121
Just a reminder!
Only one more server to upgrade for me since I have migrated most Debian Servers to Ubuntu LTS
Posted in Linux, free and open source software, news, open source | No Comments »
January 26th, 2010
A new Rom for the GSM Hero has been released, this time its a AOSP based Rom without Sense UI. Android 2.1 has some great improvements on the widget making Sense Functions nearly obsolete, so AOSP should provide you with enough comfort.
The CKdroid also features LiveWallpapers, a function implemented on the Nexus one. If you want to waste your Battery and Performance for some useless show off crap… Here you go. I remove them via ADB.
Included in this release is a hack which will give you 2 more homescreens – summarizing it up to 5 on a standard Android device.
7 homescreens on the HTC Sense devices was a litle much, 3 was bearly working for me on the AOSP release, so 5 should do perfectly fine.
During the installation i had a rather annoying bug in the Android Market that sometimes stalls the installation for hours. I just wish the free apps were available outside the market. Good thing I had a backup of all apps with Astro. So I pulled the apk file for Astro from the default backup location /sdcard/backups/apps/ and installed via adb push. After that, I restored all my apps which still requires you to acknowledge each app when reinstalled which is still very annoying but at least i don’t have to wait for the market to work again.
CKdroid is very stable with some minor performance issues and will be my current stable Rom for everyday use.
The main projekt thread can be found here
Comparison: the Android 2.1 standard interface and the HTC Sense UI in Android 1.5


Posted in Android, gadgets, news | No Comments »