editor: https://urbanism.guide
It's a transformer architecture and has promising early results. Lots of room for improvement in training data and architecture too.
github.com/anthonyiscod...
It's a transformer architecture and has promising early results. Lots of room for improvement in training data and architecture too.
github.com/anthonyiscod...
There's also the node profiler/browser dev tools profiler but sometimes you just need a quick and dirty sanity check.
#javascript #dev
There's also the node profiler/browser dev tools profiler but sometimes you just need a quick and dirty sanity check.
#javascript #dev
{ a: { b: { c: [Object] } } }
But don't just start digging into the object's properties. This is slow and you might miss a property you needed. Use console.dir instead!
{ a: { b: { c: [Object] } } }
But don't just start digging into the object's properties. This is slow and you might miss a property you needed. Use console.dir instead!
But when your code touches the outside world at runtime the type system can't ensure your objects are the right shape. Be careful out there.
#typescript
But when your code touches the outside world at runtime the type system can't ensure your objects are the right shape. Be careful out there.
#typescript
code in python: very cool, hip
code in vba: embarassing
code in python: very cool, hip
code in vba: embarassing