| ▲ | squibonpig 4 hours ago | |
Had a similar experience getting a niche app running under wine. The bot had to bring in a different open source renderer, patch dlls, adapt a mapping tool from a different chip architecture to partly map and modify the binary, crazy stuff. Alternatives exist but are expensive, this got it working in an hour when doing it myself would probably be 2 weeks. | ||
| ▲ | josephg 3 hours ago | parent [-] | |
Last week I had Claude add support for aac audio to davinci resolve on Linux, just by patching the binary. It did almost exclusively with gdb and objdump, patching about 5 functions over an hour or two. I only got it to the proof of concept stage. The patch adds aac but breaks flac support in the process. And it only works for aac in mp4 container files. But I’m sure with a bit of time we could make a patch which works everywhere and is additive only. I say ‘we’ - I barely helped. Almost all the work was done by Claude. Here’s Claude’s report, if anyone wants to build on this work: https://claude.ai/code/artifact/87d38c2e-9ecb-4066-90cf-e0b2... | ||