Add column for blog-entries
This commit is contained in:
108
README.md
108
README.md
@@ -2,63 +2,63 @@
|
||||
A collection of random ideas
|
||||
|
||||
## Programming Projects
|
||||
Name | Status
|
||||
--- | ---
|
||||
[Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md) | -
|
||||
[PID in Rust](./projects/pid-in-rust.md) | -
|
||||
[Image Processing in Rust](./projects/image-processing-in-rust.md) | -
|
||||
[Custom Visualisations for Firefly III](./projects/custom-visualisations-for-firefly-iii.md) | -
|
||||
[Sans-IO Rust implementation of minecraft protocol](./projects/sans-io-rust-implementation-of-minecraft-protocol.md) | -
|
||||
[Custom Minecraft Proxy](./projects/custom-minecraft-proxy.md) | -
|
||||
[Signal Processing](./projects/signal-processing.md) | -
|
||||
[(Fast) Fourier Transform](./projects/fourier-transform.md) | -
|
||||
[Crystalline memory reclaimation](./projects/crystalline-memory-reclaimation.md) | -
|
||||
[Wait-Free memory allocator](./projects/wait-free-memory-allocator.md) | -
|
||||
[2D Fluid Sim](./projects/2d-fluid-sim.md) | -
|
||||
[Graph Layout Engine](./projects/graph-layout-engine.md) | -
|
||||
[Calorie Tracker](./projects/calorie-tracker.md) | -
|
||||
[Visualise minecraft items and their relations](./projects/minecraft-items.md) | -
|
||||
[Nomad Gitlab Runner](./projects/nomad-gitlab-runner.md) | -
|
||||
[EPaxos implementation](./projects/epaxos-implementation.md) | -
|
||||
[Postgres protocol implementation](./projects/postgres-protocol-implementation.md) | -
|
||||
[Rust crate to receive stream from OBS](./projects/rust-crate-to-receive-obs-stream.md) | -
|
||||
[Sensor Fusion](./projects/sensor-fusion.md) | -
|
||||
[E-Graph implementation](./projects/e-graph-implementation.md) | -
|
||||
[Memory SSA](./projects/memory-ssa.md) | -
|
||||
[Vault secret engine for ceph s3](./projects/vault-secret-engine-ceph-s3.md) | -
|
||||
[Vault secret engine for ceph users](./projects/vault-secret-engine-ceph-users.md) | -
|
||||
[Vault secret engine for gitlab tokens](./projects/vault-secret-engine-gitlab-tokens.md) | -
|
||||
[Wordle Solver](./projects/wordle-solver.md) | -
|
||||
[Rust crate for state machines](./projects/state-machine-crate.md) | -
|
||||
[Implement new werewolf bot](./projects/werewolf-bot.md) | -
|
||||
[Parse CS Demos](./projects/cs-demos.md) | -
|
||||
[Implement Jiffy Queue](./projects/jiffy-queue.md) | -
|
||||
[Implement Jiffy Skip List](./projects/jiffy-skip-list.md) | -
|
||||
[Implement WRLQueue](./projects/wrl-queue.md) | -
|
||||
[Implement Combine-and-Exchange locks](./projects/combine-exchange-locks.md) | -
|
||||
[Custom Rust async runtime](./projects/custom-rust-async-runtime.md) | -
|
||||
[Custom drone software](./projects/custom-drone-software.md) | -
|
||||
[Camera tracker](./projects/camera-tracker.md) | -
|
||||
[Custom Gitea Runner](./projects/custom-gitea-runners.md) | -
|
||||
[Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | -
|
||||
Name | Status | Blog Entries
|
||||
--- | --- | ---
|
||||
[Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md) | - | -
|
||||
[PID in Rust](./projects/pid-in-rust.md) | - | -
|
||||
[Image Processing in Rust](./projects/image-processing-in-rust.md) | - | -
|
||||
[Custom Visualisations for Firefly III](./projects/custom-visualisations-for-firefly-iii.md) | - | -
|
||||
[Sans-IO Rust implementation of minecraft protocol](./projects/sans-io-rust-implementation-of-minecraft-protocol.md) | - | -
|
||||
[Custom Minecraft Proxy](./projects/custom-minecraft-proxy.md) | - | -
|
||||
[Signal Processing](./projects/signal-processing.md) | - | -
|
||||
[(Fast) Fourier Transform](./projects/fourier-transform.md) | - | -
|
||||
[Crystalline memory reclaimation](./projects/crystalline-memory-reclaimation.md) | - | -
|
||||
[Wait-Free memory allocator](./projects/wait-free-memory-allocator.md) | - | -
|
||||
[2D Fluid Sim](./projects/2d-fluid-sim.md) | - | -
|
||||
[Graph Layout Engine](./projects/graph-layout-engine.md) | - | -
|
||||
[Calorie Tracker](./projects/calorie-tracker.md) | - | -
|
||||
[Visualise minecraft items and their relations](./projects/minecraft-items.md) | - | -
|
||||
[Nomad Gitlab Runner](./projects/nomad-gitlab-runner.md) | - | -
|
||||
[EPaxos implementation](./projects/epaxos-implementation.md) | - | -
|
||||
[Postgres protocol implementation](./projects/postgres-protocol-implementation.md) | - | -
|
||||
[Rust crate to receive stream from OBS](./projects/rust-crate-to-receive-obs-stream.md) | - | -
|
||||
[Sensor Fusion](./projects/sensor-fusion.md) | - | -
|
||||
[E-Graph implementation](./projects/e-graph-implementation.md) | - | -
|
||||
[Memory SSA](./projects/memory-ssa.md) | - | -
|
||||
[Vault secret engine for ceph s3](./projects/vault-secret-engine-ceph-s3.md) | - | -
|
||||
[Vault secret engine for ceph users](./projects/vault-secret-engine-ceph-users.md) | - | -
|
||||
[Vault secret engine for gitlab tokens](./projects/vault-secret-engine-gitlab-tokens.md) | - | -
|
||||
[Wordle Solver](./projects/wordle-solver.md) | - | -
|
||||
[Rust crate for state machines](./projects/state-machine-crate.md) | - | -
|
||||
[Implement new werewolf bot](./projects/werewolf-bot.md) | - | -
|
||||
[Parse CS Demos](./projects/cs-demos.md) | - | -
|
||||
[Implement Jiffy Queue](./projects/jiffy-queue.md) | - | -
|
||||
[Implement Jiffy Skip List](./projects/jiffy-skip-list.md) | - | -
|
||||
[Implement WRLQueue](./projects/wrl-queue.md) | - | -
|
||||
[Implement Combine-and-Exchange locks](./projects/combine-exchange-locks.md) | - | -
|
||||
[Custom Rust async runtime](./projects/custom-rust-async-runtime.md) | - | -
|
||||
[Custom drone software](./projects/custom-drone-software.md) | - | -
|
||||
[Camera tracker](./projects/camera-tracker.md) | - | -
|
||||
[Custom Gitea Runner](./projects/custom-gitea-runners.md) | - | -
|
||||
[Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - | -
|
||||
|
||||
## Hardware Projects
|
||||
Name | Status
|
||||
--- | ---
|
||||
[Embedded Epyc Server](./projects/embedded-epyc-server.md) | -
|
||||
[25 Gb Networking](./projects/25gb-networking.md) | -
|
||||
[100 Gb Networking](./projects/100gb-networking.md)
|
||||
Name | Status | Blog Entries
|
||||
--- | --- | ---
|
||||
[Embedded Epyc Server](./projects/embedded-epyc-server.md) | - | -
|
||||
[25 Gb Networking](./projects/25gb-networking.md) | - | -
|
||||
[100 Gb Networking](./projects/100gb-networking.md) | - | -
|
||||
|
||||
## Infrastructure Projects
|
||||
Name | Status
|
||||
--- | ---
|
||||
[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) | -
|
||||
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) | - | -
|
||||
|
||||
## Other Projects
|
||||
Name | Status
|
||||
--- | ---
|
||||
[Automatic Server Setup](./projects/other/automatic-server-setup.md) | -
|
||||
[Revisit DNS](./projects/other/revisit-dns.md) | -
|
||||
[Document Homelab](./projects/other/document-homelab.md) | -
|
||||
Name | Status | Blog Entries
|
||||
--- | --- | ---
|
||||
[Automatic Server Setup](./projects/other/automatic-server-setup.md) | - | -
|
||||
[Revisit DNS](./projects/other/revisit-dns.md) | - | -
|
||||
[Document Homelab](./projects/other/document-homelab.md) | - | -
|
||||
|
||||
Reference in New Issue
Block a user