This is your work, valued
Life-long coder, expert procrastinator, obsessed with code performance and weird Lego machinery. Occasionally seen speaking at conferences.
happy_queues. Companion information for my Rubyconf 2022 talk: "The secret to happy queues"
72regex_game_of_life. Code for my Rubyconf and Rubykaigi 2021 talk: "Do Regex dream of Turing Completeness?"
9faster_ci. Resources to help you speed up your CI suite. Complementary to my Railsconf 2021 talk: "Speed up your test suite by throwing computers at it"
7github_invaders. Fun pixel art on the Github contributions wall
4loop_hard. Add timeouts to your long-running loops, and response to KILL signals gracefully
4redis_fixtures. Add fixtures to your Redis database, to test the parts of your code that need Redis to be more than a cache.
2deferred_updates. Defer database inserts or updates holding them in Redis until it's time to batch INSERT/UPDATE into your RDBMS
1mytracks_kml_merger. Quick and dirty code to merge, specifically, KLM files made by the MyTracks Android app
1sms_safe. Keep your SMS messages from escaping into the wild during development, staging or stress tests.
1jquery-tokeninput. Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.
1