Blog

Projects, Tips and Life Moments

2026-02-22
你好世界 2026

欢迎来到我的新网站。

metaintro
2024-03-31
Python Releases

Quick reference for Python binary installer download links across versions and platforms.

python
2021-08-25
Fix Lenovo Yoga C930 'Sound Card Not Detected' on Linux

A quick fix for the sound card not being detected on the Lenovo Yoga C930 running Linux.

linuxlenovoaudio
2021-08-25
Build Python 3 on Linux

Configure flags for building Python 3 from source on Linux with optimizations and shared libraries.

linuxpython
2021-05-01
ECE297 Mapper 迁移指南(2021)

2021年更新版指南:将 ECE297 Mapper 项目从多大 EECG 实验室机器迁移到本地 Linux 系统。

tutorialece297linux
2021-04-09
将已有的 Git 仓库导入 GitHub

将学校服务器上的 Git 仓库导入 GitHub 的指南,附常见问题解决方法。

tutorialgitgithubece297
2021-03-16
Remote Connection Software Survey

A survey collecting student feedback on remote connection experiences, Linux usage, and pain points of coding from home for a university course.

surveyremote-connectionvncug-remote
2021-03-14
DevOps / Project Management / UML

Quick study notes on DevOps, project management tools, UML diagrams, and software development methodologies.

devopsproject-managementumlstudy-notes
2021-03-13
ECE344 ASST3

Notes on implementing OS/161 system calls for ECE344 Assignment 3, covering argument passing, fork, waitpid, exit, and execv.

ece344os161operating-systemsuoft
2021-01-24
Using Tools Effectively to Improve Productivity

Recommended tools for ECE297, including VNC viewers, virtual machines, and IDEs for working on EECG UG machines.

ece297tutorialtoolsvncide
2021-01-24
ECE344: Architecture Support

Notes on OS architecture support for ECE344: kernel vs user mode, privileged instructions, CPU mode switching, event handling, TRAP instructions, and threads.

ece344operating-systemsnotes
2020-09-15
EECG 居家办公指南

配置 JetBrains Projector 或 VS Code 的 SSH 扩展,在家远程使用 EECG UG 实验室机器的指南。

tutorialsshvscodejetbrains
2020-04-19
ECE243 期末复习

ECE243 期末补充复习笔记:浮点、写码技巧、I/O 设备、VGA 控制器、C 代码和中断。

ece243armde1-socnotes
2020-03-15
DE1-SoC 硬件笔记

ECE243 DE1-SoC 硬件笔记:GIC、间隔定时器、CPSR、堆栈指针、分组寄存器、中断流程、程序计数器和 VGA。

ece243armde1-socnotes
2020-02-06
Day 2 - C Language Review

A review of C language pointers, strings, and a palindrome-checking exercise as part of a 30-day C review series.

cprogrammingtutorial
2020-02-06
Day 1 - C Language Review

A review of C language basics including for loops, nested for-loops, and string reversal.

cprogrammingreview
2019-10-02
C++ Implementation to ECE345 HW2 Q1

A C++ implementation for ECE345 Homework 2 Question 1, featuring merge sort and a binary search-based algorithm to find if two elements in a sorted array form a given product.

ece345c++algorithmssorting
2019-10-01
用树莓派驱动七段数码管

一个使用 Python 和 gpiozero 库通过树莓派驱动七段 LED 数码管的小项目。

raspberry-pipythonhardware
2019-06-13
ECE297 Mapper 迁移指南

将 ECE297 Mapper 项目从多大 EECG 实验室机器迁移到本地 Debian 系统的指南。

tutorialece297linux
2019-05-31
Hello World

My first blog post.

metaintro