So conveniently on the day after I lose my phone my computer’s Hard Drive dies, there goes 130GB of personal data. Although I did make a recent backup since I had to send in my motherboard for repair which only came back to me about a week prior. At the moment I’m running my desktop computer with an old old old… old 80GB Maxtor drive which I figured I’d use to try Windows 7 RC while I wait for my hard drive to come back.

So what are my first impressions of Windows 7?

Well… it’s very… blue. I changed as much of the colors that as I could the second the install finished. But so far it seems decent, although my old HDD isn’t attributing anything good to the overall performance. What are my performance ratings?

Processor: 7.3

Memory: 7.5

Aero GFX: 6.1

Gaming GFX: 6.1

HDD: 4.3  (awww……)

Anyway I’ll see how much of it all improves when I get my other HDD back.

Previous ArticleNext Article
V.

Vista User Backup Script

For those of us who have to re-image computers on a regular basis for people, we know backing up files can sometimes be a slow and painful process. So I decided to make this simple backup script out of VB Script that makes the process a ton easier.

Basically what it does is scans through the folders in the current user directory (ie: you copy the script to C:\Users\Bob) and any directory that is not a junction it starts a Robocopy instance that recursively copies all the files in that folder to a backup folder specified at the beginning of the script. When you first run the script you’ll see probably 10 Robocopy windows to start and they’ll all eventually close once they’re done.

Download

Can it work with XP? Probably, since XP doesn’t have junction points then it would just copy all the folders anyway.

m.

mobile radio

So I finally figured out how to stream radio to my phone. More specifically 1.FM radio. The problem came with the fact that 1.FM uses MMS to stream their radio which would work on most non-java smartphones. Unfortunately I have a u740 Java phone and so it doesn’t work.

So after about 6 months of sporatic work, I finally figured it out. I had to use VLC as a encoder to tranform the MMS stream to a mp4-latm RTP stream. After that, then use Darwin Streaming Server to take the RTP stream from VLC and broadcast it using the RTSP protocol.

So yea, now I can rock away and tell my cell company to take that 7.00/month radio package and shove it.