Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile
Kerrick Long (elsewhere at kerricklong.com/social)

@kerricklong

RIP my interest in Twitter, 2008–2022. Find me around the web: kerricklong.com/social/

ID: 17325944

linkhttps://kerricklong.com/ calendar_today11-11-2008 23:59:21

2,2K Tweet

264 Followers

5 Following

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

// #JavaScript snippet -- terrible or great? class ThingHaver { get uniqueThings() { const found = {}; return this.things.filter(thing => (found[thing.uid] = !found[thing.uid])); } }

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

I've been working with the Notion API the past few days. Given what I've seen, I would bet Notion's Engineering team has a line of #TypeScript like this in their codebase: type HasTypeAndPropertyValue<T extends string, K> = { [key in T]: K } & { type: T }

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

#JavaScript code style poll! Vote, and reply telling why you voted that way. // Option A return bool ? { foo, bar, baz } : { bar, baz } // Versus // Option B return { ...(bool ? { foo } : {}), bar, baz, }

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

I was really excited to use Stripe Atlas after years of hearing Patrick McKenzie talk about it, but after four weeks (!!) of back-and-forth with their support staff resulting in an inability to attach a list of prior inventions to the founding documents, I've soured on the experience.

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

I just started up Marvel's Avengers (PC) for the first time, clicked the big flashing "Play Now" button on the home screen, and then was given what appears to be a HUGE SPOILER MONTAGE recapping the campaign I was hoping to play. What the heck?

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

Why do modern desktop and gaming motherboards, even flagship models, include so few PCI Express slots? It’s even common to see more M.2 slots than PCIe slots these days! In this article I work through the righteous anger and explain the mindset shift. kerricklong.com/articles/pci-e…

Kerrick Long (elsewhere at kerricklong.com/social) (@kerricklong) 's Twitter Profile Photo

.Steve Yegge laid out a vision: in 2 years, nobody will write code. The solution? Kerrick’s Wager: a plan of action for senior developers in an agentic AI world. kerrick.blog/articles/2025/… #AI #VibeCoding #AIAgents #SoftwareEngineering #Programming #Careers