go · g/ianguid/o.today
Skip to main content
  1. Tags/

go

2022


2021


2020


ARM CPU exceptions in Tamago

During my journey through the ARMv7 architecture, I came across a really neat way of assigning exception handlers used in the Tamago Go compiler.

TEEtcd: an experiment with etcd and secure storage

etcd is a very complex yet amazing piece of software which accomplish the seemingly dumb task of keeping key-value pairs, both in memory and on disk - in this post, I’m tackling the disk persistence layer.