xihale / intro

I have some thoughts.

6

Sites

12

Experiments

17

Projects

6

Packages

12

Legacy

4

Contributions

Browse

Search by name, stack, note, or narrow the page with one quick tag.

57 entries visible

Published surfaces

Sites

The public-facing layer: things with a URL, a home, or an interface. If you want the fastest feel for the work, start here before diving into source-first repos.

6 entries
main site 2024

blog

Main personal site; essays, technical notes, and the calmer writing side of this trail.

Visit Repo
study artifact 2025

digital-tongji-calculus-exercises

Turns a paper calculus exercise book into something browsable, linkable, and easier to return to.

A strong example of study material turned into a public artifact.
Visit Repo
documentation 2026

LinkSheetDocs

Docs surface for LinkSheet-related notes, setup, and explanation.

Visit Repo
content site 2024

poetry

A small poetry archive with a quieter presentation than a social feed.

Visit Repo
study site 2025

pcpp-6th

A reading companion around Professional C++ 6th edition material.

Visit Repo
study site 2025

acm25-speech-lang-base-stl

A speech and language base page for ACM-related preparation material.

Visit Repo
Small and playful

Experiments

Small web experiments, demos, and side tools. Lighter than the main project line, but still part of the trail.

12 entries
visual experiment 2023

fractal

An interactive Mandelbrot and Julia explorer with a cleaner, more mathematical feel than a typical demo.

One of the clearest interactive works in the collection.
Visit Repo
web tool 2025

qask

A compact Q-and-A style surface designed more like a utility than a content archive.

Visit Repo
micro app 2022

xtomato

A stripped-down pomodoro timer that tries not to add ceremony to focus work.

Visit Repo
utility site 2023

immerse

A browser-based focus experiment built around a calmer visual atmosphere.

Visit Repo
utility site 2024

ngimage

Nine-grid image splitter for fast layout, posting, and sharing tasks.

Visit Repo
site experiment 2022

Light

An early lightweight log and blog system for learning notes and personal writing.

Visit Repo
microsite 2026

gsrec

A compact Astro microsite for list-like or course-like recommendations.

Visit Repo
demo site 2024

pinyin-pro-demo

A minimal demo surface for pinyin-pro usage patterns.

Visit Repo
game site 2023

sudoku-next

A browser sudoku page kept direct and lightly styled instead of gamified.

Visit Repo
presentation site 2023

speechInClass

A small presentation aid that turns class speech material into a usable web page.

Visit Repo
micro page 2021

aword

A tiny sentence-and-theme experiment from an earlier phase of web tinkering.

Visit Repo
landing page 2026

qg_intro

An archived landing page retained mostly as a historical waypoint.

Visit Repo
Original repos

Projects

The source-first layer: tools, apps, and utilities that make more sense from repository history, implementation detail, or releases than from a landing page alone.

17 entries
flagship tool 2026

snirect

Transparent HTTP and HTTPS proxy built to bypass SNI-based censorship and fit real system workflows.

Currently the highest-star original repository.
Repo
tool 2025

bilibili_extract

Zig CLI for extracting downloaded Bilibili videos into forms easier to keep and reuse.

Repo
app 2025

unncm

Android app for turning NCM files into normal audio files with better metadata.

Repo
app 2026

snirectAndroid

Android-facing companion to the Snirect line of work.

Repo
study artifact 2026

Calc-Workbook

Typst workbook repo for structured math exercises and cleaner study material.

Repo
utility 2026

sharebin

Small paste and share utility with lower ceremony than full document platforms.

Repo
utility 2025

fuckview

Automation-oriented helper for AnyView-style assignment friction.

Repo
library 2024

music-unlock-lib

C++ rewrite for unlocking proprietary music file formats.

Repo
binding 2025

zig-napi

Zig experimentation around Node-API bindings and ecosystem plumbing.

Repo
library 2026

snirect-shared

Shared building blocks extracted from Snirect-related work.

Repo
script set 2025

Tempermonkey

Personal userscript collection for shaving friction off everyday sites.

Repo
network utility 2024

cloudflare_proxy_comprehensively

TypeScript-heavy proxy experiment for routing websites through Cloudflare.

Repo
network utility 2023

xnet

Earlier C++ network utilities bundle.

Repo
network utility 2022

websites_proxy

Earlier proxy-oriented project around reaching restricted sites.

Repo
library 2023

xjson

Compact JSON library from lower-level C++ exploration.

Repo
utility 2024

xconverter

Small converter practice repo with a clear tool shape.

Repo
web app 2021

messages

Simple PHP message board from an earlier phase of web building.

Repo
Published and reusable

Packages

Smaller reusable units: npm packages, Typst templates, and packaging repos that fit into other workflows instead of standing alone as products.

6 entries
template 2026

paper4gdut

GDUT graduation thesis template in Typst; one of the clearer reusable writing artifacts in the collection.

Repo
package

hexo-xencrypt

Published npm plugin for encrypting Hexo pages.

npm
package 2023

hexo-hotreloader

Published helper for faster local iteration in Hexo projects.

npm Repo
package 2023

hexo-shiki

Shiki-based syntax highlighting support for Hexo, shaped by an editorial interest in code presentation.

Repo
template 2025

zig-template

Compact Zig starter for low-friction new projects.

Repo
packaging 2024

PKGBUILD

Packaging repo tied to AUR and system-distribution work.

Repo
Older archive trail

Legacy

Not part of the current track anymore. Mostly middle-school-era work, kept here more as a small memorial shelf than as active projects.

12 entries
legacy exercise 2023

ziglings-mine

Zig practice from an earlier learning stretch.

Repo
legacy utility 2023

xsocket

An early C++ socket experiment from the archive years.

Repo
legacy site 2023

next_blog

An older blog codebase, kept mostly as a trace of how the writing setup used to look.

Repo
legacy utility 2021

Lanzou

A small older JavaScript tool, kept here simply as part of the archive.

Repo
legacy library 2021

lib

A storage box for assorted old code and scripts.

Repo
legacy hardware 2021

esp8266

Small ESP8266 programs from an earlier hardware-tinkering phase.

Repo
legacy utility 2021

someTools

A loose collection of small tools from an even earlier stage.

Repo
legacy web app 2021

xwindow

A small HTML5 window-style web experiment from the old days.

Repo Site
legacy utility 2021

x-dwz

An early short-url service implementation kept for memory.

Repo
legacy site 2021

daohang

An older minimalist navigation site, almost a distant predecessor of this page.

Repo
legacy web app 2021

old-message

An earlier message-site codebase from before the later message-board work.

Repo
legacy utility 2020

file-index

A small early file-index project, kept here just to remember it existed.

Repo
Substantive fork paths

Contributions

Forks stay out unless the public trail is clear. These are the places where authored commits or merged PRs feel substantial enough to belong in the same index.

4 entries
major contribution 2025-2026

zigcc.github.io

Sustained work on the Zig Chinese community site spanning layout, asset strategy, rendering fixes, and UX polish.

PRs Site
major contribution 2025-2026

zig-course

Merged fixes and contributor-experience improvements for the Chinese Zig course.

PRs Site
major contribution 2025

zig-cookbook

Examples, migration work, and documentation-oriented iteration for Zig cookbook material.

PRs Site
major contribution 2022-2024

lightframe.vilinko.com

Repeated merged work on rebuilds, responsiveness, contributor surfaces, and shipping polish.

PRs Org
Elsewhere

Activity channels

The navigation site is the index. The ongoing motion still lives mostly on GitHub and adjacent publishing channels.