Simon Willison
Simon Willison
That's quite surprising! My best bet is this might be because by default the `embed-multi` tool batches documents 100 at a time. If your documents are large maybe that's causing...
I didn't know about `chdb-cli`! Does that offer the same functionality as `python -m chdb` or is it meant to solve a different purpose? Personally I really like the pattern...
I'm seeing this error too.
I'm working on a macOS app at the moment where my build script creates a zip file of the `MyApplication.app` folder. The double-zipping resulted in an artifact which, when downloaded,...
That was the problem - the auto-idling meant that when I went to look at my list of machines it was in "stopped" state, despite me having recently launched it,...
Did a bit more digging around this - understanding how the `tired-proxy` mechanism worked was really helpful: https://gist.github.com/simonw/dadf9d218e8cf4f6a84161de45092e3c
Found this diff on my laptop and I can't remember why or when I did it!
I'm very tempted to ditch React for Preact in order to get faster loading times - or even for Preact + [HTM](https://github.com/developit/htm) so I don't need to run a compilation...
https://github.com/simonw/datasette-vega/blob/00de059ab1ef77394ba9f9547abfacf966c479c4/.travis.yml#L1-L37
Having trouble figuring out the modern equivalent of `now --name=datasette-vega-latest --token=$NOW_TOKEN` - Vercel really want you to attach a Git repository for the specific project. Also... `npm run build` no...