Yes, I am on a AI "vibe coding" spree. This time I needed a tool to help me extracting a specific version of a given file from a ZFS snapshot. Again, I had Claude Code write everything. I started with an empty directory and ended up with the script you can find on SourceForge. Originally … Continue reading Another vibe coding experiment: ZFS Snapshot Extractor
Month: December 2025
Online RSS feed reader created with Claude Code
I blogged about this twice already, but I think it's worth talking about some more: When I started out I wanted to recreate the RSS feed reading functionality of Netvibes (which they had just shut down). The idea was that it should run in the browser without needing a server. And I wanted to do … Continue reading Online RSS feed reader created with Claude Code
Using Claude Code with Perl
Following my positive experience with Claude Code and JavaScript/PHP yesterday, I tried using Perl today. This time, I spent a lot of time optimising the CLAUDE.md content before starting the code analysis. I asked it to analyse a Perl module containing some functions that I wrote several months ago, checking for errors and suggesting improvements. … Continue reading Using Claude Code with Perl
RSS feed reader and vibe coding revisited
A few months ago I tried vibe coding an RSS feed reader in JavaScript, using Claude.ai and Mistral's LeChat. It worked well enough to be usable, but never was quite what I wanted. I gave up after a while because the changes started to run in circles. Yesterday I read an article How to install … Continue reading RSS feed reader and vibe coding revisited