Switch to tables instead of lists

This commit is contained in:
2025-12-30 19:21:51 +01:00
parent 633238f10c
commit 3efdf17cc7

View File

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