From 375d1d3cc572fcec96b6474d5a85d95112851aa2 Mon Sep 17 00:00:00 2001 From: Zoe <62722391+juls0730@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:49:29 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7d29132..875af0c 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ A curated list of challenging, systems-level project ideas I plan to build. ### 1. ORC Protocol Implementation + - **Status:** `Not Started` - **Concept:** A lightweight server and client for the [ORC Protocol](https://github.com/RickCarlino/orc-protocol/tree/main) ### 2. Smart Cache API Gateway + - **Status:** `Not Started` - **Concept:** A standalone, intelligent caching layer. It would act as a gateway that uses a declarative configuration (e.g., YAML) to define complex caching and invalidation rules based on API routes, request headers, and data dependencies. ### 3. WASM based serverless platform + - **Status:** `Not Started` - **Concept:** A distributed, self-hosted serverless platform using WebAssembly for its core runtime. - **Components:** @@ -19,3 +22,9 @@ A curated list of challenging, systems-level project ideas I plan to build. - **CLI Tool:** For deploying and managing functions. - **Challenge:** Building a distributed system, leveraging WASM for fast/secure cold starts, and designing the custom protocols for node communication. +### 4. Animated fetch script + +- **Status:** `Not Started` +- **Concept:** A terminal fetch script that displays some sort of animation, be it just a random moving thing, or like a + game of snake. +- **Challenge:** Creating complex interaction with a terminal.