mara
@mara@pawb.social
Maybe a cartoon shark
- Comment on Mike McMahan Calls On Fans To Help Keep ‘Star Trek: Lower Decks’ From Facing The Same Fate As ‘Prodigy’ 1 year ago:
The seven seas welcome ye matey
- Comment on Https on tailnet? 1 year ago:
No prob! If you run into any problems, feel free to DM me or @tailscale@hachyderm.io. We’re more than happy to help.
- Comment on Https on tailnet? 1 year ago:
Note my bias as I work for Big VPN (Tailscale), but I don’t think that teaching people to ignore security warnings is a good thing to do. The CA system is kind of a scam in general, but I think that at least in its current implementation it’s better for us to encourage people are aware of those errors and what they mean.
As the sacred texts say: self-signed certificates beget the use of
curl -k
beget the use of self-signed certificates. - Comment on Https on tailnet? 1 year ago:
Tailscalar here. Use
tailscale serve
. It is a reverse proxy inside tailscaled. It will handle HTTPS certificates for you too. As an example, here’s a sample HTTP server proxied to both my tailnet viatailscale serve
and to the world with Funnel.Also as far as I know you need to use Serve in order to use Funnel.
- Comment on Introducing Raspberry Pi 5 1 year ago:
This is true with ARM in general. There’s no “standard Linux” to boot because every board needs its own device tree and set of core kernel modules for detecting important things like local storage. It’s fairly intractable due to how different the hardware is.
- Comment on Mullvad and Tailscale Announce Partnership 1 year ago:
For the record, I’m pretty sure using Mullvad for XDCC is super overkill, but I wanted to have an excuse to break out userspace wireguard in a project and writing it all in Go made it so damn easy: github.com/…/3d0647e946014516df33de0b18d2a16eec83…
- Comment on Mullvad and Tailscale Announce Partnership 1 year ago:
Generally when you download files over torrent through your ISP, you end up getting love letters from rightsholders. I personally use a homelab NAS as my seedbox and for my public tracker stuff (as well as anime downloads over XDCC) I use Mullvad. I don’t seed overly much on public trackers because of it, but my ratio on private trackers is sky high because ISPs won’t send love letters for private trackers.