- 1 Post
- 12 Comments
SpatchyIsOnline@lemmy.worldto Mildly Infuriating@lemmy.world•Google just had to put AI in the app store, and it apparently endorses scummy scam sitesEnglish45·17 days agoGoogle Play is so full of shit they could pivot to being a sewage plant
SpatchyIsOnline@lemmy.worldto Global News@lemmy.zip•UK to ban sale of disposable vapes in response to soaring waste and safety risks4·18 days agoI’m not sure if this ban is actually going to work. I’ve heard rumors that manufacturers of these are just going to start putting USB ports on them and making them technically “refillable” with no plans to actually really support that so people will keep treating them as disposable anyway.
SpatchyIsOnline@lemmy.worldto Ask Lemmy@lemmy.world•Hey Lemmy, what browser do you use and why?2·19 days agoThis is the way.
Zen’s UI is great, and it has better defaults for privacy than Firefox does, as well as having its own mods repository on top of all the standard Firefox webextensions. (Try “better find bar”, “floating history” and “floating status bar” if you haven’t already, they make the last few bits of the UI look consistent)
SpatchyIsOnline@lemmy.worldto Selfhosted@lemmy.world•How I use Pinchflat/Sponsorblock to avoid podcast adsEnglish21·19 days agoI’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
SpatchyIsOnline@lemmy.worldto Selfhosted@lemmy.world•Submitting an App for iOS approvalEnglish62·19 days agoEvery user has to self host their own?
Did… Did you see what community you’re in?
SpatchyIsOnline@lemmy.worldto Ask Lemmy@lemmy.world•Voyager users, how many up/downvotes do you have recorded on me?12·19 days agoOoh, that is neat! I’ve been using Lemmy for months and didn’t know this was a thing. You’re my first tracked upvote now :)
SpatchyIsOnline@lemmy.worldto Selfhosted@lemmy.world•What's a good HTPC OS and software?English7·1 month agoI’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)
SpatchyIsOnline@lemmy.worldto Selfhosted@lemmy.world•3-2-1 Backups: How do you do the 1 offsite backup?English1·1 month agoI built a near identical server for my parents and just sync my nextcloud folder to theirs using syncthing
SpatchyIsOnline@lemmy.worldto News@lemmy.world•'Completely unaware': MAGA's glee for American pope mocked as anti-Trump posts revealed8·1 month agoUse your browser’s reader mode - it should strip out anything like that and let you read it as pretty much just raw text
SpatchyIsOnline@lemmy.worldto Ask Lemmy@lemmy.world•What's your favorite job interview hack?13·1 month agoRemember back in school there would always be that one kid who was able to get the teacher talking and going off topic so the class had to do less work?
Basically learn to do that in your interviews. If you’re lucky enough to know the name of your interviewer beforehand, stalk their LinkedIn and try and find something they’re interested in. People love talking about themselves. If you can manage to get your interviewer rambling about something they like, they will come away feeling it was a good interview, and you’ll probably learn a hell of a lot more about what the job is actually like on a day to day basis.
I’ve found that the smaller the company, the higher the success rate doing something like this. Larger companies tend to have a more rigid interview structure or have multiple interviewers at once.
SpatchyIsOnline@lemmy.worldto No Stupid Questions@lemmy.world•Why am I seeing political ads for Donald Trump in April of the year of his second inauguration?7·2 months agoReVanced mods the official YouTube apk, meaning you maintain syncing watch history, subscriptions, likes, comments etc. Which iirc NewPipe doesn’t. Whether you care about that is entirely up to you though, NewPipe is certainly better if you care more about privacy
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.