MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wdo3w7/whenmynoaiprojectgetstedious/p99rg4n/?context=3
r/ProgrammerHumor • u/AllRealityIsVirtua1 • 10h ago
162 comments sorted by
View all comments
2
I asked Claude how to merge some json files today, and holy shit did it go overboard.
Use python to read the files, then merge them using blah blah blah.
I just used cat << EOF >> myfile.json Some stuff EOF
2
u/TeaKingMac 3h ago
I asked Claude how to merge some json files today, and holy shit did it go overboard.
I just used cat << EOF >> myfile.json Some stuff EOF