Posts
Copy a markdown file from Obsidian to Hugo.
Create an SQLite database, and populate it from a JSON file.
Possible ways of combining full text and semantic search.
Embed the descriptions of tmux keybindings into a Chroma collection.
SQLite virtual tables aren’t necessarily temporary.
A database index is like a book’s index.
An FTS5 index is a database structure that maps tokens produced from the indexed columns of an FTS5
virtual table to their occurrences in that table.
A demonstration of the use of the SQLite porter tokenizer in conjunction with the full-text-search
AND operator.
Try getting tmux key bindings with semantic search.
Search with FTS5 query syntax.
The Porter stemming algorithm is a process for removing the commoner morphological and inflexional
endings from words in English. Its main use is a part of a term normalization process that is
usually done when setting up Informational Retrieval systems.
FTS5 is an SQLite virtual table module that provides full-text search functionality to database
applications.
Confirming I know how to query an SQLite database with Python.
Testing tokenizers in the SQLite CLI.
(Briefly) what is an SQLite virtual table?
It’s goingg to be hit or miss for a while.
This is a test, this is only a test…
A function to generate a Mandelbrot set and print it to the console.