You are viewing archived messages.
Go here to search the history.

Kartik Agaram 2021-08-16 06:20:49

New video about my browser for FoC archives (5 minutes): https://archive.org/details/akkartik-mu-2021-08-15

You can try it out by downloading two files (and installing Qemu):

Then:

gunzip foc-data-20210814.img.gz

gunzip mu-browser-20210815.img.gz

qemu-system-i386 -m 2G -hda mu-browser-20210815.img -hdb foc-data-20210814.img

Main project page: https://github.com/akkartik/mu

Vladyslav Sitalo 2021-08-16 20:20:35

I’ve been building a way to mix in-observable runtime into Roam (providing an embedded notebook like experience), as a way to make running computation when thinking feel more casual + make it easy to programmatically interact with my notes

https://twitter.com/VladyslavSitalo/status/1412163171826094092?s=20

An interesting aspect that I’ve added recently is reactive recomputing of the notebook as data in Roam block changes https://twitter.com/VladyslavSitalo/status/1424468125068767240?s=20

code: https://github.com/Stvad/iroam