ruby

Tag

Cards List
#ruby

What do you do when your favorite programming language has a fascism problem?

Lobsters Hottest · 5d ago Cached

The author expresses conflict over using Ruby and Rails due to creator DHH's controversial views, exploring alternatives like Hanami and Gleam but finding no perfect replacement.

0 favorites 0 likes
#ruby

Durable Objects without Cloudflare, on the database you already run

Lobsters Hottest · 2026-08-27 Cached

Introducing Solid Objects, an open-source library that implements Cloudflare's Durable Objects model on existing SQL databases, allowing developers to use it as a self-hosted dependency without additional infrastructure.

0 favorites 0 likes
#ruby

Kino: A high-performance Ractor web server for Ruby 4.0

Hacker News Top · 2026-08-21 Cached

Kino is a high-performance web server for Ruby 4.0+ that uses Ractors to achieve parallel execution in a single process, offering significant speed and memory improvements over traditional servers like Puma.

0 favorites 0 likes
#ruby

Thinking about tests: assertions and matchers

Lobsters Hottest · 2026-08-17 Cached

This article reflects on the design of test assertions and matchers in software development, emphasizing their role in writing readable and efficient test code, particularly in Ruby.

0 favorites 0 likes
#ruby

Ruby 4.0 Universal RCE Deserialization Gadget Chain

Hacker News Top · 2026-08-14 Cached

This post releases a new universal Ruby deserialization gadget chain that turns a single Marshal.load into command execution on Ruby 4.0.6, working unchanged back to Ruby 3.3, built from both new and repurposed gadgets.

0 favorites 0 likes
#ruby

Speeding Up (small) Ruby Hashes

Lobsters Hottest · 2026-08-14 Cached

A deep dive into Ruby's internal ar_table structure for small hashes, explaining the linear lookup mechanism and exploring potential optimizations.

0 favorites 0 likes
#ruby

@tobi: Matz’s Spinel is an AOT compiler for Ruby -> C. I investigated it for my try project and now I have a codebase that exe…

X AI KOLs Timeline · 2026-08-13 Cached

The 'try' tool is a Ruby-based utility for managing experiment directories, enhanced with Matz's Spinel AOT compiler to compile Ruby code to native C for significant speedups.

0 favorites 0 likes
#ruby

Shrinking Ruby Hashes

Lobsters Hottest · 2026-08-06 Cached

An in-depth technical blog post examining Ruby Hash memory usage, comparing it to Structs, and exploring historical implementation changes and potential optimizations for shrinking hashes.

0 favorites 0 likes
#ruby

Dates That Don't Exist (2015)

Hacker News Top · 2026-08-01 Cached

A blog post exploring the nonexistent dates of October 5-14, 1582 due to the Gregorian calendar reform, and how Ruby, Python, and Perl handle these invalid dates.

0 favorites 0 likes
#ruby

Ruby Central's Destructive Legacy

Hacker News Top · 2026-07-31 Cached

A blog post criticizes Ruby Central's handling of RubyGems and Bundler, describing a 'hostile takeover' that led to mass resignations, loss of sponsors, and transfer of projects to Matz.

0 favorites 0 likes
#ruby

Conformance vs Comprehension

Lobsters Hottest · 2026-07-27 Cached

The author recounts his career in software standards and open source, then describes building a compiler called Roundhouse with Claude that converts Rails applications to statically typed languages like Rust, Crystal, and TypeScript.

0 favorites 0 likes
#ruby

Winding Down Artichoke Ruby

Hacker News Top · 2026-07-25 Cached

The author announces the winding down and archival of Artichoke Ruby, a Rust-based Ruby VM implementation, after six years, reflecting on the project's origins, achievements, and the reasons for its conclusion.

0 favorites 0 likes
#ruby

@evilmartians: The first edition of the @sfrubyconf was a complete success. This year, we're doing it again, applying all the learning…

X AI KOLs Following · 2026-07-15 Cached

The San Francisco Ruby Startup Conference returns with a keynote by Y Combinator CEO Garry Tan, talks from industry experts, and organized networking. Early bird tickets are available for 24 hours.

0 favorites 0 likes
#ruby

How to Organize a Ruby Conference

Lobsters Hottest · 2026-07-13 Cached

A practical guide for organizing a regional Ruby conference, covering everything from initial commitment to long-term sustainability.

0 favorites 0 likes
#ruby

How to Start a Ruby Meetup

Hacker News Top · 2026-07-09 Cached

A practical guide for starting and sustaining a local Ruby meetup, from finding a venue to building community culture.

0 favorites 0 likes
#ruby

Dependencies should be fetched directly from VCS

Hacker News Top · 2026-07-05 Cached

The author argues that fetching dependencies directly from VCS (as done in Go) is more secure and easier to audit than using package registries with a publish step (as in Ruby, npm, PyPI).

0 favorites 0 likes
#ruby

SecretSpec 0.13: SDKs for Python, Node.js, Go, Ruby, and Haskell

Lobsters Hottest · 2026-07-04 Cached

SecretSpec 0.13 releases native SDKs for Python, Node.js/TypeScript, Go, Ruby, and Haskell, enabling applications to resolve secrets declared in secretspec.toml directly without relying on the CLI.

0 favorites 0 likes
#ruby

Extralite 3.0.0 Released

Lobsters Hottest · 2026-07-03 Cached

Extralite 3.0.0, a fast Ruby SQLite wrapper, introduces object graph transforms and modern defaults for database interaction.

0 favorites 0 likes
#ruby

Hanakai, and Hanami 3.0 in Full Bloom

Lobsters Hottest · 2026-07-02 Cached

The article announces the merger of Hanami, dry, and rom into the Hanakai community, and the release of Hanami 3.0 featuring built-in mailers, i18n, Minitest support, and up to 3x faster performance with fewer allocations.

0 favorites 0 likes
#ruby

Hanami 3.0: In full bloom

Lobsters Hottest · 2026-07-01 Cached

Hanami 3.0, a Ruby web framework, has been released with built-in mailers, internationalization support, and Minitest integration, offering faster performance and improved developer experience.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback