Compare commits

...

3 Commits

Author SHA1 Message Date
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
5 changed files with 19 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ 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) | - | -
## Hardware Projects
Name | Status | Blog Entries
@@ -49,6 +50,7 @@ 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) | - | -
## Infrastructure Projects
Name | Status | Blog Entries
@@ -59,6 +61,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 +74,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 @@
# 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.