I just finished my three month stint at the Recurse Center (RC), which I can safely say was one of the most personally fulfilling and joyful experiences I’ve had in a long time. RC is a place where you work at the edge of your abilities, pair program with some extremely smart and caring people, take time for personal introspection and share your knowledge with each other by “learning generously”.
I joined RC to try and more intentionally work on things that spark a sense of wonder and joy. I wanted to better understand what it means to be a programmer, but also what it means to share my successes and failures with others. I wanted to see what it would feel like to emulate my children and view the world through a “beginners mind”.
I spent most of the retreat working from my home in rural Quebec, but I was fortunate to be able to visit the hub for the first and last weeks of my batch. I think this was the right balance for me, as I was able to fully concentrate on the work I was doing, but also got to make some real connections with my other batch mates. RC makes it very easy for this hybrid set-up, and for that I am very grateful.
In January when I started this journey I had made some very specific goals for my time at RC. While I didn’t end up working on these exact things, the spirit of them lived through the work I did do. Thanks to the wonderful people in my batch who pushed and encouraged me!
Here is a non-exhaustive list of the things I worked on, vaguely in the order of how proud I am of each project. I hope to write more about each one, and will link to my documentation as I go.
Towards the end of my batch, I built an SO-ARM100, and had a ton of fun getting it to do different things with the help of many other recursers.
The SO-ARM100 is a pair of robot arms. One is a “leader” which has an end effector that can be held by a human hand. The other is the “follower” whose end effector is a pincer.
Normally, you would set it up such that the leader controls the follower (for example, to train an imitation learning algorithm), but that felt a little constraining to me. I decided to play with how the leader could be used as an input device to the computer, and how the follower could just do anything I asked it to, when asked nicely.
To do this, I re-wrote the SDK for the motors in Rust which allowed me to do all manner of fun things.
-
Got the follower arm to play the piano. The other neural networks in my household had a blast:
- Used the leader arm as an input device for a MIDI instrument
- Connected both the leader and follower arm to websockets
- Used the leader arm as an input device for a 3D torus and a really cool Perlin-Lissajous-Poisson demo
- Connected the leader and follower arms together over a network so the leader arm could control the follower remotely.
-
You can also do all three of these things at once!
- Using the LeRobot framework, I learned how to create a dataset and train it remotely using GPUs from Lightning.ai.
One of my batch goals was to get a more in-depth knowledge of C++. After reading the third chapter of Stroustrup’s “A tour of C++”, which introduces a module system which I just couldn’t get working after a few hours of trying to re-compile the C++ standard library, I decided that I might get more joy out of learning a more modern language with fewer warts.
I jumped head-first into learning rust, and really enjoyed it. The tooling was a joy to use, and the community seems full of interesting and kind people.
Most of my batch coding time was spent writing Rust.
- Wrote an SDK for the STS3215 servo motor in Rust (for use in the SO-ARM100, above)
- Wrote a neural network from scratch, with no dependencies
- I learned that there is a reason that no one writes gradient descent by hand…
- Completed the Codecrafters Git Challenge
- Less than 10% of people who attempt this succeed; I’m proud of this!
- Completed the base stages of the Codecrafters Redis Challenge
- Tried to get Rust to run on the Arduino Uno R4
- I didn’t succeed, but I learned a ton about ELF files and rust’s hardware abstraction layer crates.
- Got a stepper motor working on the Arduino Uno R3 in Rust
- Started but dropped writing a “scroll distance tracker” and a “what clothes should I wear based on the weather” app.
- Built Tic-Tac-Toe in Rust
- Read the Brown version of the Rust book
- Attended the weekly rust learning group, where we mob programmed and discussed the chapters in the book.
I’m now going to focus on learning more embedded and async rust as it was a real joy to work on.
One of my batch goals was to understand how machine learning works at a deeper level.
- I took the fast.ai deep learning course, and participated in a study group around this
- Wrote a neural network from scratch with no dependencies, in Rust.
- This was part of “Impossible Day”, where you spend a day trying to tackle a problem that is impossible for you. I took more than one day, but managed to get my neural network to work with the MNIST numbers dataset.
- Trained a model to identify mushrooms
- This was based on a custom dataset I created from iNaturalist. Some of my contributions to iNaturalist were part of the dataset, which made this even more fun.
- I tried out “Vibe Coding”, and built a bilingual phoneme-based learning to read app.
- I didn’t write a single line of code to make that exist, but did have many arguments with Claude about the best phonemes to include.
- I designed and built an ISS tracker, which runs on an Arduino and points at the ISS as it flies around the earth.
- I made a contribution to MITM proxy, after I found a bug in how they were handling escaped characters. The Issue, and my subsequent PR.
- I solved 35 leetcode-style problems in both Rust and Python. I think I even ended up having fun doing them by the end!
I gave four presentations. Two of these were remote, and two were while I was in the hub in person. They were fun, and people had great things to say!
- First forays into WebAssembly
- Tracking the International Space Station with an Arduino (slides)
- Building a Lego sorting robot
- Writing the Feetech motor SDK in Rust
I participated in probably 20 pairing sessions with other recursers. Here is a list of some of the things I worked on:
- Million things
- Mastermind
- Ratatui widget
- A smoothing function for giving out a fair number of bittorrent peers
- Rock Paper Scissors in Rust
- Added positive affirmations to the Dynamic display on the RC 5th floor
- Getting Elm to print out a shuffled list of random integers
- Worked on adding multiplayer support to an online Azul game
- Async programming with maelstrom in Rust (4 times!)
- Codecrafters Shell implementation in Rust
- Fixing a bug with implicit returns in a toy C compiler
- Getting strings out of CodeMirror in Roodle
- Fixing the ordering of blocks in a Rust blockchain implementation
- “Vibe coded” an app to add things to a Tesco shopping basket
- Made 3D printable QR codes in P5.js, as part of QR Show
- 2 leetcode problems
In all I had a great time, learned a lot, and met a lot of excellent people!