Advertisement · 728 × 90

Posts by Alexander Adam

5. Married, built a house together and having grandchildren 😉

1 day ago 3 0 0 0

I'm sorry about the wide angle.
I just tried to get everybody on the photo 😉

1 day ago 1 0 0 0
Post image

Let's gooooooo to #Hakodate

#RubyKaigi #RubyKaigi2026

@jrubyproject.bsky.social @headius.bsky.social

1 day ago 8 0 1 1

Yes and yes

5 days ago 1 0 1 0

You might have heard that one before, but if there's a slight chance that you didn't: now you have 😅

3 weeks ago 0 0 0 0

@tenderlove.dev I have a personal question:

In your career, was it always backend development or was it also frontenderlove? 🤔

3 weeks ago 3 0 1 0
A computer screen displays code for a Monte Carlo simulation using pizza. The background features a grid with pizza splats. The code includes a Python function, `estimate_pi_from_pizza_splats`, with calculations to estimate Pi. On the screen, a message reads: "After 10,000 throws, Pi is served: #result" where #result represents a variable.

A computer screen displays code for a Monte Carlo simulation using pizza. The background features a grid with pizza splats. The code includes a Python function, `estimate_pi_from_pizza_splats`, with calculations to estimate Pi. On the screen, a message reads: "After 10,000 throws, Pi is served: #result" where #result represents a variable.

The standard libraries already include π. But where’s the fun in that?
Happy #PiDay! 🍕

1 month ago 66 9 4 3

I spotted a few 🐕 Mochi stickers here btw 😉

1 month ago 2 1 0 0
Advertisement
Preview
a woman in a pink dress is smiling while driving a pink car ALT: a woman in a pink dress is smiling while driving a pink car

Token?
Is this the doll-thingy that little kids play with? With that movie?

Tobarbie and token?

1 month ago 2 0 0 0

What if the US government forces US AI companies will cause foreign country software products to be insecure?
Or making it steal internal data via AI agent access?

What if 99% of the PRs looked just fine that we got used to also merging the 1% that harms us?

1 month ago 0 0 0 0

And I'd be fine and good with if we could trust the code that it's producing 100% of the time.
And we just can't assume that.

What if it's working 95% of the time and a malicious actor would influence to include a backdoor in a security critical library?

1 month ago 0 0 1 0

Mental laziness will cause limited understanding of what code is doing.

Currently it looks like we're creating a generation of developers who'll be excellent in creating effective prompts but losing the ability to understand what that produced code is actually doing.

1 month ago 1 0 1 0

Congrats. Looking forward to hearing your talk

2 months ago 1 0 0 0

Young man, watch your language!

Never would I have thought that I'd read such a dirty word in your post… like Haskell

2 months ago 1 0 0 0
Preview
a raccoon is standing next to a metal bucket of water Alt: a raccoon is standing next to a metal bucket of water

Fun fact:
Because they tend to wash their food, the German term for them translates to "washing bear".

2 months ago 2 0 0 0
Advertisement
TruffleRuby 33 is Released TruffleRuby 33.0.0 is released and available on GitHub, in your favorite Ruby installer, and on Maven Central!

TruffleRuby kicks off the year with a new website, a new release, and a blog post to go with it! 🎉
truffleruby.dev/blog/truffle...
Many changes:
* New versioning
* Thread-safe Hash
* No system dependencies anymore
* Installs in 2 seconds
* Development is now fully in the open

3 months ago 16 6 2 3

Now you know why it's considered strange! ☝️

3 months ago 3 0 0 0

Wow! 👏🏻

3 months ago 1 0 0 0
A cute, glowing ruby gem with a smiling face, rendered in a pink-purple neon style on a vibrant background. It represents the Ruby language with a Charm-inspired, glamorous CLI aesthetic.

A cute, glowing ruby gem with a smiling face, rendered in a pink-purple neon style on a vibrant background. It represents the Ruby language with a Charm-inspired, glamorous CLI aesthetic.

Alongside the Ruby 4.0 release last week, I published charm-ruby over Christmas, bringing @charm.land's excellent terminal UI libraries to Ruby.

A full TUI framework, reusable components, styled output, forms, markdown rendering, spinners, charts, and a lot more!

Demos below ⬇️

3 months ago 86 27 7 6
Preview
Implement moving Immix in MMTk by peterzhu2118 · Pull Request #15744 · ruby/ruby This commit implements moving Immix in MMTk, which allows objects to move in the GC. The performance of this implementation is not yet amazing. It is very similar to non-moving Immix in many of the...

Ruby has a new moving GC. I just merged moving Immix in the MMTk Ruby binding. This is exciting as its the first GC that dynamically detects fragmentation in the heap and performs defragmentation. Performance isn't too great yet but I'm working on it! github.com/ruby/ruby/pu...

3 months ago 27 6 0 0

Feel hugged dear Rosa 🫂

3 months ago 1 0 1 0

Catnificent! 🤩

3 months ago 1 0 0 0
Preview
The Rails Delegated Type Pattern Principal Programmer Jeffrey Hardy unpacks the Rails delegated type pattern that powers Basecamp and HEY.

This video series just launched, and the first guest is one of my dearest workmates, one of the best programmers I've ever met, and someone I always talk about when I try to explain how incredibly special some people I work with are: Jeff Hardy ❤️

dev.37signals.com/the-rails-de...

4 months ago 27 4 3 0
Video

Here's the clip for it from the Rails foundation:

4 months ago 3 0 0 0
Advertisement
Xavier giving Marco the award

Xavier giving Marco the award

I'm really happy to see @marcoroth.dev receive the 2025 Rails Luminary Award! 🎉

He’s done so much for the Rails ecosystem and the Ruby community.

Huge congrats, Marco! 🙌

And it's great to have @fxn.bsky.social and @amandabrooke.bsky.social around.

#rails #RubyOnRails #ReActionView #herb

4 months ago 43 8 3 1
Preview
Railshöck at Renuo, Wed, Dec 17, 2025, 6:30 PM | Meetup Hi everyone On a short notice I'll revise what I said before: THIS Railshöck will be the last one of this year… probably! *fxn* is travelling around, so I couldn't say no

Next week I’ll be at the last Railshöck of the year, in Zurich.

There will be talks by Alessandro Rodi, @marcoroth.dev, and yours truly. It's going to be a good one.

Being Switzerland, I am leaving my credit card at home 🤣.

www.meetup.com/rubyonrails-...

4 months ago 12 4 3 0

I have released Zeitwerk 2.7.4.

It improves the performance of some validation logic. This may be measurable in large apps with ignored directories and lots of autoload paths.

In Gusto's main application (+20 autoloaders, ~2000 autoload paths), the patch saves 800 ms of boot time.

4 months ago 32 6 0 0

But the good thing is, that if the days are shorter, you have to wait less long, right? 🤪

/s

4 months ago 5 0 0 0

I think the thing that used to make GitHub so compelling is that it was a product driven by engineers for other engineers

4 months ago 77 4 9 1
Preview
Address HTML markup issues reported by Herb by marcoroth · Pull Request #1797 · basecamp/fizzy This pull request addresses some HTML markup issues reported by the Herb gem.

This is brilliant github.com/basecamp/fiz...
🙇🏻‍♀️👏🏻 @marcoroth.dev

4 months ago 25 5 1 0