fake's blog

everything fake

AVM Fritz! Box vs. OS X Address Book

I am a pretty happy user of a freetz'd AVM Fritz! Box 7140 for a while now, the only thing bugging me was the lack of an address book import built into the box. i tried messing around with the /var/flash/phonebook file, but for some reason my xml files kept being rejected. ultimately, i found a utility called "Fritz!box Monitor" or short FBM, which is supplied by AVM. It can import CSV files in a certain (pretty weird) format, so i re-wrote my xml-generator to print out that format instead. FBM's a windows program of course, so fire up your parallels/fusion/qemu/whatever. You have to edit fritzboxmonitor.ini in it's program directory before using this, and set the key ExportAll to 1. I also set the AutoSpeedDial entry to 0 because i don't use speed dialing and thus the csv exporter doesn't support it. The exporter is written in python, i used this script as a basis. It's an ugly quick hack, so bear with me. It should work with mac os x 10.5.5 stock python, probably earlier, too. You can find the exporter script here. i also came up with a version that exports to a windows-addressbook-reimportable format; i use it to push my contacts to a siemens gigaset sl56 bluetooth enabled dect phone, which only supports a windows program as source either. that version is here.

Das peinliche "i-Team"

Zufaellig entdeckt: Die deutsche, schlechte und wirklich peinlich exakte Kopie der amerikanischen britischen Kult-Serie "The IT Crowd" : Das "i-Team" (absichtlich kein Link. Verdient es nicht). Mir dreht sich der Magen um. Urspruenglich wollte ich "Abklatsch" statt "Kopie" schreiben - waere aber eine Untertreibung. Vergleicht selbst:

The IT Crowd

scheiss Team


Arm. Danke, DaddyD, hab' mir inziwschen den Spass gemacht und die 2ten Folgen jeweils 1:1 verglichen, da is mir das auch aufgefallen - es war sehr lange her, dass ich das Original gesehen hatte; Jetzt bin ich um so schockierter: Selbst der Titelsong ist uebernommen!

Joss Whedon is at it again!

Joss Whedon, creator of Buffy and Firefly, has done it again - go watch the 3-part musical "Dr. Horrible's Sing-along Blog" while it lasts! The 3 acts will show up starting yesterday, 1 episode every 2 days (if i got it right), and they will disappear on July 20th. Still not convinced? Nathan Fillion is in it, too, so it' kinda bound to have some guts! ;-) There is also a "Master plan". Boy, i like the sound of that!

Freiheit statt Angst 2008 - Demo in Ingolstadt

this post is in german, because it concerns only germans - you lucky non-germans... Am 31.5. hat der AK Vorratsdatenspeicherung bundesweit zu Protestaktioen im Rahmen der "Freiheit statt Angst 2008"-Kampagne aufgerufen. Gestern fleissig von Amt zu Amt gewartet, und schon ist sie angemeldet, die Demo in Ingolstadt gegen die Vorratsdatenspeicherung und was sonst noch so an Grundrechtsbeschneidungen stattfinet... Treffpunkt ist am 31.5. um 15:30 am Münster, Ecke Sausalitos Alles weitere auf der AK Vorratsdatenspeicherung Wiki-Seite fuer Ingolstadt Den ganzen Tag (10 - 18 Uhr) wird weiters ein Infostand in der Ludwigstrasse, gegenüber der City-Arkaden aufgebaut sein - hierfür sind dringen noch Helfer gesucht... bitte meldet euch bei ingolstadt(ät)vorratsdatenspeicherung(punkt)de und/oder auf der Todo-Wiki-Seite!

latex part1: the environment

LaTeX is the solution to all the headaches you ever had using M$ Word, OpenOffice Writer, ... etc especially when it comes to larger documents like books or scientific work. LaTeX documents look the same, independent of the system they are rendered on (theoretically. but this is more a "this web page should look the same in firefox 1 and firefox 2" - theoretically, NOT a "this page looks the same in IE and Firefox"-theoretically... ;-) ). This is part 1 of my LaTeX blog series, I start with the basics you need to follow the rest of the posts - the LaTeX environment for your OS and taste. here are my suggestions:
  • Mac OS X:
    • LaTeX Distribution: MacTex
    • Editor: TexShop

      TexShop is included in the MacTex distribution, it's a very nice editor with a big "do it now" button.

  • Linux:
    • LaTeX Distribution: Texlive
    • Editor: whichever you like...

      Use VI, Emacs melts your brain and kills your pets.

  • Windows:
    • LaTeX Distribution: MikTex
    • Editor: TexNicCenter

      The directory you have to set on installation of TexNicCenter is <program files>\miktex\miktex\bin, or wherever you installed MikTex...

there are many more environments available, so if something doesn't suit you, keep looking for a better distribution, i haven't seen them all ;-) Installation instructions can be found on the pages linked above, except for texlive on linux; that should be part of your linux distribution's package manager (if it's not, you should switch *g*). in ubuntu "apt-get install texlive" should do the trick. if you want to test-drive your shiny, new latex installation, you can pick a sample from The Tex Showcases for testing.

- page 3 of 12 -