Compare commits

...

5 Commits

Author SHA1 Message Date
7a72809646 Add another idea 2026-04-13 16:27:24 +02:00
lol3rrr
2f11c08d95 Add idea for RISC-V 2026-04-11 13:08:58 +02:00
lol3rrr
9c2a46142b Add teamspeak whitegirl music bot and factorio turing completeness 2026-04-11 12:15:14 +02:00
lol3rrr
25ac70c651 Add receipt printer 2026-04-11 12:12:29 +02:00
lol3rrr
b355a0a8d1 Add nomad test idea 2026-04-11 12:10:02 +02:00
7 changed files with 24 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ Name | Status | Blog Entries
[Custom Gitea Runner](./projects/custom-gitea-runners.md) | - | -
[Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - | -
[Custom SQL crate](./projects/custom-sql-crate.md) | - | -
[Teamspeak Whitegirl Music](./projects/teamspeak-whitegirl-music.md) | - | -
[Distributed Build System for Lean4](./projects/lean-distributed-builds.md) | - | -
## Hardware Projects
Name | Status | Blog Entries
@@ -49,6 +51,8 @@ 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) | - | -
[Receipt Printer](./projects/hardware/receipt-printer.md) | - | -
[RISC-V SBC/Board](./projects/hardware/risc-v-sbc.md) | - | -
## Infrastructure Projects
Name | Status | Blog Entries
@@ -59,6 +63,12 @@ Name | Status | Blog Entries
[Automate Authentik](./projects/infrastructure/automate-authentik.md) | - | -
[Try wger](./projects/infrastructure/try-wger.md) | - | -
## Theory Projects
Name | Status | Blog Entries
--- | --- | ---
[Factorio Turing Complete](./projects/theory/factorio-turing-complete.md) | - | -
## Other Projects
Name | Status | Blog Entries
--- | --- | ---
@@ -66,3 +76,4 @@ Name | Status | Blog Entries
[Revisit DNS](./projects/other/revisit-dns.md) | - | -
[Document Homelab](./projects/other/document-homelab.md) | - | -
[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | -
[Nomad Test Setup](./projects/other/nomad-test-setup.md) | - | -

View File

@@ -0,0 +1,4 @@
# Receipt Printer
I have now seen multiple projects that use a receipt printer and something like a raspberry pi to automatically print something out based on events.
I am not 100% sure what a good use case would be for me, but something like alerts or daily status updates would be pretty interesting and fun.
Maybe also my monthly budget report, printed out to actually look at

View File

@@ -0,0 +1,2 @@
# RISC-V SBC/Board
I want to play around with RISC-V more, maybe use an SBC with a minimal linux setup only running my custom code as the initial program.

View File

@@ -0,0 +1 @@
# Distributed Build System for Lean4

View File

@@ -0,0 +1,2 @@
# Nomad Test Setup
Create an easy and fast to use setup to test nomad upgrades, config changes etc.

View File

@@ -0,0 +1,2 @@
# Teamspeak Whitegirl Music Bot
A bot that plays a random selection of white girl music in a channel

View File

@@ -0,0 +1,2 @@
# Factorio Turing Complete
I want to determine if factorio is turing complete or not, with an actual proof.