Live data from Hacker News

Viewing profile — Slasher1337

Slasher1337

HN member
Joined
Wed, Nov 17, 2021, 10:15 PM UTC
HN karma
4
Public activity
4 items

About Slasher1337

No profile information was provided.

Recent public activity

  1. comment
    Comment #44080883

    yes, LetsEncrypt really should support ed25519. Sadly, they do not.

  2. 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…

  3. comment
    Comment #33488105

    That would not be O(1), but O(n) per insert.

  4. 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). …