Posts in category 'technology'

  • Fun With Google Code Search

    So, today, one of my “friends” at work was so kind as to post a Google code search, with my name as a search term, on our internal IRC server (thanks a lot, Jeremy… jerk!). For those not aware, Google now has a specialized search engine that allows one to search through publically available source code (the bits that comprise the blueprint for a piece of software). It’s pretty handy for many things (computing various code metrics, finding interesting code snippets, and so forth). But, as it happens, it’s also a great way to find code authored by specific people. And, in this case, that specific person was me.

    Well, this got me thinking: Imagine you’re applying for a job. Further, suppose, in your younger, less experienced years, you made some of your work available online. Perhaps you contributed to some open source project. Or maybe you released something of your own. Well, your potential employer now has a very easy way to find these bits and bobs, and may very well choose to include them as part of your evaluation. Now, that’s fine if all you’ve ever made available online is top-quality code. But for hacks like me, this can be a problem.

    Of course, since the advent of the search engine, an employer has always had the option of digging around on the Internet for information about prospective employees, which is why it’s important to be careful about what you post online. But, for those in the tech sector, Google code search means their past work can now be more easily tracked down and evaluated.

    And in case you were curious, you can see what Google has to say about me here.

  • More Myth Progress

    Well, today I decided it was time to get the IR blaster working in MythTV. This is the device that controls our settop box, so that we can tune channels in the digital tier.

    Now, I decided to purchase an IR blaster (and receiver) from the guy running irblaster.info, and I gotta say, I couldn’t be happier! The blaster works absolutely perfectly, and I haven’t seen it miss a tune yet. Setting it up was remarkably straightforward:

    1. Plug into serial port.
    2. Install lirc kernel module.
    3. Copy DCT2524 configuration into /etc/lircd.conf
    4. Install channel.pl from [http://www.iwamble.net/IRBlaster_Howto.txt this tutorial] (along with some tweaks to make it behave well with our DSTB).
    5. Instruct Myth to use the channel change script.

    And voila! Works like a charm. Tune times are a bit longer, now, as you’ve gotta wait for the box to get the key clicks and then switch, but overall, it ain’t bad at all.

    Of course, this is all just testing. Until the replacement EPIA board arrives, we’ll be stuck watching regular ol’ TV for a while, yet.