Post #1411870
2026-04-19 08:07 UTC
I think we should establish strong norms around what it means to use an LLM to translate a codebase to a different language.
I needed a go port of the AVT virtual terminal emulator library, so I had claude transliterate it.
There is no original work or thought involved, so this is essentially the same as for example reformatting existing source code, which means the original license applies. Thus: transliteration
Replies (1)
-
@Profpatsch@mastodon.xyz 2026-04-19 08:09
fwiw I added a go fuzz test, which discovered a bug regarding terminal resizing, second screen and output dumping %)