Learning
Section titled “Learning”[!todo] define efficient processes for curating from content sources, and integrating into KB as needed, and ACTing on these (AI tools can reference my personal KB for solutions)
- text (Globe, web, Medium, …)
- video (YT)
- audio (podcasts, …)
The issue is Windows line endings (\r\n - CRLF) instead of Unix line endings (\n - LF). The shebang #!/bin/bash\r includes a carriage return, causing bash to look for /bin/bash\r which doesn’t exist.