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

– Titus Andromedon

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

help-circle

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





  • Ugh, I wish I could add “reasons” for my user blocks as well as have the dates I blocked them available. Would make this easier. But yeah, Striker is in there.

    I’m inclined to believe it’s part of the “group”. Every post I can see of it’s is a question which is the same thing seen with the others in the list here; none of them have a single post that uses a declarative statement as the post title. That’s more than a little sus given the context here.

    Regardless, I tend to block accounts that I feel camp out and/or abuse the “ask” communities.









  • Sadly (and similarly anecdotally) yes.

    Toggling airplane mode basically “turns off and on again” your phone’s network interfaces, resets the routing table, and, I think, flushes the DNS caches. I don’t have the problem so much with wi-fi unless I roam between my main and guest networks which use different DNS records for some of my self-hosted apps. (e.g. the “internal” DNS record gets resolved on main wifi, gets cached, and then is inaccessible on guest wifi until the cached record expires).

    Mainly, I just toggle the cellular data since my primary issue is that sometimes calls/texts stop working without notice.


  • I looked but there doesn’t seem to be a straightforward way to do that in Linux. I was thinking a udev rule but it would be clunky since the low level details for media like SD cards aren’t available. At best, maybe a generic rule that mounts it and looks for an autorun.sh or something, but that’s basically reinventing Autoplay on Windows and would have the same security implications.

    I read Hack-a-Day frequently, and I’ve come across several projects that use NFC readers so you can tap a card to play specific songs or start playlists. Maybe something like that but launch a specific game instead?

    e.g. https://hackaday.com/2025/03/31/a-music-box-commanded-by-nfc-tags/


  • I try for at least 2 hours a day, excluding sleeping.

    Usually that’s in the form of puttering around outside doing yardwork, working on whatever my summer/winter project is, and/or taking the dogs for a walk. It’s difficult in the winter but the other 3 seasons are pretty easy to keep the habit alive

    However you choose to spend that offline time, I highly recommend a daily dose of it. Been doing that for a few years now, and my mental health has improved dramatically. The world isn’t nearly as horrible as social media makes it out to be.


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