tokkyokky

↗ HN profile [ 45.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I built this because I got tired of the browser round‑trip every time I pushed code. Push → open browser → Actions tab → wait → find workflow → check status. Repeat dozens of times a day. Lazyactions is a…

  2. Hey HN, A CSV parser using Go 1.26's experimental simd/archsimd package. I wanted to see what the new SIMD API looks like in practice. CSV parsing is mostly "find these bytes in a buffer"—load 64 bytes, compare, get a…