How do I get the backspace and forward delete keys to work correctly?

  • In the Keyboard section of the Terminal Inspector:
    • Turn on the Delete key sends backspace option.
    • Map the forward delete key to the following string:
      \033[3~
  • Add the following line to your .profile:
    stty erase ˆH
    Since ˆH is a non-printable control character, the easiest way to do this is to execute the following command:
    echo -e "stty erase ˆH" >> ~/.profile
    Type the ˆH by pressing Control-V and Control-H.
  • Add the following line to your .inputrc:
    "\e[3~": delete-char
  • Apply changes by doing a source ~/.profile and a bind -f ~/.inputrc.

Very helpful! I found this information on this website. Thanks, desp!

Read more…

Lustiges erreicht mich aus der Heimat: Unter dem Titel "Studenten-WG mit Loft-Charakter" suchen ein paar Kommilitonen einen Mitbewohner für ihre Wohnung in Karlsruhe.

Read more…

Wie der Spiegel heute berichtet, geht in diesen Tagen die erste Restzeitampel für Autos in Hamburg in Betrieb. Also eine Ampel, die neben dem roten Licht eine Digitalanzeige hat, wie lange es noch dauert bis es grün wird.

Read more…

Forschung an der Uni Karlsruhe; Quelle: Pressestelle der Uni KAWahnsinn. Im spannenden Finale der "Elite-Universitäten" in Deutschland hat sich die Universität Karlsruhe neben der TU und LMU München gegen die Konkurrenz durchgesetzt und darf sich nun offiziell eine der drei Elite-Universitäten in Deutschland nennen. Sieger ist die Wissenschaft und das ganze Hochschulsystem, da sind sich Spiegel und die Zeit einig.

Read more…

The release of Firefox 2 is coming up, and great things need to be celebrated. Thus yesterday, the firefoxparty website was released!

Partying is easy: If you host, add your party to the list and let the world know that you are going to celebrate the new, exciting release of your favorite webbrowser.

If you want to join a party, take a look at the map or the list and register as a Firefox party goer.

At the time of writing, you have the choice of more than 130 firefox 2 parties worldwide with at least 400 fellow party animals :)

Let's rock! Firefox: Take back the dancefloor!

(via Asa) Oh, and don't forget to digg it!

Read more…

Einer der klassischsten Filmklassiker, die jemals gedreht wurden, ist der famose, ja brillante Film the Blues Brothers.

Read more…

Weiter gesiebte Luft atmen darf Mark David Chapman, der berühmt-berüchtigte Mörder John Lennons.

Read more…

A week of work, and the world already turns out to be entirely a village: Dan Mosedale, lead developer on the Lightning Project (= Mozilla Calendar as a Thunderbird extension) spent a year at the University of Karlsruhe studying Informatik (computer science) in the early 1990s.

About a decade later, I started studying there, and I still am.

Looks like -- to use the words of one of my favorite professors in Germany -- Karlsruhe rules :)

Read more…

Wenn heute der erste April wäre, hätte ich diese Geschichte für einen Scherz gehalten: Da hat ein Anwalt wiederholt vor einem Aachener Gericht falsch geparkt und hatte dafür zwei ausstehende Knöllchen in Höhe von jeweils 15 Euro. Nun hatte er aber argumentiert, er habe dort ja nur zum Be- und Entladen von Akten kurzzeitig gestanden.

Read more…

Just as a little warning beforehand:

I will probably be blogging on web application development with CakePHP a bit in the near future. As mentioned before, I started working at Mozilla recently, and the current project I am on happens to be written in PHP using the CakePHP web development framework.

I have to admit: Though the MVC design pattern is pretty well known (and well-taught everywhere), actually using it exclusively (pretty much no exceptions) takes a little bending my mind and makes me want to cry sometimes.

It's not that complicated, but, well, it's different.

So stay tuned for the little weird things I might come across on my journey through the bakery.

Read more…