summaryrefslogtreecommitdiff
path: root/source/experiments.html
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-09-11 12:17:58 +0200
committerAlejandro Sior <aho@sior.be>2022-09-11 12:17:58 +0200
commit55bcd098059fca8d200abadc165ce04d6b54bc0a (patch)
treef2aa990ef5cacdc4315b2e03f5a4aba0f036860a /source/experiments.html
add basic site
Diffstat (limited to 'source/experiments.html')
-rw-r--r--source/experiments.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/experiments.html b/source/experiments.html
new file mode 100644
index 0000000..b155075
--- /dev/null
+++ b/source/experiments.html
@@ -0,0 +1,7 @@
+<h3>My projects</h3>
+
+<p>I tend to be interested in low level programming and distributed systems.</p>
+
+<p>Recently, two of my projects were <a href="https://github.com/aosync/bsfs">bsfs</a>, a unix-inspired filesystem format made from scratch, and <a href="https://github.com/aosync/boot">boot</a>, 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.</p>
+
+<p>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.</p> \ No newline at end of file