catatsuy

↗ HN profile [ 42.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi, I hit a segmentation fault when using unicorn on Ruby 4. It looks related to kgio. In unicorn master (git), it seems kgio was removed (or unicorn no longer depends on it), so Ruby 4 may work there. But there is no…

  2. I built a tool called *Kekkai* for file integrity monitoring in production environments. It records file hashes during deployment and later verifies them to detect unauthorized modifications (e.g. from OS command…

  3. I recently noticed that when I enable Universal SSL in Cloudflare, it automatically adds CAA records without notifying me. These records don’t appear in the DNS dashboard, so I wasn’t aware they existed. I primarily use…

  4. I'm excited to share a new Go package that I've been working on, called `u8p`. It's designed to help developers handle UTF-8 encoded strings safely and efficiently, especially when you need to truncate these strings…

  5. Hello HN community, I'm excited to share a new command-line tool I developed called purl, inspired by the simplicity of Perl one-liners for efficient text processing. Purl features include Perl-like regex that…