mobile wallpaper 1mobile wallpaper 2mobile wallpaper 3mobile wallpaper 4
CSAPP Chapter 1: A Tour of Computer Systems
2023-01-15
2022 words
A computer system consists of hardware and system software and runs applications through a program life cycle of creation, execution, output, and termination. Information is made of bits and context, and programs are transformed into executables by the compilation system. The processor reads and executes instructions, using caches to improve performance. The operating system manages hardware and provides abstractions such as processes and virtual memory to support concurrency and parallelism. Abstraction is a core concept in computer science, and virtual machines provide an abstraction of an entire computer.
Cover Image of the Post
missing-semester-class01
2023-01-11
378 words
Introduces the basic features and usage of the shell, including running programs, navigating paths, managing file permissions, redirecting input and output streams, and administering root privileges. It also provides multiple Bash command examples and exercises to reinforce the material.
Cover Image of the Post
Dreams and Hope Overflowing, Self-Forgiveness and Reverie — Sakura, Moyu.
2022-09-18
806 words
My experience with Sakura, Moyu. followed a long arc from excitement to giving up and then rekindled passion. The release of the Chinese localization patch helped me finally finish it. This post is about that process, the dreams and hope carried by the song "さくら、もゆ", and the emotional impact the characters and story left on me.
Cover Image of the Post
Configure Docker + code-server on Alibaba Cloud to Build an Online Compiler
2022-07-06
164 words
Set up an online compiler by installing Docker and code-server. The process includes installing Docker, configuring an Alibaba Cloud mirror, running Nginx, installing and configuring code-server, and setting up a C/C++ build environment, then successfully running test code.
Cover Image of the Post

Table of Contents