this post was submitted on 27 Jul 2023
161 points (96.0% liked)
Technology
59288 readers
4606 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The generally unhelpful attitude of the community aside, I don't think these one-of-a-kind problems lend themselves to AI very well.
What makes you think that? Just yesterday I asked "how can I make an excel file in X language?"
GPT-4 suggested two libraries, one popular but not maintained, the other new(ish) and maintained. It told me how to install the latter and provided sample code for a simple hello world spreadsheet.
I was then able to ask for a few tweaks, like sending output to
stdout
instead of to a file on disk, and using4,2
cell coordinates instead ofD2
coordinates. It was able to tell me how to tell Excel that "4 Feb 2042" is a date value, not a string value, make the heading columns bold, make the column widths automatically calculated based on the content, etc etc.The whole think was so one-of-a-kind I doubt you could find questions to all those answers (especially with a specific library) on the regular Stack Overflow and even if they are there it'd be a dozen separate questions that I'd need to piece together.