I talk about that a fair bit in these posts:
– https://
simonwillison.net/2022/Oct/29/th
e-perfect-commit/
…
– https://
simonwillison.net/2022/Jan/12/ho
w-i-build-a-feature/
…
– https://
simonwillison.net/2018/Jul/28/do
cumentation-unit-tests/
…
@simonw
-
Perfect commits and feature building best practices guide
By
–
-
SQLite Extensions for HTTP Fetching and HTML Parsing
By
–
Have you eeen @agarcia_me
's work on SQLite extensions? He has one for fetching over HTTP and another for parsing HTML https://
observablehq.com/@asg017/scrape
-json-html-zip-with-sqlite
… -
Visa status among AI workers choosing to stay
By
–
I'd be interested to know how many of those ten who opted to stay were on visas
-
Blockchain Technology: Implementation Over Innovation Matters Most
By
–
“It is not the technology that’s the problem. It is the implementation" Did a blockchain write this article?
-
Filecoin Plus economics: speculative investment versus sustainable storage funding
By
–
Interesting that the piece you linked there is optimistic about Filecoin Plus Call me naive but the one thing I couldn't figure out from that article is where the money comes from that actually pays for the storage – purely from convincing people to make speculative investments?
-
Mastodon Scaling with Volunteer Moderators After Twitter Layoffs
By
–
Twitter just laid all those people off! I think having a tiny team of volunteer moderators for servers with just a few thousand users could work OK Seems to have worked out for Mastodon over the past 6 years, and so far it's scaling up well in the face of the massive new growth
-
Datasette tutorials organization in core repository
By
–
I started putting some tutorials together at https://
datasette.io/tutorials – but I've been wondering whether those should live in the core Datasette repository too -
Improving End-User Documentation for Data Projects
By
–
I've been puzzling over that myself! It's the big missing hole in my projects – most of them are developer-focused, so I can get away with mostly API documentation – but I'm very aware that @datasetteproj itself needs much better docs for end-users
-
Browser-based file handling without server uploads
By
–
Not yet – I want to figure out how to handle file "uploads" where the file is actually opened directly on your browser without being uploaded anywhere
-
Datasette Now Runs in WebAssembly Browser Environment
By
–
… update to this thread: I got Datasette working in WebAssembly! https://
lite.datasette.io and