Steve Krouse
@stevekrouse.com
4 months ago So cool!!!
💬 1
♻️ 0
❤️ 3
So cool!!!
i read about @mapbox.com publishing new maps with vantor imagery and wondered "who's vantor" and made this chart (based on wikipedia sources) www.mapbox.com/blog/mapbox-... Zednesday 🎁
thank you for the kind words! <3
yay we're trending on github! ⭐️
Replay is up! 🎥
What happens when the people who build Netlify use Netlify to solve their own problems?
This Community Showcase features four Netlifolks demoing custom apps they built to streamline workflows and spark creativity.
www.youtube.com/watch?v=ML03... Need a place to publish your “how I shipped it” tutorial? 👀
The Netlify Creator Program is open!
Blog or video, editorial + technical review, you get credited.
✨ Swag + 3 months Pro too.✨
www.netlify.com/creator-prog... PSA: There’s someone trying to impersonate me around Discord servers recently. Make sure to check the Discord ID! My ID is evanyou, without a dot at the end.
✉️ Expedite your migration to PlanetScale. Email us at migrate@planetscale.com and our migration specialists will be in touch.
PlanetScale offers hands-on migration services to move your Postgres databases to PlanetScale.
We handle the entire process for you, from assessment to cutover. Free for YC companies and most large workloads. Reach out to see if you qualify.
planetscale.com/migrate themes are art. editing JSON files to make them? not exactly a vibe.
Learn why theming is hard to get right, and why we built the Zed Theme Builder: zed.dev/blog/theme-b...
then go make something beautiful ✨ We're changing our mind on MCP vs CLIs. Coding agents can use the Tuist CLI, but a dedicated MCP server lets them manage sessions from their own environments. Imagine: Tuist detects a flaky test, you ping your agent, it fixes it. We're building for that future now.
https://github.com/tuist... reactionary ai centrism (the difference between the two kinds of good): macwright.com/2026/02/12/r... Coding agents are changing everything. Issues that took days now take minutes. Build times are becoming the bottleneck, and that's where Tuist comes in.
We're building infrastructure for productive agentic engineering.
https://community.tuist.... Why did adding ONE component make your build drastically slower?
The answer is often: Barrel files.
Luckily, you can enable Lazy Barrel Optimization in @vite.dev 8 and @rolldown.rs do bring your build time back to normal.
Want to know more? Check the video & docs
rolldown.rs/in-depth/laz... 📺 Community Showcase is live today at 1pm ET.
Four Netlifolks (HR, Partnerships, Sales) demo custom apps they built on Netlify to streamline work and spark creativity.
▶️ www.youtube.com/watch?v=ML03... New post: "The rhythm of building"
As dev tooling founders, we keep noticing ideas and problems have their own pace. You can't rush insight. I wrote about manufactured urgency, FOMO-driven adoption, and why we're choosing a slower path at Tuist.
https://pepicrft.me/blog... i was definitely expecting the refusal here but the thought process seems a little over the top
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Agents don't typically try to `rm -rf /` your machine, but even if one does, Zed's tool permission layer now blocks it before it can execute. These hardcoded safety guards catch dangerous commands even in chained expressions like `ls && rm -rf /`, and can't be overridden by any setting.
Right-click files and folders in the project panel to download them from a remote development server to your local machine. Thanks leoliu0605!
Send terminal selections directly into an Agent thread. Highlight output > right-click > `Add to Agent Thread` Thanks rutgercap!