Search results for: “solution”

  • Ubuntu Server – Changing Screen Resolution with GRUB2

    Recently I drug out my old Dell dinosaur (Dimension) from the closet and decided to try installing Ubuntu server onto it. Well, all went well until I also attempted to add the Xubuntu-Desktop package, so I could better run around and do things in there. A quick update for an nVidia graphics driver froze the…

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

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

  • CB Radio

    CB Radio

    I got all inspired when I went camping with my brother-in-law in September. His friend from Fort Collins has a fully tricked out off-road vehicle complete with a CB radio. Well, I got excited about that because, since the late 90’s we’ve had my grandfather’s old Ford van, and he was big on CB, having…

  • Discoveries in 3D Printing Services

    At work, we’ve been playing around with 3D printing services, namely the international chain or distributor known as Hubs. A coworker described it very accurately as “the uber of 3d printing services” where people that have access to printers apply for certification, and people who don’t place an order on Hubs which then distributes the…

  • Super Duper Status Update

    It works! I was a bit annoyed that the wordpress atom feed was only XML based. However, I do consider myself pretty good at googling things, and so I found this PHP library called “SimpleXML” which solved a LOT of stuff for me. I used to display the first five Blogger titles on the homepage in…

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

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

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