Posts
2024
Building an SSG in Rust
Some reflections on using Rust to write a static site generator...
Remember forums?
It feels to me like forums are slowly getting forgotten, replaced with more high-paced services like Discord or Twitter. In my opinion this isn't a good thing at all.
Lambda calculus is the DNA of all computation
Lambda calculus can be used to express any computation, but what does it entail? As it turns out first class functions are the single most powerful abstraction.
My thoughts on NixOS
A few weeks ago I decided to try out NixOS.
いよいよ日本語の文法を学んだ
2016から2024にかけて日本語を勉強していて、せっかく日本語の文法を勉強しあげた。 といっても、書きより読みの方が安いというのは事実だ。
Do it now!
It's time to stop reading this website, now!
Bringing treesitter to the Internet
Are we stuck using regex based syntax highlighters forever? What if there is an alternative we could use on the web? In this article I try to use a real parser to highlight syntax in code blocks.
2023
2023年の振り返り
久しぶりの投稿
A visit to Sejm
Breaking apart the Haskell type class
Type classes are perhaps the most distinctive feature of Haskell. I’ve found them pretty confusing, but in reality they are an incredibly elegant solution to a certain problem found in functional languages.