Geeky stuff of interest
-
Sony Vaio X - An Ubuntu installation experience
by Jakob Westhoff on Mon, 02 Nov 2009 15:24:07 +0100
Recently DPD had an express delivery for me. They delivered the Sony Vaio X I pre-ordered the day it became available. Vaio X is Sonys newest development in the ultra portable market. Even though it has an Intel Atom processor and therefore seems to belong into the netbook category of products it is much more. It is bleeding edge technology in an ultra slim and nearly weightless carbon shell. I bloody love this thing. Unfortunately it came preinstalled with Microsofts new Windows 7 operating system, which is an absolute no go for me ;). One of the first things I did was installing Ubuntu Karmic Koala on it. Read this article for a detailed installation log. Read more…
-
MossoFS - A first development snapshot released
by Jakob Westhoff on Thu, 04 Jun 2009 17:50:06 +0200
Some time ago I heard about a cloud storage service from Rackspace called Mosso Cloud Files. You can store arbitrary files at this service and retrieve them at any time. To ease the the handling of the service, but mainly because I always wanted to write a FUSE module, I decided to create one called mossofs. Mossofs is currently in pre-alpha phase. It is capable of mapping mosso's directory structure as well as retrieving arbitrary stored files from the service at the moment. Take a look to get further information about this project. Read more…
-
Evolving vectorization
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
In December I stumbled about a page on the net lately which used some javascript trying to approximate a small Mona Lisa picture by about 50 semi transparent polygons. The calculations done in javascript took forever, which inspired me to write a faster implementation of this idea in c using the Cairo library. Simulated annealing is used to enhance the creation process a little bit. Read more…
-
Seven things - Tagged by kore and mapi
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
As the current seven things hype continues I have been tagged by Kore Nordmann and Manuel Pichler. Read this article to get to known seven facts about me. As well as to take a look at who I have tagged in the process. Read more…
-
Quassel - The new chat experience
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
Quassel is the perfect alternative for everyone using a combination of irc proxy and client like irssi proxy and xchat. It calls itself a distributed irc client. It consists of a server and an arbitrary amount of clients. The great thing about quassel is you get access to the complete backlog of any channel you are in, anywhere, anytime. Read more…
-
First steps with Blender
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
After creating and rendering some really basic 3D scenes with proprietary windows software before changing to Linux a long time ago, I never used a 3D modeling tool again. I thought it is time to take a look at the really powerful opensource 3D suite Blender. Read more…
-
Half Life BSP Entity Tool
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
A friend of mine was in need of a tool to read an write entity tables from a Half Life level file. In the time Half Life was bleeding edge there existed such a tool. Unfortunately I was unable to find it on the net. Therefore I hacked some lines of c to do exactly this. Read more…
-
My first application for the Openmoko Neo Freerunner
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
A little story about what I experienced during the first steps towards writing an application for the Freerunner by myself. You will find a download link and a demonstration video inside. Read more…
-
My Openmoko Neo Freeruner has arrived
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
Finally I got the Openmoko Neo Freerunner in my hands Read more…
-
Using Vim Unicode macros to create math formulas at ease
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
Did you ever want to note a math formula inside a vim document without using something like latex? It is just as simple as typing "pi" to get the Greek letter pi with a little script I wrote. Take a look you won't be disappointed Read more…