zlacker

[return to "Predicting the Future of Distributed Systems"]
1. awkii+r5[view] [source] 2024-08-27 01:27:55
>>borisj+(OP)
I think the author has a point with one-way doors slowing down the adoption of distributed systems. The best way to build two way doors is to push for industry adoption of a particular API. In theory the backend of these APIs matter little to me, the developer, so long as they are fast and consistent. Some examples that come to mind is that Apache Beam is a "programming model" for Data pipelines, Akka is a "programming model" for stateful distributed systems, OpenTelemetry for logging/telemetry, and Kubernetes for orchestration. Oh, and local development is a strong preference.
◧◩
2. mikepu+Ta[view] [source] 2024-08-27 02:45:57
>>awkii+r5
It boggles my mind that people accept architectures where the only dev story is a duplicate cloud instance of the required services.

Being able to bring the whole application up locally should be an absolute non-negotiable.

◧◩◪
3. pjmlp+C79[view] [source] 2024-08-30 07:46:40
>>mikepu+Ta
We are back to timesharing days, in better clothing, and that is non negotiable from management point of view.
[go to top]