Liquid Nitrogen (mis)adventure

by on Jul.28, 2008, under Nerd

My hard drive died.  Sort of.  It wouldn’t work at all inside my computer.  I put it into my external enclosure, just to see if it was my motherboard/SATA cable, or anything but the HDD.  It worked!  For 20 seconds…  That got me thinking that maybe it was overheating.  How better to cool it than with liquid nitrogen?  I’m at school, anyway…

Well, one empty trash can and a quick trip to the dewar, and I had a deep-frozen hard drive that did absolutely nothing.  It wouldn’t turn on.  I put it aside and went about disposing of the liquid nitrogen.  I poured out about half of it on the floor.  If you’ve never done this, you really should!  It fizzes and little droplets dance around the floor and collect all the dust into little spots.  Well, the drops raced into the hallway and fizzed menacingly.  Nobody was around, thankfully, or I might have had some questions to answer.  I dumped the rest onto chairs – a handy absorptive medium.  Quite the opposite of a hotseat.

Having disposed of the cryo-liquid, I wondered if the hard drive would work again after it had warmed.  These things usually have operating temperatures, and they’re usually not encompassing of liquid nitrogen temperatures.  I tried warming it in my jacket (while wearing it), but it was too cold for me.  I stuck it back in the computer for some heat.  I went off and played games for a while, came back, and had a nice, roughly 5 degree C HDD, which worked perfectly for me to salvage my files.

I don’t recommend trying this yourself.  I’m not really sane, and this wasn’t really safe.  Still, it is cool that it worked…

Leave a Comment more...

Politics & Justice

by on Jul.19, 2008, under Uncategorized

I’ve been reading Howard Zinn’s “A People’s History of the United States” lately.  It’s a pretty biased book, but I think rightly so.  We are fed a ton of information growing up that gives us a ridiculously heroic, rosy view of anyone leading to the development of America, and only much later are we given a (cursory, wholly inadequate) treatment of how exploitive those founding fathers/settlers/whatever actually were.  I’m not entirely qualified to ponder these things, given that I’m not much of a historian, but it seems like throughout time, government has served little purpose other than to ensure the continued ability of the wealthy to remain wealthy or increase their wealth, while pacifying the poor just enough to keep them quiet.  Yes, there are success stories, but the American Dream is little more than an instrument of control (an anti-riot idea) to keep the poor from revolting against the upper class that has absolutely no intent of sharing its exorbitant wealth.  How is it in any way true that hard work will see you through, when single mothers are working 4 jobs just to get by, and investment bankers are driving Ferrari’s between multimillion dollar estates just for shuffling other people’s money around?  It’s a farce.  CEO’s in Fortune 500 companies make nearly 500 times the average worker in their company.  The wealthiest people in the nation probably do the least productive work of anyone in the nation.  Now Obama is promising hope and change.  I really want to believe him, but the evidence is strongly stacked against him.  This is a nation that belongs to the wealthy and their corporations, and I really think it’s beyond any president to change that.  The people of the nation must collectively refuse to continue to be manipulated and claim the fair existence that rightfully belongs to all humans.

Leave a Comment more...

You might be a nerd if…

by on Jul.19, 2008, under Uncategorized

A nightmare consists of a situation at school.  Namely, that your coworkers have been unable to access their data on the computer you built, so they intend to disassemble it.  Said computer is something you take pride in, and you don’t want to see your baby dismantled.

Yeah, that’s actually a dream that I had.

Leave a Comment more...

by on Jun.15, 2008, under Uncategorized

Last night I was (obviously from my last post) very drunk – and this is the best story I’ve had in quite a while.  I locked myself out of my dorm room!  I wandered around the building for a while, tried to force the door open, but ended up finding a stash of extra blankets and passing out on a couch in the lounge area.  Very funny, and a great introduction to a science meeting!

2 Comments more...

Hawaii

by on Jun.15, 2008, under Travels

Well, unless someone wakes me up, I’m drunk and asleep in Hawaii. It’s a neat place, full of ridiclulous pronunciations.  Fortunately, I’ve just been to a bar with much sympathy for my complete drunkennessness (perhaps too much…).  Anyway, much thanks to Kim the excellent manager and ride-giver, Becky the hot bartender, and Melissa the intriguing physicist.  Pictures to come on Flickr- keep an eye out.  Only 300 or so of them to go through and properly process.  Fortunately, alcohol is currently interfering.  *thunk.*

Leave a Comment more...

Fedora 9

by on May.13, 2008, under Nerd

I run linux at work.  It eases my conscience to not depend on Microshit.  Fedora 9 was released today.  I’ve been a Ubuntu fan for a while now, but some of the software I use for work (IMOD) isn’t easily made to run on Ubuntu.  I know it should be just figuring out the proper paths to tell it, but I wasted a day and decided it wasn’t worth any more time than that.  On to Fedora (8).

