Jack Rusher 2021-05-17 07:46:25 The 2021 edition of https://sigops.org/s/conferences/hotos/2021/ (hot topics in operating systems) program was just wrapped up (conference is in a week or so). This paper on Aurora, an experimental single level store, seemed like it would be interesting for this audience:
We present the Aurora single level store (SLS), an OS that simplifies persistence by automatically persisting all traditionally ephemeral application state. With recent storage hardware like NVMe SSDs and NVDIMMs, Aurora is able to continuously checkpoint entire applications with millisecond granularity.https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s07-tsalapatis.pdf
Shubhadeep Roychowdhury 2021-05-17 08:09:19 Ivan Reese 2021-05-17 17:23:26 https://www.hillelwayne.com/talks/esolangs/ by https://twitter.com/hillelogram
A 20 minute video lecture, and 4000 word companion piece, covering a handful of popular esolangs — INTERCAL, FALSE, Brainfuck, Befunge, Shakespeare, Piet (❤), BodyFuck, Chef, Orca (🖤), GolfScript, Hexagony (👀), and more!
Shubhadeep Roychowdhury 2021-05-19 09:48:09 Srini Kadamati 2021-05-21 18:07:37 William Taysom 2021-05-22 01:56:01 Good times! I got my start with LOGO on a TRS-80 when I was about five. In all that time my favorite program remains the same:
to doit :r :dr
fd 3
rt :r
doit :r+:dr
end
Here's a Scratch version https://scratch.mit.edu/projects/605658/. (Turns out it there's been some bitrot in 12 years. Had to fix up a few bits.)