Cool! This seems like an good write up on it
https://atoonk.medium.com/tcp-bbr-exploring-tcp-congestion-control-84c9c11dc3a9
Bottleneck Bandwidth and Round-trip propagation time (BBR) is a TCP congestion control algorithm developed at Google in 2016. Up until recently, the Internet has primarily used loss-based congestion control, relying only on indications of lost packets as the signal to slow down the sending rate. This worked decently well, but the networks have changed. We have much more bandwidth than ever before; The Internet is generally more reliable now, and we see new things such as bufferbloat that impact latency. BBR tackles this with a ground-up rewrite of congestion control, and it uses latency, instead of lost packets as a primary factor to determine the sending rate.
Guardian isn’t great either imo, I’d say centre right, some discussion below
Internally in the UK, the BBC brought in quota to hire more right wing comedians after it was found they aren’t funny
This was by Tim Davie the director general, a very generous Tory donor
https://www.thenational.scot/news/18990557.boris-johnson-appoints-tory-donor-chairman-bbc/
The BBC has been fully captured and the stuff that comes out of it is as biased as any of the right wing media outlets (which is pretty all major outlets now), but done in a plummy(1) way that seems to get past a lot of peoples bullshit detention
How do you know what’s it supposed to do, if no one actually wrote that down, other than
As a person.
I would like it to work
So i can do the things.
To be fair, at least that’s something…
Or maybe for testing the documentation is the code. The code does this, write a test that accepts it does this.
I like the concept of describing things in scenarios and having data objects embedded in the scenarios. I think gherkin if a bit too restrictive, the same way user stories are, but a more natural verbose scenario that was parameterised with variables tied to actual data makes it explicit what is supposed to happen and what data the system will consume, create or manipulate.
E: there is of course other types of documentation available