The article itself, and the flagged comment they made on this thread, are also LLM-generated. I feel like we've been on an upwards trend of LLM-generated posts explicitly claiming "I wrote X".
Could he have written the assembly, but used AI for the MD file? Is there harm if that is case? Because AI is good at spitting out documentation, so why not.
I don't really agree. I tried using it, but I just can't because the keyboard shortcuts don't work with my non-US keyboard layout, and I couldn't change them...
I have seen other people complain about the same thing.
Sorry I don't know your use case, but wonder - looking at the Op post don't you feel like you are supporting a rather malicious company preying on tech illiterate users? I can understand the desire for a VPN that gives residential identities but plainly this is against the will or interests of the "provider".
You said the image was Python, though? Using that is way easier and faster. https://news.ycombinator.com/item?id=48558763
If all you need to know is that it can connect:
python3 -c 'import socket as s;s.create_connection(("8.8.8.8",53))'
or http:
python3 -c 'from urllib.request import*;print(urlopen("http://example.com").status)'
reply