gorn.ch

Tobias Ebnöther's personal blog

Es gibt schlechte Tage...

...und es gibt richtig, richtig, wirklich schlechte Tage.

Nach dem ich den ganzen Tag über schon mehrere Diskussionen (Arbeitshalber und mit Kollegen) führen musste, die mir schon fast den letzten Nerv geraubt hätten, hab ich mich auf einen gemütlichen Abend vor der neuen Wii gefreut.

Als ich dann Nachhause wollte, war mein iPod weg. Verschwunden. Unauffindbar. Naja wird schon irgendwo wieder auftauchen hab ich mir gedacht. (Tat er zum Glück heute Morgen auch, das kleine Ding hat sich irgendwie in ein Buch auf meinem Tisch verirrt, was meinen Ärger von Gestern aber kaum mindert.)

Endlich Zuhause. Doch, auf dem Weg am Briefkasten vorbei unliebsame Post entdeckt - definitive Steuerrechnung. Ich musste feststellen, dass ich 2006 wohl noch Jünger und noch Naiver war als Heutzutage. So kam es auch, dass ich dem Steueramt nachträglich etwa einen MacPro in guter Ausstattung spendieren durfte.

Wenigstens war auch noch der Abholschein für meine neuen Handschuhe mit in der Post. Ich hab mich ja schon über die 12€ Versandkosten geärgert, aber in der Schweiz konnte man sie nirgends bestellen. Die Zusätzlichen 17.85 CHF für den Zoll, die auf dem Zettel standen gingen, dann an diesem Tag aber fast spurlos an mir vorbei...

(Nein, ich sage jetzt auf keinen Fall es kann nur noch besser werden ;)


UPDATE: Schon völlig verdrängt hatte ich, dass ich am Morgen beim Zahnarzt war um ein Loch zu flicken... Ich hoffe ich kann den Tag bald aus meinem Gedächtnis streichen, denn je länger ich darüber nachdenke desto Verheerender wird es.
Comments (2)  Permalink

TextMate Presentation

As mentioned in the post earlier I was going to do a presentation of TextMate. In the final version I excluded the blogging bundle stuff since it doesn't work well with the FluxCMS blog and I was short on time.

If you're still interested you can get the slides here. The slides are something like a mix between feature presentation (first part) and cheatsheet (second part).

There did some interesting things happen while writing this presentation.
1) Presenting a text editor is more stupid than I thought. Actually there are a lot of things that you like and can't explain well in words - it's just a feeling you get.
2) I'm using ways to less key combos :)
3) TextMate rocks!
4) I need to train my presentation skills and try to not forget things I wanted to say (in the correct order)...
Related Entries:
Jackalope presentation and status
View source in Safari with TextMate
Leopard native apache with custom (64bit) PHP
Leopard PHP / Apache Package with pecl support
Nabaztag Widget
 Permalink

Blogging from TextMate

On Thursday I will give a little introduction to the other [Liip][] employees and show them the power of TextMate. This ist the first presentation which we'd like to continue to have everyweek. (The idea is mainly stolen by our dear friends over at [local.ch][] One part will be blogging from TextMate which I don't usually do (mostly because I was too lazy to try it out till now), but I do find it a nice way to show a small bit how powerfull bundles can be.
Read whole post  Permalink

Pimped my MacBook Pro

Cool swearing stickers from chragi!
Now with cool and original creative swearing sticker
Related Entries:
iPod Touch - Storniert
 Permalink

Leopard native apache with custom (64bit) PHP

With massive! help from Marc Ammann I was able to build a PHP Binary that loads with the Leopard shipped Apache.

First I got iconv source from apple and took the libiconv/include/iconv.h.build.in file. It seems that apple uses different headers in the build process than installed. So the build headers use precompiler flags that gcc doesn't know (it's most likely some sort of XCode stuff which I don't know anything about). After removing that stuff the file looks like this.

With this file as a replacement for /usr/include/iconv.h PHP will build with CFLAGS='-arch x86_64' and load with the native apache afterwards. It's even possible to build the pecl memcache extension like that (but don't forget the right arch).

For completion that were my configure flags:
CFLAGS='-arch x86_64' ./configure \
'--with-zlib' \
'--with-apxs2=/usr/sbin/apxs' \
'--prefix=/usr/local/php5' \
'--with-iconv' \
'--with-xsl' \
'--disable-xmlreader' \
'--with-jpeg-dir' \
'--with-png-dir=' \
'--enable-bcmath' \
'--with-curl' \
'--with-ldap' \
'--enable-mbstring' \
'--enable-soap'
Related Entries:
Leopard PHP / Apache Package with pecl support
xchat on OSX / Command as alt
Setting up relayhost for postfix on OSX (with ssl and authentication)
Jackalope presentation and status
MacHeist Software Bundle
Comments (8)  Permalink
1-5/5
Powered by Flux CMS