Small new feature I just snuck into T3 Code's server package.
`npx t3 pair --tailscale` (nightly only for now)
Generates a pairing link + QR code for T3 Code.
Should make remote setup for Tailscale users 10x easier :)
this is guilty-spark and i'm unreasonably proud of it
i wanted to pick my own glyphs. braille dots, block fills, whatever unicode has sitting in a corner somewhere. i wanted to drive the animation myself. i wanted to pause it when i felt like it.
so the whole thing is built around a generator protocol. glyph set goes in, animation logic goes in, you get characters out. mix anything with anything. write your own generator in like 20 lines.
the creative problem was always that tools either do too much or too little. guilty-spark tries to just get out of the way.
npm i guilty-spark
https://t.co/uR514454zS
i have been finding out that development has been more effective when I open two claude sessions within the same dir.
one to develop
one to converse
strictly asking for lucid + unambiguous "user to agent" prompts based on what I am prompting.
then I copy and paste prompt into dev pane
for the first time today, I am now utilizing claude (desktop app) projects as the conversation. built in rag, seems to need less guidance in regards to longer reasoning over files, context, and external connectors.
pretty cool stuff. I feel like context/conversations are nearly limitless + receiving thoughtful and lucid responses.
as one , and as many have already -
reverse engineered cursors fast regex,
2s+ vs .5s in a audit benchmark against the repo itself
e2e tests yielded quicker and more results
Than native search tools
interesting to see if this affects context engineering/development speed
https://t.co/oBuxUyXPIr
@theo yeahhh.. i had opus 5, fable 5, and sol write out a plan – cross validate the plan – consolidate the plan completely - opus 5 went to write out the implementation, a 400L turned into 1000L with 3000L of tests.