If you’re using a government run DNS, why not use the CIRA ones instead? https://www.cira.ca/en/canadian-shield/
- 0 Posts
- 54 Comments
Decipher0771@lemmy.cato Technology@lemmy.world•Nvidia debuts a native GeForce NOW app for Steam Deck, supporting games in up to 4K at 60 FPS; in testing, the app extended Steam Deck battery life by up to 50%English1·1 month agoSelf hosted Sunshine and Moonlight is the way to go.
It never got over you
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Incremental backups to optical media: tar, dar, or something else?English1·3 months agoTo add to this….ive added a layer of protection against accidental deletion and dumb fingering by making each year of my photos archive into a separate zfs dataset. Then each year I set each dataset to read-only and create a new one.
Manual, but effective enough. I also have automatic snapshots against dumb fingering, but this helps against ones I don’t notice before the snapshots expire.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Incremental backups to optical media: tar, dar, or something else?English2·3 months agoI did (am doing) something very similar. I definitely have issues with my indexing, but I’m just ordering it manually by year/date for now.
I’m doing a little extra for parity though. I’m using 50-100gb discs for the data, and using 25gb discs as a full parity disc via dvdisaster for each disc I burn. Hopefully that reduces the risk of the parity data also being unreadable, and gives MORE parity data without eating into my actual data discs. It’s hard enough to break up the archives into 100gb chunks as is.
Need to look into bacula as suggested by another poster.
Decipher0771@lemmy.cato Technology@lemmy.world•Australian man successfully receives titanium heart after 6-hour operation.English1·4 months agoThe universe does seem rather badly designed these days
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English11·5 months agoDifferent devices. iOS, android, AppleTV. Most of it is likely Apple’s fault for the limited options in the ecosystem tho.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English1·5 months agoIt’s not a transcoding power issue. It’s a UI consistency and usability issue. With every device having a slightly different UI, with some apps having issues if playing back natively and some needing transcoding, the experience is inconsistent and frankly doesn’t pass the “wife acceptance factor” test, or the “let your friends use it without needing to handhold them through regular troubleshooting for their particular device” test.
I still don’t use Plex and exclusively use Jellyfin, but it’s still a hard sell to non technical users. Plex has much more polish.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English201·5 months agoIt is……if you use a computer. Their AppleTV app still looks like some random coder’s pet project with random playback issues.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Reverse proxy without a single point of failureEnglish3·6 months agoYes. Your machines would have one main IP address, and one virtual IP address that would be assigned to either machine depending on the priority or health check status. That IP can be on the same physical interface, or a separate one. It’s very flexible, pretty standard config for high availability setups.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Reverse proxy without a single point of failureEnglish12·6 months agoKeepalived to set up a floating IP between two proxy hosts. The VIP is where the traffic points to, the two hosts act as active/passive HA.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Experiences with zfs deduplication?English82·6 months agoI think the universal consensus is that outside of a very specific use case: multiple VDI desktops that share the same image, ZFS dedupe is completely useless at best and will destroy your dataset at worst by causing to be unmountable on any system that has less RAM than needed. In every other use case, the savings are not worth the trouble.
Even in the VDI use case, unless you have MANY copies of said disk images(like 5+ copies of each), it’s still not worth the increase in system resources needed to use ZFS dedupe.
It’s one of those “oooh shiny” nice features that everyone wants to use, but will regret it nearly every time.
Decipher0771@lemmy.cato Selfhosted@lemmy.world•GitHub - L3w1s-L1u/roundrobin-dnsmasq: A iptables-based round-robin load balanced dns caching serverEnglish2·7 months agoNeat……but dnsdist would be my go to tool for doing this instead. It’s actually built for it, has more options, and probably doesn’t have as many host networking docker deployment limitations.
Big elk stack?
Decipher0771@lemmy.cato Selfhosted@lemmy.world•Domain instead of ip in WireguardEnglish32·8 months agoJust an A record, you just need the domain query to resolve to your IP.
Decipher0771@lemmy.cato Technology@lemmy.world•FFmpeg devs boast of up to 94x performance boost after implementing handwritten AVX-512 assembly codeEnglish6·8 months agoYes, but it’ll likely still be faster, just not as dramatically. Half of 4-94x is still 2-47x faster.
Decipher0771@lemmy.cato No Stupid Questions@lemmy.world•Did the concept of 9-5 included a 30 minute lunch and two 15 minute breaks?4·9 months agoWhere do you live, Alberta? Or one of the maritimes??
Decipher0771@lemmy.cato Technology@lemmy.world•E Ink faces growing competition in the "paper-like" display space - LiliputingEnglish1·10 months ago3-4 days easy. That’s with turning on all the gps/heartrate/iOS sync functions tho. Turning off the gps and heart rate monitor and I’m sure I could get 7 days easy, and turning fewer notifications I have no doubt it’s go 2weeks.
Jellyfin through a traefik proxy, with a WAF as middleware and brute force login protected by fail2ban