u/itix

Is Kiro editing files directly?

I just noticed that Claude (once again) messed up code:

>The file is badly corrupted — the ClassifyTargetSlow method lost its opening { when I replaced it earlier but kept the body dangling. The first error is at line
3267. Let me just revert this file to git HEAD and start fresh with only the validated changes:

Shouldnt Kiro just edit temp file and then patch back to the original? I mean like other AI assistant editors do?

reddit.com
u/itix — 2 days ago
▲ 34 r/c64

Working on new SID emulation engine

I am working on a new SID engine, developed with AI. This began as a vibe coding project to play obscure Amiga tracker formats but I got more ambitious and decided to give it a try for SID emulation.

Written in C#, it is designed to be portable (Linux, Windows, OSX) with cycle-exact core emulation. RSID support is still minimal and I am extending emulation on the go.

Output correctness is also a concern. I have a real C64 with 6581 to compare but no compatible display device. The target is 6581 sound, 8580 maybe later.

The project is CopperMod at GitHub, unfortunately no binaries yet.

u/itix — 1 month ago