- 233 Posts
- 84 Comments
cantankerous_cashew@lemmy.worldto
Technology@lemmy.world•The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn'tEnglish
3·23 hours agoOh wow not going to lie I’m kind of jealous. I’d pull the trigger on 10 gbps in a heartbeat. I’m in CA and crapcast offered me overpriced 1 gbps down & 40 mbps up. Yes, you read that right, 40 mbps up in 2026. Didn’t have much of a choice so I bought it. I have my own homelab, download a lot of 4k linux isos, and completely saturate my both download & upload bandwidth around the clock
cantankerous_cashew@lemmy.worldto
politics @lemmy.world•Vance calls end of Ukraine aid 'one of the proudest' achievements of Trump administration
9·3 days agoUnfortunately no surprise here. His boss is a known Russian associate
cantankerous_cashew@lemmy.worldto
Asklemmy@lemmy.ml•What is the coolest website you’ve visited that no one knows about?
8·10 days agoThis digital museum of video game levels: https://noclip.website/
cantankerous_cashew@lemmy.worldOPto
Open Source@lemmy.ml•BanjoRecomp: FOSS PC Port of Banjo-Kazooie made using N64: Recompiled
5·26 days agoLooks like the decompilation project is underway, but that probably means it’s still pretty far away from being a proper pc port
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Buying a domain - WHOIS/PTR privacy?English
5·27 days ago+1 for Cloudflare domains. I’ve got all my domains registered with them, can confirm that there are no identifiable details in the whois table for any of my domains.
Archive link (paywall removed): https://archive.ph/4mGNE
There’s also an option to set up a vanilla WireGuard server. I’ve done that on my dream machine and am able to remote into my homelab with the vanilla WireGuard iOS & Mac apps
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Gopherbook – The Self-Hosted Comic Reader (Full Tutorial)English
1·5 months agoHow is this better than/different from something like kavita
cantankerous_cashew@lemmy.worldOPto
Apple@lemmy.world•iPhone Air Sales Are So Bad That Apple is Delaying the Next-Generation Version
6·5 months agoIt’s more durable than you’d expect https://youtu.be/sQ56ve39l2I
cantankerous_cashew@lemmy.worldto
Buy European@feddit.uk•Another audit, same result - Mullvad proven secure and log-free in latest audit checkEnglish
3·6 months agoIm in a similar situation, using protonvpn. CEO has unsavory political views but the service has been fantastic
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•where to move for cheap VPS?English
1·7 months agoHad to scroll too far down to find this. OVH is great, VPSes are cheap & reliable. Oh, and bandwidth is unlimited… arrr 🏴☠️
cantankerous_cashew@lemmy.worldtoMicroblog Memes@lemmy.world•What's one youve had?English
14·7 months ago
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Sources to purchase mp3s?English
4·7 months agoI used to buy from Beatport when I was actively djing. Nice because the tracks are available in 320kbps or lossless. No idea how much Beatport’s cut is though
cantankerous_cashew@lemmy.worldto
politics @lemmy.world•US job openings slip to 7.2 million in July, more evidence the American labor market is cooling
11·8 months agoMost are probably ghost jobs. Companies have gotten in the habit of creating fake job postings to fool investors into thinking that they’re still healthy/growing because line must go up. Companies report these numbers to the gov which then makes decisions based on bad information. IMO this practice should be illegal and companies should be fined for posting fake positions
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Securing a 'public' service for familyEnglish
2·8 months agounethical life pro tip, but you can use the free tier of Cloudflare tunnels + Access to accomplish this. While technically against the ToS, I have been doing this with jellyfin for an over a year now, I don’t cache anything, and my overall bandwidth usage is low it’s probably not very noticeable. If I get banned at some point I’ll just create a new free account ¯\_(ツ)_/¯
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Self-hosted blog - do I need a static IP address?English
2·9 months agoSurprised nobody has mentioned cloudflare ddns. If you registered your domain with cloudflare, you can use the api or qdm12’s (author of gluetun) ddns-updater to keep your A/AAAA records up to date.
cantankerous_cashew@lemmy.worldto
Climate@slrpnk.net•Trump orders destruction of CO2 measure satelites9·9 months agoAh employing the same 500iq strategy as they did during Covid… if no numbers are reported, then there must be no climate change!
It’s definitely doable. I run both gluetun & tailscale in separate docker containers on Ubuntu. The trick here is that gluetun should get /dev/net/tun device (basically the default example in the project readme) and tailscale should he configured (via env vars) to run in userspace mode
cantankerous_cashew@lemmy.worldOPto
Apple@lemmy.world•Apple Releases First iOS 26 and iPadOS 26 Public Betas (macOS, tvOS, and watchOS too!)
1·9 months agoAh yes you’re correct, I misread the Macrumors article, have fixed the post title


















You might have to patch your nfs config; the default one supplied by Apple is using an older protocol. Run this and reboot:
printf "\nnfs.client.mount.options = vers=4\n" | sudo tee -a "/etc/nfs.conf" &> /dev/null