Skip to content

Instantly share code, notes, and snippets.

@rswingle
rswingle / history_rewrite_plan.txt
Created April 18, 2026 21:08
History rewrite plan: remove build artifacts
Plan to rewrite history to remove build artifacts (.build/*)
1) Create a backup branch: git branch backup/pre-history-clean
2) Run git filter-repo to remove .build/ and other large files: git filter-repo --path .build --invert-paths --force
3) Verify working tree and test suite locally
4) Force-push cleaned branches to origin (requires team coordination)
5) Communicate to collaborators: they'll need to re-clone or run git fetch + reset.
I will not execute the rewrite without explicit separate approval.
@rswingle
rswingle / ml-ruby.md
Created July 15, 2020 13:43 — forked from gbuesing/ml-ruby.md
Resources for Machine Learning in Ruby

UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!

Resources for Machine Learning in Ruby

Gems