From 8fafa39c8825e01f06a0f9974d5d8b50fd8297f6 Mon Sep 17 00:00:00 2001 From: lol3rrr Date: Mon, 27 Apr 2026 23:18:13 +0200 Subject: [PATCH] Update some information --- README.md | 2 +- projects/crystalline-memory-reclaimation.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f6ddd..ff9b393 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Name | Status | Blog Entries --- | --- | --- [Container Registry Cache](./projects/infrastructure/container-registry-cache.md) | - | - [Experiment with CRIU](./projects/infrastructure/experiment-with-criu.md) | - | - -[Try Authentik](./projects/infrastructure/try-authentik.md) | - | - +[Try Authentik](./projects/infrastructure/try-authentik.md) | Done | - [Automate Authentik](./projects/infrastructure/automate-authentik.md) | - | - [Try wger](./projects/infrastructure/try-wger.md) | - | - [Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | - diff --git a/projects/crystalline-memory-reclaimation.md b/projects/crystalline-memory-reclaimation.md index e5bb81d..bd18732 100644 --- a/projects/crystalline-memory-reclaimation.md +++ b/projects/crystalline-memory-reclaimation.md @@ -4,3 +4,4 @@ I want to implement this as a Rust crate, with a safe interface that should basi ## References - [Paper](https://dl.acm.org/doi/full/10.1145/3658851) +- [Previous attempt](https://github.com/Lol3rrr/angeldust)