Comment on MIT Study Finds AI Use Reprograms the Brain, Leading to Cognitive Decline
WhyJiffie@sh.itjust.works 1 day agoOops, I meant self-hosting a wireguard server, not actually doing an alternative to wireguard or openvpn themselves…
oh, that’s fine then, recommended even.
With my previous paid VPN I had to use natpmpc to ask their server for forwarding/binding ports for me, and I also had to do that every 45 seconds. It’s nice to get a bash script running in a systemd demon that does that in a loop, and also parses output and saves remote ports server gave us this time to file in case we need them (like, for setting up a tor relay).
oh so this is a management automation that requests an outside system to open ports, and updates services to use the ports you got. that’s interesting! what VPN service was that?
All this by Copilot, without knowing bash at all.
be sure to run shellcheck for your scripts though, it can point out issues. aim for it to have no output, that means all seems ok.
hisao@ani.social 1 day ago
Proton VPN
It does some logging though, and I read what it logs via
systemctl --user status
. Anyway, those scripts/services so far are of a simple kind - if they don’t work, I notice that immediately, because my torrents not seeding or my tor/i2p proxy ports not working in browser. In case when error can only be discovered conditionally somewhere during a long runtime, it needs more complicated and careful testing.