Post AYpI5jRnsrrCLekqcC by simon@fedi.simonwillison.net
 (DIR) More posts by simon@fedi.simonwillison.net
 (DIR) Post #AYpI5jRnsrrCLekqcC by simon@fedi.simonwillison.net
       2023-08-17T15:44:58Z
       
       0 likes, 0 repeats
       
       Quick, trivial example of something I use GPT-4 for a lot these days - paste in some code that was getting an error, say "spot the bug", often it spots it
       
 (DIR) Post #AYpIIl2vFe3P4TKO0m by mentallyalex@beige.party
       2023-08-17T15:47:14Z
       
       0 likes, 0 repeats
       
       @simon totally.It's awesome at framing out large swaths of concept too! I use it to build an "idea" for the query or analytics or whatever and then spend an hour refining it. Waaay faster.
       
 (DIR) Post #AYpIX83QVKsEU3Ps00 by mrpjevans@mastodon.social
       2023-08-17T15:47:39Z
       
       0 likes, 0 repeats
       
       @simon I've been using the Genie VS Code plugin (ChatGPT) to great effect. Highlight code, right-click and ask about bugs, optimisation, explanation.
       
 (DIR) Post #AYpIX9oxw4UjxmfLjk by mrpjevans@mastodon.social
       2023-08-17T15:48:13Z
       
       0 likes, 0 repeats
       
       @simon Also asking 'convert this to golang' has been great for learning the language.
       
 (DIR) Post #AYpJ5iJADhOCljGiBs by webology@mastodon.social
       2023-08-17T15:56:21Z
       
       0 likes, 0 repeats
       
       @simon I bet this is 80% of my use case. Another 10% is lunchtime or night-time roulette of problem-solving that I would not otherwise. Rephrasing this for an email or newsletter is another 5 to 10%.
       
 (DIR) Post #AYpJTDTUVeNG5gJ24O by williamgunn@mastodon.social
       2023-08-17T16:00:46Z
       
       0 likes, 0 repeats
       
       @simon Don't most text editors have syntax highlighting for things like matching quotes and parentheses?
       
 (DIR) Post #AYpZ6cyT8QIvma2wF6 by simon@fedi.simonwillison.net
       2023-08-17T18:56:00Z
       
       0 likes, 0 repeats
       
       @williamgunn VS Code didn't help me here, maybe there's a Jinja/Django syntax highlighting extension I need to install