Tools I like
- Text edition
- Zed for code, with vim mode
- Sublime Text for general text files / single-shot
- Vim in the command line
- Typesetting
- Typst features a nicer syntax than LaTeX
- Command Line
- WezTerm terminal emulator
- ripgrep (
rg
)
for blazing fast, regex-enabled, recursive text search in a directory
- Ollama to use local LLMs
and
llm
for API-based ones
- Web development
- Astro as my static site generator,
pushed to GitHub
and deployed on Cloudflare Pages
- htmx for a simple SPA;
sometimes htmz for even simpler interactions
- Data
- Dataiku for any data project
- PostgreSQL for a full-featured, standalone relational DB
(see caveats from the doc &
elsewhere)
- SQLite for a self-contained embedded transactional DB,
or DuckDB if the need is
CLI or analytical