Viewing profile — Slasher1337
Slasher1337
HN member- Joined
- Wed, Nov 17, 2021, 10:15 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Slasher1337
No profile information was provided.
Recent public activity
-
comment
Comment #44080883
yes, LetsEncrypt really should support ed25519. Sadly, they do not.
-
comment
Comment #43856874
Why would anyone use gzip instead of zstd in 2025? zstd is superior in every dimension. gzip is a legacy algorithm that imo only gets used for compatibility with legacy software th…
-
comment
Comment #33488105
That would not be O(1), but O(n) per insert.
-
comment
Comment #29259578
I've really come to prefer json5 as a config format: https://json5.org/ It's basically Json with comments, trailing commas, and unquoted object keys (and some other minor things). …