Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    126comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    39comments
  3. Tin: full-text search for Postgres(planetscale.com ↗)
    24comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    430comments
  5. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    176comments
  6. Leaving DigitalOcean, one site at a time(keith.is ↗)
    discuss
  7. Jobs Without LeetCode(noleet.lol ↗)
    discuss
  8. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    11comments
  9. “The Secret Life of Circuits” is here(coredump.cx ↗)
    49comments
  10. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    543comments
  11. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    16comments
  12. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    1comments
  13. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    29comments
  14. What Zig felt like, coming from Rust(besok.github.io ↗)
    97comments
  15. San Francisco Onion Futures Company(onionfutures.com ↗)
    105comments
  16. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    126comments
  17. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    186comments
  18. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    1comments
  19. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    33comments
  20. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  21. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  22. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  23. Communication by means of modulated Johnson noise(pnas.org ↗)
    18comments
  24. Saving another 100TB of RAM(cloudflare.com ↗)
    89comments
  25. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  26. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    9comments
  27. Science Is Open Software(jepedersen.dk ↗)
    50comments
  28. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  29. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  30. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    7comments

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.