ruby

Tag

Cards List
#ruby

Reverse-engineering Codemasters' BIGF archive format in Ruby

Hacker News Top · 2026-06-30 Cached

A reverse-engineer explains how to read Codemasters' BIGF archive format from TOCA Race Driver using pure Ruby, focusing on the String#unpack method for binary decoding.

0 favorites 0 likes
#ruby

@seflless: I'm loving @tobi's try project. I took it and made it easy to deploy experiments. I just have a single repo called "tri…

X AI KOLs Following · 2026-06-25 Cached

A Ruby CLI tool called 'try' helps developers manage and navigate experiment directories with fuzzy search, auto-dating, and smart sorting. A user extended it to easily deploy experiments to GitHub Pages.

0 favorites 0 likes
#ruby

Announcing the RubyConf VIP Raffle

Lobsters Hottest · 2026-06-24 Cached

RubyConf 2026 announces a VIP raffle for early ticket buyers, offering perks like speaker dinner, reserved seating, and a limited edition pin.

0 favorites 0 likes
#ruby

RubyLLM - a single, beautiful Ruby framework for all major AI providers

Lobsters Hottest · 2026-06-24 Cached

RubyLLM is a unified Ruby framework for interacting with multiple AI providers, supporting chatbots, agents, RAG, and more with a consistent API.

0 favorites 0 likes
#ruby

Software as Craft: a First Look at Syntropy

Lobsters Hottest · 2026-06-13 Cached

The author reflects on the value of software craftsmanship over AI-driven automation, arguing that the process of coding is as important as the outcome, and critiques the Rails-centric Ruby community.

0 favorites 0 likes
#ruby

Lisp's Influence on Ruby

Hacker News Top · 2026-06-11 Cached

A technical blog post exploring how Ruby's design, including closures, first-class functions, symbols, and method naming conventions, was influenced by Lisp.

0 favorites 0 likes
#ruby

ok fable 5 actually just dropped and i need to talk about the stripe thing

Reddit r/ArtificialInteligence · 2026-06-09

Anthropic released Fable 5, a mythos-class public model, which in a demo migrated a 50 million line Ruby codebase in one day—a job estimated to take engineers over two months, sparking discussions about the future of engineering jobs.

0 favorites 0 likes
#ruby

A survey of inlining heuristics

Lobsters Hottest · 2026-06-04 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

Cooldown Support for Ruby Bundler

Hacker News Top · 2026-06-03 Cached

Bundler 4.0.13 introduces a cooldown feature that blocks resolution to gems published less than N days ago, mitigating supply-chain attacks. It is opt-in and configurable per source, setting, or command-line flag.

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
← Previous
← Back to home

Submit Feedback