Damus

Recent Notes

jack · 176w
Nope. Just did full blood labs (as I do every 6-12months). All in range. Low blood pressure and 46 resting heart rate. Men in my family have a history of early heart attacks. I’m no longer concerned.
SatsGodzilla · 176w
Human body can adjust and produce cholesterol. Let’s say if your body needs 1000mg per day, it can actually produce a lot of what it needs. If you eat 1000mg, you’ll not produce any. If you go over that, extras will just leave your system. There was a experiment on different people eat tons of e...
nout · 176w
In my basic understanding what matters is the size and stickiness of the cholesterol blobs. Big sticky bad, small flowy good. This is also why the science around this is hard, since it's not just a simple chemical reaction, but rather including physical properties if the compounds.
Vitor Pamplona · 181w
ok, now I understand it. It's about escaping the content field to create the JSON string. Some implementations are escaping newline char into "\n" (2 chars) but not other characters like LSEP into \...
jack πŸ›  profile picture
I wonder are there any emoji that can be encoded as different UTF8 depending on the implementations too.

I think the underlying problem is that utf8 mostly concerning about how non-ascii characters can be packed in a ascii text which is json. The encode can varies as long as the decoded can restore it correctly. Nostr can’t allow varies encode given a same character, otherwise the id will differ. πŸ˜”
1
jack πŸ›  · 181w
Found an example: https://stackoverflow.com/questions/50220973/two-different-eye-emojis