Comment on
Genius at work
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.
Comment on
Genius at work
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.
Comment on
OK yes I'm dumb so what
I played a one-shot of Call of Cthulhu where the DM had you roll an intelligence check if you saw a horror. If you rolled over your intelligence, you had no idea what you were looking at and were unaffected. If you rolled under your intelligence, you knew exactly what you were looking at and had to roll against your sanity to see if it drove you insane.
In other words, you could have no idea what you're looking at, know what you're looking at but handle it, or know what you're looking at and not like it!
Comment on
I wish I had a physical "Undo" button I could use in real life and not just on my computer
Granted, but you don't have a redo option. Once you've undone something, you can never redo it.
Comment on
The newest Olympic sport is extreme _____, and I just qualified for the national team.
Reply in thread
E
Comment on
Genius at work
Reply in thread
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.
Comment on
Firefox for Android is getting 400 new browser extensions - and you can try some now
Reply in thread
Privacy badger/possum were welcome sights for me personally.
Comment on
Heard we were posting sincs
Reply in thread
Depends on if you normalize it or not.
Comment on
[MonkeyUser] Java vs. Javascript: For recruiters (03 Nov 2016)
The fact that Angular isn't in the angled orbit is criminal.
Comment on
Genius at work
Reply in thread
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.
Comment on
OK yes I'm dumb so what
Reply in thread
The thought was that the higher your intelligence, the higher the chance you know what you're seeing. So if you have a high intelligence of say 19, then you need to design the check such that it's very likely you'll "succeed" in recognizing it, so with a D20 that means rolling under 19 (a 90% chance). A lower intelligence would actually be a good thing in this case, someone with an intelligence of 2 only has a 5% chance of "succeeding" and rolling under a 2.
Probably the confusing part here is that you still want to roll high, but it's strange that a high roll, in some way, isn't a success; you don't successfully recognize what you're looking at and that's a good thing. Even writing this comment I kept getting it mixed up, but I think mechanically it fits the theme well.
Comment on
Then vs Now
Reply in thread
Por que no los dos?
Comment on
OK yes I'm dumb so what
Reply in thread
It could be, I only ever played the system once and I'm not really familiar with the rules. At a glance, it looks like the intelligence roll usually happens after losing a certain amount of sanity?
Comment on
What Drove You to Madness?
Reply in thread
For this picture in particular, there's something about the screaming guy that's setting off AI alarm bells to me. You see that sort of facial expression a lot with AI pictures when it's trying to generate someone yelling or distressed.
Ironically, the human brain is so good at picking up patterns that after you've seen enough AI slop you begin to notice some of the tells for otherwise realistic pictures. That's not to say that people could discern ALL AI pictures, but I think it is true for most of the lazy, slop pictures that are generated.
Comment on
Looking for advice on VPN or proxy(?) unsure what I need. Please see details.
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.