1017
New Jetbrains Update Dropped
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Doesn’t anyone else use things like OpenSnitch to audit all outgoing connections? I block all phone homes until something breaks, then investigate.
If you are trapped on Windows for some corporate reason, there is SimpleWall.
We’re all friends here, and friends don’t let friends let apps phone home.
I feel like lots of people here use Linux, where you don't need to be constantly vigilant of your applications working against you...
A lot of proprietary tools like VScode and Jetbrains are needed on Linux if you’re a novice or not yet proficient with tools like EMacs/Vi yet. For example I couldn’t get Vscodium to load an extension I needed so I had to use VScode. But tbh I’m just making excuses cuz I don’t know how to set up a good dev environment :-(
Technically it's even a ToS violation to install extensions from the VS Code marketplace (or whatever it's called) if you're using VS Codium. Many are also available somewhere else like the code forge where they're developed and are under open source or free software licenses, but quite a few important ones are only available through the one distribution channel you're not allowed to use, and contain proprietary components that can't be forked to lift this restriction.