Tags
Author Archives: Dan Savilonis
Operation Aurora
I have a general distrust for Mcafee, as the maker of the world’s most poorly performing virus scanner / security suite. However, when I came across a Wired article about security holes in the Perforce version control system, I was lured in with interest. I don’t use Perforce, but the catchy headline of stealing Google [...]
FTDI USB Serial Port Enumeration on Windows
FTDI is one of the two major manufacturers of USB UART chips, and they provide regularly updated and reliable drivers. Most devices I’ve used don’t bother to implement a custom VID/PID, so you can just use the drivers directly from FTDI. When you connect a large number of USB serial ports, it is often difficult to determine [...]
Debugging USB Device Installation on Windows
Recently, I ran into a problem trying to install a USB keyboard on Windows XP at work. Given that HID devices always just work with Windows, I wasn’t quite sure how to go about troubleshooting such a ridiculous problem. My first step was to investigate the problem, repeating the process to see what went wrong. [...]
how to prevent feedback on your website
Fidelity has done a remarkable job of unintentionally making it impossible to submit feedback on their website, 401k.com. I decided to send feedback after I noticed the new login form was obviously completely untested before being deployed: The username field assumes you are entering a social security number and masks all but the last four [...]
makeshift iscsi san
Aware that my aging PATA drives will slowly but surely descent toward an inevitable death along with the data contained on them, I decided to revive an old forsaken Soyo motherboard (free after rebate, if Soyo wasn’t in the business of fraud…) as a SAN. It’s previous incarnation as a dvr failed miserably, since it [...]

Visualizing the Heap on Embedded Systems – Part II