Claude Code Session/memory loss after WSL restart
Explains how to recover Claude Code session data after a WSL restart due to changing Windows drive mount points.
Dumm Zeuch explores building browser-based RSS feed readers and experimenting with Claude Code for JavaScript, Perl, and AI-assisted coding projects.
37 articles from this blog
Explains how to recover Claude Code session data after a WSL restart due to changing Windows drive mount points.
GExperts Code Formatter adds a new feature to align assignment operators (:=) in Delphi code for improved visual scanning.
GExperts IDE plugin now shares identifier casing data between its Uses Clause Manager, Code Formatter, and Code Proofreader tools for consistent Pascal/Delphi coding.
A technical deep-dive into fixing a GExperts dialog bug causing infinite growth on multi-monitor setups with mixed DPI scaling.
A developer explores DelphiLSP, creating tools to test its capabilities and discussing its limitations as a standalone component.
GExperts 1.3.26 released with Delphi 13 support, 64-bit IDE compatibility, dark mode, and new features like Auto Switch Desktop and Editor Bookmarks.
A quick guide to disabling Bing search in the Windows 11 Start menu using a Registry edit.
GExperts Code Formatter now shows context-sensitive previews for each settings tab, making it easier to see the effect of formatting options.
GExperts 64-bit update enables the Explicit Filter expert, which suppresses unnecessary layout properties in Delphi .dfm files to clean up version control diffs.
GExperts code formatter updated to support new Delphi 13 language constructs: noreturn directive, is not, and not in operators.
A guide to using Subversion's svn:global-ignores property for repository-wide file ignore patterns, ensuring consistency across a development team.
Developer details using Claude Code AI to implement multi-line inline if expression formatting in the GExperts Delphi code formatter.
GExperts Code Formatter now supports Delphi's new inline if/ternary operator syntax, a feature previously missing from IDE formatters.
Explores methods to iterate over enum values in Delphi, including generic helpers and class helpers, with code examples and compilation notes.
A technical guide on how to iterate over all values of an enumeration type in Delphi using record helpers and sets.
A developer fixes a memory leak in DUnit's console test runner caused by improper cleanup before program halt.
A developer's journey using AI-assisted 'Vibe Coding' to build RSS Show, a single-file, browser-based RSS feed reader.
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 Claude Code to build a browser-based RSS reader, learning about CORS proxies and security pitfalls along the way.
Author tests Claude Code's AI-assisted code review and improvement suggestions on a legacy Perl module, noting its adaptability and language quirks.