From 5bb3d63508cafa062d233f0550a0721d40ed76c5 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sun, 11 Sep 2022 12:32:32 +0200 Subject: generate nav more precisely --- site/experiments.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 site/experiments.html (limited to 'site/experiments.html') diff --git a/site/experiments.html b/site/experiments.html new file mode 100644 index 0000000..0f0d80e --- /dev/null +++ b/site/experiments.html @@ -0,0 +1,63 @@ + + + + +
+
+

My projects

+ +

I tend to be interested in low level programming and distributed systems.

+ +

Recently, two of my projects were bsfs, a unix-inspired filesystem format made from scratch, and boot, a x86_64 bootloader capable of booting kernels off of a bsfs filesystem. These two experiments are really inspiring to me and I would like to explore the prospect of making a full-blown system further.

+ +

One of my favourite aspects of low-level/systems programming is how the programmer typically gets to design abstractions over how the hardware works into a coherent and portable interface.

+
+ + aosync + \ No newline at end of file -- cgit v1.2.3