A personal playground repo for learning and experimenting with different technologies.
| Explore some web dev with Django and React | |
| A project to learn Rust. Currently toying around with polars and pointclouds, and using rerun for viz | |
| CV and ML | |
| Short experiment in data ingestion to practise some data modeling / pipeline work | |
| Trying to generate robotics sim environments with natural language |
Follow the official Docker installation guide
After installation, set up perms to make life easier:
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker- Install uv
- Install pre-commit:
uv tool install pre-commit # Setup pre-commit hooks pre-commit install
- Install Rust
- Install rerun (the viewer, not the SDK) - Official docs
cargo install cargo-binstall cargo binstall rerun-cli