Skip to content

D-Pino/sillypoint

Repository files navigation

🎮 SillyPoint

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

🚀 Projects

batpad 📝

A Django-based web application for maybe learning some web dev (barebones, not in progress)

fineleg 🦀

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

firstslip 🔬

To play around with python and/or ML models

cowcorner 🐄

Small python project to use sqlalchemy and alembic to manage a database. Might also use this to practise some ETLs and data ingestion

thirdman 🤖

Robotics simulation exploration using Isaac Sim for learning robotics concepts and simulation

🛠️ 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

No releases published

Packages

No packages published