Jacob Aronoff

@jaronoff.com

OpenTelemetry Maintainer I’d just like a bagel please

With all the insanity around flying and because i'm a massive train nerd, I learned last week that there is indeed a sleeper train from NYC to ATL and I immediately decided to take the flight refund and take the train instead. So here I am at hour 1 of an 18 hour journey down south.

when did github's real-time updates on PRs break? It used to be that when i was looking at a PR and someone approved or commented i would see it without needing to reload the page. Same thing with test failures, I needed to reload the page to see if the tests succeeded.

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!

TinCanFury@tincanfury.bsky.social · last yr.

in Boston it's true of both cars and bikers. and as a pedestrian I don't want to get hit by either, but so far that score is 4 to bikes and only 2 to cars. bikers here love running into my leashed dogs on the sidewalks.

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.

A busy street in New York City. Some planters sit below a sign with a simple drawing of a yellow elephant. Next to the elephant is a sign for a restaurant called Thai food near me.

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+/ }, ]