Larry Masinter
Larry Masinter
Introducing quoting into filename unpacking and packing brings in it's own raft of problems, especially in code that uses CONCAT and other string operations. abc.x as file NAME happens if...
https://github.com/Interlisp/history/tree/master/1980s/1983-sumex-lisp looks like the dot delimiter between name and version --- not sure where that came from -- PDP-10?
I wonder if @tlipkis might know what the savoir files are .... ``` Date: Mon, 11 Sep 89 18:50:41 PDT From: tal@mars (Tom Lipkis) Message-Id: To: jds@mars Subject: SYSOUT bugs...
Michele has equipment and experience recovering data from old tables; references to http://www.tangible-technology.com/tape/baking1.html https://www.radioworld.com/industry/baking-magnetic-recording-tape https://arstechnica.com/science/2020/04/the-chemistry-of-why-baking-degraded-reel-to-reel-tapes-can-reverse-damage/ https://www.adventdigitizing.com/blog/bake-me-a-tape-2
i think there's might be a problem using ";" between shell commands -- it forks separate processes and probably the shell stuff in maiko might not expect that. Try using...
I'm getting an error when I load GITFNS in my init that NIL isn't an external format (under \EXTERNALFORMAT) I think. And loadup-db.sh fails. I'm trying to track down when...
When I roll back to f86be45834 don't get the error... not sure when it was introduced.
There's a GitHub network api for people who are developing other applications. https://docs.github.com/en/rest There is also a GitHub developer program -- https://docs.github.com/en/developers/overview/github-developer-program
isn't the shell is UTF-8 and (for now) the medley stream is XCCS. It _should be transcoding.
back to the workflow that started this issue (the ShellCommand character handling should be a separate issue; ShellCommand should be it's own file if we're using SHELL for anything other...