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
OPEN SOURCE
-
Datasette tutorials organization in core repository
By
–
-
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
-

Replit Terms: Training Data Access Rights Unclear
By
–
i got excited about this but then went through their terms. nothing in there says Replit has the right to access them for training data, though public Repls are MIT by default, many of these won't be public i'm guessing
-
Datasette Now Runs in WebAssembly Browser Environment
By
–
… update to this thread: I got Datasette working in WebAssembly! https://
lite.datasette.io and -
CR-SQLite WASM Implementation Now Available
By
–
Oh wow that thing's already working in WASM too? Exciting! https://
github.com/vlcn-io/cr-sql
ite/tree/main/pkg/wasm-esm/crsqlite
… -
Datasette Lite adds GitHub JSON loading capability
By
–
Added a new feature to http://
lite.datasette.io – it can now load JSON data directly from GitHub (or other CORS-friendly hosting) using the new ?json= URL parameter Documentation here: https://
github.com/simonw/dataset
te-lite#loading-json-data
… -
Takahe: Open Source Decentralized Social Protocol Project
By
–
I'm keeping a close eye on https://
github.com/andrewgodwin/t
akahe
… -
Lightweight Mastodon-compatible blogging software for static hosting
By
–
I'm really hoping we can get some much more lightweight Mastodon-compatible blogging software working – there are WordPress plugins and suchlike, but something more compatible with static hosting and a bit of serverless function magic would be fantastic
-
Running Independent AI Instances On Your Own Domain
By
–
I like that if I lose trust in them or they vanish for some reason I can fire up a new instance on my own domain name and keep on running
-

Create Fine-Tuned Stable Diffusion Models with DreamBooth
By
–
Want to create your own fine-tuned version of Stable Diffusion? DreamBooth makes it possible using just a handful of training images. Give it a go at https://
github.com/replicate/drea
mbooth-template
… and share your feedback.