Linklog
A curated collection of links and resources I have found over time.
March 2025
- Slidev (sli.dev)
During my PhD, I wrangled with beamer for important presentations, but I always yearned for a simpler markdown-based system for smaller, recurrent presentations. I just discovered slidev, and it just checked every feature I would want from this, and more.
February 2025
- SolracHQ/bmath (github.com)
An interesting CLI math tool, with its own language and sane defaults.
- efugier/smartcat (github.com)
An interesting CLI tool designed to call on to LLMs from the CLI with isolated short prompts. Seems to adhere to core Unix philosophy unlike most AI tools out there. Handles both local and hosted LLMs.
- Helix (helix-editor.com)
A rust-based alternative to neovim with opinionated defaults. After setting up an LSP for Python, it immediately became my daily driver.
November 2024
- shshemi/tabiew (github.com)
A handy rust-based TUI application to view and manipulate data from CSV and databases. Supports SQL syntax to query the data regardless of its sources.
August 2024
- sharkdp/hyperfine (github.com)
A very useful CLI tool to perform benchmarking tests. Very useful to test a bash script of a simple script file without any complicated profiling.