this is cool kevinkipp.com/blog/qr-code...
Wait this is Waymo!
I guess I'm buying a "house rake" now. I've been walking around picking each thing up like a chump.
Is it too late for me to say I'm accepting money from people who think the rapture is gonna come tomorrow?
Feeling grateful that time marches on so that I donβt have to choose whether my kid should keep growing or stay the same forever. π₯Ή
AI coding agent telling me "the code works in my latent space".
What's more human than getting the captcha wrong because I didn't read the prompt and assumed the wrong object?
Love making little things like this w/ Claude Code that I would have never bothered to make before.
gist.github.com/third774/3ec...
Excited to share the details about our upcoming Meetup next Tuesday, May 20th, at 6pm!
Talk:Β Vibe Coding a Tamagotchi inΒ Next.js
Speaker:Β Andrew Njoo
Location: Cloudflare in Austin, TX
RSVP here! www.meetup.com/austin-js/ev...
Wait, the whole outie/innie thing wasn't about Observables?
We have a small disco ball in our house. My kid saw the fn key on my laptop and excitedly said βITβS A DISCO BALL!β π So I told him this is the party key.
Hot dang, they shipped it
docs.anthropic.com/en/docs/agen...
Proposal to rename "dependencies" in package.json to "liabilitiesβ.
So the new structure would be:
```
{
"liabilities": {
"react": "^19.0.0",
"typescript": "^5.0.0"
},
"devLiabilities": {...}
}
```
Uber needs a feature where users can request a car where the driver hasnβt doused themselves in Axe body spray.
Ooo, can you share more on how to do this? π
Claude Code needs an option to play a little sound whenever itβs done thinking an is waiting for you to come back.
lol, gonna add /.env to my blog and have it be a page that says βhaha, could you imagine?β
Your SQL migration file β src/migrations/0000_gigantic_nightmare.sql π
Genuinely LMAO'd at this auspicious migration name that Drizzle generated
Nothing worse than when Spotifyβs βdaily mixβ is stale with album art on it from what it was yesterday, so you hit play and get something *very* different.
Fine, I'll try vibe coding. Claude Code is pretty sick.
I do this way more than I should. Didnβt know there was a term for it.
en.m.wikipedia.org/wiki/Bedtime...
I really like Dr Becky Kennedy, this was great advice (sorry for the instagram link lol)
www.instagram.com/reel/DHa61VI...
πΈ
guys love to say βdude my balatro run last night was insaneβ then show you a screenshot like this
Cloudflare Stream launched Media Transformations to open beta today! Dynamically optimize, clip, and resize short-form video, regardless of where it is stored.
blog.cloudflare.com/media-transf...
O(n)β¦
Theo - t3.gg Frontend is harder than backend
me, under my breath, while in a protocol discussion I donβt understand in the slightest:
<TooltipTrigger isOpen={open} onOpenChange={setOpen}> <Button>Trigger</Button> <AnimatePresence> {open ? ( <MotionTooltip className={({ placement }) => cx({ "[--y:4px]": placement === "top", "[--y:-4px]": placement === "bottom", }) } offset={6} initial={{ opacity: 0, y: "var(--y)" }} animate={{ opacity: 1, y: 0 }} > Content </MotionTooltip> ) : null} </AnimatePresence> </TooltipTrigger>
React Aria exposing state through the className is super handy. Here we're using the placement returned to define a TW CSS variable which we can then use in Motion to define its animation direction. codesandbox.io/p/sandbox/zw...
All the cloud platforms use your data to train LLMs. Local-first tools are the way to fight back.
Security, defense, finance, healthcare, government... the reason high-security orgs use Obsidian is for the privacy and ownership of their data.
Now every team can be sovereign.