Give these people a nobel prize.
Vitor Pamplona
_@vitorpamplona.com
npub1gcxz...nj5z
Nostr's Chief Android Officer - Amethyst Social
Quartz is now Kotlin Multiplatform ๐ Our goal is to export as much of Amethyst as a library as possible and add many facilities for devs that decide to use native KMP for their Nostr apps. KMP itself is quite young, but it's growing faster than I initially expected.
Main benefits are an easier integration of Nostr filters with Outbox-based relay pools and the complete NIP set that Amethyst supports.

GitHub
- Migrates Quartz from Android to CommonMain ยท vitorpamplona/amethyst@7a280a3
- Fully converts OpenTimestamp Java codebase to Kotlin, migrating the sync and async HTTP call interfaces to OkHttp and coroutines
- Redesigns pars...
Well, it looks like Trump and Harvard are now friends.
My 2 cents:
1. Fever management drugs are indeed overused, but that doesn't mean they cause anything.
2. Maybe the link is with the condition that made them take Tylenol in the first place and not Tylenol itself.
Regardless, I am sure somebody just made a ton of money trading this news.
https://hsph.harvard.edu/news/using-acetaminophen-during-pregnancy-may-increase-childrens-autism-and-adhd-risk/
Fun fact. The Pentagon, a building that today houses 30,000 employees, was built from scratch in only 16 months. It is built with concrete (which is slower) and they didn't have any modular design to speed things up.
A Hippopotamus can outrun you on land, and swim faster than you in the water. They are also better than you in protests.
The sentence "the AI startup is spending significantly on graphics processing chips" will never cease to be hilarious to me. What a world we live in...
I love working with upstream libraries to fix bugs that were only found on Amethyst because we abuse those libraries so much.
The latest issue was an emoji surrogate pair encoding bug in the JSON library that only occurs for certain emojis when using their optimized stream serializer directly into a UTF-8 byte array (instead of a String), and if the emoji characters are exactly at positions 1000 and 1001 of the serialized event. The bug didn't really affect other library users, but since it changes the content of the post by using a different encoding, Amethyst is not able to verify those events, and they are hidden from view.
This affects around 0.002% of the posts loaded by Amethyst today and will be fixed in upcoming versions.