pretty cool that you can get claude to deflake tests if you specifically ask for that. it can run small scripts to do stuff like stress-test 100 times in parallel, then work to narrow down the cause of flakiness
[@hiogawa.bsky.social]( ) this should fix the issue you were seeing [github.com/facebook/rea...]( ) [[Flight] Don't hang after reso...]( )
we should do xslt too RE:
mathematicians call this “if and only if” https://morel.us-east.host.bsky.network/xrpc/com.atproto.sync.getBlob?did=did:plc:fpruhuo22xkm5o7ttr2ktxdo&cid=bafkreibkll4l245auhljttxezbprbgjnv5xgkcwfcvi3q3rdv4pqihslc4
i really need to get into these.. i keep teaching it the same few things RE:
is anyone using claude code for non-coding stuff? does it make sense?
there should be a way to work for 20 companies at once and rotate them like once a month so you don’t get bored
is there a tldr somewhere on how to make mutations reflect latest state in Next.js should i - revalidatePage/revalidateTag in every server action - or should i router.refresh next to their calls - both? i haven't tried cacheComponents yet so curious how to work with the existing model
oof spent an ungodly amount of time trying to get Next.js working with [@slices.network]( ) OAuth via Claude so to whoever who might run into this later — you need to explicitly redirect with 302, or Next will do it with 307 which (???) breaks OAuth https://morel.us-east.host.bsky.network/xrpc/com.atproto.sync.getBlob?did=did:plc:fpruhuo22xkm5o7ttr2ktxdo&cid=bafkreidvmnlc56lbfavutuouifous2w44wadkee7wqxenyogv6daf6s2hi
although this wasn’t exactly what i did, i think it would be fantastic to have a [@slices.network]( ) client-compatible mock library that works via in-memory storage (in the browser) or via fs (on the server). just ignore the protocol and focus on ux while doing local dev, then switch