Remix.run Logo
mikecarlton 2 days ago

Another alternative, earlier on HN: https://news.ycombinator.com/item?id=47420619

cmertayak 2 days ago | parent | next [-]

I liked the transparency: "Built entirely with AI by Jack Danger | All prompts saved in prompts/"

switchbak 2 days ago | parent | prev [-]

Thus far I've tried that (rejected), Floci (not great), and now looking at this.

This one is 7 days old.

I'm eager to have a localstack replacement, but these are a long way off from being mature enough. I suppose this is just the new state of software? Shiny website, big claims, AI coded, insufficiently tested.

thegagne 2 days ago | parent [-]

Out of curiosity, why did you reject Floci? It lacked some feature I needed, so I just went ahead and added them. My needs were not that complex and it has patterns to test that implementations match AWS. I agree it’s lacking things, but the bones aren’t that bad.

switchbak 2 days ago | parent [-]

I too added some stuff, but keeping up with the pace of it was annoying. Conflict city, slow reviews made it a headache.

In particular my issues were: - missing range fetches (probably in place now) - Missing version support in various places - bugs wrt to the handling of versioned objects across api calls

My needs are not super mainstream, but I was better off using RustFS in this case. A single lightweight fake would be preferable though.