Can I just sign a waiver making me financially liable if I fall for a phishing email? Seems easier.
- 1 Post
- 87 Comments
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Best "bang for your buck" NUC/Pi setup for Jellyfin/HomeAssistant/PiHole?English
3·2 months agoUsed to run on a pi 4 but moved to a 11th Gen NUC and wouldn’t go back. Well, the pi was nice when I didn’t have any money but the performance boost of just an i3 is hard to beat. With headless debian 13, the nuc now draws 5w idle. Seriously low consumption, costs like 10eur in electric energy per year. Pi 4 still found a home for homeassistant +zigbee stack.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Readarr alternative suggestions?English
3·2 months agoIve not looked into it so I don’t know what kind of challenges they face. Theoretically, I don’t see where the problem is though…
The primary input is a users “wishlist” of things they want. Each thing is then compared against a master list which confirms it exists and when it should be available (metadata). This is optional, but offers a more rich experience. Lastly, each thing is queried against a torrent index to try and find it. Its a relatively simple procedure. I guess the only question is whether books appear on these indices or not.
After a quick glance at the notice on their site, it seems metadata was the problem… or more precisely, no work was being done to move to a new provider. It kinda reads like they lost steam and stopped developing it.
PieMePlenty@lemmy.worldto
Programmer Humor@lemmy.ml•i love ai in my offline foss softwares that are still in beta
2·3 months agoYes, investing in non AI companies and avoiding indices which include AI. Lower risk/reward, more passive stance. Shorting is higher risk/reward, active stance against it.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Been seeing a lot of posts about replacing Spotify and such, so I wrote up a guide on how I did just thatEnglish
4·3 months agoYup, been porting all my music to navidrome the past few months and it’s pretty sweet. I like that there are native subsonic apps for most platforms (using tempo on android at the moment) and that navidrome also comes with its own web player to use on the fly.

Although my setup is much more simple, just using samba to get files to it and mp3tag to prepare the files if needed.
I initially used nextcloud with its music plugin (includes subsonic server) and its basically remote access + player + server in one, but its not as good imo. I’d rather use software that focuses on one thing and does it well.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Linkwarden v2.12 - open-source collaborative bookmark manager to collect, read, annotate, and fully preserve what matters (tons of new features!) 🚀English
2·3 months agoI actually don’t! I’ll check it out if it fits my needs. Thanks!
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Linkwarden v2.12 - open-source collaborative bookmark manager to collect, read, annotate, and fully preserve what matters (tons of new features!) 🚀English
2·3 months agoI do host an instance of it but rarely use it. I’d love to see more in depth archival features like deep link archiving and archiving resources behind authorization. My use case is more archiving than bookmarking.
PieMePlenty@lemmy.worldto
Programmer Humor@lemmy.ml•Child labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor code
8·4 months agoCan they come take my job any sooner so I can finally retire, please?
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Inside China's Mini PC Production: How Tiny Computers Are MadeEnglish
21·5 months agoLooks good to me. Venting of gasses, ear protection, two hand safety. It’s not prefect and its menial work but it looks like they have certain standards which are upheld.
I agree. Just need a table of even numbers. Oh and a table of odd numbers, of course, else you cant return the false… duh.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•PSA: If the first Smart Search in Immich takes a whileEnglish
2·5 months agoAhh, calmed me down. Never thought of doing anything like you’re doing it here, but I do like it.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•PSA: If the first Smart Search in Immich takes a whileEnglish
6·5 months agoWow, you pull new images every time you boot up? Coming from a mindset of having rock solid stability, this scares me. You’re living your life on the edge my friend. I wish I could do that.
Indeed a good recommendation. I’ve not set it up yet but I’m probably going to do so in the near future.
I access it through a reverse proxy (nginx). I guess the only weak point is if someone finds out the domain for it and starts spamming the login screen. But I’ve restricted access to the domain for most of the world anyway. Wireguard would probably be more secure but its not always possible if like on vacation and want to use it on the TV there…
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
6·6 months agoMusic folder on a network share. Navidrome and plex and jellyfin all have access to that library, then pick your poison for the client app. Plex is also DLNA enabled so my dumber AVR can access it too. I mostly use tempo app on android though. I’m a pinch, I can use navidromes web UI player to listen. The plex and jellyfin are mainly just a backup and overkill cause I can’t make up my mind.
No problem, just mention it in the requirements - early on. Not when everything is built to work this one specific way.
It does to some degree.
- “11” is string, 1 is an int, because strings can be added (+) convert int to string and combine: “11”+“1” = “111”
- “11” is string, 1 is an int, because strings cant be subtracted (-) convert string to int and combine: 11-1 = 10
I’m not into JS so I don’t know how it takes priority. ints can be added too, so I guess its basing it on the first variable which is compatible with the operator: in the first case string, in the second case int.
If this is how it works, it makes sense. But imo its a case of the designers being preoccupied with whether or not they could, they didn’t stop to think if they should.
PieMePlenty@lemmy.worldto
Selfhosted@lemmy.world•Plex now want to SELL your personal dataEnglish
61·6 months agoI generally agree with you and its what I did, but why do i need yet another device plugged in, draining power all the time? I dont want to leave an even larger co2 footprint and software support on existing hardware could aid in that. The android box is a workaround, not a green enough solution in my opinion.
File name file system! Looks like we broke the universe! Wait, why is my MFT so large?!

In the world of digital infrastructure? Azure would be one big one. In this image, it would probably be a stone next to, or above AWS. Windows server and IIS, though that’s not that important in the grand scheme of things (or is becoming less so each passing year). MS-SQL is still a thing. .NET and its frameworks are a bit more important and lower down on this graph, luckily they’re also open source now. Having a stone as separate floating by itself is a little disingenuous if not ignorant, but we can forgive OP, since it is Microsoft :)