From Cloudflare Pages to EdgeOne Makers: A Chinese Developer’s Migration Story

From Cloudflare Pages to EdgeOne Makers: A Chinese Developer’s Migration Story If you’re a frontend developer or someone who runs their own personal site, you’re probably familiar with Cloudflare Pages. Git push, auto-build, global CDN distribution, and edge functions — a powerful combination that simplifies static site hosting to the extreme. But if you’re serving... » read more

xh: A Friendly, Fast HTTP Client Written in Rust — GitHub 7.9k Stars

dean
If you’ve ever wrestled with curl syntax — -X POST -H "Content-Type: application/json" -d '{"key":"value"}' — and thought there has to be a better way, you’re not alone. xh is a Rust-powered command-line HTTP client that reimplements HTTPie’s intuitive design with far better performance. What is xh? xh is a friendly, fast tool for sending... » read more

dean
I spent an afternoon today tinkering with the blog, giving the homepage a fresh look. There weren’t many changes — just three things: removing that huge welcome banner, adding a sidebar, and fixing the categories. But each one was more trouble than I expected. Writing it down for the record — maybe it’ll be useful... » read more

精美壁纸

dean
https://tux.fan/wp-content/uploads/2026/07/8797304179290591388.mp4[/video]

Best Input Method Collection for Linux

dean
Talking about input methods on Linux, what probably comes to mind is fcitx, Sogou Pinyin Input Method, Rime, and the like. Actually, there are quite a few good Linux input methods available nowadays. I’ve collected them for everyone. The list is in no particular order: Baidu Input Method Download link: https://srf.baidu.com/site/guanwang_linux/ Sogou Input Method Download... » read more

Markdown Manager Plugin Test — Agent Auto-Publish

dean
Markdown Manager Plugin Test This is a post published by the new Markdown Manager plugin. Feature Test Checklist Markdown editor Task list support Strikethrough syntax Bold and Italic Inline code Table Test Feature Status Notes Task list ✅ – [x] Syntax renders correctly Table ✅ GFM table Code block ✅ Fenced code blocks Code Block... » read more

Writing an OS Kernel from Scratch – Part 23: Framebuffer — Run Your OS on a Graphical Interface!

dean
Writing an OS Kernel from Scratch – Part 23: Framebuffer — Run Your OS on a Graphical Interface! “VGA text mode can only display characters; a real graphical interface requires pixel-level control. Today, we implement the Framebuffer driver, enabling your OS to draw points, lines, rectangles, and even display images!” In previous posts, our output... » read more