friendly neighborhood kbin.run admin, possibly a sentient lifeform… likes pizza and beer.

professional pixie wrangler and rf magician

Mbin contributor and maintainer, aka nobodyatroot on GitHub.

support kbin.run, visit the FAQ page for ways how! ❤️

  • 3 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle













  • debounced@kbin.runtoSelfhosted@lemmy.worldRemote desktop
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    9 months ago

    i use Tailscale on everything these days (or use Headscale if you want to self host the control plane). with the free plan you get up to 100 devices on a “tailnet”, just set the right ACLs to only allow the remote connection ports of choice, pair it with self hosted RustDesk, and you should be good to go. the NAT traversal of Tailscale is pretty good from what i’ve observed, but sometimes you might get stuck on a relay (called a DERP) if it can’t get across the firewall(s).






  • Zig is really starting to grow on me, it’s basically an unfucked C (screw you, macros) and you can translate C into Zig code…and it has comptime, very nice! I don’t have the patience for Rust in my hobby projects and the standalone-ness of Zig is perfect for embedded/systems programming. it definitely needs to mature more before the masses start taking it seriously, but goddamn it’s nice to code in.