pixelScreen ↗

aloha@monostich:~$

// blog & notes

explore
and build.

记录一些想法与实践。

01 一行

小记 →
写的coding agent给朋友用3轮对话烧掉80万token。。。压根没调优

02 目录

全部 →
  1. LeetCode 347 桶排序O(n) 线性做法
  2. Site‑wide font refresh! 全站字体更新!
  3. 从 Top-K 选型看算法在真实工程中的优雅映射
  4. 唉,感觉能专心钻研,刷力扣也挺有意思,只是太难进入状态。
  5. Java单调栈:Leetcode从ArrayDeque到数组模拟

03 造物

GitHub ↗
  1. ZcodeRCLI 一个用 Go 写的 Coding Agent CLI [developing]
  2. MonostichBlog 基于 Astro 的极简风格个人博客 [active]
  3. argus-gateway LLM request gateway: unified auth, rate limiting, retries & fallback. Written in Go. [developing]
  4. tool-router Agent tool-routing framework with declarative registration and parallel dispatch. [developing]

04 杂物间

全部 →
  1. sliding-window-max 滑动窗口最大值 · 单调队列逐步推演,跟着帧走一遍