• 0 Posts
  • 75 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle

  • Yup. For minor issues, first aid is all that is needed; you don’t need to see a doctor for a minor cut, as long as the first aid ensures it’s not infected. But for larger things, secondary aid is what provides more long-term recovery.

    If someone dislocates a shoulder, first aid is putting it in a sling and bracing it against the body, so it doesn’t get worse (for instance, the tendons and ligaments in the shoulder joint can tear) before they can get to a hospital.

    If someone is massively bleeding, first aid is stopping the bleeding to keep them alive until they can get rescued.


  • PM_Your_Nudes_Please@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    2 months ago

    It can be, yes. One of the largest complaints with Docker is that you often end up running the same dependencies a dozen times, because each of your dozen containers uses them. But the trade-off is that you can run a dozen different versions of those dependencies, because each image shipped with the specific version they needed.

    Of course, the big issue with running a dozen different versions of dependencies is that it makes security a nightmare. You’re not just tracking exploits for the most recent version of what you have installed. Many images end up shipping with out-of-date dependencies, which can absolutely be a security risk under certain circumstances. In most cases the risk is mitigated by the fact that the services are isolated and don’t really interact with the rest of the computer. But it’s at least something to keep in mind.




  • I’ve long said that every retail worker should be legally allowed to physically fight ten customers per year. And not a calendar year, where all the employees would be out of fights by the time holiday shopping season rolled around (or would be forced to save all of their fights for the holiday season). Give them ten points, and each point takes a year to fall off of their record once it is used. And the retail employee would have zero obligation to tell the customer if they have any points. Leave the customer guessing until the employee swings on them.

    As gun nuts are so fond of saying: An armed society is a polite society. I think it would solve a lot of the problems with Karens. Karens only go full Karen because they hold all of the power in the relationship. But the threat of potential violence would go a long way towards quelling the most unreasonable ones, and people would only bother going full Karen if they truly felt they were justified and were willing to back it up with a fight.


  • If you already have a Plex instance running, Prologue is an app that turns it into an audiobook host as well. Plex doesn’t natively support audiobook metadata like chapters, but Prologue simply uses Plex’s remote access to reach the files.

    All you do is throw the .m4b audiobook files into a music library on Plex, sign into your Plex account on Prologue, and Prologue handles all of the metadata for the audiobooks instead of using Plex’s built-in music player.

    I mention this because I had massive issues trying to get ABS to work on my setup. It simply refused to read or write any data from my NAS. After a day or two of throwing myself at it to no avail, I found Prologue and haven’t looked back. I already had Plex running for some friends and family, so setting up the music library was as easy as dropping the audiobooks into a folder.




  • I mean, open source projects can be started or based in the US. But that doesn’t mean it’s an American project; it’s just that the people who started it happened to be American.

    I guess if we had to point to a specific American OSS, maybe Tor would qualify? It was initially developed by the CIA, so that may qualify it as US OSS. But it has since taken on a life of its own and the CIA doesn’t have any hand in active development anymore… So it’s still hard to say that even “being made by the literal US government” qualifies an OSS project as “American”.

    It’s sort of a Ship of Theseus situation. At what point in the development process do we consider it a non-American project?





  • Drag racing is a form of race where competitors line up at a starting line and compete to be the first across the finish line. It’s unique in that most races begin with the cars already moving, and typically involve longer races, multiple laps, cornering, etc… In contrast, drag racing is on a straight quarter mile track, which means it is a competition focused almost entirely on acceleration and top speed.

    To make a track and field comparison, drag racing is like the 100 meter sprint of car races. No measure of endurance, just get from A to B as fast as possible.

    Even if you don’t recognize the name for drag racing, you almost certainly recognize the distinctive car design with the large rear tires, long pointed nose, and giant aerofoils to keep the car on the track:

    Virtually every professional drag race is over in just a few seconds.







  • I run both Plex and Jellyfin. Jellyfin is ready for everyone who doesn’t have to deal with the Mother-in-Law Factor. Plex has an easy setup process, and I could walk my MIL through it on my phone. In 5 minutes, her TV was connected to my server.

    Jellyfin isn’t to that point yet, and likely never will be. Since there’s no centralized server for an app to phone home to, there’s no way to create a unified account creation/login experience. Jellyfin is nice as a “just for me” server. But as soon as I have to help others use it, it becomes a nightmare. Walking my MIL through setting up Jellyfin on her TV was the reason I re-installed Plex in the first place.

    I had finally converted my wife away from using paid streaming apps, and dealt with all of the “Why do I have to use three different apps to access it on my three different devices? They all look different and are harder to use” complaints. By the time it got around to my MIL, I was tired of dealing with it and just reinstalled Plex so people could have a consistent experience.

    I still use Jellyfin for my personal viewing because I prefer it. But saying “just ditch Plex, Jellyfin is ready now” is a little disingenuous. Jellyfin is ready for the people who want to use it. But if you’re trying to convince people to ditch their streaming apps, you’re fighting a lot of social inertia. You need to be able to provide a consistent experience across their different devices, with a decent login experience. And Jellyfin definitely isn’t there yet.