Search results for: “tutorial”

  • Custom Splash Screen for Minecraft

    Premise Time to play around with the Minecraft splash screen!! I found this tutorial on PlanetMinecraft.com which is good at detailing the small, finicky nuances of creating a resource pack to change the Minecraft splash screen. HOWEVER, I found that a lot of the details written there were unclear and slightly overkill. Also reverse-engineering any…

  • Minecraft – Upgrading to a 1.16 Server

    Yeah, it’s a big deal with the nether update. Lots of gold farms, lots of new areas, and people are excited to see everything. However, care must be taken when upgrading to Minecraft 1.16. Lots of posts and videos have been made on how to upgrade a singleplayer world, but even more care must be…

  • A Fun Adventure in PGP

    So I got curious about PGP keys and signing and encrypting using them. I managed to figure out how to use the semi-popular gpg4win (the standard windows port of GnuPG) with its built in Kleopatra GUI, Outlook add-ins and all the other fun stuff.

  • Typecasting struct to char* for Idiots Like Me

    Want to cast from a struct to a character string? Seen all those posts out there suggesting that reinterpret_cast will work, but is unsafe? Yeah, I tried it. Yeah, it’s unsafe.

  • Pentax Camera Accessories – The Expensive Joy of Brand Loyalty

    Last April, after months of researching and stressing over whether or not I should (or could), I finally bit the bullet and spent $1300 on a nice 24Mpx Pentax K-3 DSLR. This is a super camera that I really have been enjoying and getting some high quality photos with. Most of all I like the…

  • 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:

  • OpenVPN

    New project at work! Setting up OpenVPN. It’s great fun…except when it doesn’t work. I love the Windows interface for setting up the Server. It’s straight-forward, and following the tutorial at http://openvpn.net/index.php/open-source/documentation/howto.html works like a charm. Setting up the client is just as easy, and the connection can be made in a matter of minutes.

  • Ruby on Rails – Success kinda!

    Okay. I’m totally going to try this again, just to see if I can’t figure it out. Ruby on Rails – A ruby based framework for web stuff. Basically, I haven’t a clue, but I’m going to at least try to get it running on Windows and make some rudimentary website things, just to see…

  • 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…

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new…