YouTube – 1 guitar 2 players!
YouTube – 1 guitar 2 players!.
I always did like this song and after going though some old cassettes (yes I do have a few still
) I remembered this. What a great tune…
YouTube – Amy Grant – Lead Me On.
The Swinger « Music Machinery. – Using Python to tweak songs with a swing beat
www.dumpert.nl – KT Tunstall BigBlackHorse.
I like the version above better but for the lazy who don’t want to click about heres a version from A Jools Holland Show from YouTube.
Humid blech, supposed to play soccer tonight, but son is fluish
Lately I’ve been reading a few on-line books, and I have to say I’ve been impressed with the talent I’ve seen around the web. Sometimes I have to wonder how some of the material I come across doesn’t get published it’s so good! And sometimes its fun to get in on the story as its created, be part (actively 0r otherwise) of the community that supports these authors.
So this is to be the first in a series of posts derived from my (secret) ‘Good Reads’ compilation, with a few gems I feel should for better or worse be singled out.
The above is the one that got me started searching for these gems. I ‘discovered’ it about halfway through the creation of the Firestaff series. And I have to say that although it took a long time for the works to be completed I enjoyed coming back every few months to catch up on the well developed characters progress. I wont spoil it for you, but if you think you might like a little magic, fantasy, and stories about were-cats, then I recommend you go check it out. Enjoy!
Today felt rushed, definitely unplugging tonight, more Star Trek!
rested happy morning, worked like a dog, late wine yummy
Sleepy brunch; fast grocery; building bookcase; marinated chicken win
From mozillalinks.org
A few months ago, I posted how to improve Firefox performance by defragmenting its database files executing SQLite VACUUM command. The only con was that it required a Firefox restart to execute the command.
Thanks to Mozilla’s Jeremy Orem, we have now learned it can be done from within Firefox in two short steps:
* Open the Error Console: Tools menu/Error Console
* In the Code text box paste this (it’s a single line):
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL(“VACUUM”);
* Press Evaluate. All the UI will freeze for a few seconds while databases are VACUUMed
Note however that the procedure optimizes the Places database only, but this is precisely where you will get the most significant performance improvements.