Distributed Systems Programming Has Stalled — https://www.shadaj.me/writing/distributed-programming-stalled
#HackerNews #DistributedSystems #Programming #Stalled #TechNews #SoftwareDevelopment #Innovation
www.shadaj.meDistributed Systems Programming Has StalledOver the last decade, we’ve seen great advancements in distributed systems, but the way we program them has seen few fundamental improvements. While we can sometimes abstract away distribution (Spark, Redis, etc.), developers still struggle with challenges like concurrency, fault tolerance, and versioning. There are lots of people (and startups) working on this. But nearly all focus on tooling to help analyze distributed systems written in classic (sequential) programming languages. Tools like J…