avatar
   fzxu's Blog

Hey there, I'm fzxu. I (am hoping to) write about coding, system design and all other technical stuffs that I know (or would like to explore) here. Any comments/discussions are greatly welcomed (please).

Here are some things that I've been working on lately:

  • I bought Turing Pi 2 a while ago, but recently just got all the parts ready (finally) so working on building a private cloud (homelab) with it. Check here for a list of blog posts I made about this project.
  • blog, a static blog generating tool which powers this website. Yes, it's still a working in progress.
  • OpenCoder is an open-source light-weight "serverless" collaborative coding and execution site, powered by codapi and PeerJS. I hacked it up during a long weekend and still tons of work ahead!
  • cosmo is a 3D graphics engine in terminal, which can generate cool animation like this. Initially wrote in Python, but later rewrote in Rust to learn the language.

And here's a list of all my blogs so far:

Tags

Private Cloud k8s Network Docker infra Go Storage NAS NFS Monitoring Architecture Computer Graphics Ray Tracing Rust Terminal frontend CSS Javascript k3s Turing Pi Raspberry Pi Programing Language rack hardware PoE

Changelog

(897550d) 2025-12-14 23:34
ruff format
(d02cfbb) 2025-12-14 23:33
[ui] enable subtitle and better title line-break
(06d381b) 2025-12-14 22:39
[blog] Building Private Cloud: NFS Done Right
(106a01a) 2025-12-13 19:48
[seo] address google seo issue(?)
(8930c35) 2025-12-13 00:34
[seo] add google search file
(1b62529) 2025-12-12 23:59
[ui] add changelog to index
(491df58) 2025-12-07 00:00
[ui] add collapsible code blocks to previous blogs
(e382a78) 2025-12-06 23:59
[utils] specify port for ./blog.sh -s and -v
(8bb6437) 2025-12-06 23:59
[rss] support rss thumbnail from external src
(9529fa1) 2025-12-06 23:59
[ui] collapsible code block and dark mode style fix