07 Feb 2024
This is a continuation of the good LaTeX beginner guide,
and is a collection of how to format simple things in Typst, mostly stuff
that a novice may miss.
It's to be used mostly as a simple guide or reference, especially when getting
started.
06 Feb 2024
This is a collection of how to format simple things in LaTeX, mostly stuff
that a novice may miss.
It's to be used mostly as a simple guide or reference, especially when getting
started.
26 Feb 2022
By horsing around on YouTube these days I found
this video about dual numbers,
which I found actually quite interesting. Since I have a computer engineering
background, I immediately asked myself what can these numbers used for. It turns
out, for some pretty nifty stuff.
24 Feb 2022
Recently, I was doing some stuff in Markdown with Phoenix,
more specifically with Earmark, and I needed to have
a "textual only" preview of some Markdown text.
That is, I wanted to strip the tags but keep the content.
15 Jan 2022
This blog post is to explore a really clean way of sorting a list in Haskell.