Daily Shaarli

All links of one day in a single page.

September 7, 2022

Bauble

Explore composable geometry shapes, shaders, transformations with a lisp-like language called Janet. The rendering by compiling the code to glsl, running a raymarching engine (that why it's easy to define composite shapes).

For more (fancy) raymarching demo, check out https://iquilezles.org/articles/raymarchingdf/.

Speeding up re-compilation of Elixir projects - Dashbit Blog

This article explains the various mix xref usages to analyze dependency-induced slow compilation issue.

MergeBoard - Execute Docker Containers as QEMU MicroVMs

Wondered how fly.io works? Or how to use Firecracker?

The article explains how MicroVM works and how to use it via command line tools.