I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

– Titus Andromedon

  • 96 Posts
  • 397 Comments
Joined 1 year ago
cake
Cake day: July 15th, 2025

help-circle


  • Linemen are some crazy hard workin’ people … I hope their off days are filled with good whiskey and agreeable women or men as needed.

    Definitely. In modern society, they’re right up there with firemen, paramedics, etc as far as “thank you for your service” goes.

    When they’re working near me, I always offer them cold drinks or snacks. That’s something I started doing during the earlier mentioned two week outage when they finally got to our area. The temps were in the mid 90s, the air was swampy, and I was roasting in shorts and a t-shirt. They’re out there working in heavy protective gear. I appreciate them as much as I do not envy them which is a LOT.


  • rained like a cow pissin’ on a flat rock,

    I absolutely love this brand new sentence. Or, at least that’s one I’ve never heard before.

    Sustained straight-line high winds scare the bejeezus out of me. There was a derecho in my area many years ago. Didn’t seem too awful at the time and in the midst of it, but when it was over, we were without power in a heatwave for almost two weeks. Fun times.

    Glad your electric co is on the ball.






  • Twice a year I fill in as DBA when our lady graybeard Oracle DBA takes vacation. This month is one of those times. Yay me.

    For my org, it’s just the massive in-house developed line-of-business application that’s tightly coupled to Oracle that keeps us chained to it. It’s technical debt from top to bottom, and has been accumulating steadily since the early 2010s, but no one seems willing to start replacing it.

    The new projects typically go with Postgres, MariaDB, or if all else fails, MSSQL. But the Oracle monster in the closet isn’t likely to leave any time soon.



  • The only tricky bit is forcing the Pi’s USB port into host mode by default. I thought the hub was defective but it worked when I put an OTG adapter into the micro USB port. The default auto detect behavior doesn’t work with this since it doesn’t connect to the OTG pin.

    I had to edit /boot/firmware/config.txt and add under the [all] section:

    [all]
    dtoverlay=dwc2,dr_mode=host
    


  • That was the first fix I made after we bought our current house.

    It was noted during the inspection that it didn’t work, so I bought a replacement. When I started to install the new one, I took the vent cover off the old one and noticed there was a 2-prong plug inside that was unplugged. Plugged that in, and the fan started working.

    Apparently previous owner just didn’t like the fan or something? There’s clearly nothing wrong with it because it’s been working perfectly since I “fixed” it 7 years ago. And if/when it does go out, I’ve still got the replacement I bought way back then.







  • Security is pretty minimal, not gonna lie.

    There’s a 50 GB LUKS partition that stays locked unless I’m actively using it. It’s got backup copies of my important/critical documents and password manager exports but the rest of it is just media and doesn’t really merit encryption.

    All applications have local accounts but I’m not using LDAP or any kind of SSO like I am with my main stack.

    At home, I keep the firewall disabled on the interface configured as “WAN” so I can access its services directly via their hostname (I point its wildcard DNS record to its local “WAN” IP) but do enable firewall when I’m using it on an untrusted network. Granted, I have to manually remember to do that, so that’s kind of a security risk if I forget. Generally, though, when I’m using it remotely, it’s using my secondary phone as a USB-tethered uplink so even if I leave its internal services exposed to WAN, the NAT from the phone blocks that. One of my goals, eventually, is to automate some of the firewall rules depending on where I’m using it.