perishthethought
@perishthethought@lemm.ee
- Comment on Advice on moving my Spotify library to Navidrome 2 weeks ago:
You know the songs on Spotify are not yours, right? You were just renting them?
I’m not saying you shouldn’t try to collect them now for use in Navidrome, but calling them “your songs” is just grating on me for some reason.
Also, I am a Spotify subscriber and just now tried to use yt-dlp with it but got this error:
ERROR: [DRM] The requested site is known to use DRM protection. It will NOT be supported. Please DO NOT open an issue, unless you have evidence that the video is not DRM protected
:(
- Comment on Self-Host Weekly (6 June 2025) 2 weeks ago:
Great to read the story from Adventure Log’s author. I just installed that app and I’m looking forward to trying to help improve it.
- Comment on I just migrated a community from Lemmy to Piefed using the migration feature, it worked quite well 2 weeks ago:
Thanks to @rimu from pieces for making this so easy!
- Comment on Self Hosted Trello with experience? 3 weeks ago:
More options, yay!
Like others said, OP, I use Planka solo and its great for simple use cases.
- Submitted 4 weeks ago to [deleted] | 17 comments
- Comment on Release 0.26.0 · Dawarich (breaking changes) 1 month ago:
Awesome, thank you.
- Comment on Release 0.26.0 · Dawarich (breaking changes) 1 month ago:
I’m new to this app and confused. If I install/configure OwnTracks, what else do I get from Dawarich?
- Comment on great shoe idea 1 month ago:
We may be over thinking this
- Comment on Wolf Reboot 1 month ago:
1000%
- Comment on Wolf Reboot 1 month ago:
I wonder if anyone knows whether ranchers in WY / MT lost income & were compensated by the state as well?
- Comment on Wolf Reboot 1 month ago:
We’re reintroducing wolves in my state now and its been problematic so far.
coloradosun.com/…/gray-wolves-depredation-payment…
Nb: I don’t have a side in this. Just sharing recent news.
- Comment on Selfhosting static site behind two routers? 1 month ago:
Hey, I’m doing this now, using DuckDNS. But I had to forward a port thru Router 1, as you call it. That’s your problem.
Maybe Tailscale would help you? (I’ve not used it though)
Or, instead of allowing port 80/443 traffic in, what I have is a random port used by my Wireguard VPN opened only. But I have to connect thru that when I’m not at home. I. E. only I can access my web server.
- Comment on I don't get the love for Nextcloud - alternative for just files? 1 month ago:
Does this help, OP?
- Comment on Proton 2 months ago:
Haha, I was just talking about the email and games use of the word but you all gave it a whole new spin ʘ‿ʘ
- Submitted 2 months ago to [deleted] | 79 comments
- Comment on A new security fund opens up to help protect the fediverse 2 months ago:
Yeah!
I asked here about that and was told there’s not enough of us here. Meh.
- Comment on Trump says 'very angry' with Putin over Ukraine: NBC 2 months ago:
This person gets it. ⬆️⬆️⬆️
- Comment on Calm your tits 2 months ago:
If only these people could recognize a tyrant when they see one.
- Comment on What are your favorite RSS feeds? 2 months ago:
Yup, the Lemmy search feature must be broken again. ;)
But that shouldn’t stop people giving OP new ideas. :)
- Comment on What are your favorite RSS feeds? 2 months ago:
- Krebs on Security
- Schneir on Security
- Freedom to Tinker
- Coding Horror
- Robohub
- Selfh.st
And a bunch of cycling news.
Every time this question comes up, I look at my list and realize a few feeds have stopped. So now I’m watching here for some new ideas. TIA y’all.
- Comment on LPT 4 Summer BBQs 2 months ago:
LPT 4
Why are we discussing a printer port?
(I am old)
- Comment on Self-Hosted podcast 2 months ago:
As someone else noted, they use a platform called Fireside. I wonder how hard it would be to self-distribute a podcast with thousands of listeners.
- Comment on Self-Hosted podcast 2 months ago:
Ethan is great too and I use his website a lot.
- Submitted 2 months ago to selfhosted@lemmy.world | 44 comments
- Comment on Looking for simple self-hosted image editor / resizer app 2 months ago:
Wow, super cool! Thanks for sharing this.
- Comment on Looking for simple self-hosted image editor / resizer app 2 months ago:
Static page route
Ooooh! I started down the PHP path and that’s already working but now I like this idea of using JS and canvas more so I am going to go research that next. I have an nginx server running so this could work. (I wonder if this is how squoosh.app works since they claim it’s all client-side too?)
Great suggestion, I didn’t know was possible so thanks very much! 👍
- Comment on Looking for simple self-hosted image editor / resizer app 2 months ago:
I loved that app for like a year and yes, it was perfect. I don’t know what changed but about 6 months ago, when I upload images to it, they were black rectangles and so it wouldn’t shrink my images. No idea what caused that, I searched around and could not find a resolution so I moved on.
But also, it’s owned by GOOG and that’s a downside for me.
github.com/GoogleChromeLabs/squoosh
However, Squoosh utilizes Google Analytics to collect the following: Basic visitor data. <-- what does this mean? The before and after image size value. If Squoosh PWA, the type of Squoosh installation. If Squoosh PWA, the installation time and date.
I should see if I can download the code, strip out their surveillance and then use it locally from there. Thanks for the tip!
- Comment on Looking for simple self-hosted image editor / resizer app 2 months ago:
Yah, thanks. In a pinch, I’ve been using GIMP but as you say, there’s a lot to it and a lot of steps to this simple process.
I’m going to see if a AI tool can help hack together a simple web page. If I do, I’ll share the code I end up with somewhere.
- Submitted 2 months ago to selfhosted@lemmy.world | 27 comments
- Comment on [OC] mag37/dockcheck - CLI tool to automate docker image updates. 3 months ago:
I’m happy with [dockge] (github.com/louislam/dockge) for now but thanks! If I ever decide to go full auto update, I’ll check this out.