Don't understand german? Read or subscribe to my english-only feed.

Archive for April, 2007

Sprachkultur im ORF

Wednesday, April 25th, 2007

Ein Tag ORF und schon sind die Gender gemainstreamed. Heute in ‘WIE BITTE?‘ auf ORF1 gehört. Äh, wie bitte?! Hab ich mich verhört? Passt aber zum ORF. Oder wie es Michael Niavarani bei der Romy 2007 mit einem Seitenhieb auf die neue ORF-Serie namens ‘Mitten im Achten’ treffend formulierte: Mitten im Achten ist der teuerste […]

Booting from USB pen: troubleshooting and pitfalls

Sunday, April 22nd, 2007

As grml supports booting from usb devices (harddisk installation via grml2hd as well as booting from usb pens via grml2usb) and I helped many people at debugging booting problems I think I stumbled upon every existing pitfall. 8-) There are several situations where booting might fail. So here we go with a summary of the […]

Mikroprozessor-Programmierung / Arduino

Friday, April 13th, 2007

Ich bin gerade vom Workshop zur Mikroprozessor-Programmierung zurückgekommen. Peter Brugger hat uns anhand eines Atmel ATmega8 die Programmierung eines Mikroprozessors praxisorientiert näher gebracht. Sehr schön erklärt, viel gelernt. Danke! Kennengelernt habe ich heute auch Arduino: "an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language." […]

Workshop im Spektral: Mikroprozessor-Programmierung

Sunday, April 8th, 2007

Was: Mikroprozessor-Programmierung, eine Einführung Wo: im Spektral (Lendkai 45 in Graz) Wann: Donnerstag, 12. April 2007, 19:00 Uhr Mit Peter Brugger (Elektrotechnik). Mit Mikroprozessoren kann man Elektronik steuern, oder Input in Installationen und Objekte einfließen lassen – und das mit Bauteilen um wenige Euro. Alle benötigten Teile werden vorgestellt (Breadboard, Programmieradapter, Prozessor und Entwicklungsumgebung) und […]

crm114: Controllable Regex Mutilator and Spam Filter

Thursday, April 5th, 2007

Do you already know crm114? Taking quotes of the crm114 book: What is this? Some kind of grep bitten by a radioactive spider? — apocryphal ­CRM114 isn’t ugly like PERL. It’s a whole different kind of ugly. — John Bowker Want to get a calculator using crm114? No problem: % cat > calc << EOF […]

Delegateninstanz?!

Thursday, April 5th, 2007

Erstellen Sie eine System.Threading.WaitCallback-Delegateninstanz, die die Methode referenziert. Rufen Sie die statische Methode QueueUserWorkItem der System.Threading.ThreadPool-Klasse auf, und übergeben Sie die Delegateninstanz als Parameter. Die Laufzeit reiht dann die Delegateninstanz ein und führt sie aus, sobald ein Thread-Pool-Thread verfügbar wird. Quelle: "C# Tipps, Teil 1 – Threads, Prozesse und Synchronisierung" @ MSDN Setzt Microsoft BWL-er […]

AltGr does not work within VMware?

Sunday, April 1st, 2007

I just had the annoying problem, that the AltGr key did not work in VMware Server on my 64bit system via SSH whereas it worked fine within the 32bit local system. xev, ‘cat /dev/input/event0’ & CO verified that not a single keystroke reached my client system within VMware. Solution? Add the following line to /etc/vmware/config: […]