Skip to content

Commit

Permalink
fml
Browse files Browse the repository at this point in the history
Signed-off-by: Haile Lagi <[email protected]>
  • Loading branch information
hailelagi committed Dec 18, 2024
1 parent 4dbe59f commit 4818751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion content/notes/block-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ draft: true

The modern computing/data infrastructure is [vast and interesting](https://landscape.cncf.io/).
Let's explore a tiny slice of it, what happens when you read or write some data **persistently** on a modern cloud provider?
Let's conceptually trace our way up the block layers and see where data goes by writing a filesystem ???
Let's conceptually trace our way up the block layers and see where data goes by writing a filesystem conceptually similar to [google's cloud-storage fuse](https://cloud.google.com/storage/docs/cloud-storage-fuse/overview).

{{% callout %}}
All problems in comp sci. can be solved by another level of indirection.
Expand Down Expand Up @@ -59,6 +59,11 @@ and access methods responding to syscalls: open(), read(), write(), fstat() etc

[FUSE](https://www.kernel.org/doc/html/next/filesystems/fuse.html)

## In search of POSIX
todo posix?

## POSIX concurrent semantics

## Design choices/tradeoffs
- Tree vs Array
- Bitmap index vs free list vs Btree
Expand Down
7 changes: 4 additions & 3 deletions layouts/partials/intro.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p>Hi! I'm Haile!</p>

<p>prev: backend on financial exchanges/payments(crypto)</p>
<p>interests: databases, operating systems and distributed systems.</p>
<p>I'm trying to figure things out! </p>

<span>I enjoy writing, coffee and good books. You'll probably find me hacking on open source, writing or building random ideas. Looking for new opportunities! </span>
<p>I used to work on the backend on financial exchanges/payments(crypto)</p>

<span>I enjoy writing, coffee and good books. You'll probably find me hacking on open source, writing or building random ideas. </span>

0 comments on commit 4818751

Please sign in to comment.