logoalt Hacker News

kay_oyesterday at 11:47 PM5 repliesview on HN

is all of this is vibe coded?


Replies

seertoday at 6:53 AM

Isn’t a “local emulator of cloud services” kind of the perfect project to be vibe coded? Extremely well documented surface to implement, very easy to test automatically and prove it matches the spec, and if you make some things sub optimal performance wise, that is totally fine because by project will not be used in a tight loop anyway - e.g. it will just need to be faster than over the network hop plus the time it takes for the cloud to actually persist things. This can just need to do this in ram and doesn’t need to scale.

So I’m shocked cloud providers haven’t just done this themselves, given how feasible it is with the right harness

spzbtoday at 12:01 AM

Can't say for sure but the first commit was only four days ago and has a gitignore mentioning to Claude so probably yes. https://github.com/hectorvent/floci/blob/main/.gitignore

zipping1549today at 12:15 AM

https://github.com/hectorvent/floci/blob/main/CONTRIBUTING.m...

Mentions CLAUDE.md and didn't even bother deleting it.

manxtoday at 1:33 AM

What matters more is if there is good QA.

asteroidburgertoday at 12:35 AM

Does it matter?

show 2 replies