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/)S
Posts
2
Comments
152
Joined
3 yr. ago

  • The problem is primarily the resource drain on the server and tarpitting tactics usually increase that resource burden by maintaining the open connections.

  • This is what I've kept saying about POW being a shit bot management tactic. Its a flat tax across all users, real or fake. The fake users are making money to access your site and will just eat the added expense. You can raise the tax to cost more than what your data is worth to them, but that also affects your real users. Nothing about Anubis even attempts to differentiate between bots and real users.

    If the bots take the time, they can set up a pipeline to solve Anubis tokens outside of the browser more efficiently than real users.

  • Just letting AI take the wheel and hitting git commit -am 'Update project files' every few minutes.

  • How is limited wayland support security issue?

  • I'm mostly just lost at the concept of "provided Dotfiles".

    Also "No paid features," but somehow premium customization options.

  • Free desktop experience: Dotfiles provided by us, with one-click installs and updates.

    Premium desktop experience: Same as above, but with more customization options. (dotfile customizations, e.g. “bar on what side”, “what button where”, etc, not Hyprland features)

    What the fuck am I reading

  • Sounds like you don't need the VPS then. Add a subdomain to your home IP. Port forward 443 and 80 to the sever. Run caddy to route the subdomain to localhost:8096. You will also need to tell jellyfin to accept on the new domain.

  • 5 actually because you can use minimal hardware. You can probably just port forward your router and run caddy on the same jellyfin server but then expose your home IP address.

  • Obscuring home IP is the big one. You also don't have to fiddle with opening ports on your router and maybe getting ISP attention for hosting on a residential network. But really obscuring home IP address would work.

    Dirt simplest solution is caddy on the same jellyfin server and port forward 443 and 80 on your router to that host. Hopefully letsencrypt will work without a domain but I'm not sure.

  • But I ran into challenges getting my server safely accessible for users outside my LAN

    FWIW:

    1. vps + domain (optional?)
    2. connect vps to home server with wireguard (eg Tailscale)
    3. reverse proxy on the VPS forwarding to jellyfin (eg Caddy)

    Obviously not as trivial or seamless as Plex. Also I wouldn't try to complicate this setup by using docker for everything. But once its up you can basically host whatever you want on the WAN from your LAN.

  • Also Fedora and “well-built” - it’s glossy and smooth-looking, but not “well-built”.

    Example from experience: dnf requires more than 1G to do a system update. Try to run in on a minimal VPS and dnf will keep getting OOM killed.

  • Yeah but its pretty easy to avoid them. They survive on government contracts not community support. There's lots of better alternatives than Fedora.

  • I run commands as the root user so I use the root users configs. Usually that's in /root/.config/ but it might be different in NixOS.

    You'll have to either copy your configs over to the root users config dirs. I highly recommend auditing what you copy though for security.

  • Sounds like a good opportunity to draw some square kufic.

  • They were already banned for other trolling behavior, just not because they used neopronouns. Please get an actual bearing on reality.

  • The pronoun was just "drag". PJ is the one who kept calling them "dragonfucker". You can go read dragonriders comments instead of just repeating gossip.

  • Really any difficulty is too high. Its the effort to hook up a JavaScript runtime that evaluate the captcha not the computational cost that works.

  • Last I tried, about a year ago, dnf had some bug where it would load the entire package tree into memory and require more than a gig to run. Whenever I tried to update my a minimum spec VPS, the package manager would get OOM killed.