Open-source business management software engineered to operate at scale. Built on a robust microservice architecture. Designed to evolve with your enterprise.
Since February, I've designed and built the world's fastest RC airplane in my college dorm, and that’s not clickbait. Reaper has a 5kg carbon-fiber frame, 250N turbojet, and flies at 500mph. New to X and will be going through the whole build here in the coming days.
#aerospace
Fable 5 is starting the nightshift and it is picking up my current experiments:
- @ElectricSQL with new IVM core engine based on DBSP
- 1M ops/s over 1M streams in a single @DurableStreams rust server
🚀 New @DurableStreams rust release is out!
Comes with brand-new per-core epoll engine for live-tail SSE and memory improvements
Flat p99 latency, lower memory footprint per subscriber; increased write throughput.
Checkout the number👇
Want to try GLM 5.2 in production but worried how it might change your product?
Don’t worry, we got you:
1. Install Inference Gateway (https://t.co/4bm9zThXUH)
2. Keep sending traffic to your current provider
3. Gateway automatically starts sorting through your live data using an RLM to generate evals for your app. This takes ~24 hours.
4. Gateway starts mirroring live traffic to GLM 5.2 to run evals. Traffic is only mirrored - you’re still using your old provider in prod.
5. Once evals look healthy, you get a Slack notification letting you know it’s safe to switch.
6. Switch model identifier in your code to “glm-5.2”
Congrats, you just saved 90% on your monthly token bill, and you own your LLM stack end to end.
MCP tools have only ever returned text for the model to read.
Now they return interactive UI. 🪄
TanStack AI's new MCP Apps support renders ui:// widgets right in the chat - static or fully interactive, with a client/server bridge.
I've been writing a @DurableStreams server in Rust to see how fast it can be.
It reaches nearly a million appends per second on a single 4 vCPU box — an order of magnitude faster than current reference server 🧵
🎉 Mole 1.8.0 is now available.
New Battery Care, Apple Silicon fan control, faster app updates, a smoother disk map, and a more useful menu bar.
A Mac maintenance app should show what it is doing, then stay out of your way.
https://t.co/fXXvnNmu9G
I've forked Postgres so it doesn't fork 🤯
I’m experimenting with backends that can run as processes, pinned threads, or pooled carriers.
The goal is massively scalable connections, no external pooler.
Experimental, but it works!
🔗🧵
Entire app built on @ElectricSQL and PGLite. Custom cache + render layer on top so UI feels near-instant.
We're also building our own rich text editor: schema + delta based, no deps apart from Yjs. The win is making the CRDT the source of truth instead of the DOM. Lets us deliver a Cursor-like experience where always-on server-side agents can collaborate directly on the document state, while keeping every editor and the app in sync. Powerful for collaborative inboxes.
Planning to share it more widely in 1-2 months. WIP → https://t.co/psWhwcIOXX
So mostly just local-first tech for now. But would absolutely love to have a local-only mode down the line.
We break down the technical architecture behind our multi-stage vulnerability discovery harness and automated triage loop. Learn how we manage state controls, squash false positives through adversarial review, and route around LLM context limits.
https://t.co/qFWmgEgwXP
I've made a Kubernetes that runs in the browser, and today we're open sourcing it.
The hope here is to make super interactive and visual web content about Kubernetes much easier to write, and we have a whole bunch planned this year.
Links below.
*squeaking intensifies*
The new version of Ratatui is out! 🐀🎉
🦀 A Rust library for cooking up TUIs (@ratatui_rs)
🌠 New "ratatui-termina" backend, bug fixes & more!
🧀 Release notes: https://t.co/PrJ0HrjDV5
⭐ GitHub: https://t.co/Yc226kuy8V
#rustlang #tui #ratatui #library #terminal #commandline #opensource
Today I am releasing keymaxxer: a way to keep your secrets safe when using coding agents.
Keymaxxer keeps all of your tokens in a local encrypted database. You can authorize or deny a request, and the tokens are never added as plain text to the session.
Instead, a command can be executed with an environment variable containing the secret.
Works with @opencode@claudeai code, and @OpenAI codex.
npm install -g keymaxxer
github: https://t.co/pm6wnEiNPA