In Other Words…

186,000 miles per second, it’s not just a good idea, it’s the law.

Ordinarily, I don’t go in for Opie & Anthony, but this is too funny. Completely SFW too.

Currently playing in iTunes: How to Save a Life by The Fray

  • 0 Comments
  • Filed under: funny, howto, reviews, tech
  • Making ecto work with Wordpress 2.1

    I just found this post from Earl detailing a fix for the hang that ecto experiences trying to pull category info from Wordpress 2.1.

    Nice job Earl. The fix isn’t hairy folks, you can do it, I promise.

    Earl’s post doesn’t note it, but the fix needs to be applied at line 980 in xmlrpc.php.

    Update: For those who want the official word, here it is, straight from the Wordpress Trac. Note that it references line 980.

    Currently playing in iTunes: rapture riders (full version) by blondie vs the doors

  • 0 Comments
  • Filed under: howto, tech
  • Sniffing out IPv6 with PHP

    I poked around online the other day looking for some PHP code that would do things like tell me whether or not a user was using IPv6. I found some code that did the job after a bit of Googling.

    The code was pretty ugly, so I fixed it up. While I was at it, I updated it to optimize it a bit, as well as use conventions found in newer versions of PHP, such as the $_SERVER[] variable array, etc. Further, since I only needed to detect whether or not a user was using IPv6, I was able to cut the code that did IPv6 address compression and uncompression.

    (more…)

  • 0 Comments
  • Filed under: howto, ipv6
  • So you’ve got a shiny new Nokia E61, E70, N80 or something like that, and you want to connect it to your Asterisk server, eh? No problem. This is an update to an old blog posting. What’s updated? Now it covers the recently released PR3 software for the E-series devices.

    (more…)

  • 0 Comments
  • Filed under: howto, mobility, tech, voip
  • The Modssl howto is gone.

    Folks, it’s almost 2007. I can’t think of a single Linux distribution that doesn’t ship with an SSL-enabled web server. Use the one that came with your distribution. If your needs are so specific that you need to build your own, you probably already know what to do.

  • 0 Comments
  • Filed under: howto, linux