←back to thread

316 points thunderbong | 3 comments | | HN request time: 0.334s | source
1. praptak ◴[] No.42202159[source]
Corollary: uptime is part of the defacto spec being relied on.

One of the SRE practices is breaking your service on purpose to bring the actual service level closer to what is promised and supported.

replies(2): >>42202376 #>>42202395 #
2. dangfault ◴[] No.42202376[source]
another one, you pay me below market rate and you get below market rate code
3. Cthulhu_ ◴[] No.42202395[source]
As another commenter pointed out, this is to a point what Go does as well; for example, map iteration is randomised so no implementation will rely on insertion order.