Tagged Vibe Coding

How to Skip All Claude Code Permission Prompts on VS Code

Continuing on from yesterday’s Claude Code piece, Anthropic provides an official extension for VS Code. In it, the command-line flags from yesterday do not parse as expected. Instead, the controls you’d want live in the extension’s own GUI settings page. The settings aren’t in the Claude Code extension’s own interface, but in VS Code’s. Under…

How to Skip All Claude Code Permission Prompts

In a more closely controlled environment with less risk, say, in a home lab of an enthusiast, the risk of Claude Code accidentally wiping the drive or destroying another repo is minimal. Not that it cannot happen, but a reasonable amount of backup or git versioning practice could mitigate most of the risks from accidental…

Resurrecting Abandoned Projects with Vibe Coding

Open source projects always had a huge caveat in its system. If it’s too rigid and far too common, it is less likely to be given enough attention for maintenance until it breaks. If it’s too early in the development and quite niche, it is also less likely to be given enough attention. The projects…

How to Prevent URL Stripping on Szurubooru

One of the platforms I didn’t anticipate I needed, but ultimately found myself pondering over were images DB. If it were personal or interpersonal photos, there are free and paid viewers, libraries, and management softwares available. If it were creating and catering new images, those exist for the professional illustrators. But neither particularly helps when…

How to Use Space Bar on Komga Web Viewer

There are two parts advantage of moving to web-based apps and platforms from my experience: one, web-based development seems to be more active (completely anecdotal), and two, web-based means I can come up with an add-on rather easily. Komga is a comics and graphic novels DB manager — yet another Docker post I am still…