Skip to main content

Programming

2025


2024


On Beancount Multitool

·

In a previous post, I shared why I chose Beancount to track financial data. I have been a user for some time. I have not found importers for Japan financial institutions, so I wrote my own software.

On TOML as program configuration

Typically, programs have default configurations. Often, we want to override the defaults partially. Let see how easy this is with TOML in Python.

2023