An Opinionated Tooling Guide

tools
Published

June 1, 2025

Statistics and Data Analysis: Overall: use R. Its has the largest ecosystem of statistical packages.

Neural Nets

Other Programming

Notebooks: I use Pluto for Julia, Marimo for Python and RStudio for R.

Static Site Generation: Use Quarto. Compared to Jekyll, niceties like latex math, computational notebooks and bibliography management are built in.

Databases

LLMs: - It’s hard to beat Claude Code for AI assisted editing. Editor integration doesn’t add anything; just use the CLI. - Ollama makes it easy to manage local LLMs. I tend to use qwen.

Editors:: - Kakoune is lightweight and but has full lsp support. On linux, it’s my perferred editor. But it assumes that window management functionality will be handled by your window manager, which isn’t really a thing on other platforms. - On a Mac, I use Zed.

Other