Pedro Piñera
@pepicrft.bsky.social
about 11 hours ago I’d recommend give it a shot with coding agents. You’d be surprised how accessible they’ve become.
💬 0
♻️ 0
❤️ 0
I’d recommend give it a shot with coding agents. You’d be surprised how accessible they’ve become.
Manus timeline:
- Launched March 2025
- $100M revenue in ~6 months
- Acquired by Meta for $2B in December 2025
- Execs join Meta as employees
- Money gets transferred
- April 2026: China blocks the deal LOL what If we're not building this together, I am not having a lot of fun. The biggest reason I want to open source Command Code?
I want every developer to be able to build on top of what we've built.
So your coding agent is MORE closer to what you actually want it to be.
Code is cheap. AI can code really, really well now. We implemented continuous localization using a context DAG based on L10N.md files and wrote about it:
tuist.dev/blog/2026/04... Can’t avoid but seeing platforms like Railway or Render (and any Heroku-like platform) as unnecessary abstractions as a service in a world of coding agents. We moved @tuist.dev services to k8s and don’t feel we need anything else. This is the video I wish I could've watched when I was 14 and wanted to know how to make web apps. I made Val Town for anyone who wants to learn how to code.
We cover the basics of:
JavaScript
web servers, HTTP
HTML, forms
GET and POST requests
SQLite
Hono routing
www.youtube.com/watch?v=0Mrs... When agents are provisioning your infrastructure, security can't be an afterthought.
The Netlify + Stripe Projects integration keeps credentials write-only, auto-synced, and scanned on every build. All the way through to production.
netlify.com/blog/netlify... Read more
planetscale.com/blog/rls-sou... Postgres RLS sounds great in theory: embedded access control right in the database. In practice, there's complexity in policy configuration, managing your attack surface, and performance implications. Our latest article takes a deep dive into RLS.
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Open any commit's diff from the command palette with `git: view commit`. Feed it `HEAD`, a SHA, a branch, or a tag. Thanks schpet!
We launched Zed 1.0 this week! 🎉🎊🥳 As per usual with a new version, we shipped goodies: Stop using breakpoints as makeshift bookmarks... because bookmarks are here! 🔖 Right click on the gutter to add a bookmark and see them all with `editor: view bookmarks`. Thanks austincummings!
Agents are moving into the earliest steps of building software.
The platforms that matter will be the ones that close the gap between first setup and production, not just the ones that can be provisioned.
@biilmann.blog on the AX demands that creates: netlify.com/blog/agent-e... all hail the bogota bus rapid transit map
humantransit.org/2026/04/bogo... ICANN's 2026 gTLD application window opens today -- big year for domains!
Wrote a bit about the round a few weeks ago
dotcom.press/archive/domainia Read the full blog👇
pris.ly/pn-mongo Your MongoDB aggregation looks fine until one misspelled field reaches runtime.
Prisma Next adds a typed pipeline builder, so grouped fields, sorting, and lookups are checked against your model before you ship. Thanks a lot for looking into this! We will investigate.
Oxfmt can now format your JSDoc as well! 👀
All you need is setting the `jsdoc` option in your Oxfmt config file, either as default empty object or with custom options.
More info in our Oxfmt docs
oxc.rs/docs/guide/u... that counts too!