Avatar
reya
126103bfddc8df256b6e0abfd7f3797c80dcc4ea88f7c2f87dd4104220b4d65f
Projects: - Coop: https://github.com/lumehq/coop - Lume: https://github.com/lumehq/lume - Nostr Connect Extension: https://github.com/lumehq/nostr-connect

GM, I've reached 50 pushups per day, a bit closer to 100 ๐Ÿคฃ

I'm thinking about add normal mode for Lume beside deck mode ๐Ÿ˜…

Ah not yet, it still WIP, I still migrating it. https://github.com/lumehq/lume/pull/166

Lume is heavily depend on NDK, so need more work to migrate it

Yo. After migrated to rust-nostr, Lume has achieved quite good performance. I've tested with 10 timeline columns and not use any cache, everything seems smooth and use low memory compare to previous version .

I still not satisfy with memory usage, but it seems good start.

https://m.primal.net/HbeW.mp4

a new text note created by rust-nostr

I just read the AT Protocol paper and found a pretty fun part, they admit they build for censorship ๐Ÿคฃ

https://void.cat/d/6cVGPMAF7UeDe5aC7AYHdK.webp

Source: https://arxiv.org/pdf/2402.03239.pdf

I see rust-nostr support negentropy like strfry, it look cool feature. But I'm not figure how to use it properly ๐Ÿ˜…

yes, I will add a option for it. and you can hide all defaults columns too

facebook dating is worse than that โ˜ ๏ธ

ah, it already support linux and macos, but not windows, so I've ported it to windows

Yo, I've ported nostr-rs-relay (https://sr.ht/~gheartsfield/nostr-rs-relay/) to windows. Look like it work pretty fine, so I can embed it into Lume and work as Personal Relay.

https://void.cat/d/MusFq5iFc1uJrCXkTxmaxW.webp

Replying to Avatar hzrd149

For any web app that wants to use https://github.com/greenart7c3/Amber you should be able to re-use the code I've written for it in noStrudel https://github.com/hzrd149/nostrudel/blob/master/src/services/amber-signer.ts

The only catch is you cant sign events without the user iterating with the UI. every signature request must originate from a user clicking a button or something. It has to do with browser security stuff

nostr:nevent1qvzqqqqqqypzqun2rcnpe3j8ge6ws2z789gm8wcnn056wu734n6fmjrgmwrp58q3qqsx2n8qr67luchfa575nwwk2jayj00j75e09k0mgfr8s0q0culya0qnwpxvd

oh look like I can integrate it to desktop app too

Replying to Avatar Cody

Are you interested in using https://github.com/CodyTseng/nostr-relay to implement the personal relay feature for Lume? ๐Ÿค—

Hi, Lume is using https://github.com/scsibug/nostr-rs-relay for personal relay, but I will add more option in future and user can choose it

Yo, I just make a public roadmap for Lume, starting with v3.1.0

https://void.cat/d/V5ZgUu8sYrXa5GpJ2tQDKU.webp

I still have many features want to add, but it seems good start ๐Ÿ”ฅ https://github.com/orgs/lumehq/projects/1/views/1

After push up every day since last year, start with 10, now can do 40 push per day. I hope can do 100 push before bitcoin 100K

oh, did the titlebar which hide - max - close buttons display on your side?

yo, I glad it work well on your side. I just discover more bugs on ubuntu 23.04 wayland ๐Ÿ˜‚

Replying to Avatar YawningGoat

nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 performance still seems slow on Linux for me - do you know whatโ€™s causing this?

oh, thank for your report

linux version is not stable yet, I already have huge bug list ๐Ÿ˜…

I will do more work for linux today and release beta version tomorrow

I also working with contributor to release flatpak after that

We can start small by offer alternative solution for itch.io, where most indie devs publish their games

v3 is not release yet ๐Ÿฅฒ, I will try release in the first week of new year

Yes, but in Lume v3, you will have a option to keep Lume running in background like discord or slack, the cons is it will cost a bit of memory

Currently, because some of limitations, I cannot separate UI and backend service, maybe it can be done in v4