🫨🤯⬇️Quark A⬇️
⬇️Backup_More Collections⬇️
The new recruit heads home with his sturdy best friend, and the stepsister talks so much it makes you wanna hole up in the room.
Show more
Brian Chesky didn’t start with a billion-dollar company.
He started by opening his apartment to three guests.
From a RISD graduate to co-founding Airbnb and taking it public, his journey is a reminder that some of the biggest companies start with very small experiments.
Here’s his career timeline. 🧵
Show more
Hy 3D WorldClaw is out🤯
An agentic workflow that turns a text prompt into a large scale 3D open world.
Every scene is freely explorable🌻, built from editable, game-ready 3D assets with real geometry and textures. actual meshes, not video or splats.
Project page 👉
Show more
We went in assuming the harness was just a ruler, turns out it isn’t.
We found this the hard way, trying to answer an internal question: which model for which kind of work
No eval covered it, so we built one. WorkBuddy Bench is open now, 260 tasks across code, web, office and security.
Three things we didn't expect:
— no model won everything. The leader changed track by track, and across the models we ran, GLM-5.2 came out on top for security on both setups we tried
— the scaffolding around the model moves scores as much as the model choice does. Same model, same tasks, different client, and the security ranking reshuffled
— real coding tasks are hard not because of the code, but because of the context. In our Code subset, bug fixes and API contracts were the toughest categories
We don't think this settles anything, real work is messier than any 260 tasks can capture, and that's exactly the part we want to keep working on. If you've got a read from your own practice, we're listening
repo👉🏻
Show more
Tell me you're a founder without telling me you're a founder ↓
You don’t need to feel ready to start.
You just need to start.
Action creates clarity.
🗄️PostgreSQL just landed in CloudBase
With CloudBase, your Vibe Coding product can spin up its own database with a single prompt
In practice:
- Tables, permissions, and auth rules are declared in SQL, the same language your Agent already reads
- Row-level security means author_id = auth.uid() does the heavy lifting, no custom middleware
- Each user environment is isolated by default: spun up, hibernated, or deleted via API (or MCP)
Go build→:
Show more
Founders, what's the one thing in your startup that's been on your mind the longest that you still haven't fixed?
Things that don't matter as much as founders think:
- The pitch deck design
- The landing page copy
- The product name
- The funding amount
Things that matter more than founders admit:
- Talking to users
- Shipping fast
- Showing up when it stops being exciting
Show more
Y'all know Valkey right? We co-maintain it upstream
And now we support Valkey 9.0 (up to 200% throughput gains on compute-heavy ops) with a set of kernel-level patches built for prod:
- Stateful connections (Pub/Sub, MULTI) survive node migration without dropping
- Rehash latency spikes minimized at the root, keeping data service stable and smooth under load
- Same-zone replica wins the failover election, avoiding the latency hit and performance loss from cross-zone switches
For agent builders: pipeline memory prefetch in 9.0 cuts batch read latency by up to 40% and zero-copy responses add another 20% on large value reads.
I bet it's worth a look:
Show more