GitButler ⧓
@gitbutler.com
about 1 month ago This happy hour will include food and we'll also have some karaoke later in the evening! #rubykaraoke
💬 0
♻️ 1
❤️ 2
This happy hour will include food and we'll also have some karaoke later in the evening! #rubykaraoke How do you build a culture of true autonomy? Slow down and inform. Your team should feel empowered enough to run on their own. Leadership should only need to step in as a tie-breaker for those 50/50 split decisions. Build the culture, don't cut corners.
come on, this is not a habit of mine, spare me the wrist-slapping machine for the first infraction
huh?
You can now provision a Supabase Postgres database (and the rest of Supabase) straight from the Stripe CLI.
We co-designed the integration with Stripe as part of the Stripe Projects developer preview.
supabase.com/blog/supabas... We're excited to share we're partnering with Stripe as part of their Stripe Projects developer preview.
Create & manage PlanetScale Postgres + Vitess databases straight from the Stripe CLI. All of your dev tool provisioning and billing now centralized in one place.
planetscale.com/blog/planets... The Next.js Adapter API is now stable.
That’s a big step toward running @nextjs.org across platforms. However, there's still work ahead and that's why we're forming the Ecosystem Working Group.
@philippeserhal.com shares what’s next:
www.netlify.com/blog/the-nex... If you are in Austin for @rbqconf.bsky.social and you'd like to join us - we are having a Happy Hour tonight at Higbie's! Join us for cocktails, mocktails, and fun!
luma.com/26dxy3co ❤️ loved your dynamite analogy! it was a dynamite analogy!
dax is on the money here, we need to stop predicting stuff in general for a while, it's the laziest content
my association of 🦀 has gone from 'rust' to 'openclaw' in the blink of an eye
the sketches continue
Check it out 👇
pris.ly/cli/format One of those small but useful commands: `prisma format`
Formats your schema file and validates it at the same time. Catches typos, config issues, and unknown preview features before they cause problems.
How often do you run it? 👀 Oxfmt is in beta for a month now! 🎉
◆ 100% Prettier conformance for JS/TS
◆ Seamless migration from Prettier via command
◆ Stable import sorting & Tailwind CSS support
◆ and more!
Are you using it already?
What is your favorite feature?
Learn more in the blog post & docs
oxc.rs/blog/2026-02... wow, thank you! I am a fan of your writing, too!
AI coding agents can now debug their own code.
↳ Detect errors from runtime signals
↳ Trace failures back to root causes
↳ Apply fixes and re-run tests
Debugging is becoming an automated loop, not a manual task.
Follow for more insights on AI and coding agents. Zeta2 is here. 30% better acceptance rate than Zeta1. 200x more training data, LSP-powered context, faster predictions, open weights. Try it now in Zed.
We didn't just improve the model. We rebuilt the entire data pipeline behind it: zed.dev/blog/zeta2 #ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... The image viewer now supports pinch to zoom on macOS and Linux. 🤏🔍 Thanks MostlyKIGuess!
It's now easier to unbind default key bindings in your `keymap.json`.
{
"context": "Editor && edit_prediction",
"unbind": {
"tab": "editor::AcceptEditPrediction"
}
}