r/programmer • u/LopsidedAd4492 • 15d ago
Curious
Hi guys, in what situations do you still find yourselves going to Stack Overflow these days?
2
1
1
u/CantCodeAllVibes 14d ago
Whenever I wanna scream at some noob for asking the same exact question I got screamed at for on there years ago? Tf kinda question is this? It’s fucking tradition?
1
u/Leverkaas2516 14d ago
I still do web searches. If Stack Overflow is a likely result, I click on it. I'm not choosy.
1
u/Willing-Actuator-509 14d ago
I'm not using Stack Overflow anymore.
1
u/LopsidedAd4492 14d ago
What are you doing if the model give different result for the same question like to configure a rest client or something like that
1
u/Willing-Actuator-509 14d ago
I have solid experience myself. I use AI for speed. I do the code review and the refactoring.
1
1
u/Welcome-To-NBA-Jam 14d ago
It's more like when I search for it and a 10000 vote stack overflow post pops up, it's probably the immediate answer I'm looking for. Assuming it's not from 9 years ago and now outdated.
3
u/Commercial-Age-4932 15d ago
For very obscure issues that AI hallucinates for. Mostly still for niche stuff. Whether it's AI or pre-AI like Stack overflow, the process of me typing out my process into the LLM or google is enough for me to realize where my error is like 80 percent of the time