Another vibe coding experiment: ZFS Snapshot Extractor
A developer uses AI to create a script for extracting specific file versions from ZFS snapshots, detailing the tool's use case and functionality.
A developer uses AI to create a script for extracting specific file versions from ZFS snapshots, detailing the tool's use case and functionality.
Explains SQLite's selective contribution process and the required public domain copyright release, with a query showing contributor stats.
A developer revisits building an RSS feed reader using AI coding assistants like Claude Code, detailing the setup, iterative development process, and pricing considerations.
A technical guide explaining how to change the author and committer timestamps for Git commits, including recent commits and those deeper in history.
Developer shares his experience building a Bluesky Thread Viewer tool using AI assistants like Claude and ChatGPT.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
A beginner's guide to using Git and GitHub for version control in web development, covering installation and basic local repository usage.
A guide on merging two Git projects while preserving the complete commit history and contributor attribution.
Release of dzBdsLauncher 1.0.17, a tool to help Delphi developers open projects with the correct IDE version, now with Delphi 13 support.
Explains the benefits of using lowercase names for Git repositories, focusing on cross-platform consistency and avoiding naming collisions.
A guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide to writing clear and structured Git commit messages to improve code history readability and maintainability.
A developer shares their personalized .gitconfig setup, including aliases, color schemes, and productivity tips for a better Git workflow.
Discusses the challenges of keeping software dependencies updated and compares manual vs. automated strategies for managing updates effectively.
A guide on using git rebase to safely delete unwanted or sensitive commits from your Git history, including a warning about its destructive nature.
A developer shares a script for Neovim/Vim to quickly generate and copy web UI links to specific code regions, improving technical discussions.
A review of iA Writer's new Authorship feature for tracking edits, highlighting its innovative concept but problematic implementation for static site generators.
Learn how to use the 'git branch --show-current' command to display your current Git branch name for command line and automation tasks.
Learn how to give credit to other developers by co-authoring Git commits using the command line, with support from GitHub and GitLab.
A guide to using django-simple-history for tracking model changes and version control in Django projects.