TS felt simpler if we could make it fast — no napi, no native builds, no per platform vendoring
AI
-
Buy Remix Sell Vibe-Coded Apps on Anything Platform
By
–
wait… you can now buy, remix, and sell vibe-coded apps directly on @Anything 👀
— Charly Wargnier (@DataChaz) 9 avril 2026
pretty sure these devs never f*cking sleep. https://t.co/KH1ey5N6cRwait… you can now buy, remix, and sell vibe-coded apps directly on @Anything pretty sure these devs never f*cking sleep.
-
Chargebotic: Universal Autonomous Charging System for Robots
By
–
introducing Chargebotic, autonomous charging for robots.
— Anis (@anis_neyo) 9 avril 2026
robots are getting smarter every day. but they all share the same problem: someone still has to charge them.
designed for space to charge and save rovers on the Moon, we realized robots on Earth have the same problem.… pic.twitter.com/ZpbnMuPsMSintroducing Chargebotic, autonomous charging for robots. robots are getting smarter every day. but they all share the same problem: someone still has to charge them. designed for space to charge and save rovers on the Moon, we realized robots on Earth have the same problem. Chargebotic is a simple, universal charging system. it includes a charging pad, a receiver module, and software that manages your robots' charging. this allows your robots to charge themselves anywhere in extreme environments, across entire fleets, and across every robot brand. currently working with our own robot, Spark-E. testing with more robot types coming soon. sign up for early access link in bio.
→ View original post on X — @scobleizer, 2026-04-09 21:29 UTC
-
AI impresses non-coders too, selection bias on X
By
–
There are plenty of people who are awed by AI who are not coders, I think the argument that AI impresses programmers most is, in part, selection bias on X, which is heavy on coders and people making fun of non-coders for not getting AI.
-
Conspiracy theorist leads world: implications for AI governance
By
–
You know that crazy uncle with those unhinged, vicious, low-IQ, bigoted, third-rate tabloid conspiracy theories that shows up for all family gatherings and everyone is trying to avoid? Yeah, that guy is in charge of the whole world now.
-
AI is jagged but also surprisingly general across domains
By
–
AI is jagged, but I think sometimes it is easy to overly focus on that. The generalness is a surprise too! LLMs may be optimized for verifiable fields like coding, but AI is also not bad at corporate strategy & medical advice & writing a sestina & expressing empathy & ideation.
-

Performance optimization strategies for file search systems
By
–
The wins came from three places: 1. Pre-computing upfront in a clever way that doesn't block the main thread
2. Avoiding NAPI overhead for small result sets
3. Iteratively asking Claude to find perf improvements for faster file search -
Claude Code v2.1.85 Faster Mentions Feature Released
By
–
Enjoy faster @-mentions in Claude Code! This went out in v2.1.85.
-

TypeScript Port Delivers 3x P99 Performance Improvement
By
–
After a few hours, I had a PR. The results were solid — P99 got 3x faster after porting to TypeScript!
-
Claude Code introduces fileSuggestion setting for large codebases
By
–
But in big codebases, it would fall over. So we introduced a new fileSuggestion setting in Claude Code, so customers with large codebases could plug in their custom code index (using SourceGraph, an in-house index, etc.). https://
code.claude.com/docs/en/settin
gs#file-suggestion-settings
…