this post was submitted on 02 Oct 2025
153 points (100.0% liked)

Programming

23074 readers
249 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

The new and updated data-sharing options will be released in the next couple of weeks with the upcoming 2025.2.4 update of JetBrains IDEs. Non-commercial users will get a notification about the updates in the terms of use. For holders of other types of licenses, if you never provided consent, nothing will change.

top 21 comments
sorted by: hot top controversial new old
[–] ProdigalFrog@slrpnk.net 75 points 1 week ago (1 children)

It's genuinely impressive how the whole ecosystem of proprietary software is speedrunning enshittification at an unprecedented rate. The net is tightening, and the only escape is FOSS.

[–] dohpaz42@lemmy.world 1 points 5 days ago (1 children)

My conspiracy theory is that AI is already running our tech companies, and that’s why everyone and their brother is pushing hard for AI integration, despite everyone knowing AI is nowhere near ready for public consumption.

[–] ProdigalFrog@slrpnk.net 2 points 5 days ago

CEO's are almost universally out of touch with reality, and usually chase trends thinking it will help them get higher profits and garner more investment. AI is just the newest bandwagon for them to mindlessly jump on.

[–] VonReposti@feddit.dk 49 points 1 week ago (1 children)

It sounds like they're contradicting themselves in the mail they sent:

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

(emphasis not mine)

The word explicit doesn't IMO cover anything but informed opt-in, not opt-out of any kind.

[–] Quetzalcutlass@lemmy.world 20 points 1 week ago* (last edited 1 week ago) (2 children)

It looks like it's opt-in for everyone except those who get Ultimate for free (students, open-source maintainers, etc). Paid Ultimate is opt-in, free Ultimate is opt-out, and the free Community editions are opt-in with a for now attached.

[–] NotSteve_@piefed.ca 29 points 1 week ago (1 children)

students

So that means half their training data is going to be on first year CS students

[–] yetAnotherUser@lemmy.ca 6 points 1 week ago

Oh no, that sound rather chaotic...

[–] marlowe221@lemmy.world 7 points 1 week ago* (last edited 1 week ago) (1 children)

Ugh…. And I was thinking about giving Rider a try too.

Neovim it is!

Edit - after reading some more… it looks like you can easily opt out? Opt in would be better, of course.

[–] theherk@lemmy.world 9 points 1 week ago

Neovim is a great choice anyway.

[–] rimu@crust.piefed.social 11 points 1 week ago

I'm still running v2023.1 because that's the last version before they stuffed so much AI into it that my CPU screams constantly while running it. The writing is on the wall with those guys.

[–] homesweethomeMrL@lemmy.world 9 points 1 week ago
[–] vane@lemmy.world 7 points 1 week ago

I feel there will be big JetBrains leak with all the stolen code they say it's secured with restricted access.

[–] cupcakezealot@piefed.blahaj.zone 5 points 1 week ago (2 children)

this is why i stil use sublime text. it edits code with none of the bloat.

[–] gravitas_deficiency@sh.itjust.works 2 points 1 week ago (1 children)

Try Zed. It’s a lot like VSCodium (de-MS’d VSCode), but written in Rust, so it’s stupid fast.

[–] cupcakezealot@piefed.blahaj.zone 4 points 1 week ago (1 children)

last i heard zed was ai slop :/

[–] Dumhuvud@programming.dev 3 points 1 week ago (1 children)

It is.

https://zed.dev/ - check out the video on the front page. Most of it (2:08 - 6:18, the whole video is 8:40) is shilling for an integrated LLM.

I mean… I just don’t plug in or use any of the LLM shit, and it works quite nicely. You’re not forced to use that part of it, no matter how much they try to market it.

And if it gets to the point where it’s truly unavoidable, there’s always the “fork it and strip it” option, since the code is open source.