Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
I've been experimenting with distributing Go binaries as wheels on PyPI so you can execute them without installing them first using commands like " uvx sqlite-scanner ~/Downloads" - I wrote sqlite-scanner in Go I made go-to-wheel to help build these simonwillison.net Distributing Go binaries like sqlite-scanner through PyPI using go-to-wheel I’ve been exploring Go for building small, fast and self-contained binary applications recently. I’m enjoying how there’s generally one obvious way to do…