177 Followers
71 Following
38 Posts

Lifelong learner. I’m building a Ruby, called Natalie, for fun. I sometimes record hacking sessions on YT.

#ruby #compilers

Videoshttps://youtube.com/TimMorgan
Websitehttps://timmorgan.dev
GitHubhttps://github.com/seven1m
Hanami hackers at #RubyConf24! 😍

First merged PR from the #RubyConf24 hack day, thank you @seven1m!

https://github.com/hanami/cli/pull/272

Don't allow creating a new app with certain confusing names by seven1m · Pull Request #272 · hanami/cli

I'm at RubyConf! Thanks for letting me sit at the hack day table and talk about Hanami a bit. If this is the wrong direction, feel free to pick it apart or summarily close if not exactly what y...

GitHub
@contextfree yes sir! It’s 600 people, mostly technical talks, many of them about how Ruby internals work. So right up my alley. 🥰
I was at RubyConf yesterday too. But I was antisocial yesterday lol.
I’m at RubyConf!
@linus hey Linus!
Totally forgot about this place. I’m doing nothing cool right now, so probably just as well!
@getajobmike @sidekiq 55.8B in our biggest Rails app.
I really just wanted to know if Thread#alive? returns true during this special "aborting" state. It does!
Ruby threads have a special "aborting" status that's really hard to observe. The more you know!