The SmartPi expansion module extends the Raspberry Pi by interfaces for voltage measurement and non-contact current measurement and thusbecomes a fully-fledged SmartMeter that controls and records powerconsumption and power generation and makes it available in the network or the Internet.
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.