sublime text is $99 for life and you don't even have to pay it and they have zero ai slop :)
Programmer Humor
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Kate is $0 for life and you don't even have to pay it and they have zero ai slop :)
hmm looking into this; does kate have package repositories? i love sublime because i can essentially keep my config folder in git (with gitignored exclusions obvs) and keep my install in sync between laptop and desktop
emacs is free, in more ways than one
That's not quite true: Yes, your $99 license is a life-time license, but that license only includes 3 years worth of updates. After that you have to pay $80, if you want another 3 years worth of updates. Of course, the alternative is just putting up with the occasional nag, which is why I still haven't gotten around to renewing my license
The mail I got makes it quite clear that you have to opt-in if you're using a paid version:
Dear JetBrains AI user,
We are notifying you that on October 7, 2025, we will roll out an updated version of the JetBrains AI Terms of Service. The main change is in the data sharing clause. Previously we said we wouldn’t use your inputs, data, outputs, or suggestions to train AI models. This is still the case, unless you explicitly allow us to do so.
- For individuals using JetBrains IDEs with commercial licenses, free trials, free community licenses, or EAP builds who do not explicitly consent to the new data collection model – nothing changes.
- For companies that are unwilling or, for legal reasons, unable to opt in to the program – nothing changes either, and their admins remain in full control.
Important to note that the data sharing is OFF by default on all types of JetBrains IDEs licenses except for non-commercial tier until you change the settings explicitly.
For more details about the change, please read this blog post.
Other updates to the JetBrains AI Terms of Service reflect some recent changes to the JetBrains AI service. For example, JetBrains AI can now be used not only with JetBrains products, but also with selected third-party products. The service also includes a new feature that allows you to upload various content for indexing.
For the existing users, the updates will take effect on October 7, 2025. By using JetBrains AI after this date, you agree to the updated JetBrains AI Terms of Service.
Highlight by me. Personally, I don't see a reason to be outraged. I've even used their AI products and they're OK. They can take over dumb tasks or help me not having to look up documentation.
I liked PyCharm, but its time to refresh my friendship with VIM.
I've been building up my Helix setup, and its been fantastic. Got tired of constantly fighting corporate stuff
Neovim + tmux
That's exactly what I did, switching from Rider. LazyVim helped with getting a usable setup (especially LSPs are pain to setup without it), https://www.vim-hero.com/ taught me the absolute basics of navigation, and then I simply installed IdeaVIM into Rider to force myself to use it, and switched my default editor to LazyVim.
It has already been a few months, and I'm pretty used to it. I still fumble here and there, I still have to stop and think then doing more involved operations, but for the basic editing I wouldn't go back.
The most important observation I have is that it does not make me more efficient at editting text, the fumbles and mistakes usually offset any gains I have from the many navigation/jump/repeat keys, and reaching for the mouse would be quicker, but -
It's super fun. Learning new motions is satisfying, you can see progress, and by slowly adding a new motion, then trying to get it to your muscle memory is simply fun. And there's always something to learn, a new motion to add or make more efficient. It's basically gamified text editting, and if you like mastering things in the muscle memory sense, it's awesome. I'd absolutely recommend everyone to make the switch, but not for "being a faster/more efficent at text editting" reason, because if you want that, learning every single IDE keybind will make you faster faster.
Also, it's surprisingly comfortable not having to reach for a mouse. It has only been a few months, and I'm getting slightly annoyed whenever a program doesn't have a hotkey for proper navigation and I have to touch my mouse, hah.
Thank you for sharing the experience, it encouraged me even more to VIM when I'll have to work in Python.
Try zed with vim mode.
The average coder is not worth learning from. Especially since this is targeting the free users by default who are usually students and amateurs. Quality over quantity, JetBrains.
This is what finally pushed me to move all coding I can away from Jetbrains products. I wanted to to that for a while, because I didn't want to depend on a closed system and wait until it enshitified. Now it happened. Sad to see, but it was inevitable.
Does this apply to Android studio?
Bump
I'm guessing not - Google probably wants the data for itself.
Context, please?
JetBrains is a company that, creates one of the most popular IDE for many programming languages. Although some of them are free, there is a paid option for 200€ for their full pack for a year (you can pay monthly, and you can choose a smaller pack or individual IDE). Also every year you pay the next one is cheaper.
They also have an AI agent Junie and an AI chat assostant, both currently running on Claude Sonnet 3.5 and 4 (can choose).
They also offer a free AI, which is running locally and can do very simple autocomplete and doesn't support any chatting ability.
However, as you might know, AI usually needs some code to work with. This autocomplete AI can be enabled to run online as well, thus sensing your code to either JB or Claude.
Of course, both chat and agent require internet access (but all this online functionality can be disabled and everything can be connected to custom AI model running locally or elsewhere, except I think agent).
OP is implying that they want money for their IDEs, their AI, and gobble up code fragments.
Oh, sorry, I should've been more specific.
I know about JetBrains and their AI agent, etc. I'm wondering if they recently did a switcheroo on their license/privacy policy/something that basically states "all your code are belong to us" now?
The context is that they made a blogpost that's written in, at least in my opinion, extremely pleading tone. They are basically crying that they can't make a good AI with public data, and if you please could turn on their new AI data collection that would steal all your code. I've seen a few "we will use your data for AI" posts, and this was just unsettling, with the tone in which it was written.
I can't really say why, but I find this style of communication pretty unsettling. It does have exactly the same wibe as the picture in the post.
So, if you pay for their IDEs, nothing changes, but you can opt-in into them using your data for AI training, and they are pleading you do. If you use the free version, it's opt out and turned on by default.
Oh, not sure about that honestly.