a glob of nerdishness

February 25, 2012

A new old bloggishness

written by natevw @ 10:22 pm

After years of threats and murmurs I’ve finally replaced this here thing with a new version of itself. It has a simpler engine, and an updated look, and a new URL. But it’s still just a glob of nerdishness.

I hope you’ll update your feed subscription to http://n.exts.ch/?format=atom for the most uninterrupted service.

Oh, and if you’re reading this, my sincere thanks for tuning in! Feel free to say “hi” over in the comments; long ago I forgot how to view visitor statistics on this host and have had to write like nobody/everybody’s watching ever since.

February 20, 2012

Freelance in a teeming creation

written by natevw @ 6:21 pm

The crew at &yet is an honest team, a friendly team, a world-class team — a Good team! — and yet for some reason it never could stay feeling like my team. So I never became comfortable inflicting my ideas upon it. After so many months of alternately trying to change and trying to ignore that fact, I still craved a little more time and freedom away from my responsibilities there. Now I have generous amounts of both.

Now it’s time to stop thinking what could have been — with the first Calf Trail, with the previous team — and start working wisely on what should be.

Practically, this means I’m now a freelance software developer. There’s a big distinction between “freelance” and “independent”. What I’m setting out to do, I can’t do alone.

I’m depending on clients to apply my strengths to their markets. I’m depending on friends to cover my weaknesses with their sight (and insight). I’m depending on family to keep me healthy and homed. I’m depending on faith, to not disappoint when all I’m really after is all that is left.

Freelance means I am dependent on all of creation but possessed by none of it. This, I fiercely believe, is how life here should be.

February 16, 2012

Iterating

written by natevw @ 11:18 pm

It’s time for me to again dabble in dreams. Dreams that won’t die, though I’m not sure why.

“So convenient a thing it is to be a reasonable creature, since it enables one to find or make a reason for everything one has a mind to do.”

Today I was given the need, to keep finding the reason, for what I have always had a mind to do.

If I had a hundred reasons for starting a business the first time, they’re lost now to a thousand questions of why I would attempt it a second.

Today my employment at &yet was terminated.

There are no “good riddances” when friends disagree to agree, only sadness. There need be no “goodbyes” when friends agree to be, only peace.

Now I may have enough time to try again, which has me scared. I do not know where the trail will lead this time, but I am excited.

February 9, 2012

CHDK-like intervalometer on a Canon 350D (Rebel XT) from Mac OS X

written by natevw @ 10:46 pm

An up-coming new hobby reminded me of the CHDK (Canon Hack Development Kit) project. I realized that my old Canon 350D body was ripe for some experimentation, since (due to a flaky shutter release button) I use it only as a backup to my T1i these days.

As it turns out, my Canon 350D (a.k.a. Rebel XT) digital SLR camera is not supported by CHDK. This means it’s outside of the normal CHDK ecosystem of motion detection, BASIC/Lua scripting and the like.

However, there is a way to hack the 350D to enable a smaller handful of “bonus” features and settings, including an ISO extension to ASA 3200 and an intervalometer mode useful for things like time-lapse photography. I had a few hiccups getting it going — proceed at your own risk! — especially from Mac OS X it seemed, but here’s how I did it:

  1. First, find a small (4GB or less) empty CF card and format it using the camera’s menu — this should give you the FAT16 filesystem needed for the next two steps.
  2. Grab the bootflg2.zip file attached here and copy the “bootflg2.fir” file in it onto your card, preferably via the command line. (NOTE: I had trouble when I just copied it using the Mac OS X Finder, which creates a hidden ._bootflg2.fir metadata file alongside. This extra file seems to confuse the camera in the next step, so make sure you delete this file if it appears via Terminal.)
  3. Now follow the instructions in the ReadMe.txt file included in the bootflg.zip folder for how to trigger the “hacking” of your camera’s built-in firmware so it will load the additional bootable code we’ll be dealing with in the next steps.
  4. Now download and use the MacBoot card preparation tool that fills in for the Windows-only CardTricks step. Make sure to choose the “Make DSLR-bootable” radio button, which (as explained above) is different than the normal CHDK process. You can use the same card as before or a new one(s).
  5. Once you’ve setup each CompactFlash card to enable the bootable custom firmware, you’ll need to actually put a version of on each card you’ll be taking pictures onto while the custom controls are enabled. The latest version of these files I could find was 350D-20101011.zip (via the forums). Basically, put the included “autoexec.bin” file on any cards you’ve made DSLR bootable via the previous step.

There’s some more detail and links in the instructions buried within the banner ad–splattered CHDK Wiki page for the Rebel XT, as well as the best overall summary of how to actually use the custom menu features enabled by the custom code on your CF card about halfway down the page. If you have questions, the best place to get help and find even more details is probably this forum thread.

Not quite plug-and-play but on the bright side, there’s very little fluid dynamics or tax regulations involved. Now when I plug in a compact flash card I’ve made bootable, I get even more control over my exposures than the camera already provides out of the box.

With this hack running, I can also set my camera to just keep taking pictures, say, every 10 seconds — should be great for time lapse and remote photography situations. If I want to disable all the experimental “power user” features, I just turn my camera on with a non-bootable card in the CF slot, and it goes back to its normal featureset.