• 1 Post
  • 57 Comments
Joined 11 months ago
cake
Cake day: August 7th, 2024

help-circle

  • No character growth, no arc, just in one scene he has no trouble murdering an innocent guy WHO HELPED HIM BTW, but later refuses to take out a military target HE WAS SUPPOSED to kill.

    Yeah, it’s almost like the target he was about to assassinate could be the only person in the galaxy who knows how to take out the weapon he just witnessed level a city.

    To say nothing of crapping all over the iconic opening of Star Wars by having Vader watch the Death Star plans fly away, personally, with his own eyes.

    Those two scenes line up perfectly and imo are quite satisfying when watching the two films back to back. In what way does Rogue One’s ending “crap all over” A New Hope’s opening?




  • Third year in University - when we moved in, it hadn’t been cleaned from the previous tenants, my parents were kind enough to come and help us clean and it took the five of us (during covid too so we were trying to social distance as much as we could) 3 days to get it into a livable state.

    That was only the start though, over the course of those days cleaning, we started noticing these weird bugs everywhere. Yup. Massive silverfish infestation. Huge ones, small ones, every room, coming in through the floor, the walls, the ceiling, behind furnature, anywhere there was a gap, they’d slither out of. We had to spray insecticide all over the place which gave me bad headaches if there wasn’t enough ventilation.

    Sometimes still, out of the corner of my eye, I’ll think I see one and kind of panic for a fraction of a second, I’m not sure if I’ll ever get over that.






  • He was impeached twice last time and it didn’t get him out of the White House. Unless he gets Luigi’d or has a stroke, I don’t expect this time to be any different. The real question is, will he attempt to stay beyond the end of his second term? His store is already selling “Trump 2028” merch, the possibility of it actually happening is a terrifying reality.


  • It sounds to me like one (or more) of your containers is referencing something on your storage drive, but Docker is loading before your drive gets mounted. When Docker sees that the folder its trying to access doesn’t exist, it creates it, blocking your drive from taking that name.

    To fix it, you would need to make sure your storage drive is mounted before Docker starts, how you do that is down to you and your particular setup though.





  • I’ve had a pipeline in mind for exactly this purpose that I want to build when I get around to it:

    • Download the audio file from RSS feed
    • Self hosted AI transcription model (with output that includes timestamps)
    • Self hosted LLM to recognise ad sections and return the start and end timestamps as json
    • ffmpeg to slice those timestamps out and stitch the rest back together

    In theory, this should be able to remove ad and sponsor sections of any length completely automatically and there’s nothing to stop it working on videos too







  • I’ve found Android TV to be the most usable TV OS tbh. I use Konstakang’s LineageOS Android TV 15 image on a Pi 5 which is source available (non commercial only licence). And Projectivy Launcher (closed source but is by an indie dev and better than the stock Google one). The Pi is CEC compatible so I can control it with my TV remote no problem, and I use Moonlight to stream games from my PC.

    If you already have hardware, there may be an Android x86 TV release somewhere but I haven’t personally tested any, and you have to make sure the apps you want support x86 (all the open source ones like Jellyfin should)

    Edit to add: I also personally haven’t found a need to install GApps as all the apps I use are either open source, or were made to work also on FireTV so don’t rely on GApps APIs. (Use SmartTube instead of YouTube, it’s a better experience anyway)