life is too short for a diary

Most popular




Fixing Steam Deck SD Card Corruption

It’s an incredibly frustrating scenario: You use multiple MicroSD cards interchangeably on your Steam Deck to manage an oversized library. One day, you slide a card in, and instead of displaying your games, SteamOS panics and greets you with a terrifying prompt: "Format drive to use it."..

Continue reading → Tags : steam deck






Sigmoid vs Softmax

Sigmoid and softmax are both functions that turn model scores into values that are easier to interpret, but they solve different kinds of classification problems...

Continue reading → Tags : ml python






Running a Local Multi-Node Canton Sandbox

A single local Canton sandbox is good for fast contract development. It gives you one participant, one Ledger API, one JSON API, and a simple place to upload DAR files. But it does not help much when you want to reason about distributed behavior: multiple participants, party hosting, package vetting on more than one participant, and the role of a synchronizer...

Continue reading → Tags : canton daml blockchain