Weekly Issue 2023-07-09

Original link: https://zdyxry.github.io/2023/07/09/Weekly-Issue-2023-07-09/

Article link to titleTechnical link to titleGoogle Search’s Death by a Thousand Cuts
I was affected by the [[Reddit]] incident when I was searching last week. The Internet is becoming more and more closed. How to effectively obtain information is already a threshold thing.
https://ift.tt/FOZgk9Q
[[Golang]] Cross-platform compilation problems and solutions. If you must use CGO, provide the container method.
https://ift.tt/BbQxWG1
Avoid introducing sleep in [[unit test]]. If you need a notification mechanism, you can use other methods, such as channel.
MPTCP: an overlooked new feature in Go 1.21
[[Golang]] 1.21 Added [[MPTCP]] support.
It allows one connection to use multiple network interfaces simultaneously.
Using multiple links may increase the throughput of the connection if the connection is bound to the link speed. Note that using multiple links can result in poor connection performance if the connection is bound to the CPU.
It improves resilience to link failures.
Effect of TCP Congestion Control on Data Latency | Kawabanga!
Learn about [[TCP]] [[Congestion Control]] with practical problems. Adjusted by setting initcwnd artificially using ip route.
Open source is not equal to free: Red Hat’s adjustment of the CentOS project brought about the [[RedHat]] event, this article is well written, [[centos]] background, the advantages of different products, the impact on RedHat It’s all explained clearly. Without [[centos]], [[RHEL]] would not have the influence it has today.
Cloud Dependencies Need to Stop F-ing Us When They Go Down – The New Stack

This article is transferred from: https://zdyxry.github.io/2023/07/09/Weekly-Issue-2023-07-09/
This site is only for collection, and the copyright belongs to the original author.