this post was submitted on 26 May 2024
38 points (79.7% liked)

Programming

21948 readers
974 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
top 7 comments
sorted by: hot top controversial new old
[–] OsrsNeedsF2P@lemmy.ml 42 points 1 year ago (1 children)

Lol whoever downvoted this must be upset with Stackoverflow selling their data to train AI. Or the mod protests. Or maybe the job board shutting down? Or possibly the licensing change.. Actually yea, I can see why someone downvoted this.

[–] best_username_ever@sh.itjust.works 5 points 1 year ago (3 children)

There are 5 or 6 ridiculous questions about AI at the beginning. They should have made it less obvious.

[–] qqq@programming.dev 5 points 1 year ago

Most of the survey was about AI it seemed.

[–] Carighan@lemmy.world 2 points 1 year ago

No? The first one was at the end of the tools and languages set where they ask which AI tools you used in the past year and want to use in the next one, and that was fairly deep in.

Unless this varies by country or is randomized, of course.

[–] spartanatreyu@programming.dev 1 points 1 year ago

At least it was better than the developer survey that was only about AI. That one still makes me facepalm just thinking about it.

[–] Kissaki@programming.dev 2 points 1 year ago* (last edited 1 year ago) (1 children)

When they asked whether I use AI tools I chose yes, but the followup questions made it obvious they were talking about more specific query-based tools. So I went back and chose no instead.

What I use is Visual Studio IntelliCode. Which is free and local-only, and offers single-line-completions from context. It also offers completing repeated edits in more places.

It's an AI tool too, but nothing like the query-based chat-/text-interface or more complex AI tools - especially in regards to the questions that followed, which did not apply at all.

[–] nilloc@discuss.tchncs.de 1 points 1 year ago

I use regex find and replace for rename/refactor edits across files. No AI necessary. But I’m also a Luddite using Textmate on an old Macbook.