I'm a mediocre programmer who uses GPT for a ton.
Are you volunteering to answer my questions on all the obscure stuff I ask it? Because I don't really know anybody else who will.
Anyway, my email is in my profile, write to me if this is something you're up for!
Edit: Here's a list of the stuff I asked it over the weekend:
- Discuss the pros and cons of using Standardized-audio-context instead of just relying on browser defaults. Consider build size and other issues.
- How to get github actions to cache node_modules (not the npm cache built-in to the actions/setup-node action.
- Howto get the current git hash in a GitHub action?
- Rewrite a react class-based component in functional style
- How to test that certain JSX elements were generated without directly-comparing React elements for my ANSI color to HTML parser?
- Does it make more sense to keep a copy of the original text in an editor, or just hold on to something like a crc32 to mark a document dirty?
- Can you set focus to a window you create with window.open? (You sure can!)
- Rewrite the rollup.config.js for a library of mine to produce a separate rollup config per audio worklet bundle
- Turn this tutorial for backing up a Mastodon instance into a script
- Refactor a standalone class to split it in half so each class manages precisely one thing.
- I have some code I'm writing for turn-by-turn directions. I have the data structures already, let's write code to narrate them.
- What's with this weird type error around custom CSS properties with React?
I'm a mediocre programmer who uses GPT for a ton.
Are you volunteering to answer my questions on all the obscure stuff I ask it? Because I don't really know anybody else who will.
Anyway, my email is in my profile, write to me if this is something you're up for!
Edit: Here's a list of the stuff I asked it over the weekend:
- Discuss the pros and cons of using Standardized-audio-context instead of just relying on browser defaults. Consider build size and other issues.
- How to get github actions to cache node_modules (not the npm cache built-in to the actions/setup-node action.
- Howto get the current git hash in a GitHub action?
- Rewrite a react class-based component in functional style
- How to test that certain JSX elements were generated without directly-comparing React elements for my ANSI color to HTML parser?
- Does it make more sense to keep a copy of the original text in an editor, or just hold on to something like a crc32 to mark a document dirty?
- Can you set focus to a window you create with window.open? (You sure can!)
- Rewrite the rollup.config.js for a library of mine to produce a separate rollup config per audio worklet bundle
- Turn this tutorial for backing up a Mastodon instance into a script
- Refactor a standalone class to split it in half so each class manages precisely one thing.
- I have some code I'm writing for turn-by-turn directions. I have the data structures already, let's write code to narrate them.
- What's with this weird type error around custom CSS properties with React?