Monthly Archives: December 2007

Class Serialization in Perl

Serialization in Perl is the process of saving a class with multiple data types to a scalar (string of bytes). This can be used to save objects to a file or to transmit objects across the Internet. For this article … Continue reading

Posted in Programming | 2 Comments

Data encryption in Linux using Truecrypt

Personal data security is often overlooked by many computer users today. As people use their computers more, they never stop to think about how much personal data is accessible on their hard drive. I have been looking for a safe … Continue reading

Posted in Freedom, Linux | Leave a comment

Basic Stamp tokenizing and flashing from the Linux CLI

For those of you who aren’t familiar with the Basic Stamp, its a small microcontroller available from Parallax. It runs at a whopping 20Mhz and has a full 2K of storage on board for instructions. Although it may not sound … Continue reading

Posted in Eletronics, Linux | Leave a comment

AC Motor / Generator Project

This project started one night while I was lying in bed trying to visualize how an AC motor worked. I knew that it was different from a DC motor as in it did not require brushes and the speed was … Continue reading

Posted in Eletronics | 4 Comments