mlusetti.bsky.social
@mlusetti.bsky.social
Somewhere around the globe It's 17 that scare people... Funny uh?
November 11, 2025 at 7:50 AM
Reposted
Check out svelte.dev/packages for a curated list of component libraries
Packages • Svelte
Packages for your Svelte and SvelteKit apps
svelte.dev
November 7, 2025 at 12:42 AM
Reposted
Yes, the only real Go targets are

linux/amd64
linux/arm64
darwin/arm64
windows/amd64

(“Things you should be very concerned about the crypto maintainer saying,” if you deploy to any others 😬)
November 7, 2025 at 11:21 PM
Reposted
I confused myself further by debugging with the CLI, and then turning NULLs into empty TEXTs vs empty BLOBs.

'' and X'' and NULL show the same in the SQLite CLI (by default) but they don't compare equal!

I love SQLite, but weakly typed columns (by default) with strongly typed equality is criminal.
STRICT Tables
SQLite strives to be flexible regarding the datatype of the content that it stores. For example, if a table column has a type of "INTEGER", then SQLite tries to convert anything inserted into that…
www.sqlite.org
November 8, 2025 at 12:21 AM