March 28, 2025
·
1 min read
· Page View:
Git submodule is a feature of Git that allows you to include a Git repository as a subdirectory of another Git repository. It is often used to manage dependencies between projects.
...
March 24, 2025
·
3 min read
· Page View:

In our daily life, you may always see the live streaming on the internet, such as the live streaming of the video conference, the live streaming of the sports event, the live streaming of the online course, etc. And sometimes you even start your own live streaming, but we all get used to just clicking the button on the screen to start the live streaming, do you know what is happening behind the scene?
...
March 22, 2025
·
21 min read
· Page View:

This article presents a comprehensive implementation of a danmaku rendering algorithm from the ground up, along with a thorough analysis of the danmaku rendering algorithm. The source code is available on GitHub.
...
March 20, 2025
·
1 min read
· Page View:
This is a tutorial for stock prices in the context of random processes.
...
March 19, 2025
·
18 min read
· Page View:
This article is mainly about the Poisson processes in the book “Random Processes” by Gregory F. Lawler.
...
March 18, 2025
·
2 min read
· Page View:

This post is to introduce how to use gpu in docker, which also covers the basic usage of gpu on the host machine.
...
March 15, 2025
·
20 min read
· Page View:
Compared to deterministic model, which is specified by a set of equations that describe exactly how the system will evolve over time. In a stochastic model, the evolution is at least partially random and if the process is run several times, it will not give identical results.
...
March 5, 2025
·
16 min read
· Page View:

This is a quick-start essay for LangChain and RAG which mainly refers to the Langchain chat with your data course which are taught by Harrison Chase and Andrew Ng.
...
February 18, 2025
·
5 min read
· Page View:
This article is a summary of the random walks in the book “Random Processes” by Gregory F. Lawler.
...
February 2, 2025
·
2 min read
· Page View: