Why Nostr? What is Njump?
2023-07-14 17:48:56
in reply to

oren_z0 on Nostr: And the most vile and offensive text written in this file is this piece of ...

And the most vile and offensive text written in this file is this piece of inefficient “reduce”:

export const reservedSubdomains: Record<string, boolean> = [
...atpSpecific,
...commonlyReserved,
...famousAccounts,
...slurs,
].reduce((acc, cur) => {
return {
...acc,
[cur]: true,
}
}, {})

Why not use “Object.fromEntries(…)”??
Author Public Key
npub1xvtw9ky0ly0ppzw8tlhdek965gjck329tga326hkzlt7c7d5tljs85m7f8