The best way to use SD-Cards in Linux only environments is to format them with f2fs file system. f2fs was developed by Samsung with internal behavior of embedded MMC memory devices in mind. Which is pretty the same like an SD-Card. With f2fs you also have
uid/gid as usual and it will help to improve the endurance and
performance of an SD-Card.
Snow is a place to share Scheme programs, libraries and data. Currently we host only R7RS libraries, though we may expand to more dialects in the future.
Found via a link on https://weinholt.se/articles/cond-expand-and-ifdef/
I tried to run the trivial program
(define ! (n) (if (< n 2) 1 (* n (! (1- n)))))
(display (! 10))
on http://chibi-scheme.appspot.com/, but got an error message about not being able to enlarge memory arrays.
gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system.
Found on https://marc.info/?l=9fans&m=165401374021100&w=2
The HP 48 object listed below in ->ASC form is a high-performance polynomial root finder. Those of you who remember the HP 71B Math Pac will recognize this as the same as the PROOT command from that Pac; it is in fact the same assembly-language code, given an RPL front end to operate in the HP 48.
Found on https://www.hpmuseum.org/forum/thread-10967-post-160700.html#pid160700
See also http://www.jeffcalc.hp41.eu/emu71/mathrom.html#src for the uncommented source code of PROOT and other functions of the HP71B math pack.
quiver is a modern, graphical editor for commutative and pasting diagrams, capable of rendering high-quality diagrams for screen viewing, and exporting to LaTeX via tikz-cd. See also the github page https://github.com/varkor/quiver
Just what it says. The author had read the handbook soon after it came out and has revisited it 25 years later. He also offers interesting comments about most of the competing operating systems. See also
Making old systems accessible via the web https://athornton.dreamwidth.org/14733.html
Exploring old unixes https://athornton.dreamwidth.org/14340.html