Learning In Public: Cleaning Up Claude Code Settings
A developer documents using Claude Code to audit and clean up overly permissive command permissions in a local settings file for better security.
A developer documents using Claude Code to audit and clean up overly permissive command permissions in a local settings file for better security.
Explains how to recover Claude Code session data after a WSL restart due to changing Windows drive mount points.
Explores a technique for compiling Unix 'find' command expressions into bytecode for efficiency, contrasting with existing tree-walk interpreters.
Introduces a BizTalk Server pipeline component for archiving outbound messages in a structured YYYY/MM/DD folder format for auditing and troubleshooting.
Explains why 'git mv' is essential for tracking filename case changes on case-insensitive file systems like macOS and Windows.
A developer shares how they independently built two features for their personal AI system that were later released by Anthropic for Claude Code.
Explores extending JavaScript's Map class to create a FileMap for file system interaction and discusses building a custom build system.
A beginner's guide to using shells and understanding file system paths for web development.
A developer explains how to fix the 'Invalid Path' error when cloning or switching branches in Git on Windows, caused by file names with special characters.
A guide for macOS developers on implementing file read/write permissions in sandboxed apps, covering App Sandbox setup and user consent.
A developer's hands-on experience testing Windows 11's new Dev Drive feature, exploring its ReFS-based performance benefits for .NET and other development workflows.
A tutorial on using the fileCache utility from Splendid UI to easily implement local file system caching in Node.js applications.
A technical guide on persisting user folder permissions across app launches for sandboxed macOS applications using security-scoped bookmarks.
How to rename a folder with special characters on GitHub's website using the filename editor or web-based editor.
An in-depth look at Git's internal mechanics, including its object model and core workflow, with a guide to building a simplified version.
A collection of practical Go programming tips covering string formatting, maps, database queries, file operations, and struct reflection.
Explores methods for persisting data in JavaScript without a full database, covering browser storage, Node.js file writes, and SQLite.
Introducing koio, a lightweight tool for embedding files into C programs, enabling static bundling of assets like markup and images.
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.