RSSAmplifier

Blog

Ian Y.E. Pan

software engineer, emacs enthusiast, keyboard lover. occasionally nerdy.

ianyepan.github.ioRSS feed ↗5 posts

Latest posts

Emacs Appearances in Pop Culture

Thank you for the support, this blog post got featured on the front page of Hacker News (YCombinator). As an Emacs user, few things are as delightful as catching my favorite text editor out in the wild. It doesn’t happen often though – Emacs is niche, and pop culture rarely gives it a nod. This post tracks down every one I know of (as of June 2026), and I’ll keep adding to it as I stumble ...

Git Blaming in Emacs

Many times when working on open-source codebases, I encounter a piece of code that I’d like to learn more context about or simply want to know who wrote it or when it was written. In most modern IDEs, there’s some sort of “git blame” functionality to show the history of any line of code, either built-in natively or through extensions like VSCode’s GitLens. In this short post, let’s explore how ...

From C to Silicon - Hands-on Guide to QEMU Hardware Emulation for OpenBMC

In this blog post, we’ll explore how to write code that mimics physical silicon. We will create and integrate a virtual temperature sensor and expose it to the BMC’s (baseboard management controller) processor - effectively simulating the process of soldering a physical IC (integrated circuit) onto a motherboard. We will use QEMU to emulate an Aspeed AST2600 EVB board and “wire” our sensor, pro...

Building a Simple Web Server in C - an open source project

This Github repo is a well-designed small project to learn about web servers in C. A lot of the heavy lifting data structures and basic interactions using the socket API have been given to us. The focus of this project is to build an HTTP request parser, an HTTP response builder, and an LRU cache consisting of a doubly linked list and a hash table. Understanding the given code is also pretty mu...

新版微軟雅黑,以及在 Windows 上優化中文顯示的多種技巧

新版微軟雅黑,代號 Noble Scarlet Windows 作業系統上的微軟雅黑字體是一個劃時代的創作,其原型可追溯至方正蘭亭黑。近年更是擴充了繁體字形(雅黑原本只有簡體字形),也涵蓋了 GBK 中的字符,在實用度和優美程度上可說是完勝了 Windows 內建所有中文黑體,甚至包括預設繁體:“微軟正黑”。但雅黑 “中宮大”,“重心低”,“字面大” 的特點,容易在現代高畫質屏幕上顯得擁擠,不如 macOS 的蘋方或是 Google/Adobe 合作設計的思源黑體來的優雅現代。 微軟曾在幾年前的一次 Windows Insider Preview Build(測試版)中提到了一款新的微軟雅黑字體,代號 “Noble Scarlet”。下圖中可見新版的雅黑 “中宮收窄”, “字距加大” 的新版設計。也有內行的網友提到,這次新版雅黑其實就是基於方正蘭亭黑 Pro,英文字符則是繼續沿用...