Seriously, again??!! Make it stop, make it go away! #hellthread repliers are why we can't have nice things
Discussion
for me it’s over since 1-2 days 👀
I repeat again and again, the solution is simple: just offer notification filtered by direct reply, as Gossip does:
#[0]
I really don't know why clients aren't pushing this, it is really an easy and quick implementation.
wen Gossip for Mac?
I use it daily on macOS :))
Oh – amazing. I was looking at the nostr.com site and it looked like it was Linux or Windows only.
Downloading...
Wait a minute – do you use one of the releases or did you build from source yourself?
Build, because I'm also tweaking it :)
Prebuild releases are not updated so often, while the development is quite active; it is better to compile from source, it is easy:
# Install the brew if you don't already have it: https://docs.brew.sh/
brew install cargo
brew install rust
git clone https://github.com/mikedilger/gossip
cd gossip
RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable" cargo build --release
strip ./target/release/gossip
./target/release/gossip