Compare commits
7 Commits
b2430c9b88
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 753605e6de | |||
| 4065334faa | |||
| 825b95009c | |||
| 8123cbaa4e | |||
| 8cea13919c | |||
| d8b4dd341a | |||
| a76d047b05 |
@@ -46,6 +46,8 @@ Name | Status | Blog Entries
|
|||||||
[Distributed Build System for Lean4](./projects/software/lean-distributed-builds.md) | - | -
|
[Distributed Build System for Lean4](./projects/software/lean-distributed-builds.md) | - | -
|
||||||
[Financial Tracker](./projects/software/financial-tracker.md) | - | -
|
[Financial Tracker](./projects/software/financial-tracker.md) | - | -
|
||||||
[IR for Factorio](./projects/software/ir-for-factorio.md) | - | -
|
[IR for Factorio](./projects/software/ir-for-factorio.md) | - | -
|
||||||
|
[CS Strats](./projects/software/cs-strats.md) | - | -
|
||||||
|
[Custom WebRTC Viewer](./projects/software/custom-webrtc-viewer.md) | - | -
|
||||||
|
|
||||||
## Hardware Projects
|
## Hardware Projects
|
||||||
Name | Status | Blog Entries
|
Name | Status | Blog Entries
|
||||||
@@ -55,6 +57,7 @@ Name | Status | Blog Entries
|
|||||||
[100 Gb Networking](./projects/hardware/100gb-networking.md) | - | -
|
[100 Gb Networking](./projects/hardware/100gb-networking.md) | - | -
|
||||||
[Receipt Printer](./projects/hardware/receipt-printer.md) | - | -
|
[Receipt Printer](./projects/hardware/receipt-printer.md) | - | -
|
||||||
[RISC-V SBC/Board](./projects/hardware/risc-v-sbc.md) | - | -
|
[RISC-V SBC/Board](./projects/hardware/risc-v-sbc.md) | - | -
|
||||||
|
[Jammer](./projects/hardware/jammer.md) | - | -
|
||||||
|
|
||||||
## Infrastructure Projects
|
## Infrastructure Projects
|
||||||
Name | Status | Blog Entries
|
Name | Status | Blog Entries
|
||||||
@@ -75,6 +78,7 @@ Name | Status | Blog Entries
|
|||||||
[VMs in Nomad](./projects/infrastructure/vms-in-nomad.md) | - | -
|
[VMs in Nomad](./projects/infrastructure/vms-in-nomad.md) | - | -
|
||||||
[Try copyparty](./projects/infrastructure/try-copyparty.md) | - | -
|
[Try copyparty](./projects/infrastructure/try-copyparty.md) | - | -
|
||||||
[mDNS](./projects/infrastructure/mdns.md) | - | -
|
[mDNS](./projects/infrastructure/mdns.md) | - | -
|
||||||
|
[TSDNS](./projects/infrastructure/tsdns.md) | - | -
|
||||||
|
|
||||||
## Theory Projects
|
## Theory Projects
|
||||||
Name | Status | Blog Entries
|
Name | Status | Blog Entries
|
||||||
@@ -94,3 +98,4 @@ Name | Status | Blog Entries
|
|||||||
[Try Home-Manager](./projects/other/try-home-manager.md) | - | -
|
[Try Home-Manager](./projects/other/try-home-manager.md) | - | -
|
||||||
[Create better monthly financial report](./projects/other/better-financial-report.md) | - | -
|
[Create better monthly financial report](./projects/other/better-financial-report.md) | - | -
|
||||||
[GPU over IP](./projects/other/gpu-over-ip.md) | - | -
|
[GPU over IP](./projects/other/gpu-over-ip.md) | - | -
|
||||||
|
[Try Ryot.io](./projects/other/try-ryot.md) | - | -
|
||||||
|
|||||||
2
projects/hardware/jammer.md
Normal file
2
projects/hardware/jammer.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Jammer
|
||||||
|
A purely educational project to explore how jamming of certain frequencies works.
|
||||||
2
projects/infrastructure/tsdns.md
Normal file
2
projects/infrastructure/tsdns.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# TSDNS
|
||||||
|
Setup TSDNS
|
||||||
2
projects/other/try-ryot.md
Normal file
2
projects/other/try-ryot.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Try Ryot.io
|
||||||
|
Ryot.io could be used as an alternative to wger
|
||||||
8
projects/software/cs-strats.md
Normal file
8
projects/software/cs-strats.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# CS-Strats
|
||||||
|
A website to create and share strats in counter strike and help coordinate them in the actual rounds.
|
||||||
|
|
||||||
|
## Usage / Purpose
|
||||||
|
* Per Map Strats
|
||||||
|
* Nade line-ups
|
||||||
|
* Strats
|
||||||
|
* Synchronize between users
|
||||||
2
projects/software/custom-webrtc-viewer.md
Normal file
2
projects/software/custom-webrtc-viewer.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Custom WebRTC Viewer
|
||||||
|
Instead of relying on electron and javascript
|
||||||
@@ -37,3 +37,9 @@ To plan out how much to spend on different things
|
|||||||
### Grouped Transactions
|
### Grouped Transactions
|
||||||
Group together multiple transactions, for example for groceries.
|
Group together multiple transactions, for example for groceries.
|
||||||
Can mix and match withdrawals and deposits (for things like Pfand in germany)
|
Can mix and match withdrawals and deposits (for things like Pfand in germany)
|
||||||
|
|
||||||
|
### Quick Actions
|
||||||
|
|
||||||
|
### Investment Account Type
|
||||||
|
|
||||||
|
### OAuth for login
|
||||||
|
|||||||
Reference in New Issue
Block a user