Co-Founder @graze.social
Co-Host of @devtools.fm
hipstersmoothie.com
I find a few cool new things and devs on it most days
Would have never been able to do this without ai (or at least it would have taken me a few days/weeks
Got this done in around 30m
Would have never been able to do this without ai (or at least it would have taken me a few days/weeks
Got this done in around 30m
Download here:
iOS: testflight.apple.com/join/uYpnjh37
Android: play.google.com/store/apps/d...
Download here:
iOS: testflight.apple.com/join/uYpnjh37
Android: play.google.com/store/apps/d...
which is super fucking funny to me given how much anti-AI sentiment there is here
Lowering the barrier to entry is a great thing
Lowering the barrier to entry is a great thing
it's really magic
So just make some tests
So just make some tests
- tests
- lints
- type checks
Like we need some determinism to be confident the thing we’re building still works
- tests
- lints
- type checks
Like we need some determinism to be confident the thing we’re building still works
After that I was a little more of a convert. Before that I hadn’t been able to get anything but tab autocomplete to work well for me
Great tests and solid static analysis seems like a big must
After that I was a little more of a convert. Before that I hadn’t been able to get anything but tab autocomplete to work well for me
Great tests and solid static analysis seems like a big must
realized I wanted it as an eslint plugin instead and just let the ai port the test suite and fix things. Left it for maybe 30-60 minutes and it just worked
realized I wanted it as an eslint plugin instead and just let the ai port the test suite and fix things. Left it for maybe 30-60 minutes and it just worked
Some code can be slower, some faster. Optimizing both for easy regen seems wise. Most of the ways you do that are just by having good maintainable code anyway 🙃 (tests, small files, well defined boundaries, contracts)
Some code can be slower, some faster. Optimizing both for easy regen seems wise. Most of the ways you do that are just by having good maintainable code anyway 🙃 (tests, small files, well defined boundaries, contracts)