Post #2468188
2026-05-09 23:19 UTC
Wow this is really neat:
This code reads the camera on a mac and does a very fancy conversion to colored ascii in near realtime.
https://github.com/finnvoor/mirror
What just blew my mind is.. I piped the output into a text file, and was able to `cat` it back out and replay the video!! SO SO cool.
Replies (1)
-
@benbrown@masto.hackers.town 2026-05-09 23:20
it works because it outputting terminal control codes. so cool.