Hacker News new | ask | show | jobs
by agumonkey 1293 days ago
I have to admit that having it giving short summaries of framework docs and models felt like drugs in my veins.
1 comments

what were some prompts you asked?
- how to filter tabs in a firefox extension (turns out some APIs are only accessible in background scripts). the fun part is that it gave me an obsolete use case, so I told him "it's wrong, firefox uses promises now", so he fixed itself and used the new api.

- someone about django custom inlines, the answer was mild but it integrated various aspects of the framework in a short answer which helped a lot (django is particularly horrendous, i cant suffer its strange style, so that played too)