Replacing Notion with Markdown Files and git
A personal blog post about replacing Notion with Markdown files and git for note-taking, focusing on privacy and simplicity.
A personal blog post about replacing Notion with Markdown files and git for note-taking, focusing on privacy and simplicity.
Anthropic's Claude system prompts transformed into a git timeline for exploring prompt evolution via git log, diff, and blame.
Transforming Anthropic's Claude system prompts into a git timeline for exploring prompt evolution via commit history.
How to fix Alembic's multiple heads problem using Git commit order, with an open-source library that automates migration chaining.
litprompt is a markdown preprocessor for LLM prompts that supports annotated comments and imports to manage complex prompts in git repos.
Learn how to resolve Git merge conflicts easily using tools like Mergiraf for automated structural merging.
Guide to enhancing Git diffs with Delta, fzf, and shell scripting for better code review and PR workflows.
A developer shares lessons learned from building a custom, high-performance static site generator, covering parsing, performance, and features.
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
Explores the need for new developer tools like Entire to manage AI-generated code, as traditional Git struggles with agent-written commits lacking context.
Essential Git configuration settings to improve workflow, including rebase on pull, auto-setup remote, and better diff algorithms.
Explains how stacked pull requests can speed up development by enabling parallel work and avoiding large, hard-to-review PRs.
A developer shares the usefulness of the git shortlog command for summarizing contributions and generating contributor lists.
A guide to long-term best practices for managing open-source projects, covering organization, PRs, issues, security, and releases.
Explains how Git worktrees enable parallel execution of AI coding agents, improving developer productivity by managing multiple tasks simultaneously.
A guide explaining Git worktrees, including commands for creating, listing, and removing them to manage multiple branches simultaneously.
A guide on backporting security fixes to older releases in Conda Forge, using a Dask vulnerability patch as a practical example.
Guide on triggering GPG passphrase prompts and clearing the agent's cache for scripting and automation tasks in Linux.
A developer shares 2025 blog analytics, revealing top-performing posts about VS Code, React Native, and other tech tools, and insights on traffic sources.
Explores two distinct ways of using Git: for collaboration with immutable shared history, and for tactical, local development.