SomeonePrime

joined 1 year ago
[–] [email protected] 6 points 5 months ago

Depends on if you normalize it or not.

[–] [email protected] 3 points 7 months ago

Por que no los dos?

[–] [email protected] 5 points 7 months ago

The fact that Angular isn't in the angled orbit is criminal.

[–] [email protected] 4 points 7 months ago

Hehe, perhaps. To me one seems to have more malice in it than the other, but I could just need some time to really warm up to despising Musk's statement equally.

[–] [email protected] 7 points 7 months ago (1 children)

Yeah, as per usual it's hard to tell when people are just trolling or if it's just completely made up, but I've seen it from screenshots of some particularly deranged "moms only" Facebook groups.

[–] [email protected] 43 points 7 months ago (11 children)

Wow, at least it's better than the "people who had c-sections never gave birth so are not mothers" belief. Still a ridiculous belief, though.

[–] [email protected] 7 points 8 months ago

Privacy badger/possum were welcome sights for me personally.

[–] [email protected] 8 points 9 months ago (11 children)
[–] [email protected] 10 points 10 months ago

Granted, but you don't have a redo option. Once you've undone something, you can never redo it.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

I did something similar to what you're describing recently using Wireguard, and it's working pretty well. The only difference in my setup is that I didn't want to route internet traffic through the VPS, just get access to my local network (Site-to-Site VPN). I did accidentally route all of my traffic through my Wireguard VPS at one point during set up though, which seems promising based on what you want to do.

If you're comfortable with using Docker, I used this guide from linuxserver.io to get setup: https://docs.linuxserver.io/images/docker-wireguard

linuxserver.io refers to terms such as "client" and "server" which don't actually exist in Wireguard (all devices are just peers), but it's useful as a way to visualize how you'd like to set everything up. I'm thinking all you'd have to do is setup your VPS in "Server" mode and define your peers, I don't remember having to do anything special to get the routing to the internet set up.

The other part of the equation is setting up Wireguard on the target device. If you're using an Android device, I can attest that the Wireguard app works great and is easy to setup. I unfortunately haven't tried setting it up on a PC or laptop yet, but it looks like you could use the same linuxserver.io docker image in "Client" mode to get connected if you wanted to.