A personal playground repo for learning and experimenting with different technologies.
A Django-based web application for maybe learning some web dev (barebones, not in progress) | |
A project to learn Rust. Currently toying around with polars and pointclouds, and using rerun for viz | |
To play around with python and/or ML models | |
Small python project to use sqlalchemy and alembic to manage a database. Might also use this to practise some ETLs and data ingestion | |
Robotics simulation exploration using Isaac Sim for learning robotics concepts and simulation |
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