what you are saying is plain wrong or not explained well. Using tor with javascript enabled you are getting the javascript anonymously, however in the process of running that javascript there is a risk of deanonymisation (for instance, that javascript code could be doing fingerprinting and other bad stuff).
ertai
ahahahhhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARG
Every time a windows/mac user switches to libre software, Saint iGNUcius (aka GNU/god) smiles. Keep it up.
Glad I use arch btw, pacman manages my python packages so I don't have to deal with all this mess.
Yet another python packager...............
insane that such a popular language still doesn't have this basic problem solved.
I don't. No. This isn't real. He's lying, surely he's lying. It's just a person on the internet making a joke right?
If they were honest, they would call it Unfair Source. 'We get to put bully our users for two years, and then they can have their freedom" - what's """fair""" about that? Yes, I said bully, because they can put spyware, malware and bad features without anyone being able to redistribute a copy without the mal-features. So either you get bullied, or you wait two years before the software goes open source. But by the time it's gone open source, the software will most likely be obsolete, because that's the pace of modern software development. Completely stupid license. If you want to keep your freedom, stick to free software.
Actually, I just read the manual.
You would be surprised with how common it is for the lay person to have problems on their computer. I like to start from there, and suggest a free as in freedom software solution. Then, once their issue has been solved, I will talk about the free software movement, explaning that these are the reasons that have motivated the authors of the software solution I promoted. Hopefully this leads on to a discussion about freedom in the digital world.
That is definitely not a good starting point. WSL is much more complicated and prone to breakage than running a distro directly. It litteraly changes the whole system to make Windows run on top of a hypervisor. A better way to try out GNU/Linux is to boot up a live environment on a USB stick or use a VM. Plus, WSL is only command line, and I would think that showing a friendly desktop environment is the best way to blow the assumption of GNU/Linux being hard/only for nerds.
Github is one of many public software repositories like Gitlab, Codeberg, sourcehut... You could search there also.
tor is an onion proxy software, and tor-browser is a custom version of firefox which uses tor to connect to the web. Usually when people say tor they mean the tor browser but you can actually have any browser use tor (although it's less safe). You should look into something that can control a headless browser like puppeteer and have the headless browser use the tor SOCKS interface. I don't actually know if that's possible, never tried that, but I think that's where you should be looking.