Maybe I’m missing something, but how does this fit into the buyeuropean community?
- 0 Posts
- 14 Comments
cheesemoo@lemmy.worldto
Technology@lemmy.world•Google pulls the plug on first and second gen Nest ThermostatsEnglish
2·16 days agoMonthly recurring costs (i.e. some kind of subscription service)
Sure, you’re providing some code for free. Obviously you don’t owe anyone anything. But conversely, nobody owes you their time or attention just because you wrote something.
If you want people to actually use your code, you probably need to take some responsibility. And listen to the criticisms others have shared here.
cheesemoo@lemmy.worldto
Selfhosted@lemmy.world•Docker question: updating container to specific versionEnglish
13·28 days agoInstead of “latest” or no version tag, I think you’d just need to put the desired version in your compose file.
In this case it sounds like you want to upgrade to 10.10.7 first, so you’d use that for your tag. Based on the tag I found here: https://hub.docker.com/layers/jellyfin/jellyfin/10.10.7/images/sha256-3b38dae4c3ddd6ebc7378538fba4d3f314070ebefbdb3d688166b7c8658fb123
After updating your compose stack to that version and confirming a successful upgrade in jellyfin, then you could remove the version tag (to pull latest by default).
cheesemoo@lemmy.worldto
Selfhosted@lemmy.world•Your favourite piece of selfhosting - Part 1 - Operating SystemEnglish
2·3 months agoDamn, 38 disks! How do you connect them all? Some kind of server hardware?
Curious because I’m currently using all 6 SATA ports on an old consumer motherboard and not sure how I’ll be able to expand my storage capacity. The best option I’ve seen so far would probably be adding PCIe SATA controller(s), but I can’t imagine having enough PCIe slots to reach 38 disks that way! Wondering if there’s another option I haven’t seen yet.
cheesemoo@lemmy.worldto
Technology@lemmy.world•Self-Hosting A Cluster On Old PhonesEnglish
3·7 months agoWhat’s been rough about it, the install process, setup afterwards, or stuff being broken? I have an old 6T and was considering this for fun, but… Might skip if it’s not fun lol
cheesemoo@lemmy.worldto
Technology@lemmy.world•How Americans responded in 1955 when the invention of the polio vaccine was announcedEnglish
271·11 months agoFuck all the way off, asshole! What possible reasons are there to avoid the fucking polio vaccine??
cheesemoo@lemmy.worldto
Technology@lemmy.world•Let's Encrypt Announces New-Certificate-Every-6-Days OfferingEnglish
7·11 months agoThat’s a hell of a leap there chief.
cheesemoo@lemmy.worldto
Technology@lemmy.world•U.S. officials urge Americans to use encrypted apps amid unprecedented cyberattackEnglish
11·1 year agoOr the content is encrypted, but the metadata isn’t, so they can market to you based on who you talk to and what they buy, etc.
I switched to a paid domain in the last few months and regret not doing it sooner - it just works, and it’s nice knowing that I won’t have to reconfigure all my stuff to point at a different domain name again in the future. Price was maybe $15/year on porkbun - very much worth it imo.
I’ve also used freedns in the past and had no complaints about them, except that I think wildcard subdomains are limited to paid supporters (very cheap though) and at the time my SWAG docker image maybe didn’t support them? It’s been a while. The service was great though. Never had problems like I did with duckdns.
Same here. Mullvad’s awful policy that essentially limits you to having their client installed on 5 machines was also a deal breaker for me. Sure I could have fucked around with managing keys/connections myself, but why bother? I emailed their support about how inconvenient it was, and they told me I was free to pound sand or pay them for another subscription to enjoy the convenience of having their client installed on more devices.
Proton has been great since I switched, and I see no reason to use Mullvad these days.
cheesemoo@lemmy.worldto
Selfhosted@lemmy.world•Anyone with problems with duckdns DynDNS?English
3·1 year agoQuestion - if your domain registrar has an API to update your A/AAAA records, and your router (or other home server) lets you easily update those records via the API when your public IP changes, is there a benefit to using freedns or any other DDNS service? It seems like you don’t really need them if you own a domain.
cheesemoo@lemmy.worldto
Selfhosted@lemmy.world•Anyone with problems with duckdns DynDNS?English
2·1 year agoYes, it’s why I stopped using DuckDNS and decided to buy my own domain. I used Porkbun and got a cheap one (~$15/year?). It was super easy, and DNS results are lightning fast now; no timeouts/errors/etc. like when I was using DuckDNS.
My router supports Porkbun for DDNS; it handles updating the A/AAAA records for my domain when my IP changes, but if your router doesn’t have that option, I’m sure there’s a script you could run on a PC or Raspberry Pi, etc. to handle that for you.
I honestly don’t know why I didn’t do this sooner! I’ve changed DDNS providers a few times over the years and it’s always a pain to update everything that references the old names. It’s great having peace of mind knowing that I own the domain now and won’t have to change again (even if I wanted to leave Porkbun, I could just transfer the domain registration to any number of good alternatives and not have to change my domain name).


TIL, thanks! That must be it. I thought they were still owned by Microsoft.