linux
Tech posts
Tmux Task Monitor
2/8/2026
tmux-session grouped processes at a glance in a popup window with ability to browse, copy PID/process commands and kill/send any signals from a TUI
Obsidian I/O Solutions
2/3/2026
Inter-process communication with Obsidian by abusing Templater, deep links, and Dataview to build headless dashboards in browsers, terminals, and Neovim.
Personal Dotfiles
2/3/2026
Personal dotfiles living as an ansible playbook. Constantly evolving.
Globally register functions in Obsidian
12/15/2024
Learn to user Templater's user modules to write and globally register composable JS modules
Sockets, Obsidian and IPC
12/9/2024
Exploring some socket-base IPC solution in Obsidian, Node.js and python in ways that could transform how some interact with Obsidian altogether
Exploring Obsidian's I/O Solutions
12/8/2024
Let's try to leverage the power of Obsidian beyond its environment to use as something close to a daemon that other processes can interact with.