Project

Notes you can run.

Interactive Code Note — Executable notes for learning algorithms, plus the Go runner and container system behind them. View source ↗

Ideas, built out.

Filter by topic
StartupmarketInsights

Go to market multiple times:把想法先交给市场

以Haitaogo为例,复盘一次先验证需求、再动手去做的过程。

StartupProxyInsights

无用之用

一些看似无用的兴趣,偶尔也能在项目里派上用场——顺带聊聊 AI 时代里这种积累的意义。

AIGNSSSystems

Insights into Transformer-Based GNSS Correction Network

Insights into data preprocessing and model design for improving smartphone positioning with a Transformer-based correction network.

SystemsGoInsights

Behind the executable note runner

How the runner moves work through small containers, big containers, a waiting queue, and three timeout boundaries.

AlgorithmsGo

Permutations with backtracking

Generate every ordering of an integer slice by swapping in place, recursing, and restoring the previous state.

AlgorithmsGo

Find the median from a data stream

Use a max heap and a min heap to keep a changing stream balanced and read its median in constant time.

AlgorithmsGoProjects

An executable binary search tree

A compact Go example for exploring insertion, lookup, and traversal in a binary search tree.

ProjectsGoAlgorithms

Interactive Code Note

An executable notebook for learning data structures and algorithms without leaving the article.

AIPythonProjects

Gemini2tg, bringing Gemini into Telegram

A Python experiment that turned coursework into a Telegram interface for Gemini.