Audi Commercials

Official Commercials

http://vimeo.com/1761831 (Audi TTS)
http://www.dailymotion.com/video/x8fce0_audi-quattro_auto (Audi Quattro)
http://vimeo.com/4060100 (Clean Diesel)
http://www.youtube.com/watch?v=aVQKrxSOx7Q (A4 clean diesel)
http://www.youtube.com/watch?v=GStcrh43yXQ (Q5 unboxed)
http://www.youtube.com/watch?v=H6OZiHzbsNQ&NR=1 (Audi – all in one)

Test drives

http://www.dailymotion.com/video/x49n1o_audi-r8-test-drive-manualgearcom_auto (R8, ManualGear)
http://www.dailymotion.com/video/x7hfwn_audi-q5_auto (Q5, France)
http://www.dailymotion.com/video/x4r85n_audi-rs6-avant_auto (RS6, AutoBild, Germany)

December 4th, 2009

Backup/Restore SVN repositories

backup:

svnadmin dump /path/to/repo | gzip -c > myBackup.gz

restore:

svnadmin load /path/to/repo < /path/to/dumpfile.dump

after restoring, don’t forget to set the rights accordingly (forgetting that will mark you as noob):

chown -R svn:www-data /path/to/repo
chmod -R g+w /path/to/repo

November 13th, 2009

Herbst 2009

November 5th, 2009

lightroom shortcuts

r = crop
k = adjustment brush
h = hide adjustment nodes

November 1st, 2009

e.solutions Job-Börse online

Audi’s neues Joint-Venture zur Entwicklung des nächsten MMI-Systems hat nun seine Stellenangebote online geschaltet:
http://esolutions-jobs.de/

October 17th, 2009

Eclipse C++ in OSX :: program is not a recognized executable

This morning I encountered a strange debugging problem in Eclipse. I couldn’t set the executable in my debug configurations because the executable wasn’t recognized. Strange enough as I could perfectly execute it from command line. After a bit of try/error and internet investigation I finally found the answer. From OSX snow leopard on, gcc seems to build 64 bit executables by default. And those won’t be recognized from Eclipse in return. To solve the error, you’ve got to explicitly set your architecture to i386.

Enter your project properties and add the command line option “-arch i386″ for each C++ Linker, C++ Compiler and C Compiler. After a clean build, you should be clear to debug again. In Linker options make sure to NOT set it up as -Xlinker option.

October 3rd, 2009

eclipse :: ignore svn

Filter for ignoring .svn directories in Eclipse build path:

**/.svn/**

October 2nd, 2009

Shared logins

http://www.bugmenot.com/

September 22nd, 2009

Neurosonics

Ich hab das zwar nicht selbst entdeckt, aber das gefällt mir so gut, dass ich das hier jetzt einfach mal poste*:

*) danke, liesa!

September 20th, 2009

Firefox plugins

Hier eine Sammlung der Addons, die für mich persönlich am wichtigsten sind:

  • FireGestures
  • Fastdial
  • Personas
  • Greasemonkey

Für Greasemonkey wiederum sind folgende Scripts interessant:

September 6th, 2009

Next Posts Previous Posts


Categories

Links

Feeds