Slasher1337
No user record in our sample, but Slasher1337 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but Slasher1337 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
yes, LetsEncrypt really should support ed25519. Sadly, they do not.
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 that understands nothing but gzip.
That would not be O(1), but O(n) per insert.
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). Much nicer than real json as a config…