heid scheint d’sunn so schee – i kunn kaum schaun
Category: Uncategorized
Der neue Audi A8
Endlich ist es soweit: Der neue Audi A8 wurde in Miami der ?-ffentlichkeit vorgestellt. Hier ein paar Resonanzen:
Allgemeine Artikel:
Audi MMI Touch:
wall street journal
gizmodo.de
gizmodo.com
carbuyersnotebook.com
autospies.com
audi.de
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)
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
Herbst 2009
[nggallery id=1]
lightroom shortcuts
r = crop
k = adjustment brush
h = hide adjustment nodes
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/
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.
eclipse :: ignore svn
Filter for ignoring .svn directories in Eclipse build path:
**/.svn/**
Shared logins
http://www.bugmenot.com/