Viewing profile — tokkyokky
tokkyokky
HN member- Joined
- Sat, Jan 03, 2026, 2:45 AM UTC
- HN karma
- 6
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About tokkyokky
No profile information was provided.
Recent public activity
-
story
Show HN: Lazyactions – Terminal UI for GitHub Actions
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 o…
-
comment
Comment #46803754
Thanks for the tip! Your comment prompted me to refactor the quote handling - replaced the bit-by-bit state machine loop with prefix XOR, and switched to adjacent bit masking for d…
-
comment
Comment #46794216
Oh, nice! I’ll try to do it!!
-
story
Show HN: I built a CSV parser to try Go 1.26's new SIMD package
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 …
-
comment
Comment #46759518
Got it, thanks! Good to know they're still compatible for now. I'll have to watch how the feature gap develops.
-
comment
Comment #46759493
Ah, that makes sense. Good to know iTerm does the same thing. Thanks for sharing the reference!
-
comment
Comment #46753890
That's cool! Is this implemented using a Swift feature?
-
comment
Comment #46753861
This is an interesting extension! I thought Redis and Valkey were compatible, but what are the differences between them?
-
comment
Comment #46726898
Ah, you're right..
-
comment
Comment #46726409
This is an idea that seems like it should exist but doesn't. It looks useful!
-
comment
Comment #46717151
Yes, in Japan the trend seems to have shifted back toward in-person events. Most meetups and conferences I see now are offline rather than online, definitely more than a year or tw…
-
comment
Comment #46716883
Thanks for sharing! The "stay on subject" and git diff workflow tips are useful.
-
comment
Comment #46716846
Claude Code for me. The optimization cycle is ridiculously fast – they ship improvements based on user feedback way quicker than I expected. And honestly, Opus 4.5 is smart enough …
-
comment
Comment #46713406
Feb 2027: Can't create new instances in new projects Jan 31, 2029: Service fully shut down Google Cloud recommends migrating to Memorystore for Valkey (Redis-compatible OSS fork). …
- story
-
comment
Comment #46713065
That’s a great outcome for 2 hours. If you’re willing to share, what was your rough workflow/prompt sequence (project overview → reproduce → propose patch → add tests → iterate)?