RSSAmplifier

Blog

Quan Nguyen

Quan Nguyen's RSS Feed

qu8n.comRSS feed ↗8 posts

Latest posts

Configuring Neovim treesitter from first principles

Configuring Neovim 0.12's built-in treesitter from first principles, no plugin required.

Orchestrating multiple coding agents in parallel

How I went from tmux to cmux to run two to four coding agents in parallel, one git worktree each.

Going semi-viral on Hacker News

I wrote a post that got a lot of attention on Hacker News. Here is my experience with that.

Tree-sitter migration guide for Neovim 0.12

A quick guide to updating your nvim-treesitter configs for Neovim 0.12.

AI can write for you, but write yourself anyway

AI can write for us now. That's exactly why we should write ourselves.

Software engineers can no longer neglect their soft skills

The bottleneck has shifted from implementation to specification.

Running Claude Code from my phone

A guide to controlling Claude Code running on your laptop from your phone over SSH using Termius, Tailscale, and tmux.

Implementing Google SSO in Rails 7

This article covers the minimum needed to install Google SSO with Devise in a Ruby on Rails 7 app.