With the G1 coming out in less than two weeks, I’m tempted to jump carriers to T-Mobile in order to pick one up. However, Sprint will apparently be releasing their Android phone “early next year.” With my phone on it’s last legs, I really need to get a new one soon, and I don’t know if I can hold out long enough for Sprint’s Android. T-Mobile’s network is also kind of spotty (and no 3G coverage in Louisville at all) while I’ve never had an issue with Sprint’s network.
Gah.
Posted on Thursday, October 9th, 2008
Under: Android, Blog | No Comments »
I recently got the Android SDK set up and I’ve begun working on my inital Android project. I’m not going to go into any details until I have something to show, but I’m hoping to have a good chunk of it written by the time the G1 releases in a couple weeks.
The Android SDK is really nice, and the documentation is excellent. The only thing that took me a little while to figure out was how to add an addition GUI file. For the record, if you add an xml file to the res/layout, Android will build it automatically.
I’ve also gotten Eclipse set up nicely, with Android and SVN integration. I just wish Ubuntu would get newer versions of Eclipse in the repositories so I don’t have to keep installing it manually.
Posted on Wednesday, October 8th, 2008
Under: Android, Blog | No Comments »

Tiny Mini-ITX web server
I recently helped my roommate shop for a small, personal web server. We wound up basing it on Intel’s Atom platform, and I was amazed at how cheap it was. The server (pictured above) came up to almost exactly $200, including shipping, and has a 1.6GHz Atom CPU, 512MB of Memory, and an 80GB hard drive. It runs Ubuntu 8.04 Server Edition.
The motherboard is a Mini-ITX form factor board, so the whole server is pretty small. It has a low power consumption, with the Atom CPU using only 4W of electricity. For anyone looking to host their own web page, the Atom is a great way to do it. So far, the box has handled everything we’ve thrown at it quite nicely. It’s running a LAMP server to host a few personal sites.
If you’re willing to spend a bit more (close to $300 for the same specs) you can get the server down even smaller by using a slimmer case and laptop components.
With the cost of hardware dropping, I wonder if we’ll see devices like this mass marketed to the general public. It’s mainly a matter of making a nice interface for it to easily allow setting up a photo or blog site. Imagine a desktop application that would allow a user to type up a blog post, upload photos, etc., then automatically upload that content to the server.
If anyone’s curious, the hardware we bought is here. The motherboard is currently out of stock, however, as Intel has released a dual core version. I’ll update the wishlist when Newegg gets the new board in.
Posted on Saturday, September 27th, 2008
Under: Blog, Hardware, Linux | No Comments »
Yesterday, I decided to set up a an automated backup solution for my site here. Basically, it does an sqldump then sends the dump to another server over SCP.
First, I had to enable SSH login without a password in order for SCP to work in a cronjob. I followed this howto and it worked perfectly.
Then, I created a backup script to be called by cron:
#!/bin/sh
cd /home/backups/collegegeek
FNAME=collegegeek-`date +%F`.sql
mysqldump –add-drop-table -uroot -pPASSWORDHERE collegegeek > $FNAME
bzip2 $FNAME
rm $FNAME
scp $FNAME.bz2 zach@192.168.1.82:backups/
echo “Nightly Backup Successful: $(date)” >> /home/backups/blogbackup.log
This will also leave a copy on the local server on the /home partition. Note that /home is on a different physical drive than /var, so if the drive with the SQL database goes down, I should have a local copy as well.
Posted on Wednesday, September 24th, 2008
Under: Blog, Linux, Tech | No Comments »
Deluge 1.0.0 was just released, and will soon be is now available here
http://launchpad.net/~deluge-team/+archive
Posted on Monday, September 22nd, 2008
Under: Deluge, Linux | 3 Comments »
I feel like typing something…
My hard drive came in, and is now hooked up and formatted on Komodo, giving me over a terabyte of storage to work with.
I’ve been playing with Chrome, and in fact I’m using it right now. My overall reaction is very positive, and I’m looking forward to a Linux version. Chrome makes sense both in the way the code is done and the way the user interface is designed.
I’m also currently in the middle of a project for school, which is to create a commandline shell for Minix. Currently, my shell can output environment variables… woot.
Posted on Saturday, September 6th, 2008
Under: Blog, Hardware, School, Tech | No Comments »
I got my 8800GT a couple of days ago, and my new Western Digital drive should come in today. I’ve modified my computers page and also added pages for past and future computers. For Nehalem, I’m thinking a Core i7 800, 4 or 6GB of DDR3, and an X58 motherboard.
Posted on Thursday, September 4th, 2008
Under: Hardware | No Comments »
I just did the math, between my devices, I have: 910GB (Komodo) + 160GB (Krayt) + 200GB (Cervantes) + 30GB (iPod) = 1300GB.
Posted on Friday, August 29th, 2008
Under: Blog, Tech | No Comments »
Core i7 comes out in October, I’ll wait and see what that offers.
Posted on Monday, August 25th, 2008
Under: Blog, Hardware, Tech | No Comments »
I’m waiting to hear back on a post I made over at Hardforum, but I think I’m going to pull the trigger on some upgrades pretty soon. For just $320 (after a $40MIR) I can get 4GB of DDR2-800, a 512MB Geforce 8800GT, and a 1TB WD Hard Drive.
On a completely unrelated note, I just downloaded Advent Rising from Steam. I used to have it on the original XBox, but I’d been wanting to play through it again.
Posted on Sunday, August 24th, 2008
Under: Blog, Hardware, Tech | No Comments »