Weekly Issue 2023-10-01

Original link: https://zdyxry.github.io/2023/10/01/Weekly-Issue-2023-10-01/

Article link to title Technology link to title Fixing For Loops in Go 1.22 – The Go Programming Language
Finally, there is no need to re-declare variables in [[Golang]] for loop.
μMon: Stupid simple monitoring
The author went against the trend and chose [[RRDtool]] to implement his own monitoring system.
Complaints about [[prometheus]] & [[Grafana]]: [[TSDB]] takes up a lot of disk space, memory resource consumption, complex configuration, network communication (noise in idle systems), complex front-end pages, and DSL.
Don’t trust default timeouts | Roberto Vitillo’s Blog
Most clients do not set timeout. Try to set timeout explicitly to make the program meet expectations.
https://ift.tt/tjynZIY
A little background on [[ostree]], using chroot to isolate different operating system root file systems, using hard links to avoid file duplication between different operating system root file systems (limiting cross-change changes by linking to read-only file systems Impact).
[[ostree]] has been developed for so long, and it seems that it has not seen any signs of large-scale application or popularity. As an operating system for development, this will not be chosen because there are too many restrictions. For production, it is necessary to ensure that all applications are containerized, and the actual operation and maintenance management is not so beautiful. After all, in addition to changes in rootfs, system configuration is also required. Coordinated with changes.
Typo traps: analyzing traffic to exmaple.com (or is it example.com?)
About example.com and exmaple.

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