Bruce:
Writing a suffix tree implementation in C++
Testing on text that looks like: “aaabbabaaaabbbbabbbbbb”
Useful for searching, compression, etc similares a viagra.
Mark:
Relearning git
Implementing a mass-spring system using shape-meshing code written this weekend
Both the Euler and Verlet integrators are unstable 🙁
It turns out that my timesteps were just much to large. Once I reduced them 10x, I could make the springs much stronger without everything exploding!
Hooray for stability! Nicely done.