4523b - 2y
Porting iris to use LokiJS in-memory database https://github.com/techfort/LokiJS You can find the development version at https://beta.iris.to. Feed loading seems better already.
Andrew @Andrew - 2y
Oh wow, that version of Iris fliessss
fe9f5 - 2y
Feels faster, and I see more notes pop up in my feed. :)
Now testing in production.
ee912 - 2y
yes, it's much faster
74dce - 2y
pv 🤙 Faster feeds and sorting options 🤙 Iris feeds are now under the same menu item. You have better control and sorting options that can be saved as default. https://nostr.build/i/nostr.build_90f84d800775737d2d183292207dee4be4eda6846900f72dfbb278290a202561.png https://nostr.build/i/nostr.build_d0e4e5d66c3b06db2320246895d31775f06624db38e799cc4e298a37a5dce976.png https://nostr.build/i/nostr.build_6c74f9e0709d2956fb18323a6eb554530855598f4d8628aef2b0803a56356567.png The backend got a ⚡️ speed increase as well 🤙 #[0]
97f33 - 2y
Your post is getting a lot of traction. Added to the https://member.cash/hot feed
Rolled back, encountered some error that crashed it on mobile
81704 - 2y
Great job! You are on fire! 🔥 I’m working on Iris for #[2] #embassyOS and reflecting on how to properly version it. How would you number the version that is on the production branch?
b904e - 2y
some users have blue, white, and gold checkmarks for nip-05. what are the differences?
Blue = a followed user White = you don't follow but 1-10 of your following follows the user (hover over the icon and Iris shows the count) Yellow = you don't follow but over 10 of your following follows the user (hover over the icon and Iris shows the count) https://github.com/irislib/faq#color-badges-on-user-names
I'll probably do a Tauri desktop version at some point and add version numbering. In the meantime 1.0.x or some sort of versioning by date should be fine.
👇 #[6]⚡️
Perfect. 1.0.x it is. Btw Iris in case of #embassyOS is going to be hosted on .onion domain as well as .local domain. .local is hosted via https by default but it makes no sense to use ssl on .onion which is already encrypted. Can you make an exception for .onion domain to not redirect to https: ?
I have added this issue to make it more clear: https://github.com/irislib/iris-messenger/issues/326
6b9da - 2y
Is there a reason you choose Loki over other frontend DB? For example, dexie. I would like to know.