
I have collected a few VCDX related tips and quotes, primarily from the archive Duncan Epping put together of VCDX Tips from VCDX 001 John Arrasjid, but also from the “submissions” I got from VCDX? Give Me a Quote! If anyone else wants their quote/tip/hint added to the database, please let me know!
But gathering all of these in a single location has no real purpose, so I managed to code up a really small PHP script that picks a random quote, and return it with attribution. The output is available at http://vninja.net/labs/quotes/quote.php and should return a random line from the db on each query.
I use this in combination with GeekTool to display a random, changing, quote right on my desktop:

Inside GeekTool, I run the following command to generate the output:
curl http://vninja.net/labs/quotes/quote.php
This is set to refresh every 120 seconds, as long as I have internet connectivity.
Feel free to use the script to do something similar, or if you have a better idea for it’s usage let me know!