Add more ideas

This commit is contained in:
2025-12-25 00:38:59 +01:00
parent ebcb48032b
commit f5782cbdf0

View File

@@ -33,6 +33,8 @@ A collection of random ideas
- [Implement jiffy Queue](#implement-jiffy-queue) - [Implement jiffy Queue](#implement-jiffy-queue)
- [Implement Combine-and-Exchange locks](#implement-combine-and-exchange-locks) - [Implement Combine-and-Exchange locks](#implement-combine-and-exchange-locks)
- [Custom Rust async runtime](#custom-rust-async-runtime) - [Custom Rust async runtime](#custom-rust-async-runtime)
- [Custom drone software](#custom-drone-software)
- [Camera tracker](#camera-tracker)
## Projects ## Projects
### Mathematical model for Factorio ### Mathematical model for Factorio
@@ -121,3 +123,10 @@ A different type of lock for async contexts
### Custom Rust async runtime ### Custom Rust async runtime
A custom async runtime for rust to try out my own ideas for a runtime. A custom async runtime for rust to try out my own ideas for a runtime.
### Custom drone software
I would love to have my own implementation for drone control software.
This should involve all the bells and whistles, like parts for receiving input commands, autonomous operation etc.
### Camera tracker
Software that can "lock" onto something on the screen and try to track it