Project Engineer, Web Addict (Frankfurt/Main, Germany)

Posts Tagged ‘software’

Updated Wordpress, Result: New Design and Layout, Loss of Recordings

As you might have seen allready, I’ve changed the layout and design of my website. This was due to an update to a more decent wordpress version and the incomaptibility of the old theme.

In combination with this update, as you might have seen too, mostly all of my recordings have been removed from the server by accident. I’ll bring them back up as soon as possible. Please give me some time to compensate, what went wrong during update.

I’ll also try to do some details work on layout and design and experimenting with plugins, as far my ideas will reach. If you’re experiencing anything unexpected, it’s most certainly me playing around.


Fedora 11 Leonidas, How to Upgrade

Please make sure to backup important files before starting the upgrade process. The upgrade should work without problems, but for your own safety: Backup your datas!

Update 2009-05-24: Please read the comment from Paul W. Frields (Thank you, Paul!) regarding the upgrade process before following this tutorial. I recommend you to wait until Leonidas is officially released and to not use the Rawhide-branch. (The procedure will be the same as mentioned here, but without the “Display unstable test releases above” check box setting.)

As you may have seen from the banner I’ve installed on the upper right at my webpage, Fedora 11 Leonidas will be here in the next few days.

All of you using Fedora 10 right now and who can’t stand the wait to upgrade to Leonidas there is a way to upgrade today to the last snapshot of the yet unreleased version of Fedora 11 Leonidas.
(more…)


Finite State Machine Matrix-Style C Implementation

There are several implementations of finite state machines avaible, the only drawback most of them are suffering is that they are moore machines (under certain circumstances this means a large number of states) and changing the machines behaviour will change the whole code structure (this means low flexibility and the reprogramming may be a huge cause of defects).

I’d like to present an Implementation of a FSM, i’ve found during my student research project that is a mealy machine and does not require a reprogramming of the underlying structure.

(more…)