24 March 2009

Clubs, Projects, and Jobs

Barnstormers
First up, the Barnstormers have a new website. They actually don't know it yet because Claire and I have been building it at a temporary location on a domain that I own while I sort out getting a domain of our own. It uses the WordPress blogging software and I hope will be immensely more maintainable (and thus more useful) than the website Claire and I inherited from days gone by. The blogging I intend to use as news posts and updates. I'm not sure if I want the news to be the front page (as it is at the time of this post) or if I want the front page to be an introduction to the club and who we are.

Additionally, we are going to Edwards Air Force Base to get a tour of the Flight Test Center there. Edwards is where everything eventually winds up for testing before the Air Force will accept it and we have an alumnus who works there testing F-16 armament systems. Sign ups for HMC students to go on the Edwards trip are going on right now and we'll be heading out there on the 17th of April.

Theremin, Thoremin, Th[eo]remin-Bot
I believe I've mentioned that there is a student-run electronics lab club at HMC now. Not only does said club exist, but it now has funding. And to raise interest, our intrepid leaders, Nate and Raffi, have decided that the club will buy kits for students to fun projects and then hold a projects day at the dining hall to show them off!

I took one look at Nate's e-mail and decided that this was my excuse to build a theremin, since I didn't get around to it last summer. After poking around the Internet for a while I had found a few theremin kits that appeared to come mostly preassembled (no fun for an e-lab project) and this. Art's Theremin Page gives instructions, schematics and component lists for building several theremins including one using vacuum tubes to get a 5 octave range.

I told Nate that I wanted to build one and that if someone else built a tesla coil we could pair them into a Thoremin. I steal the name shamelessly from one of the suggested names for the following:

The other suggested name was Zeusaphone. This tesla coil is actually producing the music; sound is just vibration of our ear drums at some frequency in the audible range. By firing the tesla coil, say 440 times per second, we can create a musical note. By feeding its controller the waveform of a piece of music, the tesla coil can be made to act as an enormous speaker that happens to shoot lightening bolts. Similarly, below you can see the result of someone using a (much smaller) tesla coil as an amp for his guitar:

One of the other students in the electronics lab, upon hearing that I intend to build a theremin, decided that he wanted to build a theremin-playing robot for a class next year.

Job Hunt
I have been applying for jobs this semester. So far I have interviewed at DreamHost and AeroVironment and I'm waiting to hear back from them. Google is flying me to Mountain View this Thursday for an interview on Friday, which I am really unbelievably stoked about. I've also dropped my resume to a few other places, but these three are the three I'm most far along with. (For those who remember, I'm also looking at Edwards AFB. I'll be talking more with Nate when we visit in April. Incidentally, AeroVironment is located in Simi Valley, shown in the lower-left corner of that map.)

I now need to admit my geekiness (you can prevent laughing at this sentence if you ignore everything above this point in the post, and all my past posts, by the way). I finally found a resume class for LaTeX that was close enough to what I wanted that I took the effort to modify it and port my resume away from Microsoft Word. The Word file I had was fairly finnickey and would not hold all its formatting if I tried to use ANY other programs to open it; Open Office (which I generally dislike), Abiword, and Google Docs all ran it on to a second page and so I always needed to be using a Windows computer (or a mac with MS Office) when I edited/printed my resume.

Now, I have a subversion repository online that holds the most up-to-date copies of my resume and cover letter. Feel free, of course, to take the .tex files and the resume.cls file to TeX up your own resume. If you're interested, you can find a rather nice IDE for using LaTeX on Windows here. Linux tends to come with LaTeX installed, and I think Mac OS X does as well. Of particular note in this subversion repository (you did find it under the "online" link above, right?) is the makefile. With help from professor Geoff Kuenning of the CS department I built a makefile that will typeset and display my resume and cover letter as well as add new files to the repository automatically and publish my resume to the web using a really neat tar-ssh-tar piping trick.

That makefile is exciting to me, but I accept that many of my readers will find it less than enthralling, so if you want me to talk about it more just let me know and I'll be happy to talk more.

Good luck to all of you who have applied -- admissions letters are in the mail now! If you didn't get in to Mudd, take heart; that you even applied is a good indicator that you'll get into another top school. If you did get in, congratulations! Let me know if there is anything you want to hear about. I also host "prefrosh" or prospective students, so if you want to come by for another visit let me know and I'll make the arrangements to host you when you show up. Finally, if you're not yet a senior then thanks for reading and good luck next year; you should also let me know what you're interested in hearing about. (And if you're not a prospective student but a prospective parent, one of my parents or one of my friends, then just enjoy reading).

Fail
One last thing before I sign out -- in addition to fouling up the account creation with DreamHost for the Barnstormers, I also clobbered my external hard drive last night. It takes power from my monitor, because that's the only reachable powered USB port I have. I usually turn my monitor off when I leave my room, but this poses a problem when I have a large backup running to my external drive. The drive is formatted with the fat32 filesystem (eew, I know) and so that crash caused some fairly massive corruption.

Interestingly, my data was all fine (except for the stuff copying over at the time) but my OS suddenly decided that the filesystem was read-only if I tried to delete the corrupt files. I ended up fixing it by telling gparted to check and repair the filesystem twice.

~KMarsh

2 comments:

Skye said...

I don't think Ubuntu comes with an install of LaTeX. I had to install it myself (basically by installing everything with "texlive" in the name).

KMarsh said...

Interesting...you're right about that. I just did a fresh install of Ubuntu and, sure enough, I don't have TeX.

Still, installing software under most linux distros is almost embarrassingly easy.

Post a Comment