HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tokkyokky

no profile record

Submissions

Show HN: Lazyactions – Terminal UI for GitHub Actions

github.com
1 points·by tokkyokky·5 bulan yang lalu·0 comments

Show HN: I built a CSV parser to try Go 1.26's new SIMD package

github.com
8 points·by tokkyokky·6 bulan yang lalu·5 comments

Google Cloud to shut down Memorystore for Memcached by Jan 2029

docs.cloud.google.com
2 points·by tokkyokky·6 bulan yang lalu·1 comments

comments

tokkyokky
·5 bulan yang lalu·discuss
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 double-quote detection. Seeing a nice performance improvement in benchmarks. Go's simd/archsimd doesn't have CLMUL yet, but the XOR cascade works well. Appreciate your feedback!
tokkyokky
·6 bulan yang lalu·discuss
Oh, nice! I’ll try to do it!!
tokkyokky
·6 bulan yang lalu·discuss
Got it, thanks! Good to know they're still compatible for now. I'll have to watch how the feature gap develops.
tokkyokky
·6 bulan yang lalu·discuss
Ah, that makes sense. Good to know iTerm does the same thing. Thanks for sharing the reference!
tokkyokky
·6 bulan yang lalu·discuss
That's cool! Is this implemented using a Swift feature?
tokkyokky
·6 bulan yang lalu·discuss
This is an interesting extension! I thought Redis and Valkey were compatible, but what are the differences between them?
tokkyokky
·6 bulan yang lalu·discuss
Ah, you're right..
tokkyokky
·6 bulan yang lalu·discuss
This is an idea that seems like it should exist but doesn't. It looks useful!
tokkyokky
·6 bulan yang lalu·discuss
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 two ago.
tokkyokky
·6 bulan yang lalu·discuss
Thanks for sharing! The "stay on subject" and git diff workflow tips are useful.
tokkyokky
·6 bulan yang lalu·discuss
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 out of the box that I haven't had to mess with configs or prompts much at all.
tokkyokky
·6 bulan yang lalu·discuss
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). What do you think?
tokkyokky
·6 bulan yang lalu·discuss
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)?