Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. "They had no concept of a duty of care to their users." (aresluna.org)
    161comments
  2. The Normalization of Inexplicable Failures (ihatethefuture.com)
    8comments
  3. In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life (nytimes.com)
    23comments
  4. Replacing the old battery on rechargeable bike lights (jvns.ca)
    23comments
  5. Writing Efficient C++ Code (asawicki.info)
    11comments
  6. Show HN: TinyAIArena watch AI agents battle it out (tinyaiarena.com)
    5comments
  7. Ten Lines of Code That Changed My World (pixelambacht.nl)
    4comments
  8. Flip Fluid on Flip Dots (mitxela.com)
    18comments
  9. Show HN: A CC0 museum of retro 3D tricks you can paste into a page (3d-retro.com)
    8comments
  10. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    26comments
  11. Does Georgism work? Five years later (astralcodexten.com)
    372comments
  12. postmarketOS Rebrand: Nura (nura.eco)
    —discuss
  13. Go Concurrency Distilled (antonz.org)
    134comments
  14. Font where each token is equal-width (twitter.com/amplifiedamp)
    10comments
  15. Finally, A True Blue Rose Exists (sciencenews.org)
    27comments
  16. Walgit: A Git server that is one binary in front of an object store (github.com/rgodha24)
    2comments
  17. Unsealed Briefs in Authors’ Case v. Microsoft/OpenAI (authorsguild.org)
    493comments
  18. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    250comments
  19. Rusty thoughts on "Parse, don't validate" (thegreenplace.net)
    13comments
  20. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    101comments
  21. DeepSeek Elastic Compute (DSec) (arxiv.org)
    95comments
  22. The internet discovers TLA+. Now what? (reasonable.io)
    42comments
  23. ASML says it sold 'absolutely nothing' in Europe in 2026 (tomshardware.com)
    805comments
  24. Biology might not be quantum, but its math is quantumlike (quantamagazine.org)
    45comments
  25. 10 Tells of a Slop UI (hereticpleb.vercel.app)
    147comments
  26. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    93comments
  27. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    26comments
  28. Fifteen years later, the Apple Cards origin story (lexontech.org)
    110comments
  29. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    257comments
  30. An agent used DNS to reach an external chatbot (alignment.openai.com)
    146comments

Fakecloud: Local AWS cloud emulator for integration tests

43 pointsby 1d agofakecloud.dev
26 comments
3h agoHN ↗

But how does it compare to floci, which already picked up with localstack left off?

2h agoHN ↗

Yeah. Stupid really didn’t want to type that. :)

3h agoHN ↗

There are always nice, but there are a lot of scaffolding work involved with larger systems. It would be nice to be able to provide for example the terraform of the infrastructure and let these tool create their own. Might be a nice feature to add because I haven't seen it done yet.

2h agoHN ↗

I use tf with floci and floci-gcp, weekly…

2h agoHN ↗

Oh nice, not aware of this. We're opentofu on GCP, so could be a good addition to ci

2h agoHN ↗

I kinda like most of these emulators but why is there none targeting GCP/Azure

2h agoHN ↗

AWS is still way ahead in cloud usage, that's probably why AWS is the primary target. Anyway, floci has GCP and Azure versions, how mature they are, I'm unsure. But it does exist.

1h agoHN ↗

I'm launching something in that space this week - if you're interested in trying one of those out, feel free drop me a message via my website (in bio) :)

1h agoHN ↗

Agreed. Azure would be nice. Something that can work with Terraform too.

26m agoHN ↗

Check out floci-az. I haven’t touched it but I know it’s there.

1h agoHN ↗

I always welcome warmly projects like these, the only problem is that unless there’s a strong community behind, founders tend to build companies around them, raise capital, then put useful functionalities behind paywalls (see localstack).

When I see that, it always reminds me of Steve Jobs’s quote: ”It’s not a product, it’s a feature”.

Aren’t cloud companies like AWS, Azure, GCP the first to be interested in providing their users a meaningful way to do test integrations of their products? Shouldn’t they provide them in the first place?

27m agoHN ↗

You’d think that but it doesn’t seem to be the case. I do a lot of offline development and the only way it used to be possible was localstack but that’s AWS only. The open source community is the only interested party, it seems. Thankfully, there’s a lot of contribution happening in this space. Because I have need, I make a lot of my own contributions. I’m doing full stack cloud development against GCP without ever leaving my device.

1h agoHN ↗

There’s also MiniStack, which forked from LocalStack after they started breaking developer workflows: https://ministack.org/

Both fakecloud and its website look sloppily vibe-coded, and its “authors” are anonymous. It’s going to take a while for it to earn trust. I’d treat it with suspicion. (Curl-to-shell pipe to install? Ugh.)

1h agoHN ↗

Agreed with everything up to:

"curl-to-shell pipe to install" - what's the problem here? that's pretty common on linux systems and something the AWS CLI uses.

Or is the problem the fact that this dev is untrusted and is executing a possibly malicious script on your machine?

1h agoHN ↗

Running arbitrary code directly in your terminal is very dangerous

8m agoHN ↗

Any code I didn't write is arbitrary code. At some point I'm left to trust someone or run no software at all.

47m agoHN ↗

I'm worried that this behaviour has to be defended.

46m agoHN ↗

For a mock server? Surely a versioned, standalone executable, library/package or docker image makes more sense. Integration tests generally need to be portable and running on CI, you don't wanna be shell-piping whatever exists in the moment.

34m agoHN ↗

and its “authors” are anonymous.

The blog posts are all attributed to "Lucas Vieira" and the dev group https://faisca.dev that is attributed as the author has 2 other projects. Lucas comes up in LinkedIn and looks like an actual person working in San Francisco.

Re: curl; this seems to work:

  cargo install fakecloud
44m agoHN ↗

There are so many of these, but none of them simulate the surprise-billing experience.