Ask HN: Why hasn't x86 caught up with Apple M series?
450 points by stephenheron 7d ago 620 comments
Ask HN: Did Developers Undermine Their Own Profession?
8 points by rayanboulares 22h ago 16 comments
What Unix Pipelines Got Right (and How We Can Do Better)
9 rajiv_abraham 4 9/1/2025, 2:26:30 PM programmingsimplicity.substack.com ↗
I think there is a reason why (web or unix domain) sockets still live today: They met a sweep spot between neccessary complexiy and mental simplicity.
I think IPC via HTTP, gRPC, Kafka, files, etc allows language decoupling pretty well. Intra-process communication is primarily single-language, though you can generally call from language X into C-language libs. Cross-process, I don't see where the assertion comes from.