I’m gone, I’m floating

Original link: https://www.gaficat.com/posts/bbb26db6.html Summary Double salary, but not as happy as I imagined. In the past two days, I have frequently seen similarities on Zhihu, “What is the life of a city with a monthly salary of 15,000?”, “What is the life of a city with an annual family income of 300,000?”, Before, I might […]

I’m gone, I’m floating Read More »

Prometheus HTTP SD Framework

Original link: https://www.kawabangga.com/posts/4761 Prometheus is a relatively popular monitoring system now. Its working mode is the pull mode: the target to be monitored is responsible for exposing the metris data. The format is ordinary text format and the protocol is HTTP, just like opening an ordinary HTTP service. The same, then Prometheus periodically collects metrics

Prometheus HTTP SD Framework Read More »

Weekly (Issue 23): Graphical Blink-Tree: A Concurrent Optimization Structure and Algorithm for B+Tree

Original link: https://www.codedump.info/post/20220807-weekly-23/ Introduction: The paper “Efficient Locking for Concurrent Operations on B-Trees” proposes a data structure called “Blink-Tree”, which provides some optimization methods for concurrent access to B+Tree. This article is reprinted from: https://www.codedump.info/post/20220807-weekly-23/ This site is for inclusion only, and the copyright belongs to the original author.

Weekly (Issue 23): Graphical Blink-Tree: A Concurrent Optimization Structure and Algorithm for B+Tree Read More »

If the market overreacts to CDFG, liquor consumption will usher in allocation opportunities

In addition to the buzz of chips over the weekend, there was a black swan event in Haitian Flavor Industry and China CDFG today. Let’s sort out the risks and opportunities today. Before we start, let me explain that the content of recent articles seems to be quite messy, covering consumption, medical care, new energy,

If the market overreacts to CDFG, liquor consumption will usher in allocation opportunities Read More »

When using Dockerfile to build a container image (image), you should pay more attention to the impact of “newline”

Using Visual Studio Code’s Remote Development today put a .NET 6 and SQL Server development environment all into a Docker container. Although the operation according to the file went smoothly, after the project was added to the version control, the problem appeared. In this article, I want to point out that in the era of

When using Dockerfile to build a container image (image), you should pay more attention to the impact of “newline” Read More »