Go to market multiple times:把想法先交给市场
以Haitaogo为例,复盘一次先验证需求、再动手去做的过程。
Project
Interactive Code Note — Executable notes for learning algorithms, plus the Go runner and container system behind them. View source ↗
Project
GNSS Correction — A Transformer-based positioning correction project, from preprocessing choices to model design and evaluation.
Project
Gemini2tg — An early Python experiment connecting the newly released Gemini Pro and Gemini Pro Vision APIs to a Telegram bot. View source ↗
Project
Haitaogo — 关于一段勇敢的尝试与持续涌流的经历。
Selected writing
以Haitaogo为例,复盘一次先验证需求、再动手去做的过程。
一些看似无用的兴趣,偶尔也能在项目里派上用场——顺带聊聊 AI 时代里这种积累的意义。
Insights into data preprocessing and model design for improving smartphone positioning with a Transformer-based correction network.
How the runner moves work through small containers, big containers, a waiting queue, and three timeout boundaries.
Generate every ordering of an integer slice by swapping in place, recursing, and restoring the previous state.
Use a max heap and a min heap to keep a changing stream balanced and read its median in constant time.
A compact Go example for exploring insertion, lookup, and traversal in a binary search tree.
An executable notebook for learning data structures and algorithms without leaving the article.
A Python experiment that turned coursework into a Telegram interface for Gemini.