-
For this valentines day, my wife got me a MindFlex from Mattel. I have been wanting one of these since they have been on the market. It is a really interesting game where you control a foam ball with your mind. The ball will rise with the more focused you are. Letting your mind wonder […]
-
I was asked to build a replica ball drop for a friend. I had 3 days to get this thing working. It was a fun build, and took a lot of headaches to get it setup. In the end it worked out great.
-
I recently gave a lecture on DDoS in my Network OS class. I demonstrated a simple bot on the computers in the class. I also demonstrated how portable devices are capable of running bots as well. I used Android Scripting Environment (ASE) for the demo. The commands I gave it where text, call, speak aloud, […]
-
I finaly started working on a moc Plasma Caster like the one attached to the Predators shoulder. Here are some pictures of the first setup. I plan to make changes.The range finder you see will judge the distance from my face, if I turn my head and it goes too far away, the servo will […]
-
I thought it would be a good time to share what I am currently working on. A friend from work and I are building costumes. Not necessarily for Halloween, but because I’ve always wanted a predator outfit. Sure you can buy them online, but not with the features I’m adding. I am going to mount […]
-
I’ve been wanting to build a coil gun for some time now, and finally got around to getting the supplies. There is nothing special about it, besides being wrist mounted. I use a disposable camera’s capacitor charging circuit to power the coil. I only use one capacitor, the one that came with the camera, so […]
-
NOTE: Better to watch the video on youtube and viewed full screen. In this project I take a Nerf Maverick and use it as my mouse for my laptop. This was easier than I thought it would be. It took about two days to do, and I use python for the computer interface. This is […]
-
The idea struck me when my wife always complained about the house stinking when she got off of work. Well, my geek side kicked in and I can freshen the house from any computer connected to the internet via IRC (internet chat relay).
-
This is an irc bot I wrote. I first started out with a BotNet for my security class, but decided to make more commands and turn it into something useful. It was interesting and fun to learn about the protocol. It’s an easy protocol pick up on, and can be very useful.
-
After working with the IR, I decided to cut the IR equipment out of the equation and was going to try my hand at facial recognition. This one does not use OpenCV or haarcascades. Instead, it uses a library I found through google called fdlib. It was written in C/C++, so using it with python […]