RSS Feed
Lexical Vectors
2024-07-29T04:41:06.000Z
It's not obvious that lexical ordering for any data structure can be preserved in its serialized format. This article presents a serializtion format which allows lexical ordering to compose and be preserved.
Solving the Cubic Equation
2023-12-25T15:07:49.000Z
I had trouble using online sources to try to find all 3 roots to cubic equations so I made a very detailed breakdown of how to actually calculate them. And to do so I made some fun interactive graphs to help me determine which formulae were valid.
English as an API
2023-08-18T19:00:00.000Z
This is a demonstration of an offline Large Language Model (LLM) being used to turn natural language into a method to control a simple fictional API. Methods to make the unreliable output of an LLM more reliable in a system context.
Air Quality Monitoring with RocksDB
2023-08-02T18:00:00.000Z
This is a detailed discussion of an indoor air-monitoring setup using a Raspberry Pi to log air quality and carbon dioxide in a RocksDB key-value store database. Also included is a discussion of data structure limitations with SQL and how to format data for use in RocksDB for typical database operations.