Now, with the update today, I tried the preupgrade option.  It’s a cool idea – it downloads updated files, reboots, does whatever changes it needs to, and bam, updated OS.  It stalled at the later stage – 90.0%, something about metadata.  I figured it sounded too good to be true anyway.  I downloaded the new install DVD (thanks kernel.org!), and tried an upgrade install.  It took forever!  Why do these take so much longer?  I know there are more packages to install, and maybe these have to be downloaded.  That’s a valid excuse.  Well, ok, this time it finished.  I rebooted to a pretty unhappy computer – no GUI at all.  The display flickered a bit, and then gave up.  Command prompt time.  I checked into Xorg’s log file – version mismatch on the video driver (radeonhd).  Must not have gotten updated in the upgrade install (why not?)  A quick yum install took care of that, and X came up.  However, none of my desktops would load – not gnome, not KDE, and not enlightenment.  Showstopper.  I rebooted and did a fresh install.  Now things are pretty good.  I had to fight to get Flash working.  I had to feed my Pandora addiction.  For those of you wanting to know how to accomplish this feat, you must sacrifice your first born with a 32-hour old blade under a full moon…

No, really, here’s what you have to do (from http://docs.fedoraproject.org/release-notes/f8/en_US/sn-Desktop.html):

  1. Create the 32bit mozilla plugin directory using this command:
    su -c 'mkdir -p /usr/lib/mozilla/plugins'
  2. Install the nspluginwrapper.i386, nspluginwrapper.x86_64, and pulseaudio-libs.i386 packages:
    su -c "yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386"
  3. Install flash-plugin as shown above.
  4. Run mozilla-plugin-config to register the flash plugin:
    su -c 'mozilla-plugin-config -i -g -v'
  5. Close all Firefox windows, and then relaunch Firefox.
  6. Type about:plugins in the URL bar to ensure the plugin is loaded.
  7. If it isn’t loading, try this command (firefox 3 does things a little differently from firefox 2)
    su -c ‘ln -s /usr/lib/mozilla/plugins /usr/lib64/firefox-3.0b5/’

Now sound probably isn’t working yet.  Run these commands next, then restart firefox if you have it running at this point.

su -c "yum -y install libflashsupport-000-0.5.svn20070904.{i386,x86_64}"
su -c 'mozilla-plugin-config -i -g -v'

Thanks to http://www.derekhildreth.com/blog/how-to-fix-the-no-sound-issue-in-firefox-flash/ for this last bit.

YMMV, but I hope this helps.
Leave a Comment more...

Trojan Marketing

by on Apr.09, 2008, under Philosophical musings

I was surprised to see condoms being sold in the local law bookstore, which doubles as a convenience store.  I was more surprised by Trojan’s new marketing theme: “Evolve – use a condom every time.”  How are people supposed to evolve using a condom every time?  Doesn’t evolution sort of imply reproduction?

Leave a Comment more...

Most awful thing I’ve said recently

by on Apr.07, 2008, under Uncategorized

Driving to San Francisco with Sarah, we came across a sign for “Cutting Way” or something like that (may have been road or blvd). My comment: “That’s where all the depressed people live.” Sarah gave me 2 demerits: one for the joke, and another for laughing at it so much.  I can’t help it!  I’m just dark-humored.  Blame my parents, who gave me the Far Side comics pretty much as soon as I could read. 

Leave a Comment more...

Roger’s near death experience

by on Mar.09, 2008, under Uncategorized

roger’s near death experience

It’s been a windy winter, and my laziness (to drive to school, rather than ride) almost cost my dear ship some major cosmetic damage.  I can’t help but wonder if the tree fell on him, and there was a mighty shivering of timbers, and Roger emerged victorious.  I hope that’s the way it worked.

As an aside, the picture comes from a new camera – a Canon SD870IS.  I bought it to mitigate some of my back problems from lugging around too much weight.  It is by no means a substitute for the 20D (8 bit color depth on the 870IS vs 16 bit color on the 20D- that’s a factor of 256^3 more possible colors in an image on the 20D), but it is good for things like this documentation of Roger’s victory over nature. 

 

Leave a Comment more...

Corrupting Youth

by on Jan.26, 2008, under Asides

I’m taking a yoga/pilates class to both stretch and strengthen my back, which has been bothering me for a while now.  I arrived especially early this week, because I was late last week and was too embarrassed to barge in late and disturb class.  Well, while I’m waiting, two young girls walk into the lobby – definitely high school, but I couldn’t place just how old.  One was complaining that her dad wouldn’t let her skip school, that he was preparing her for Harvard or something (gosh!).  Then she lamented her older brother going to Cal (Berkeley), setting the bar too high.  She wished for a way to go nowhere, like community college.  At this point, I just couldn’t resist being my normal wise-ass self, and nonchalantly suggested:”Drugs are a really great way to end up nowhere fast.”I later learned that the girls were 13.  D’oh.

Leave a Comment more...