Personal homepage

Biss

AI User & Builder

I explore AI, build useful products, and turn what I learn into durable notes and writing.

Frontend EngineeringTypeScriptAstroSystem Design

Product-minded frontend

I like interfaces that explain themselves quickly while still holding up under real product complexity.

  • Clear information hierarchy
  • Responsive layouts that keep their personality

Performance and maintainability

Fast pages matter, but the long-term health of a product depends on maintainable systems.

  • Lean rendering and sensible data flow
  • Clear component boundaries

GitHub Public repo Personal site / content system

This Website

View

A personal homepage and publishing basecamp that connects profile, projects, writing, and lighter daily updates through one coherent front door.

Brings personal presentation, content distribution, and future expansion into one maintainable project.

  • Shared content model across bilingual pages
  • Live aggregation of blog RSS and daily notes
AstroTypeScriptCSS

Gitea Self-hosted Learning notes / Computer vision

OpenCV Learning Notes

View

Notes, examples, and experiments from my ongoing OpenCV learning journey.

Builds a reusable record of progress while learning computer vision.

  • Documents practical OpenCV exercises
  • Keeps experiments and learning notes together
OpenCVPythonComputer Vision

从间接平差到程序:一个水准网最小二乘解算案例

以一个含两个已知点、三个未知点和七条观测边的水准网为例,梳理间接平差的观测方程、法方程、精度评定与程序实现边界,并给出可复算的系数矩阵和计算结果。

网站迁移日志

这篇文章记录一次个人网站迁移过程:为什么要从旧的博客构建流程迁到 Astro,迁移时处理了哪些内容、路由、评论、统计和搜索问题,以及这次折腾之后留下的一些经验。

用 Umami 分享链接给网站信息卡提供统计数据

这篇文章记录如何通过 Umami 的分享链接获取公开统计数据,再用 Cloudflare Worker 做一层缓存代理,最后把访客数和访问量显示到博客侧边栏的网站信息卡里。