• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • So is the issue that your extra drive mounts to /storage, but that happens after Docker has already started and taken over the directory, so the mount fails? Normally I’d expect it to happen in the other order. Is this a weird race condition?

    This might be a good thing to run through with ChatGPT- there are probably ways to delay the Docker container start, but maybe there’s a more significant misconfiguration you can deal with.







  • Read the email again. The key word in their marketing slop is “alternatively”. You have a Plex Pass and are the server admin. Your users need to do nothing.

    Unfortunately, that does mean I have to respond to messages from all my users asking what that email means and convince them they can just ignore it.

    A second “nice” part of this change is that iOS users no longer have to buy the Plex app on the App Store to stream longer than a minute. The app is only like 5 bucks one time, but it was a barrier when trying to convince stubborn people to just fucking TRY my Plex server.


  • I feel sick saying it, but I think this is a project you could complete with AI. It sucks ass at understanding complex problems, but it’s good at cranking out small scripts to integrate tools together.

    You basically just want a wrapper around ffmpeg with a light web interface to handle upload, script execution, and download.

    LLMs are pretty good at spitting out a simple web interface that runs in a barebones server like Express or nginx.

    If you don’t need to worry about security or accessibility or any “not on the critical path” concerns, this could probably work after a few iterations.

    As for anything already out there - I’ve never come across anything. The closest app I can think of is TDARR which is intended to automatically transcode your media library to h265. That wraps up some of the ffmpeg stuff you want, but doesn’t address the upload/download half of the workflow.



  • This happened to me once and I completely overthought it.

    In my case, I removed the PCB from the drive and took a close look and saw a single scorched IC that I figured was the problem. I think it was a voltage regulator or something like that.

    So I bought a scrap drive and tried to transplant the PCB onto my dead drive, but of course that wouldn’t be able to read my old data.

    So took it into a local electronics repair shop and asked if he’d be able to make it work.

    He took one look at the damaged PCB, pushed the scrap one back at me and said “yeah I’ll just replace this part.”

    40 bucks later I had a working drive again and was able to rescue the data.





  • Last week, a vendor sold an item for $10. With tax, that item costs $12. Let’s pretend a 50% markup (which is reasonable for retail but insanely high for groceries):

    • they made $5 profit
    • they recouped $5 for their costs
    • they collected $2 of tax for the government

    Now the government has a GST holiday and there’s no tax. I went to the store and bought the item and it still cost me $12.

    • they made $7 profit
    • they recouped their usual $5 for their costs
    • they collected $0 of tax for the government

    The main thing is that their costs for that item didn’t increase and they’re still selling it at its original ”final” price (because they added the tax amount to the sticker price). That tax savings went straight into profits. It was intended for the consumer to save money but the consumer is spending the same amount and the government isn’t getting anything. That money went somewhere.

    Edit: that assumes that the claim made in the post is true. It’s definitely not going to be true across the board, but doubtless there’s some fuckery afoot in some stores.