Geospatial SQL queries in SQLite using TG, sqlite-tg and datasette-sqlite-tg
[TG](https://github.com/tidwall/tg) is an exciting new project in the world of open source geospatial libraries. It's a single C file (an amalgamat...
815 words
|
4 minutes
Calculating embeddings with gtr-t5-large in Python
I've long wanted to run some kind of large language model on my own computer. Now that I have a M2 MacBook Pro I'm even more keen to find interesti...
1055 words
|
5 minutes
Single Node Kubernetes on CoreOS - Complete Setup Guide
A comprehensive step-by-step guide to setting up a single-node Kubernetes cluster on Fedora CoreOS, covering everything from VM creation to deploying your first application.
240 words
|
1 minute
A shell script for running Go one-liners
[bitfield/script](https://github.com/bitfield/script) is a really neat Go project: it tries to emulate shell scripting using Go chaining primitives...
636 words
|
3 minutes
Kubernetes Pod vs Container - Understanding the Difference
A comprehensive visual guide to understanding the key differences between Kubernetes Pods and Containers, with diagrams explaining their relationships, lifecycle management, and use cases.
833 words
|
4 minutes
Introspecting Python function parameters
For https://github.com/simonw/datasette/issues/581 I want to be able to inspect a Python function to determine which named parameters it accepts an...
106 words
|
1 minute
Viewing GeoPackage data with SpatiaLite and Datasette
I managed to display polygons fom a GeoPackage database file today, using SpatiaLite and Datasette.
566 words
|
3 minutes
Password hashing in Python with pbkdf2
I was researching password hashing for [datasette-auth-passwords](https://github.com/simonw/datasette-auth-passwords). I wanted very secure default...
156 words
|
1 minute