Live data from Hacker News

Viewing profile — bivlked

bivlked

HN member
Joined
Tue, Mar 03, 2026, 7:41 AM UTC
HN karma
12
Public activity
9 items

About bivlked

software developer. linux, VPN, networking. https://github.com/bivlked

Recent public activity

  1. comment
    Comment #47623818

    Been running 2.0 on Russian DPI for a few months - works fine. The old version (1.x) randomized packet headers, but ISPs figured out that random bytes are themselves a fingerprint …

  2. comment
    Comment #47599145

    one thing that bit me with LXC: anything that needs its own kernel module won't work. jails have the same limitation — shared host kernel. ran into this trying to run a VPN server …

  3. comment
    Comment #47598774

    I live in a country where ISPs actively block WireGuard through DPI. Regular WireGuard gets fingerprinted and blocked within minutes. AmneziaWG ( https://github.com/amnezia-vpn/amn…

  4. story
  5. comment
    Comment #47485782

    the commitment to not requiring google play services is what makes this different from most privacy ROMs. the real question is whether the app ecosystem holds - banking apps and 2F…

  6. comment
    Comment #47485757

    i've been tempted by NixOS for servers but keep going back to Debian. the reproducibility is amazing in theory, but when you need to debug a DKMS kernel module build at 2am on a VP…

  7. comment
    Comment #47441133

    One thing i wish more CLI tools did: non-interactive mode. i build bash tools that have interactive prompts for first-time users, but everything the prompt asks also has a CLI flag…

  8. comment
    Comment #47441007

    ran into this with UFW + Cloudflare on a VPS. had a rule in UFW that should have been denying a range, but Cloudflare was proxying the request so UFW saw Cloudflare's IP instead of…

  9. comment
    Comment #47440841

    I self-host wireguard on a VPS for this exact reason. $5/mo and i know exactly what's running. the setup takes some effort but after that it's basically zero maintenance. The bigge…