Welcome to Rijuyuezhu's Blog
Glad to meet you! This is Rijuyuezhu's Blog, where I record awesome things. Enjoy yourself!
Glad to meet you! This is Rijuyuezhu's Blog, where I record awesome things. Enjoy yourself!
I recently switched my desktop environment from GNOME to niri-wm. This blog documents my configuration process and troubleshooting steps for niri-wm.
Some of my friends and I have visited Mount Huangshan this week. Two days and one night's trip was really enjoyable, filled with laughter and fun.
This post introduces SGLang, an inference system designed to optimize large language model (LLM) deployment. We focus on:
This article introduces the basic concepts of AI compilation, including its workflow, and its applications such as PyTorch, TVM, and MLIR.
NetEase Mailmaster(网易邮箱大师 in
Chinese) is a mail integrated management platform developed by
Netease. It provides a .deb package for Ubuntu 22.04.
However, for other distributions and versions, installing it with
correct dependencies is a bit toublesome. Using containers is a common
way to handle this issue. Distrobox provides
fantastic device compatibility between the container and the host, and
thus is extremely suitable for GUI application containers.
Distrobox is a powerful tool which enables us to run multiple linux distributions and versions simultaneously, and switch among them seemlessly. In addition to the basic features provided by distrobox, I write some more scripts to make it easier to use.
VSCode CLI code <dir/file> is extremely convenient
to use. It will open a VSCode session from the terminal. When using
sshed terminal at remote, we do want to use such convenience. This
tutorial will show how to run code from remote, then VSCode
that runs locally will open the remote directory.