Gary Numan – Films
This is one of the most awesome Gary Numan songs evar!!
I love this song. This piano tribute can possibly make the dark beauty of this song accessible by those who probably wouldn’t be able to appreciate the original.
If you like 80′s synth pop, you’ll likely like this.
http://www.purevolume.com/theaviationorange
Check out their single ‘Radio’.
At work I have a Dell Dimension 3000 workstation, and for months I’ve put up with the computer being kind of slow. I just figured it was due to the computer being kind of old…but I brought in some headphones so I could do some serious music listening while I work and just got fed up with the way the sound was choppy. Anytime I’d do anything processor intensive the music I was listening to in Grooveshark (which I highly recommend you check out) would sound like crap.
So I installed the latest sound driver from Dell.com for the integrated sound card and still after rebooting it sucked. Also when I start the computer up in the morning, I would have to wait like 3 minutes at least for all the startup programs to load. Nothing else would open until this was done.
So anyway, I searched for a solution to this issue and found this post:
It turns out that the Primary IDE controller in Windows XP was set to use some sort of PIO mode to communicate with the hard drive on the computer, as opposed to DMA mode. DMA stands for Direct Memory Access, and is totally more efficient than the PIO mode, Programmed Input-Output, where the central processor transfers data byte for byte or word for word through your system to the other components (like your sound card).
My computer runs blazing fast now in comparison to how it was running before. I’m so glad I checked into this. If you have a Dell Dimension 3000 and it’s running like crap, definitely try this.
My aunt recently asked me how to un-hide someone from the news feed for her Facebook account.
Like many other people before her, she’s pressed the ‘Hide’ button for someone, then realized it was a mistake…but couldn’t find out how to unhide them.
To add someone back to your Facebook news feed, simply scroll to the bottom of the page and click on the ‘Edit Options’ link for your news feed.
After you’ve done this, simply click on the ‘Add to News Feed’ button to add updates regarding one of your friends, or other pages, back to your Facebook news feed.
I’m not very experienced with X-windows on the Linux platform, so I’m not too skilled in troubleshooting issues with the display. I recently upgraded an Ubuntu system at work to use Ubuntu 9.04 (Jaunty Jackalope), which only has Firefox 3 available (no package for Firefox 2). I had a Selenium server setup running tests, but they stopped working after I upgraded to this newer version of Ubuntu.
I thought that perhaps Selenium wasn’t compatible with version 3 of Firefox, but this isn’t the case. The Selenium website says ‘Firefox 2+’ for browsers running on Linux.
The error I was receiving when I would run a test was:
10:46:19.778 INFO - Preparing Firefox profile...
Error: no display specified
After a bunch of research and Googling online, it turned out I just needed to run this before I started my Selenium server:
export DISPLAY=:0
I hope this saves someone else some time.