🔥 In the interview, we learn that Kevin's least favorite aspect of Ruby syntax is the 'flip flop' operator. I'm amused it still works, as it was long discussed to be removed one day, but it's still in my Ruby 3.3.. 😅 If you actually use it frequently, let me know! |
![]() Prod Alerts? You Should Be Autoscaling— Workloads are variable, and we scale your capacity accordingly. Batch jobs? Scaled up. Quiet night? Scaled down. Traffic spike? No problem! Sidekiq, Solid Queue, Delayed Job? We support them all. Judoscale sponsor |
A Lightweight Introduction to mruby— mruby is an official (it’s led by Matz!) standards-compliant Ruby implementation focused on being lightweight and embeddable into other systems. If you’ve never played with it, luckily it’s pretty easy to get started. Paweł Świątkowski |
A Terminal–Based Game in 150 Lines of Ruby— This is a fun little tutorial to build a Halloween-themed game that uses emojis for the graphics and other game constructs, like an event loop and collision detection. Dmitry Tsepelev |
37Signals Unveils Hotwire Native— In conjunction with Rails World 2024 starting today, 37signals has a big Hotwire related announcement – a new framework for building ‘native’ mobile apps (on iOS and Android) in a ‘web-first’ way, backed by a Hotwire-powered webapp. (It’s arguably not a ‘Ruby’ project at all, but Hotwire’s suite of technologies are targeted at Rails developers and most commonly used in our community.) Jay Ohms (37signals) |
sqlite3-ruby 2.1: Ruby Bindings for SQLite— You surely know this popular library, but v2.1 notably drops Ruby 3.0 support but introduces significant improvements to fork safety, which will become all the more important for Rails 8 users. Buck, Lavena, Patterson, Dalessio, et al. |
P.S. It's early days, but Flecks, a new project out of the Phlex-ecosystem, is worth keeping an eye on. The aim is to render IO-bound content asynchronously and stream it into a wrap-around shell in a single HTTP response. Joel Drapper ▶️ shows it off in this video on X. |
|