RSSAmplifier

Blog

Oxidizing corner

Recent content on Oxidizing corner

/RSS feed ↗2 posts

Latest posts

BadAppleFont

Introduction In this post we explorer the idea to embed a animation into a font. We do this using the new experimental wasm shaper in Harfbuzz. Any comments and questions can be sent to blog@erk.dev. Small introduction to fonts History Standard fonts are a human thing that have been a thing since moveable type was first invented, and since it is a human thing it gets complicated fast. A example of…

RRUST: A REVERSIBLE EMBEDDED LANGUAGE

Introduction In this post I plan to give an introduction to reversible programming languages, and some introduction to the programming language Rust. Then I will introduce my amalgamation of those two things, RRust. The overview I will give here is not going to be too deep, In the end, I will provide some articles which go deeper into it all. RRust was produced for my Master’s Thesis, so the…