Site logo Site logo
  • Home
  • Posts
  • Notebooks
  • About
Categories
All (12)
code-explorations (3)
git (1)
io (1)
jekyll (3)
macos (1)
misc (2)
obsidian (1)
python (2)
rust (2)
tmux (1)
typesense (1)
web (3)

All Posts

Browse all articles and tutorials.

Date Title Description Categories
Mar 24, 2026 Auto-Closing Fork PRs on Public GitHub Repos GitHub has no switch to disable pull requests on public repos — here’s a workflow that auto-closes them from forks while allowing collaborator PRs misc
Mar 18, 2026 Muster: A Tmux Session Manager, Now on crates.io Publishing a Rust CLI for tmux session management — profiles, theming, lifecycle management, and what it takes to ship a crate rust, code-explorations
Mar 6, 2026 Collaborative Diagramming with AI: Adding Visual Feedback to draw.io How adding a screenshot feedback loop to draw.io’s official Claude Code skill enables true collaborative iteration between human and AI code-explorations
Mar 4, 2026 Native Desktop Notifications for tmux Events Building click-to-source navigation for tmux using native OS notification APIs in Rust rust, tmux, code-explorations
May 10, 2025 Speed Up Typesense Startup in Production with Disk Persistence If you’re running Typesense in production with large collections or semantic search, startup time can become a bottleneck. By default, Typesense rebuilds its in-memory index… typesense
May 9, 2025 Fixing Git LFS Integration in Obsidian’s Git Plugin on macOS If you’re using the Obsidian Git plugin with Git LFS (Large File Storage) on macOS, you may run into a frustrating issue: git-lfs works fine in your terminal, but Obsidian… macos, obsidian, git
Mar 17, 2025 Some ways to easily get news content It is a common scenario in the lab to need to get ahold of some news content to work with for experimenting with and building projects. Here are some go-to approaches that I… python
Oct 11, 2022 Using urllib to wget a file in Python 3 Post description python, io
Oct 11, 2022 Adding Post content to Jekyll search I used this tutorial at webjeda.com to add simple search capabilities to my Jekyll site. web, jekyll
Oct 11, 2022 Use baseurl to specify the location of assets in Jekyll Jekyll’s baseurl parameter is a path prefix (i.e. the subpath of your site) which is specified in the _config.yml file. Specify this parameter, for example, for GitHub… web, jekyll
Oct 11, 2022 Specifying a custom Jekyll site location in GitHub pages If you move the root of your Jekyll project to a subdirectory of a Github Pages enabled repository, you will need to be sure to change the source and destination locations… web, jekyll
Oct 10, 2022 My Publication Pipeline Here is a rough outline of how my content makes its way to publication. misc
No matching items