Earlier quoted context omitted.
Agent coded != vibe coded. I don't write code manually anymore, but Im still getting the exact code output that I want.
It's a tough pill for some HNers to swallow, but with a good process, you can vibe-code really good software, and software far more tested, edge-cased, and thoughtful than you would have come up with, especially for software that isn't that one hobby passion project that you love thinking about.
EmDash – A spiritual successor to WordPress that solves plugin security
191–200 of 558 posts
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#192Earlier quoted context omitted.
Agent coded != vibe coded. I don't write code manually anymore, but Im still getting the exact code output that I want.
It's a tough pill for some HNers to swallow, but with a good process, you can vibe-code really good software, and software far more tested, edge-cased, and thoughtful than you would have come up with, especially for software that isn't that one hobby passion project that you love thinking about.
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#193the plugin security problem in WordPress was never really a code quality problem - it was a trust model problem. any developer could publish a plugin and any site owner could install it with one click, with no vetting layer in between. TypeScript and serverless doesn't change that dynamic unless the trust model changes too. curious how EmDash handles third-party plugin permissions at the API boundary.
It runs each sandboxed plugin inside its own dynamic worker, with a separate bridge worker to enforce permissions. The worker only has access to its permitted APIs.
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#194Re: EmDash – A spiritual successor to WordPress that solves plugin security
#195Earlier quoted context omitted.
It's a tough pill for some HNers to swallow, but with a good process, you can vibe-code really good software, and software far more tested, edge-cased, and thoughtful than you would have come up with, especially for software that isn't that one hobby passion project that you love thinking about.
vibe coding implies a complete lack of process. The definition is basically YOLO.... https://x.com/karpathy/status/1886192184808149383
I'd consider it vibe-coding if you never read the code/plan.
For example, you could package this up in a bash alias `vibecode "my prompt"` instead of `claude -p "my prompt"` and it surely is still vibe-coding so long as you remain arms length from the plan/code itself.
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#196Earlier quoted context omitted.
[flagged]
This crap thinking has to stop, not everything is "hey agent do this" then sit, wait and publish as is. Also this is a Cloudflare official software, do you REALLY think this is 100% vibe coded without human intervention? Come on...
yeah.
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#197Earlier quoted context omitted.
Agent coded != vibe coded. I don't write code manually anymore, but Im still getting the exact code output that I want.
It's a tough pill for some HNers to swallow, but with a good process, you can vibe-code really good software, and software far more tested, edge-cased, and thoughtful than you would have come up with, especially for software that isn't that one hobby passion project that you love thinking about.
Even for tests, I always thought the real valuable part of it was that it forced you to think about all the different cases, and that just having bunch of green checkboxes if anything was luring developers into a false sense of security
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#198Earlier quoted context omitted.
[flagged]
This crap thinking has to stop, not everything is "hey agent do this" then sit, wait and publish as is. Also this is a Cloudflare official software, do you REALLY think this is 100% vibe coded without human intervention? Come on...
Re: EmDash – A spiritual successor to WordPress that solves plugin security
#199Re: EmDash – A spiritual successor to WordPress that solves plugin security
#200Earlier quoted context omitted.
It's a tough pill for some HNers to swallow, but with a good process, you can vibe-code really good software, and software far more tested, edge-cased, and thoughtful than you would have come up with, especially for software that isn't that one hobby passion project that you love thinking about.
This, but I think everybody that's awake knows this. I still not a fan of this project regardless, it's polishing a turd.