Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    74comments
  2. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    105comments
  3. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    79comments
  4. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    62comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    432comments
  6. San Francisco Onion Futures Company(onionfutures.com ↗)
    71comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    18comments
  8. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    44comments
  9. Cloudflare Quick Tunnels(cloudflare.com ↗)
    285comments
  10. SDCC – Small Device C Compiler(sourceforge.net ↗)
    18comments
  11. How to Write with an LLM(sockpuppet.org ↗)
    336comments
  12. Science Is Open Software(jepedersen.dk ↗)
    38comments
  13. Saving another 100TB of RAM(cloudflare.com ↗)
    79comments
  14. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    15comments
  15. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    32comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    92comments
  17. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  18. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  19. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    105comments
  20. Communication by means of modulated Johnson noise(pnas.org ↗)
    1comments
  21. OpenJev(openjev.com ↗)
    267comments
  22. Goroutine Leak Profiles(go.dev ↗)
    4comments
  23. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  24. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    72comments
  25. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    52comments
  26. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    13comments
  27. Veronese's Dogs(publicdomainreview.org ↗)
    1comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    71comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    100comments
  30. Cyclomatic Complexity in C#(ndepend.com ↗)
    24comments

Simplicity Is an Advantage but Sadly Complexity Sells Better

58 pointsby 4y agoeugeneyan.com
6 comments
4y agoHN ↗

I've seen many articles like this. While I don't disagree, more prescriptive advice is needed. Perhaps getting a bit more concrete regarding what is meant by simplicity and complexity would be helpful. I'm afraid that "simplicity" will become a mantra used to justify a lot of status quo inertia and wheel re-inventing.

4y agoHN ↗

I would add one more thing to why simplicity is good: - it is easier to reach consensus on.

I have started to realize that so much in our society is how it is because we need some kind of consensus to move forward. And so much of added complexity exists because there are no good consensus.

Think about OS portability for example. If we had consensus on the OS APIs then there would be no cost to portability at all almost. But it is a complex thing and hard to get consensus on so we can't have things that is compiled towards an ISA and then runs everywhere. If something is super simple then it will be easier to make a consensus among people that it should be adopted.

But this also connects to the topic of this article, if it is easy to create a consensus among others about it that might be bad for business. That will make it super easy to compete with you. And make it harder for you to sell it (it is hard to figure out how to monetize open source).

4y agoHN ↗

This is partly why browsers and javascript got so much traction. Also why I expect webassembly to eventually be the default compilation target. Who knows WASI might evolve to be that de-facto OS API layer

From wikipedia:

Solomon Hykes, a co-founder of Docker, wrote in 2019, "If WASM+WASI existed in 2008, we wouldn't have needed to create Docker. That's how important it is. WebAssembly on the server is the future of computing." Wasmer, out in version 1.0, provides "software containerization, we create universal binaries that work anywhere without modification, including operating systems like Linux, macOS, Windows, and web browsers. Wasm automatically sandboxes applications by default for secure execution".

4y agoHN ↗

IMO, this article is too vague to be useful. The focus isn't clearly defined, and the examples are few. Like most philosophical texts, it's not neither right not wrong, and its impact depends on the reader's state of mind.

There's a particular dubious point: equivocating simple systems with stable systems. The paragraph about Instagram looks plainly wrong to me, about sticking to "battle-proven and easy-to-understand PostgreSQL and Redis". PostgreSQL is certainly not simple nor easy to understand. And Redis was not much "battle-proven" in 2012, just 3 years after its first release. It's even funny to oppose them to "NoSQL data-stores", since Redis is a NoSQL key-value store.

4y agoHN ↗

“Instead of having a complex, catch-all solution, consider multiple focused solutions”

Aren’t most complex solutions just a recursive version of this strategy? I don’t hate this idea, in fact I often love this idea but it can more often than not pathologize into not invented here or the xkcd standards meme.

4y agoHN ↗

Is this one more instance of confusing complicated with complex? I am a complex system scholar and I think that educated audiences should use complexity only when there is an emergent aspect.