ruby

Tag

Cards List
#ruby

A survey of inlining heuristics

Lobsters Hottest · 18h ago Cached

A survey of inlining heuristics in method JIT compilers, discussing the challenges of when to inline and the trade-offs involved, with examples from Ruby and Python.

0 favorites 0 likes
#ruby

From Rust to Ruby

Hacker News Top · 2026-05-26 Cached

Developer describes converting a 15,000-line Rust web application to Ruby on Rails using an LLM, finding the Ruby version significantly shorter and evaluating trade-offs in development speed, safety, and testability.

0 favorites 0 likes
#ruby

Ruby for Good

Hacker News Top · 2026-05-24 Cached

Ruby for Good is an annual event where programmers gather over a long weekend to build open-source projects for nonprofits and social sector organizations.

0 favorites 0 likes
#ruby

Rubish: A Unix shell written in pure Ruby

Hacker News Top · 2026-05-23 Cached

Rubish is a Unix shell written in pure Ruby that aims for full bash compatibility while deeply integrating Ruby features such as blocks, iterators, and method chaining.

0 favorites 0 likes
#ruby

Speeding Up the Back End with Graph Theory (2019)

Lobsters Hottest · 2026-05-21 Cached

Sensor Tower's engineering team used graph theory analysis and profiling tools to identify bottlenecks in a slow backend endpoint, achieving a fourfold speed improvement by optimizing Protobuf decoding and encoding steps.

0 favorites 0 likes
#ruby

Why Ruby Still Feels Like Home After All These Years

Lobsters Hottest · 2026-05-20 Cached

The author reflects on 15 years of using Ruby, praising its hidden features like refinements, delegation, and the new ZJIT JIT compiler, and notes that Ruby with ZJIT is closing the performance gap with faster languages like Go and Rust.

0 favorites 0 likes
#ruby

What Is Date:Italy?

Hacker News Top · 2026-05-16 Cached

An exploration of Ruby's Date::ITALY constant, explaining its connection to the Gregorian calendar reform and Julian day numbers.

0 favorites 0 likes
#ruby

Formatting an entire 25 million line codebase overnight: the rubyfmt story

Lobsters Hottest · 2026-05-07 Cached

Stripe engineers share their experience of formatting a 25 million line Ruby codebase overnight using rubyfmt, highlighting improvements in developer productivity.

0 favorites 0 likes
← Back to home

Submit Feedback