Especially if I am asked to read aloud. I have no idea what I just read. Best explanation I have is:
cat text > /dev/mouth && cat text > /dev/brain
And now I am overthinking how to improve the imaginary snippet. Read from /dev/eyes, pipe to “tesseract”, then redirect to /dev/mouth probably makes more sense.
But what should /dev/eyes produce? Video stream? For simplicity, it would probably be best if my imaginary /dev/eyes simply returned current frame on each read. But does that make sense?
Especially if I am asked to read aloud. I have no idea what I just read. Best explanation I have is:
cat text > /dev/mouth && cat text > /dev/brainAnd now I am overthinking how to improve the imaginary snippet. Read from /dev/eyes, pipe to “tesseract”, then redirect to /dev/mouth probably makes more sense.
But what should /dev/eyes produce? Video stream? For simplicity, it would probably be best if my imaginary /dev/eyes simply returned current frame on each read. But does that make sense?
Just use a socket 👍