RandomWits

life is too short for a diary

Most popular




Logging Codex Sessions Without Spending Context

Codex already writes a local JSONL transcript for every session. A stop hook can use that transcript to append each prompt and response to Markdown, giving you searchable Obsidian notes without asking the model to summarize anything...

Continue reading → Tags : codex ai obsidian tmux






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