This is an old revision of the document!


December Adventure 2023

On 2023-12-01 I've learned about December Adventure. It's a very nice idea (esp. compared to Advent of Code, as I don't like competing).

My December Adventure will be working on Lacre, a Postfix mail filter encrypting incoming mail before it is written to recipient's inbox.

December 2nd

December 3rd

  • I've implemented a tiny key-value store in Python using asyncio streams and email. It's an exercise before I approach something bigger but with similar semantics in Lacre backend.