Archive for October, 2008
Sunday, October 26th, 2008
During a discussion with friends the following question came into my mind: which software, which feature or which concept within software is innovative for you? Innovative meaning that it caused something like a “Wow!” effect. Something you really liked when exploring it. No matter which operating system, software, license (OSS, proprietary),… – everything allowed. Just […]
Posted in Computer, English | 10 Comments »
Tuesday, October 21st, 2008
Steve Kemp decided to fork GNU screen. His fork is known as tscreen. Among the changes are support for virtical split, storing the layout of the splitted windows so it can be restored after detaching/reattaching, improved source primitive, tilde expansion and an improved screen primitive. Quoting the tscreen homepage: tscreen is a fork of GNU […]
Posted in Computer, English, Links | 4 Comments »
Thursday, October 16th, 2008
Vortragstitel: Datenschutz f�r Techniker Vortragender: Ing. Dr. jur. Eike WOLF (Konsulent f�r Telekommunikation und IT-Vertr�ge) Ort: TU Graz – HS E, 1. Stock Kopernikusgasse 24 Datum: Donnerstag, den 6. November 2008 um 18:30 Uhr Kosten: Die Teilnahme an dieser Veranstaltung ist kostenlos, um eine Anmeldung wird jedoch gebeten. �ber den Vortrag: Der Schutz personenbezogener Daten […]
Posted in Computer, Events, Links | 2 Comments »
Tuesday, October 14th, 2008
If there’s something that I was missing in Zsh compared to Bash I’d say it’s bashdb – the Bash Debugger. But thanks to Rocky Bernstein we have zshdb – the debugger for Zsh scripts! :) The command syntax generally follows that of the GNU debugger gdb, and as zshdb just entered Debian/unstable (needs a very […]
Posted in B�cher & CO, Computer, English, Events, Links | Comments Off on zshdb: debugger for Z-Shell scripts
Tuesday, October 14th, 2008
Im Zuge des Realraum Graz (Treffpunkt in Graz f�r Computer- und Elektronik-Interessierte) gibt es auch heuer wieder Vortr�ge. In den R�umen der ESC, Jakoministrasse 16 mache heuer ich den Start: Vortrag: Wie kann man Open-Source-Projekte enterprise-tauglich[tm] machen? Wer: Michael Prokop Wann: 21. Oktober, 20 Uhr Wo: ESC, Jakoministrasse 16, Graz Eintritt frei Vortragsinhalt: Was unterscheidet […]
Posted in Computer, Events | Comments Off on Vortrag: Wie kann man Open-Source-Projekte enterprise-tauglich[tm] machen?
Sunday, October 12th, 2008
5.-9. November 2008 in Graz: Festival f�r zeitgen�ssische Musik, Kunst und politischen Diskurs Vier N�chte lang Konzerte, Live-Acts und DJ-Lines. Vier Tage lang Vortr�ge, Diskussionen, Workshops, Installationen und Performances � gestaltet von und mit (unabh�ngigen) Initiativen, Labels, K�nstlerInnen, WissenschaftlerInnen und AktivistInnen im und um den Grazer Schlossberg. Inhaltlich setzt sich das Elevate Festival 2008 mit […]
Posted in Allgemein, Events, Links | Comments Off on Event: Elevante – Festival f�r zeitgen�ssische Musik, Kunst und politischen Diskurs in Graz
Saturday, October 11th, 2008
Jaja, Google-Bashing ist in Mode und das Thema war auch schon mal in den Medien vertreten (siehe z.B. Datensch�tzer pr�fen Google Analytics und Reise durch die Google-Republik in der Futurezone), aber weil mir das Thema wichtig ist und das Bewusstsein daf�r teilweise sogar in meinem Umfeld zu fehlen scheint, m�chte ich das mal kurz anreissen… […]
Posted in Computer, Rants | 3 Comments »
Friday, October 10th, 2008
Das Buch “Zsh – Die magische Shell” von Julius Plenz und Sven Guckes (ISBN-13: 978-3937514598) ist frisch erschienen. Ich habe eine Vorabversion als PDF erhalten und nachdem jetzt auch die Hardcopy-Version auf meinem Schreibtisch liegt, m�chte ich als Zsh-Liebhaber nat�rlich was dazu schreiben. Das Zsh-Buch von Julius und Sven ist die erste deutsche Dokumentation zu […]
Posted in B�cher & CO, Computer, Links | 1 Comment »
Friday, October 10th, 2008
www.inode.at<file:///C:\Dokumente%20und%20Einstellungen\[schnipp_username]\Anwendungsdaten\Microsoft\Signatures\www.inode.at> – Wir sind die Guten.
Posted in Computer, Rants | Comments Off on E-Mailkompetenz bei Inode
Monday, October 6th, 2008
AK just released the first official release of tuitest. Quoting the README: tuitest is a tool to create an run automated tests of text user interfaces. It is meant as a complement to the widespread use of unit tests, and uses concepts known from GUI testing tools with the difference that it applies them specifically […]
Posted in Computer, English, Links | Comments Off on tuitest – tool to create and run automated tests of text user interfaces
Friday, October 3rd, 2008
Posted in Computer, Links, Rants | 4 Comments »
Wednesday, October 1st, 2008
[…] if (len < sz) name[len] = 0; else die(“Your parents must have hated you!”); […] if (len > sizeof(git_default_email)/2) die(“Your sysadmin must hate you!”); […] if (!pw) die(“You don’t exist. Go away!”);
Posted in Computer, English | Comments Off on Git Source