Arbeitstitel

Jetzt habe ich mich nach langer Zeit wieder ins Prüfungsamt gewagt und den Papierkram in Angriff genommen, der einem so aufgebürdet wird.

Und in Folge dessen hat meine Diplomarbeit jetzt endlich ein offizielles Thema bzw. ihren Titel bekommen: Design and Implementation of an IPv6 Plugin for the Snort Intrusion Detection System.

Bug-Tracker

Notiz: Bug-Tracker können viel Zeit sparen. Aber nur wenn man auch reinschaut bevor man obskure Fehler selbst untersucht bis man einen Workarround findet. :-/

Perl and Python under Windows

Perl and Python are not only useful for Unix programming. Both languages work on Windows, have modules for Win32 APIs and their programs can be packaged into .exe files.

Read the rest of this entry »

guter Vorsatz

Der gute Vorsatz für’s neue Jahr: hier bei mehr angefangenen Artikeln auch auf Veröffentlichen klicken … ;-)

Trackback-Archiv

Hier mal der Hinweis auf das schöne Trackback-Archiv.

Das Projekt rechtfertigt nicht nur digitales Messie-tum („lieber nochmal speichern“ ;-), sondern zeigt auch warum Creative-Commons-Lizenzen sinnvoll sind. Denn diese erlauben es den eigenen Fans solche Kopien und Archive legal anzulegen, während die Verlage und Verwertungsgesellschaften das ‘eigene’ kulturelle Erbe verrotten lassen und öffentlich-rechtliche Konkurrenz zum Löschen der Bestände zwingen …

BLIT2010 Programm online

Das Programm des Brandenburger Linux-Infotag 2010 ist jetzt online.

Measuring PHP code complexity

What makes good code and why is some code better than others? One quantitative approach to answer this is the use of software metrics. These metrics try to capture the size and complexity of code in numbers (e.g. ‘lines of code‘, ‘cyclomatic complexity‘) and can be useful indicators for maintainability and simplicity (or more often the lack thereof).

I found three ways to get complexity measures for PHP code.
Read the rest of this entry »

A virus in plain ASCII

This is a nice idea and proof of concept: spreading malware in BibTeX files.

Probably every TeX-User knows the advocacy about how powerful the language is… but do (or can) you proofread everything before you compile it?