Blog

Update

Tuesday, July 14th, 2009

Das ich so lange nichts von mir hab hören lassen liegt mitnichten daran, dass nichts passiert wäre. Ich hab mich vielmehr mal um ein paar kommerzielle Projekte gekümmert, schliesslich will man ja auch von irgendwas leben.

Die Stadt Leipzig hat mich dieses Jahr wieder gebeten, die Kampagne für den hiesigen Girls’ Day zu gestalten. Das waren ein Video für die Strassenbahn und ein paar Flyer. Dann hab ich dem Chiemsee Reggae Festival den diesjährigen Trailer produziert und gerade bin ich dabei, für Lego Mindstorms NXT 2.0 ein kleines Produktvideo zu basteln. Nebenbei schneide ich noch die Doku der Eröffnungsperformance vom Bauhausjahr in Weimar und organisiere alle 2 Wochen die sublab:lounge. Reicht das?

Summertime Lazyness

Wednesday, July 8th, 2009

Yes, I know! It’s time do write some more. Things have happened. I completely exchanged my hardware and went places and events such as a Coco Rosie concert and Balkan concerts and such. And I bought music, too. But, hey! It’s warm outside and the lake is calling. I’ll be back soon.

Smilla update

Thursday, May 7th, 2009

So wird das gut. Ich werde zusammen mit Mila van Daag Video, Bühnenbild und Ausstattung übernehmen. Morgen treffe ich mich mit Christian fürs erste Brainstorming. Ich hab mir Fräulein Smillas Gespür mittlerweile auch mal durchgelesen und bin mal gespannt, wie wir da ran gehen werden.

Leise rieselts…

Friday, April 24th, 2009

Gestern hat mich Christian Fuchs angerufen. Ich hatte ihn für seine letzte Produktion in Dresden mal technisch beraten und nun hat er angefragt, ob ich für ihn bei einer Inszenierung von “Fräulein Smillas gespür für Schnee” Video machen möchte. Das ganze an der Kleinen Bühne in Naumburg. Los gehts erst im Februar 2010, aber ich hatte sowieso mal wieder große Lust, was am Theater zu machen und daher freu ich mich sehr drüber.

Bauhaus year opening performance

Wednesday, March 18th, 2009

April 4th will be the opening night of the Bauhaus year in Weimar. Max Schreiner, Anke Heelemann und Stefan Kraus will create an opening performance with me doing docu-cam.

I’ve worked with Max in the past as camera man for his final project at the Bauhaus University May 2008 and for another performance at the zeitraumexit, Mannheim. Here’s a video of the first performance.

WordPress multilingual

Wednesday, March 11th, 2009

I created a category “en” in which i created all the english versions of my categories. I wrote two versions of the same post, in english and german, and left them in the english and german category.  Then i filtered the sidebar menu according to the language category you’re looking at. Looks more or less like this:

<li>
<?php /* Felix Language Switch */ if (is_category(50) || (in_category(50))) {
echo ‘<a href=”http://test.amphibiousthoughts.com”>german version</a>’ ;
} else {
echo ‘<a href=”http://test.amphibiousthoughts.com/news”>english version</a>’ ;
}
?>
</li>

<li>
<?php /* Felix Custom Categories */ if (is_category(50) || (in_category(50))) {

wp_list_categories(‘include=54,55,56,57,58,59,60,61,62&orderby=ID&show_count=1&title_li=<h2>Categories</h2>’);
} else {
wp_list_categories(‘exclude=50&orderby=ID&show_count=1&title_li=<h2>Kategorien</h2>’);
}
?>

</li>

<li>
<?php /* Tags or not */ if (is_category(50) || (in_category(50))) {

} else {
echo ‘<h2>Tags</h2> ‘;   /* Felix Custom Tags */ wp_tag_cloud(‘title_li=<h2>Tags</h2>’);
}
?>
</li>

Drawback of this solution:

Widgets like MyCaregoryOrder wont work and as you can see one language has to do without tags. I haven’t found out how to filter them out yet. Also, you really have to do everything twice. So, after spending 3 days with the wordpress reference finding out how the code works, I decided to use the QTranslate plugin. Installation and handling is as easy as you’d expect from any plugin and it has all the features I was looking for. Thanks :-)

The Relaunch!

Wednesday, March 11th, 2009

Ok. The new WordPress is there and ready. Its far from being beautyful, I know. But in turn its multilingual. Cosmetic changes will be made once I have time and inspiration for such a task. Stay tuned ;-)

Quäkmonster on Tour

Thursday, March 5th, 2009

The Quäkmonster was presented in an exhibition at the Designskolen Kolding, Denmark, last week. My friend Harv Stanic held a lecture there and used it as an example. Heres a short video of the exhibition.

quaeckmonster_exhib

VVVV – Meine ersten Schritte

Thursday, February 19th, 2009

Ich habe mir in den letzten 6 Wochen mit viel Mühe und nur mit einem (guten!) Tutorial und der HLSL-Reference von Microsoft ein paar Shader-Grundlagen beigebracht. Angesichts meiner mangelnden (Schrift-)Programmierkenntnisse war das ungefähr so, als würde man versuchen, eine fremde Sprache anhand einer deutschen Bibel und deren Kommentar in fremder Sprache zu lernen…  Das vorläufige Ergebnis ist ein Median-Filter mit einer 3×3 Matrix.

Im Laufe meiner Arbeit in den letzten Wochen habe ich ein paar Erfahrungen gemacht:

(more…)

Re-Release of this page

Thursday, February 5th, 2009

I changed this page to a wordpress blog. That doesn’t actually change much in sense of design (if there ever was any), I rather hope, the easier handling will have me use it more frequently.  Keep your fingers crossed ;-)