While I don't like to argue for LLM competency, you have to remember that at the end of the day LLMs are word generators.
They will always be bad at math unless there is a major structural change.
So while they cant learn arithmetic they should be able to learn programming languages given that they are way closer to what it was designed and trained for.
Wouldn't it be easier to send the bus data to the PC and run the emulator there?
Or would sending the custom data via USB be a problem without a custom driver or something?
That said though, emulating it on the pi is way more impressive.
Keeping a certain layout in tiling wms is the main thing I'd say.
And also it's just a faster way of organizing windows compared to alt tabbing, it just takes a bit of getting used to since most people grow up with single workspace OSs.
I'm pretty sure sed ${N}q is supposed to chose the N (or k) top choices, where N is given as an argument/variable.
(Going off of the fact that head is essentially sed 11q, where it quits on the 11th line.)
But yeah, head -n (--lines) would do the job here perfectly while being more readable, no clue why it wasn't used.
So while they cant learn arithmetic they should be able to learn programming languages given that they are way closer to what it was designed and trained for.