Original link: https://zdyxry.github.io/2022/12/04/Weekly-Issue-2022-12-04/
article
technology
Talk about Docker’s storage driver Overlay2 | MoeLove
[[overlayfs]] Introduction.
Ask HN: Azure has run out of compute – anyone else affected? | Hacker News
[[azure]] Germany can not expand more capacity, read the comments (various companies) have encountered many times.
An optimization scheme for frequently stuck kernel caused by Linux RT process
After checking the kernel RT implementation, it is found that the RT process has a related occupancy time setting /proc/sys/kernel/sched_rt_runtime_us, and the default value of sched_rt_runtime_us is 950000, which means that the RT process can occupy 95% of the CPU time slice, and the remaining 5% is used for Respond to other requests, and the strange thing here is why sched_rt_runtime_us clearly set the value of 950000, why does the surfaceflinger program still use the CPU to 100%?
After code analysis and community issues search, it is found that the culprit of this problem is the RT_RUNTIME_SHARE feature, which can make RT tasks occupy 100% of the CPU for a long time, so that related kernel tasks such as kworkers cannot obtain CPU resources, resulting in kernel card die. The kernel version used by the customer happens to be version 5.4.53, in which RT_RUNTIME_SHARE is set to true by default, and the latest kernel version 5.4 has disabled this feature by default.
docker buildx run yum install very slow, while docker build is fine Issue #379 docker/buildx GitHub
[[docker]] build executes [[yum]] very slowly because of ulimit
configuration.
Using neovim as a PDE (Personal Development Environment) – Salty Sugar – Self-disciplined freedom
[[neovim]] configuration.
2022-47: i18n practice for Databend documentation
Use the [[github]] [[Vercel]][[Crowdin]] toolchain for documentation translation.
Twitter Intern George Hotz | Programmer’s Meow
[[George Hotz]] was a lot of fun streaming.
Introducing Finch: An Open Source Client for Container Development | AWS Open Source Blog
[[Finch]] simplifies user cost by assembling [[lima]][[containerd]] and [[nerdctl]].
Boosting Kubernetes container runtime observability with OpenTelemetry | Kubernetes
Use [[OpenTelemetry]] to observe [[kubernetes]] internal state.
Part of [[OCI]] has no plans to support [[OpenTelemetry]], [[youki]] written in [[Rust]] has plans.
What is runwasi – Nigel Poulton
Implement [[containerd]] shim through [[runwasi]] to allow [[kubernetes]] to support running [[wasm]]
How many TCP connections can be created on a server at most | plantegg
How many [[TCP]] connections the server can create at most: There is no limit to the number of TCP connections that can be created on a server if the memory and file handles are sufficient.
Drag and drop files directly from [[terminal]]
[[TailScale]] [[ACL]] Configuration mode. I read the official documents before, but my own needs are relatively small, and I don’t need it yet.
Building A Virtual Machine inside ChatGPT
[[ChatGPT]] emulates a virtual machine, actually being emulated.
Finding suspicious syscalls with the seccomp notifier | Kubernetes
Use the [[Seccomp]] Notifier to trace [[Container]] abnormal system calls.
PromCon 2022 Presentation: Alerting with Confidence | Kawabanga!
I gave a speech at PromCon this year, introducing some experience from Alert configuration, triggering, and finally Review.
How To Publish a Port of a Running Container
Port forwarding is achieved by starting a new [[Container]] that shares the [[namespace]] with the target container.
Some libraries about time and scheduled tasks
[[Golang]] Third-party library, time, [[cronjob]] related.
Life
https://xiaowenz.com/read/read-detective/
[[reasoning]] novel recommendation.
You can’t think well without writing well, and you can’t write well without reading well. And I mean that last “well” in both senses. You have to be good at reading, and read good things.
Tech predictions for 2023 and beyond | All Things Distributed
2023 technology predictions: cloud technology, simulation, new energy, supply chain, custom chips.
book shadow
“100 Go Mistakes and How to Avoid Them”, read the 48th – 54th of the error handling section this week.
“When the Stars of Mankind Shine” cannot be viewed as history. Alias: When the Western Powers Shine.
Clara and the Sun, to quote the translator:
All of Clara’s qualities and emotions cannot be measured by the latitude of human beings, because it is precisely because of the coexistence of selfish desires and desires for sublimation that human hearts are full of contradictions, hesitation and pain; Gravity, all the lofty and upward human nature will lose its weight in vain. Selfishness is a heavy burden for human beings, but perhaps in the not-too-distant future, it will also be one of the most important anchors for human beings.
“Rimworld”, abandoned.
This article is transferred from: https://zdyxry.github.io/2022/12/04/Weekly-Issue-2022-12-04/
This site is only for collection, and the copyright belongs to the original author.