Tim 🚪 ✅

@tim.do

Some dude that probably closed your issue on GitHub. Prev: Techstars, SalesLoft, Spaceship, Ignition Alley, A Small Orange.

Incredibly hyped to announce Schema Benchmarks, a project I've been steadily working on in collaboration with @fabianhiller.com! It aims to provide a central and transparent resource for many of the metrics that matter for schemas, including bundle size and runtime performance 😄

Bild

Is it a bad thing I start typing "git" into my browser address bar and "githubstatus.com" is above "github.com"? 🤔

Fun story from today. I'm currently trying to get `--strict` on by default in TypeScript 6.0. Our test suite has many tests which are written with `--strict false`, so I am updating them by adding a special comment our test suite recognizes for options // @strict: false However...

Test where `// @strict: false` has been added to the beginning of the file.

What parts of React upset you the most? > Separation of concerns doesn't work with JSX > Hooks are so fragile they don't even allow conditional usage > React's so slow it needs a compiler to work > Vercel took over React to build RSC to sell more servers Let's hear it!

Every day for the next ten days is going to be a palindrome 5/20/25 5/21/25 5/22/25 5/23/25 5/24/25 5/25/25 5/26/25 5/27/25 5/28/25 5/29/25

Schrödinger's federal employee: Simultaneously the most lazy and incompetent people, and also perpetrating the worst fraud imaginable via the deep state swamp. You can't have it both ways.

The real looting in California begins when corporate landlords start price gouging on rent, and private equity firms swoop in a start gobbling up fire-damaged properties in working class neighborhoods and reselling them at huge, unaffordable markups.

Any Rubyists able to help me understand this? The contact kwarg is being passed as nil to Contact::Update. Somehow the local variable is binding first. WHY???? def update contact = Contact::Update.call(contact:, params:) end private def contact @contact ||= contacts.find(params[:id]) end