If you are feeling bereft or devoid of hope, please seek a friendly ear to speak with. |
Ruby 3.2.0 RC 1 Released— If you like your Ruby versions to be fully cooked, you’ll need to wait two more weeks, but RC 1 is looking good. There aren’t many changes since preview 3, though YJIT continues to improve and this post includes new graphs showing the (huge) benefits of 3.2’s improved regexp matching algorithm. Yui Naruse |
📕 Articles, Videos, and Opinions |
Taking a First Look at Hanami 2— We’ve mentioned Hanami a couple of times over the last few issues, but it’s worth another mention thanks to this article that explains some features in a bit more depth. (Also, Hanami 2.01 is out.) Paweł Świątkowski (AppSignal) |
How I Developed a Faster Ruby Interpreter— Vladimir is the creator of MIR, a JIT compiler used in several languages, and wrote this post to address how YJIT’s success can be used to make a faster compiler. Needless to say, this is a very technical post. Vladimir Makarov |
Percent % Notation in Ruby— If you think you know all the functionality and variations of percent literals (a la %w{a b c} ), this might throw up some surprises. %x(echo read this on `date`) Faranz (DeepSource) |
Find Ruby Jobs Through Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired |
|
Coding Font: A 'Game' to Find Your New Favorite Code Font— This is a fun idea. It throws a bunch of popular developer-oriented fonts into a knockout ‘tournament’ format. You then pick your favorites until you’re left with a winner, World Cup style. (It was Cousine for me this time.) Typogram |
|