Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C
Posts
236
Comments
80
Joined
3 yr. ago

  • You might have to patch your nfs config; the default one supplied by Apple is using an older protocol. Run this and reboot:

     bash
        
    printf "\nnfs.client.mount.options = vers=4\n" | sudo tee -a "/etc/nfs.conf" &> /dev/null
    
      
  • Oh 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

  • Unfortunately no surprise here. His boss is a known Russian associate

  • Apple @lemmy.world

    Apple's $599 MacBook Neo Sold Out Through April Amid Surging Demand

    www.macrumors.com /2026/04/16/macbook-neo-demand-surging/
  • Apple @lemmy.world

    Microsoft Raises Prices for All Surface PCs, Making Them More Expensive Than Equivalent Macs

    www.macrumors.com /2026/04/14/microsoft-surface-pc-price-hike/
  • pics @lemmy.world

    Meanwhile.. in San Jose, California

  • Games @lemmy.world

    Graveyard Keeper is available for free on Steam right now

    www.pcgamer.com /games/sim/graveyard-keeper-2-is-coming-this-year-and-the-original-is-free-to-keep-on-steam-if-you-grab-it-now/
  • Apple @lemmy.world

    Apple Releases macOS Tahoe 26.4.1 With MacBook Air and MacBook Pro Wi-Fi Fix

    www.macrumors.com /2026/04/09/apple-releases-macos-tahoe-26-4-1/
  • Apple @lemmy.world

    App Store sees 84% surge in new apps as AI coding tools take off

    9to5mac.com /2026/04/06/app-store-sees-84-surge-in-new-apps-as-ai-coding-tools-take-off/
  • Apple @lemmy.world

    Apple Releases iOS 26.4.1 and iPadOS 26.4.1 With Bug Fixes

    www.macrumors.com /2026/04/08/apple-releases-ios-26-4-1/
  • Apple @lemmy.world

    New Book Details Vision Pro's Troubled Launch in Apple Stores

    www.macrumors.com /2026/04/07/vision-pro-troubled-launch-in-apple-stores/
  • Apple @lemmy.world

    Mac Mini and Mac Studio Facing Extreme Shipping Delays Amid Severe RAM Shortage

    www.macrumors.com /2026/04/06/mac-mini-and-mac-studio-long-shipping-delays/
  • Apple @lemmy.world

    Apple Says No iPhone in Lockdown Mode Has Ever Been Hacked

    www.macrumors.com /2026/03/27/no-iphone-in-lockdown-mode-has-ever-been-hacked/
  • Apple @lemmy.world

    Apple Confirms Mac Pro Is Dead, No Future Models Planned

    www.macrumors.com /2026/03/26/apple-discontinues-mac-pro/
  • Apple @lemmy.world

    Apple Releases iOS 26.4 and iPadOS 26.4 (macOS, watchOS, tvOS, and visionOS too!)

    www.macrumors.com /2026/03/24/apple-releases-ios-26-4/
  • Selfhosted @lemmy.world

    metube: Self-hosted video downloader for YouTube and other sites

    github.com /alexta69/metube
  • Looks like the decompilation project is underway, but that probably means it’s still pretty far away from being a proper pc port

  • +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.

  • Mildly Interesting @lemmy.world

    This missing cat's name is "Meow meow"

  • 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

  • How is this better than/different from something like kavita

  • Im in a similar situation, using protonvpn. CEO has unsavory political views but the service has been fantastic

  • Had to scroll too far down to find this. OVH is great, VPSes are cheap & reliable. Oh, and bandwidth is unlimited… arrr 🏴‍☠️

  • I 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

  • Most 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

  • unethical 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 ¯\_(ツ)_/¯

  • Surprised 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.

  • Ah employing the same 500iq strategy as they did during Covid.. if no numbers are reported, then there must be no climate change!

  • Deleted

    Two VPNs?

    Jump
  • 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