ATMEGA8 Programming

February 12, 2011

As many of you are already aware, I have been doing a fair amount of Arduino programming over the past year. The Arduino platform is built as a very rudimentary introduction to hobbyist electronics. Arduinos come with all of the necessary parts to begin building simple circuits with a very low learning curve. It is [...]

1

Ice Tube Clock Kit Built!

January 23, 2011

For Christmas this year, I received one of Adafruit‘s Ice Tube Clock kits. It is a really neat project that is basically a PCB that Adafruit designed along with a bunch of parts (resistors, capacitors, etc.) that you must solder onto it in order to build the kit. It is a good introduction to building [...]

2

New Photos: Christmas 2010

December 24, 2010

I have uploaded some new photographs from Christmas 2010. You can view them by clicking on our tree below. Merry Christmas everyone!

0

Mansfield University’s IT Doesn’t Respect Students

November 27, 2010

It all started with an issue in a computer lab in room 216 of Elliot Hall. Over the summer, the IT staff at Mansfield University decided it would be proper to disallow mansfield.edu access from this particular lab, citing “security” issues. This is all fine and dandy, since the people who use the lab are [...]

1

New Photos on CleteBlackwellPhoto.com

November 27, 2010

I have finally dusted off my camera and taken some new pictures. I found this kitten at Ashley’s father’s house and I decided to take some pictures of it. See the album by clicking on the picture below (redirect to cleteblackwellphoto.com).

0

Happy Thanksgiving!

November 25, 2010

Happy Thanksgiving to all Americans! Herei s a picture of a kitten that I took today:

0

IBM 600E Laptop and Gentoo Linux

November 19, 2010

I have recently finished installing Gentoo Linux on an old IBM 600E laptop. At one time I would have called this laptop a powerhorse, but that time is not today nor five years ago even. The laptop contains a Mobile Pentium II processor clocked at a racing 364MHz. It also contains a whopping total of [...]

1

Stopping a Thread in Java – Safely and Easily

November 5, 2010

Stopping a thread in Java has proven to be a pain for me. You can’t call a the stop() method anymore even if your thread doesn’t have anything that will fail by abruptly stopping a thread. I found this awesome code that shuts down a thread and I thought I would share it. Simple and [...]

2

CCSC East Conference

October 16, 2010

This Friday and Saturday, I had the pleasure of taking a trip to Juniata College in Huntingdon, Pennsylvania to attend the CCSC East conference and programming competition. Six programmers and one advisor attended as an official trip of the Mansfield University Computer Science Club, of which I am the current president. The conference itself was [...]

0

Drudge Report Headlines on Arduino

September 16, 2010

My latest Arduino project is a little bit more complicated than my last. This new project will check the main headline on Drudge Report and it will then display it on the LCD screen of the Arduino. After that, it checks to see if the headline has changed since the last time it checked. If [...]

2