leanlift: the fancy-update layer lands sorry-free

leanlift is an effort to mechanize Iris-style concurrent separation logic in Lean 4 — the program logic you reach for when you want to actually prove things about concurrent, resourceful code rather than argue about them. This week a milestone closed: Phase A2, the fancy-update layer, is complete and sorry-free.

Read More

Seal DAO is close to testnet — help build it before mainnet locks in

Short version: Seal DAO is approaching a public testnet, and the protocol isn’t frozen yet — what you do on the testnet shapes what mainnet commits to. The architectural blockers are in and tested; what’s left is the kind of work that goes faster with more hands and sharper eyes on it. So if any of this is your thing — running a validator, partnering on the bridge, building a SQL-native dapp, reviewing the cryptography, or backing the project ahead of testnet — now is the time to reach out. The rest of this post is what landed to get here, and what’s honestly still open.

Read More

Paganini: the buy-side vol toolkit behind Flow Master

Paganini is the Rust quantlib I use for market making, microstructure, and options dealer flow. Flow Master is the commercial packaging of it — the buy-side half of Quant Masters. This post is about what’s actually in the library, not the product page.

Read More

Thetis26: a round of BSD / embedded / Docker fixes (updated)

Thetis26 is a C/C++ library built around wait-free data structures and a thin event loop on top — targeting Linux (epoll), macOS / BSD (kqueue), DPDK, ESP32 and a couple of FreeRTOS boards. The wait-free label applies to the data-structure primitives (ring buffers, hashmap, skip list, STM), not the event loop itself.

Read More

Carving finance_lab out of Sqetch

Short project-hygiene note. In December 2025 the QCBM + TimeGAN + regime-detection work that had been living inside the Sqetch fintech platform got moved into its own repo, finance_lab. The QCBM + TimeGAN post covers the technical content; this one is just about why the split.

Read More

An approximative, randomized 'eigen' algorithm

I am currently preparing some ‘demo’ teaching sessions around a few subjects:

  • Multithreaded & lock-less C++
  • (Kalman) filtering
  • Trading strategy backtesting, the technical part, i.e. /not/ the strategies generation process per se
  • likely, a few other subjects… later.
Read More

First post

Dear all, I am currently building this github portfolio. This will mostly cover functional programming and math programming, so a mix of, say, OCaml and C++ as well as other tools.

Read More