Search results for: “internal”

  • Finally! An internal DNS server that works (for me)!

    So it’s been much too long since I wanted to do this, but thankfully, I have finally discovered the solution for which I can serve up my own DNS server for internal LAN things, but still have an external host that administers my public website! My scenario and quandry was this:

  • Plex, Synology, Xfinity and Me

    So if your router doesn’t have access to this DNS Rebind Protection business, but you’re still seeing the “Unable to claim” error and you’ve tried everything, see about manually setting the DNS configuration of your actual server machine; not just hoping it will use the ones in your modem or router like it’s supposed to.

  • Shaders in MultiMC Minecraft

    Gathering all of the resources of the Internet, I finally pinned down the technique to install an Optifine shader in an instance of Minecraft from the MultiMC launcher. Specifically since I started playing again in a major way from v1.14.4, installing mods is not as simple as it used to be, and Optifine is no…

  • Our Fancy-Pants Pine Tree Hunt

    Our Fancy-Pants Pine Tree Hunt

    I realized only a few days ago that it has been NINE YEARS since we last cut our own tree for Christmas. That record was finally broken today when my sister, her boyfriend, and I went up Rist Canyon and visited the Christmas Tree Ranch.

  • DMX for actual Electrical Engineers

    So it’s been coming up recently that our church media department has been buying “OpenDMX USB Dongles” for upwards of $80. I was mortified, especially after seeing this USB device, opening up the sheet metal project box and finding it to be a simple 2-stage USB to RS-485 protocol bridge with no programmable intelligence whatsoever.

  • Embarcadero TThread Works Just Fine

    I’ve been annoyed for a large amount of time (years in fact) over some of our software we use and sell. In essence, what we have is a TCP GUI that communicates on a 250ms timer with a microcontroller that’s serving up a two-way communications protocol over ModBus FC23 – we send commands either to…

  • My New C++ Endeavors

    Awesome news! I’ve been asked at work to start doing a bit of GUI development for our NASA projects. They’ve said that all of their stuff is developed using Borland C++. Now with my PennMUSH development experience, I’ve taught myself a bit of C++ (though my PennMUSH development experience has been mostly debugging and making…

  • AR.Drone – Infrequently Asked Questions

    AR.Drone – Infrequently Asked Questions

    Just recently (like, yesterday), I received my first (and hopefully long-lasting) AR.Drone 2 from Parrot in the mail! This thing is a four-rotor remote-controlled copter operated with an app on my Android! So far, I can say I’m fairly happy with it, save for the stock battery which, in short, is really really sad. However, with a…

  • Geotag Hack for Garmin Nuvi/Panoramio Photos

    How to manually geotag photos for the Garmin Nüvi 1490 Does NOT require the Garmin Connect software. Recently (yesterday) I was nominated to read up on and figure out the Garmin Nüvi 1490 GPS unit for a friend of the family. Well, looking through the features, I found that photos can be loaded into the…

  • Textpad Document Classes

    Textpad is my preferred text editor. It is super-simple, but has a few advanced features that really make writing source code for various things so much nicer. Besides that it has coloring for various document classes. Document classes are basically groups file extensions whose properties can be changed for each group. Example: you can completely…