this post was submitted on 09 Mar 2026
13 points (93.3% liked)

Fuck AI

5751 readers
651 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

Can anyone recommend some IDEs that don't use AI, not owned by awful corporations, and preferably no online features at all? Of course I am aware of vim, neovim, etc. but ideally I'm looking for a gentler entry from other popular IDEs.

top 7 comments
sorted by: hot top controversial new old
[–] enbiousenvy@lemmy.blahaj.zone 2 points 15 minutes ago
[–] JetpackJackson@feddit.org 1 points 2 minutes ago

Kakoune, Helix, Kate

[–] solrize@lemmy.ml 4 points 1 hour ago

Emacs Makes All Computing Simple.

[–] hendrik@palaver.p3x.de 6 points 2 hours ago

Maybe Gram (a Zed fork). And VSCodium as a popular choice but ultimately that's Microsoft. But there's a bazillion code editors in any Linux repository, some more general, some very good at a specific programming language.

[–] Liketearsinrain@lemmy.ml 2 points 1 hour ago

You won't have many choices, VS Codium (VS Code fork), KDevelop, Eclipse and NetBeans.

[–] Strawberry@lemmy.blahaj.zone 5 points 2 hours ago (1 children)

Perhaps the KDE one, KDevelop, or maybe Eclipse. In the terminal I'd recommend Helix. It's sort of like vim but with more intuitive controls (personal opinion, don't kill me), and the functionality is built in to the core program rather than relying on many plugins. You only have to add an LSP server for code completion/popover documentation, just like VSCode

[–] Arghblarg@lemmy.ca 5 points 2 hours ago

Yes, Eclipse. 20-year-ago me would have a stroke saying that (due to it being pretty 'heavyweight' for the PCs back then) but it's got support for any language you can think of with plugins and an app store for everything. But, no AI crap unless you seek it out, I presume.