• 2 Posts
  • 189 Comments
Joined 4 months ago
cake
Cake day: June 9th, 2024

help-circle
  • Straight up piracy at this point.

    I have vanilla-ass white boy musical tastes, so I’ve had little issue finding what I want on Soulseek.

    That said, there is one thing about Soulseek that’s not advertised: there’s a freaking enormous list of “blacklisted” terms that won’t return search results even if the data is there.

    Lots of banned artist and album names that will return zero results, unless you do something like search for a song or two that’s on the album you want and finding the data that way.

    Might be worth seeing if changing what you’re specifically searching for improves your results, since I was dealing with like 70% completion until someone told me about that ah, feature.

    Edit: and you can have my iPod from my cold dead hands.



  • Those are cool, and they’ve definitely nailed the aesthetic. Also looks like they’re working on a new revision which looks like a reasonable upgrade.

    Not sure it’s the right choice for what I’m after (it’s kinda expensive and very performance limited for the cost), but uh, I’m going to keep an eye out because that’s a cool piece of kit.



  • “Debian is too far behind! Packages are too old!”

    The best rule of thumb I’ve ever heard regarding Debian Stable is that if the kernel in stable’s default repo fully supports ALL your hardware, and the software in stable’s default repos fully support your workflows, it’s fine.

    If those are NOT true, then you probably don’t want to use Stable, because you’ll either end up fighting it via manually compiled and installed software, or you’ll venture into so many 3rd party repos for updated packages that updating it later becomes problematic and prone to making the whole system catch fire and burn down.


  • You know, the older I get the more I respect the people who come out and say ‘I’m not going to learn that, and I don’t want to.’

    It’s a LOT better than dealing with someone who half-asses and kinda wishy-washes around and says they’ll maybe do something but then doesn’t and well, wasn’t ever going to.

    If you’re not interested and won’t, say so up front so you don’t waste your or my time trying to get you to do something.


  • Have some stuff on a VPS, some stuff hosted as static pages at Cloudflare, some stuff hosted at home too.

    Depends on if 100% uptime is required, if they’re just serving static content, or if they’re in some way related to another service I’m running (I have a couple of BBSes, and the web pages that host the clients and VMs that host the clients run locally).

    Though, at this point, anything I’m NOT hosting at home is kinda a “legacy” deployment, and probably will be brought in-house at some point in the future or converted to static-only and put on Cloudflare if there’s some reason I can’t/don’t want to host it at home.



  • You have your coworkers on an unmanaged machine with a foreign OS on the guest WiFi with custom networking.

    Which, at any of my last few corporate jobs, would be grounds for termination, if not immediately throwing you out of the building and telling you if you come back we’re calling the cops.

    You really don’t bypass controls in a corporate environment like this if you like working there.

    (And yes, not EVERY job will react that way, but any that’s got any compliance requirements absolutely will.)





  • I’m somewhat surprised that there aren’t a lot of good alternatives but uh, yeah, there doesn’t seem to be.

    I would have expected there to be at least one or two good TTS engines but I guess that assumption is quite wrong.

    As to your other post, it’s less that I care in any specific sense that Microsoft knows what I’m reading and more of a (admittedly irrational) dislike of providing anything that an ad company could maybe later use to sell me shit.








  • Docker is probably the simplest way to get a working deployment, since there’s a lot of moving pieces in a Nextcloud install.

    Though, it’s not going to automatically update itself unless you’ve made a poor choice for a production environment configuration, which sounds like what happened here.

    (Even using a latest tag isn’t really a problem until/unless you re-pull the image to do the upgrade. And/or have configured something to automatically update your shit, but again, don’t do that in production.)

    Nextcloud is also annoying in that updating the base won’t pull all the apps to a current version, so you have to know what’s going to break before you update the base so you can then update the apps as needed. Which, again, can’t just be left up to automatic updates.