catch22

joined 11 months ago
[–] [email protected] 5 points 5 months ago (1 children)

Spot on. The British are indeed masters of being two faced bastards.

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

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

[–] [email protected] 19 points 5 months ago (3 children)

Praise Stallman

[–] [email protected] 11 points 5 months ago (1 children)

No, I'm a lazy shite, I just did an image search for clippy 1984. I feel bad now I didn't make more of an effort 😕

[–] [email protected] 102 points 6 months ago* (last edited 6 months ago) (7 children)
[–] [email protected] 10 points 6 months ago

But clearly Russia would be the best for this if it was included. I have it on very strong authority from my hexbear friends.

[–] [email protected] 0 points 6 months ago (2 children)

Very zen, and true...

[–] [email protected] 18 points 6 months ago

Money talks, that's why unions are so demonised

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)
[–] [email protected] 24 points 7 months ago* (last edited 7 months ago)

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.

view more: ‹ prev next ›