🌱 Learning Rust:
- Games: Bevy - I'd like to move away from C++ (UB, poor tooling) & scripting languages (inefficient, lack static typing)
- Backend: Rocket, Diesel AWS Lambda, Krustlet - Rust promises very fast cold starts for serverless environments. I'd like to see if it can completely remove the need for server management and keep costs down at the same time. On container size, it offers very small images (few runtime dependencies) and potentially the ability to run WASM builds in Kubernetes directly.
- Embedded: I haven't chosen a tech stack here yet, but I'd like to see a move from C mostly due to poor tooling. I want a good package manager and build tools to do rapid firmware development while maintaining performance.
- Frontend: WASM offers promises of greater performance here, but I wonder if let's us keep up the rapid development frontend needs. Frontend is still mostly JS/TS and I'm not sure if it's the right time to change. Maybe only for games/CAD and other tools that need efficiency?
🔭 Working on:
- Optimizing & modernizing the SpringRTS download infrastructure: Right now my main focus is on improving the metadata fetch times of pr-downloader and replacing it with a more-modern solution written in Rust sprd & sprd-backend. See the design for details.