Jean Boussier

@byroot.bsky.social

Rails core, Ruby committer, Senior Principal Engineer at Intercom.

I realized it has been ~1.5 years since I concluded my series of post on JSON optimization. So I got curious how much faster it became since then. 2.7.2 was the last version before I took over maintainership. 2.9.0 was the version I released at the end of the blog series.

Bild

Not sure if something changed recently, but I've received a stream of much higher quality security reports in the last few days, but there' still something off with them. I suspect they're AI assisted, but can't be certain. Unlike before, they're easy to read, concise, well explained etc. 1/3

Something I'm not yet clear on how to handle these days is what to do with obvious LLM PRs on Open Source projects. When a human submit a PR that needs some work, often enough I'll go through rounds of review to progressively get the PR in a mergeable state.

I need to stop procrastinating and buy myself a proper development machine that run on Linux, and learn how to use the rr debugger. I keep running into issues that would be way easier to debug that way...