Wednesday, February 22, 2012
View and convert Visual Foxpro .fpt files
Tuesday, February 14, 2012
Netgear GS108v2: The Immortal Switch
Pro am tip of the day
If you walk in to the workplace someone asks you "Are you here to fix the internet?" the correct answer is simply "Yes".
Avería: The average font
Tuesday, January 31, 2012
Writing a .iso to a USB drive in Linux
After failing in my first attempt I decided to try some advice I found here: simply umount /dev/sdc1 (or whatever) then cat diskimage.iso > /dev/sdc1. While this did appear to create a good disk, I was unable to boot it at all.
Then after reading the bootable USB creation instructions on the Ubuntu page I decided to try the Mac methodology since I've used dd for this purpose before and I see no reason why this wouldn't work on Linux. Strangely though, it did not.
The eventual solution I found was to rename the .iso to .img and use usb-imagewriter from the ubuntu repositories. *shrugs*
Sunday, January 22, 2012
Laptop S-video in Black & White
One of my media computers is connected to one of our TVs via s-video -> RCA. This has proven to be a right fine solution and even though it's a rather old machine (P4, 512Mb RAM) it's proven sufficiently powerful to play 720p content over the network. Unfortunately for some reason outside my control it recently began only displaying video in black and white on the s-video port. I did some preliminary research on Google and found all kinds of weird and incorrect answers.
In the end it turns out the video output had been set for PAL color instead of NTSC. The actual fix for this will vary by graphics chipset so I won't go into much detail here, but just in case someone else is wondering why their s-video output switches to black and white: check the color encoding!
Friday, January 20, 2012
HTML5 Benchmarks
This last one in the list is particularly interesting as it not only provides a direct comparison of these different animation techniques but also has configurable CGI parameters to change many of the variables involved. Fun!