Profile avatar
jaronoff.com
OpenTelemetry Maintainer, Eng at omlet.co I’d just like a bagel please
158 posts 486 followers 294 following
Regular Contributor
Active Commenter

begging CNCF to not go with the worst messaging platform out there. Discord is responsible for so many of my worst experiences online

The frustrating thing about this energy, especially in Boston, is that it results in worse pedestrian AND cyclist outcomes. Living in the south end, residents fought against the street improvements which added bike lanes, removed car lanes and extended sidewalks!

oh okay then. thank you have a nice day.

no better feeling than merging someone else's pr and thanking them for doing something you didn't have time to do

Bike infra in Boston is getting pretty amazing! Just rode from deep Cambridge (fresh pond) to Coolidge corner in under 30 mins on ~80% separated bike lanes! Made especially nice by the open streets closure on the Cambridge side of the Charles. Trip cost $3 on a blue bike vs a $2.90 train (1hr)

if you’re an open source maintainer in nyc and wanna join for coffee with a small group of other maintainers in Brooklyn at 2pm DM me :)

Thinking recently about how the internet became real life in the food world before anything else. So many early blogs were for recipes and restaurants, then SEO became make or break.

This 100% would get me back into playing games. I miss like small games that I can just play casually for a few hours. I do not like that it feels my only options today are 90+ hour games or attention sucking mini games.

Friends who are into puzzles, a friend of mine made this neat fun game as a little html experiment. Please check it out! dialin.fun

Presenting...the latest edition of the "Humans of OTel" series, from #KubeCon EU 2025 in London! Featuring: * @marylia.dev * Adriel Perkins * @bidetofevil.wtf * Jamie Danielson * Mikko Viitanen * Damien Mathieu * @jaronoff.com * @alolita.bsky.social youtu.be/eZ3OrhxUAmU

At this point, I gotta assume they bet against themselves and are throwing the game

Update: it IS great

word to the wise, if your tailwind is fighting you for dynamic classnames in react, use the safelist in the config and save four hours of frustration safelist: [ { pattern: /col-start-\d+/ }, { pattern: /col-end-\d+/ }, { pattern: /row-start-\d+/ }, { pattern: /row-end-\d+/ }, ]