Skip to content

Repository files navigation

🎮 SillyPoint

A personal playground repo for learning and experimenting with different technologies.

🚀 Projects

batpad 📝

Explore some web dev with Django and React

fineleg 🦀

A project to learn Rust. Currently toying around with polars and pointclouds, and using rerun for viz

firstslip 🔬

CV and ML

cowcorner 🐄

Short experiment in data ingestion to practise some data modeling / pipeline work

thirdman 🤖

Trying to generate robotics sim environments with natural language

🛠️ Setup dev environment (reminders to self) (ubuntu 24) (this isn't separated by project)

Docker

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

Python Tools

  • Install uv
  • Install pre-commit:
    uv tool install pre-commit
    
    # Setup pre-commit hooks
    pre-commit install

Rust Tools

  • Install Rust
  • Install rerun (the viewer, not the SDK) - Official docs
    cargo install cargo-binstall
    cargo binstall rerun-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages