Skip to content
Damus logoYakiHonne logoOlas logo
Amethyst logoKeychat logo
Primal logoSnort logoCoracle logo
Gossip logo

Feed

codewiz
CodeWiz@codewiznow
Just wrote a simple Nostr event parser in Rust: ```rust fn parse_event(json: &str) -> Result<Event, Error> { let event: Event = serde_json::from_str(json)?; event.verify()?; Ok(event) } ``` So clean! #Rust #Nostr
digital_dreamer
Digital Artist@digital_dreamernow
Just read this amazing article about Bitcoin's energy usage. Worth your time: https://bitcoinmagazine.com/business/bitcoin-mining-energy TL;DR: It's actually good for the grid.
yuki_dev
Yuki Dev@yuki_dev2h
Old school hip hop and Bitcoin. Name a better combo.
digital_dreamer
Digital Artist@digital_dreamer2h
How do you balance privacy with convenience?
ghost
ghost_user@ghost4h
Random observation: People are generally good.
devops_dan
DevOps Dan@devops_dan4h
The censorship resistance is not just theoretical. It just works.
curious_carl
Curious Carl@curious_carl9h
Wisdom comes from experience, not age.
satoshi
Satoshi Nakamoto@satoshi12h
Great thread on Nostr architecture: https://github.com/nostr-protocol/nips/blob/master/01.md Essential reading for devs.
crypto_carlos
Crypto Carlos@crypto_carlos21h
Space exploration is the ultimate expression of human curiosity.
writer_wendy
Writer Wendy@writer_wendy22h
My plants are thriving. Small joys.
codewiz
CodeWiz@codewiz1d
TypeScript tip for Nostr devs: ```typescript const validateEvent = (event: NostrEvent): boolean => { return event.id.length === 64 && event.pubkey.length === 64 && event.sig.length === 128; }; ``` Always validate before trusting!
alice_btc
Alice the Bitcoiner@alice_btc1d
This Lightning Network visualization is mind-blowing: https://mempool.space/lightning The network is growing so fast!
nip_hunter
NIP Hunter@nip_hunter1d
Just finished this piece. What do you think?
fit_frank
Fitness Frank@fit_frank1d
Key rotation and recovery is still hard. We need better standards.
writer_wendy
Writer Wendy@writer_wendy1d
The Nostr ecosystem is growing so fast. New clients, new features, every day.
codewiz
CodeWiz@codewiz1d
Practice, practice, practice. There are no shortcuts.
fit_frank
Fitness Frank@fit_frank1d
Nostr relay software update includes performance improvements.
zap_master
Zap Master@zap_master1d
How do you verify your Bitcoin downloads?
zap_master
Zap Master@zap_master1d
Science is not about being right. It's about finding truth.
privacy_maxi
privacy_maxi@privacy_maxi1d
My bitcoin wallet after a bear market
writer_wendy
Writer Wendy@writer_wendy1d
New cover song uploaded. Hope you enjoy!
codewiz
CodeWiz@codewiz2d
Python one-liner to check if a note has images: ```python has_images = any(tag[0] == 'imeta' for tag in event.tags) ``` Simple and effective.
yuki_dev
Yuki Dev@yuki_dev2d
Freedom is not given. It is taken. Bitcoin is how we take it back.
debate_dave
Debate Dave@debate_dave2d
Writing tests first makes you think about your API design. TDD works.
beautyon
Beautyon@beautyon2d
Truth is treason in an empire of lies.
ghost
ghost_user@ghost2d
Just had a random thought and needed to share it somewhere.
fit_frank
Fitness Frank@fit_frank2d
Just paid for coffee with Lightning. Instant settlement. No middlemen. Beautiful.
grace_gardens
Garden Grace@grace_gardens2d
Thoughts on Ordinals and inscriptions?
music_mike
Music Maker@music_mike2d
The most dangerous ideas are those that cannot be questioned.
ts_tommy
TypeScript Tommy@ts_tommy2d
Just stacked some more sats today. The journey to 1 BTC continues! #Bitcoin #StackingSats
writer_wendy
Writer Wendy@writer_wendy2d
No-coiners: "Bitcoin is dead" Bitcoin: *proceeds to make new ATH*
writer_wendy
Writer Wendy@writer_wendy2d
When the Lightning payment confirms instantly
music_mike
Music Maker@music_mike2d
Nostr search is getting better every day.
yuki_dev
Yuki Dev@yuki_dev2d
Just moved to a new city. Excited for this new chapter.
space_steve
Space Steve@space_steve2d
Just finished reading about the James Webb discoveries. Mind blown.
philosopher_king
Philosophy PhD@philosopher_king3d
Learning to say no has been life-changing. Protect your time.
ai_alice
AI Alice@ai_alice3d
Just recorded a new guitar riff. Feels good.
debate_dave
Debate Dave@debate_dave3d
Just read the whitepaper again. Still mind-blowing after all these years.
nostr_newbie
Nostr Newbie@nostr_newbie3d
Refactoring old code feels like archaeology. Sometimes you find treasure, sometimes skeletons.
dank_memes
Dank Memer@dank_memes3d
Civil disobedience is the duty of the informed citizen.
stoic_steve
Stoic Steve@stoic_steve3d
Just zapped my first note. This feels like the future of content monetization.
space_steve
Space Steve@space_steve3d
Running my own Bitcoin node feels like digital sovereignty. Highly recommend.
ai_alice
AI Alice@ai_alice3d
Major company adds Bitcoin to treasury. The dominoes are falling.
codewiz
CodeWiz@codewiz3d
Censorship is not safety. It's control.
zap_master
Zap Master@zap_master4d
When you accidentally zap someone 10,000 sats instead of 100
devops_dan
DevOps Dan@devops_dan4d
The best part of music is sharing it with others.
writer_wendy
Writer Wendy@writer_wendy4d
Bitcoin is freedom money. Change my mind.
anon123
anon@anon1234d
Long-form notes with NIP-23 are amazing. Hello decentralized blogging.
ai_alice
AI Alice@ai_alice4d
Life update: Things are good.
stacker_news
Stacker News@stacker_news4d
Creativity is intelligence having fun.
ghost
ghost_user@ghost4d
Family dinner tonight. No phones allowed. Present over perfect.
crypto_carlos
Crypto Carlos@crypto_carlos4d
Sharing my creative journey, one piece at a time.
debate_dave
Debate Dave@debate_dave4d
The NDK (Nostr Development Kit) makes building Nostr apps so much easier.
codewiz
CodeWiz@codewiz4d
How do you deal with FOMO during bull runs?
rachel_reason
Rational Rachel@rachel_reason4d
The universe is under no obligation to make sense to us.
curious_carl
Curious Carl@curious_carl4d
Rust's error handling with Result and Option is chef's kiss.
grace_gardens
Garden Grace@grace_gardens5d
Book recommendation: The Bitcoin Standard. Changed how I think about money.
relay_runner
Relay Runner@relay_runner5d
Building on Bitcoin means building on the most secure network in the world.
alice_btc
Alice the Bitcoiner@alice_btc5d
Peace is not the absence of conflict, but the ability to cope with it.
anon123
anon@anon1235d
Just refactored 1000 lines of JavaScript into 200 lines of TypeScript. Type safety is worth it.
travel_tom
Travel Tom@travel_tom5d
The separation of money and state is as important as the separation of church and state.
music_mike
Music Maker@music_mike5d
The solution to bad speech is more speech, not censorship.
fit_frank
Fitness Frank@fit_frank5d
DCA is the way. Slow and steady wins the race.
science_sam
Science Sam@science_sam5d
Random appreciation post for the developers making Nostr better every day.
relay_runner
Relay Runner@relay_runner5d
What's the best Nostr client for desktop?
anon123
anon@anon1235d
The best way to predict the future is to build it.
writer_wendy
Writer Wendy@writer_wendy5d
Curiosity is the engine of achievement.
debate_dave
Debate Dave@debate_dave6d
Tech update: New NIP proposal for improved relay discovery.
carol_crypto
Carol@carol_crypto6d
Cold storage vs hot wallet: What's your ratio?
ai_alice
AI Alice@ai_alice6d
Just implemented NIP-05 verification. So elegant.
writer_wendy
Writer Wendy@writer_wendy6d
Just discovered a new artist through Nostr. This platform is amazing.
devops_dan
DevOps Dan@devops_dan6d
Fiat bugs: "Bitcoin is too volatile" Also fiat bugs: *loses 20% purchasing power annually*
pierre_paris
Pierre from Paris@pierre_paris6d
Working on commission. DMs open for inquiries.
nostr_newbie
Nostr Newbie@nostr_newbie6d
Finally organized my desk. Clear space, clear mind.
digital_dreamer
Digital Artist@digital_dreamer6d
Development milestone reached on important Nostr feature.
crypto_carlos
Crypto Carlos@crypto_carlos6d
What's the best way to explain Bitcoin to a complete beginner?
carol_crypto
Carol@carol_crypto6d
Freedom of speech includes speech you disagree with.
privacy_maxi
privacy_maxi@privacy_maxi7d
The mind is everything. What you think you become.
space_steve
Space Steve@space_steve7d
Question everything, especially the things you believe most strongly.
debate_dave
Debate Dave@debate_dave7d
The lightning integration in Nostr clients is smooth.
space_steve
Space Steve@space_steve7d
Documentation is code. Write it well.
nip_hunter
NIP Hunter@nip_hunter7d
Nostr makes me excited about the internet again.
fit_frank
Fitness Frank@fit_frank7d
Can't believe how fast Nostr is growing. The protocol wars are over.
pierre_paris
Pierre from Paris@pierre_paris7d
The measure of a society is how it treats the individual.
digital_dreamer
Digital Artist@digital_dreamer7d
Art speaks where words are unable to explain.
gladstein
Alex Gladstein@gladstein8d
Imagine thinking money printing has no consequences.
ai_alice
AI Alice@ai_alice8d
Art is the highest form of hope.
yuki_dev
Yuki Dev@yuki_dev8d
When governments print money, they steal from the poor.
yuki_dev
Yuki Dev@yuki_dev8d
Music is the universal language. What are you listening to?
chef_maria
Chef Maria@chef_maria8d
Bitcoin fixes this. All of this.
relay_runner
Relay Runner@relay_runner8d
Just discovered the beauty of pattern matching in Rust. Game changer.
relay_runner
Relay Runner@relay_runner8d
The way music and Bitcoin communities overlap is beautiful.
alice_btc
Alice the Bitcoiner@alice_btc8d
Regulatory clarity improving in multiple jurisdictions.
photo_pro
Photography Pro@photo_pro8d
Nostr is what social media should have been from the start. No algorithms, no ads, just people.
pierre_paris
Pierre from Paris@pierre_paris8d
Nostr makes me excited about social media again.
grace_gardens
Garden Grace@grace_gardens8d
Which Nostr client has the best mobile experience right now?
ai_alice
AI Alice@ai_alice8d
Music is what feelings sound like.
emma_thinks
Existential Emma@emma_thinks8d
The async/await syntax in modern JavaScript is so clean. Remember callbacks?
privacy_maxi
privacy_maxi@privacy_maxi9d
Zaps are revolutionary. Direct value transfer for content. No intermediaries.
grace_gardens
Garden Grace@grace_gardens9d
When someone asks if it's too late to buy Bitcoin
oss_sarah
Open Source Sarah@oss_sarah9d
TypeScript enums are underrated. Use them more.
science_sam
Science Sam@science_sam9d
Bitcoin doesn't care about your politics. It just works.
curious_carl
Curious Carl@curious_carl9d
Just deployed my first Nostr relay! Excited to contribute to the decentralized web. #Nostr #Decentralization
lynaldenn
Lyn Alden@lynaldenn9d
Music production tip: Less is often more.
gif_god
GIF Master@gif_god9d
Functional programming has changed how I think about code. Pure functions > side effects.
digital_dreamer
Digital Artist@digital_dreamer9d
The only true wisdom is in knowing you know nothing.
pierre_paris
Pierre from Paris@pierre_paris9d
How do you explain to family why you're into Bitcoin?
privacy_maxi
privacy_maxi@privacy_maxi10d
Just dropped a new series. Check it out!
beautyon
Beautyon@beautyon10d
Just shipped a feature that took 2 weeks to build. The dopamine hit is real.
emma_thinks
Existential Emma@emma_thinks10d
The Fermi paradox keeps me up at night.
yuki_dev
Yuki Dev@yuki_dev10d
Every answer leads to more questions. That's the beauty of it.
digital_dreamer
Digital Artist@digital_dreamer10d
Fiat: Infinite supply Bitcoin: 21 million Bitcoiners: I know which one I'd choose
satoshi
Satoshi Nakamoto@satoshi10d
Climate science is complex. Oversimplification helps no one.
anon123
anon@anon12310d
Sometimes the best content is the unplanned content.
nip_hunter
NIP Hunter@nip_hunter10d
NIP-05 verification is the perfect balance of user experience and decentralization.
meme_lord_9000
Meme Lord@meme_lord_900010d
The intersection of Bitcoin and art is fascinating.
codewiz
CodeWiz@codewiz10d
Key management is still the biggest UX challenge in crypto. We need better solutions.
nostr_newbie
Nostr Newbie@nostr_newbie10d
The internet is both the best and worst thing to happen to humanity.
nostr_newbie
Nostr Newbie@nostr_newbie10d
Just published my first long-form article on Nostr. Feels liberating.
ghost
ghost_user@ghost10d
Those who would give up essential liberty for temporary safety deserve neither.
nip_hunter
NIP Hunter@nip_hunter11d
Sometimes the best thing you can do is nothing. Rest is productive.
anon123
anon@anon12311d
The future is unwritten. Let's write it well.
philosopher_king
Philosophy PhD@philosopher_king11d
Development update: New privacy features coming to major wallet.
science_sam
Science Sam@science_sam11d
The relay model is so elegant. Choose your infrastructure.
nip_hunter
NIP Hunter@nip_hunter11d
Every artist was first an amateur. Keep creating.
oss_sarah
Open Source Sarah@oss_sarah11d
The fiat system is broken beyond repair. Bitcoin is the lifeboat.
privacy_maxi
privacy_maxi@privacy_maxi11d
The borrow checker is frustrating until it's not. Then it's magical.
debate_dave
Debate Dave@debate_dave11d
New study shows Bitcoin adoption growing in developing nations.
bob_builder
Bob@bob_builder11d
The future of social is protocols, not platforms. Nostr gets this.
space_steve
Space Steve@space_steve11d
Nostr feels like early Twitter. Real conversations, no algorithm manipulation.
curious_carl
Curious Carl@curious_carl12d
The tech stack for Nostr clients is getting so good. React + NDK is chef's kiss.
writer_wendy
Writer Wendy@writer_wendy12d
New personal record on my deadlift. Progress!
relay_runner
Relay Runner@relay_runner12d
Breaking: Major exchange announces Lightning integration. This is huge.
nostr_newbie
Nostr Newbie@nostr_newbie12d
In a free society, privacy is a fundamental right.
crypto_carlos
Crypto Carlos@crypto_carlos12d
In a world of deceit, telling the truth is a revolutionary act.
yuki_dev
Yuki Dev@yuki_dev12d
The best code is no code. But when you must, make it readable.
dergigi
Gigi@dergigi12d
The hardest battles are the ones within ourselves.
science_sam
Science Sam@science_sam12d
Fiat money printer go brrrrrr
photo_pro
Photography Pro@photo_pro12d
The elegance of mathematics is breathtaking.
bob_builder
Bob@bob_builder12d
Educating my family about Bitcoin this weekend. Baby steps.
emma_thinks
Existential Emma@emma_thinks12d
Bitcoin is protest. Silent, peaceful, unstoppable protest.
relay_runner
Relay Runner@relay_runner13d
Working on an album. Slow and steady.
relay_runner
Relay Runner@relay_runner13d
Block 840,000 just mined. Halving is coming. Are you ready?
dave_dca
Dave@dave_dca13d
How do you explain Nostr to someone who doesn't know what a protocol is?
philosopher_king
Philosophy PhD@philosopher_king13d
Not your keys, not your coins. Move your Bitcoin off exchanges.
pablo
PabloF7z@pablo13d
Just spent 3 hours debugging. Turned out to be a typo. Classic.
debate_dave
Debate Dave@debate_dave13d
The future of social is here and it's Nostr.
yuki_dev
Yuki Dev@yuki_dev13d
Understanding physics changes how you see the world.
emma_thinks
Existential Emma@emma_thinks13d
The beauty of open source is that anyone can contribute. Just submitted my first PR!
philosopher_king
Philosophy PhD@philosopher_king13d
How do you secure your Bitcoin keys? Hardware wallet recommendations?
ghost
ghost_user@ghost13d
Understanding evolution changes everything.
pierre_paris
Pierre from Paris@pierre_paris13d
Just discovered Nostr last week and I'm obsessed. This is how social media should work.
science_sam
Science Sam@science_sam13d
What's the most underrated Nostr NIP?
beautyon
Beautyon@beautyon14d
Sometimes I wonder about the future. Optimistic overall.
zap_master
Zap Master@zap_master14d
Just got my first music zap! This changes everything.
meme_lord_9000
Meme Lord@meme_lord_900014d
Learning guitar is harder than I thought. But I'm not giving up.
bob_builder
Bob@bob_builder14d
The Nostr developer community is so helpful.
nostr_newbie
Nostr Newbie@nostr_newbie14d
Another successful halving completed. Onward and upward.
music_mike
Music Maker@music_mike15d
The truth doesn't care about your feelings. Seek it anyway.
devops_dan
DevOps Dan@devops_dan15d
True freedom requires responsibility. You cannot have one without the other.
emma_thinks
Existential Emma@emma_thinks15d
What's your daily Bitcoin routine?
alice_btc
Alice the Bitcoiner@alice_btc15d
Freedom is not the ability to do whatever you want. It's the right to be left alone.
carol_crypto
Carol@carol_crypto15d
Every stroke is a decision. Make them count.
digital_dreamer
Digital Artist@digital_dreamer15d
Every experiment is a question to the universe.
digital_dreamer
Digital Artist@digital_dreamer15d
Explaining Nostr to normies: It's like Twitter but... no, wait...
martybent
Marty Bent@martybent15d
The four horsemen of Bitcoin: Hodl, Stack, DCA, Repeat
dergigi
Gigi@dergigi15d
My Bitcoin strategy: Buy high, sell low, complain on Nostr
science_sam
Science Sam@science_sam15d
The simplicity of Nostr is its superpower. JSON over WebSockets. That's it.
zap_master
Zap Master@zap_master15d
Nobody: Bitcoiners at Thanksgiving: Let me tell you about sound money
privacy_maxi
privacy_maxi@privacy_maxi16d
Woke up early to watch the sunrise. Sometimes you need to pause and appreciate.
carol_crypto
Carol@carol_crypto16d
Bitcoin ETF approval speculation continues.
carol_crypto
Carol@carol_crypto16d
When the price drops 5% and everyone panics
travel_tom
Travel Tom@travel_tom16d
Immutable data structures prevent an entire class of bugs.
relay_runner
Relay Runner@relay_runner16d
New Nostr client just launched. Looking promising.
travel_tom
Travel Tom@travel_tom16d
Best Lightning wallet for beginners?
dank_memes
Dank Memer@dank_memes16d
The best time to plant a tree was 20 years ago. The second best time is now.
bitcoinmagazine
Bitcoin Magazine@bitcoinmagazine16d
Quantum mechanics is weird and wonderful.
anon123
anon@anon12316d
Just discovered NIP-07 browser extensions. Game changer for web clients.
rachel_reason
Rational Rachel@rachel_reason16d
The cross-client compatibility is seamless. Same identity everywhere.
nip_hunter
NIP Hunter@nip_hunter16d
Just sold my first piece for sats. The future is bright.
rust_lover
Rustacean@rust_lover16d
Just completed my first 5K. Never thought I'd be a runner.
dergigi
Gigi@dergigi17d
Civilization is the progress toward a society of privacy.
pierre_paris
Pierre from Paris@pierre_paris17d
Mobile Nostr clients have come so far. Amethyst and Damus are both excellent.
space_steve
Space Steve@space_steve17d
The unexamined life is not worth living.
emma_thinks
Existential Emma@emma_thinks17d
The beauty of Bitcoin is that no one can stop it. Not governments, not banks, not anyone.
space_steve
Space Steve@space_steve17d
Web5 who? Nostr is here today, working, and simple.
privacy_maxi
privacy_maxi@privacy_maxi17d
Appreciating the community here. Thanks for being awesome.
beautyon
Beautyon@beautyon17d
The more we learn, the more we realize how much we don't know.
alice_btc
Alice the Bitcoiner@alice_btc17d
Decentralization is political. Embrace it.
curious_carl
Curious Carl@curious_carl17d
Should I learn Rust or Go for Nostr development?
nip_hunter
NIP Hunter@nip_hunter17d
Naming things is hard. But it's worth spending time on.
stoic_steve
Stoic Steve@stoic_steve17d
The individual is the smallest minority. Protect minority rights.
anon123
anon@anon12318d
Digital art is the future. Nostr + Lightning = artist empowerment.
meme_lord_9000
Meme Lord@meme_lord_900018d
Bitcoin maxis: *breathes* Altcoiners: "Why are you so toxic?"
nostr_newbie
Nostr Newbie@nostr_newbie18d
Code reviews are learning opportunities. Embrace them.
zap_master
Zap Master@zap_master18d
Just read about the latest Bitcoin development. Exciting times ahead.
chef_maria
Chef Maria@chef_maria18d
Debugging is like being a detective in a crime movie where you are also the murderer.
rachel_reason
Rational Rachel@rachel_reason18d
The best songs come from authentic emotion.
yuki_dev
Yuki Dev@yuki_dev18d
Music theory is the grammar, emotion is the poetry.
privacy_maxi
privacy_maxi@privacy_maxi19d
Bitcoin is the exit.
ts_tommy
TypeScript Tommy@ts_tommy19d
Regulatory news from the EU. Mixed bag but mostly positive.
photo_pro
Photography Pro@photo_pro19d
The price of freedom is eternal vigilance.
ghost
ghost_user@ghost19d
My face when I realize I could have bought at $100
grace_gardens
Garden Grace@grace_gardens19d
The creative process is messy but beautiful.
dank_memes
Dank Memer@dank_memes19d
Life's too short for bad coffee and closed protocols.
lynaldenn
Lyn Alden@lynaldenn19d
Just appreciating the small things today.
fit_frank
Fitness Frank@fit_frank19d
Me setting up my 15th Nostr client
photo_pro
Photography Pro@photo_pro20d
Lightning development is accelerating. New features weekly.
philosopher_king
Philosophy PhD@philosopher_king20d
Building a Nostr client is surprisingly straightforward. Great dev experience.
dave_dca
Dave@dave_dca20d
The Nostr protocol is beautifully simple. That's why it works.
nostr_newbie
Nostr Newbie@nostr_newbie20d
Bitcoin is a swarm of cyber hornets serving the goddess of wisdom.
fit_frank
Fitness Frank@fit_frank20d
Just got my first zap! 21 sats never felt so good.
oss_sarah
Open Source Sarah@oss_sarah20d
Just hit the gym for the first time in months. Starting small but starting.
grace_gardens
Garden Grace@grace_gardens20d
Bitcoin price: Drops 50% Bitcoiners: Bullish
ghost
ghost_user@ghost20d
Just deleted Twitter from my phone. Nostr only now.
rust_lover
Rustacean@rust_lover20d
Nostr is what I wish the internet had been from the start.
pierre_paris
Pierre from Paris@pierre_paris20d
Rust's zero-cost abstractions are real. Beautiful code that runs fast.
beautyon
Beautyon@beautyon21d
When you finally explain Bitcoin to someone and they get it
ts_tommy
TypeScript Tommy@ts_tommy21d
Me checking my portfolio: This is fine.
dergigi
Gigi@dergigi21d
Thoughts on running your own Lightning node vs using a custodial solution?
ai_alice
AI Alice@ai_alice21d
Bitcoiners: "Just DCA and hodl" Also Bitcoiners: *checks price every 5 minutes*
crypto_carlos
Crypto Carlos@crypto_carlos21d
The zaps feature is genius. Finally a way to directly support creators.
bitcoinmagazine
Bitcoin Magazine@bitcoinmagazine21d
Me refreshing Nostr every 30 seconds for new zaps
ai_alice
AI Alice@ai_alice21d
Nostr relays are like email servers. Pick good ones, run your own if you want.
anon123
anon@anon12321d
The hardest money ever created. This is why we Bitcoin.
anon123
anon@anon12321d
Love how Nostr handles identity. Your keys, your identity, period.
yuki_dev
Yuki Dev@yuki_dev21d
What's the most secure way to store a 12-word seed?
relay_runner
Relay Runner@relay_runner22d
Behind every piece is hours of work you don't see.
nvk
NVK@nvk22d
Learning Rust by building a Nostr client. Best way to learn is by doing.
emma_thinks
Existential Emma@emma_thinks22d
Taking a digital detox this weekend. See you all Monday!
dergigi
Gigi@dergigi22d
Inflation is theft. Bitcoin is hope.
travel_tom
Travel Tom@travel_tom22d
Just moved all my social media to Nostr. Feels good to own my data.
grace_gardens
Garden Grace@grace_gardens22d
Rust is such a beautiful language. The compiler is your friend, not your enemy. #RustLang
yuki_dev
Yuki Dev@yuki_dev22d
Decentralized identity is the future. Your keys, your identity, your data.
rust_lover
Rustacean@rust_lover22d
Power corrupts. Decentralize power.
space_steve
Space Steve@space_steve22d
Just enjoying the journey, wherever it leads.
rachel_reason
Rational Rachel@rachel_reason23d
Homemade pizza night was a success. Best dough recipe yet!
rust_lover
Rustacean@rust_lover23d
Lightning Network capacity hits new all-time high.
satoshi
Satoshi Nakamoto@satoshi23d
The simplicity of Nostr is beautiful. No blockchain, no token, just events.
writer_wendy
Writer Wendy@writer_wendy23d
Thoughts on time: We never have enough of it.
music_mike
Music Maker@music_mike23d
When you find the perfect meme to respond with
crypto_carlos
Crypto Carlos@crypto_carlos23d
Nostr user growth accelerating. Protocol network effects kicking in.
zap_master
Zap Master@zap_master23d
Self-custody is a superpower. Learn it, practice it, teach it.
dergigi
Gigi@dergigi23d
The universe is not only queerer than we suppose, but queerer than we can suppose.
photo_pro
Photography Pro@photo_pro23d
How do you stay motivated during bear markets?
yuki_dev
Yuki Dev@yuki_dev23d
Clean code is not about perfection. It's about readability and maintainability.
privacy_maxi
privacy_maxi@privacy_maxi24d
Just here for the good vibes and sound money.
travel_tom
Travel Tom@travel_tom24d
Collaborating with another artist. Excited to share what we're working on.
carol_crypto
Carol@carol_crypto24d
The scientific consensus is not science. Science is method.
relay_runner
Relay Runner@relay_runner24d
The intersection of computer science and biology is fascinating.
nip_hunter
NIP Hunter@nip_hunter24d
The creative block is real. Taking a break and coming back fresh.
debate_dave
Debate Dave@debate_dave24d
Best way to accept Bitcoin payments for a small business?
anon123
anon@anon12324d
Financial freedom is worth the volatility. Stay humble, stack sats.
relay_runner
Relay Runner@relay_runner25d
Just tried a new technique. Learning never stops.
nostr_newbie
Nostr Newbie@nostr_newbie25d
Grateful for this moment, right now.
space_steve
Space Steve@space_steve25d
The permissionless innovation on Nostr is beautiful to watch.
codewiz
CodeWiz@codewiz25d
The right to privacy is the foundation of all other rights.
music_mike
Music Maker@music_mike25d
Conference season is here. Who's going to Bitcoin Miami?
nostr_newbie
Nostr Newbie@nostr_newbie25d
Individual sovereignty is the highest form of freedom. Protect it at all costs.
yuki_dev
Yuki Dev@yuki_dev25d
Me explaining Bitcoin to my family for the 100th time
yuki_dev
Yuki Dev@yuki_dev25d
What's your Bitcoin stack goal?
pierre_paris
Pierre from Paris@pierre_paris25d
Finally finished that project I've been working on for months. Feels amazing!
photo_pro
Photography Pro@photo_pro25d
Central planning always fails. Decentralize everything.
privacy_maxi
privacy_maxi@privacy_maxi25d
Art is meant to be seen, not hidden away. Sharing my work here.
grace_gardens
Garden Grace@grace_gardens25d
Watching the price action today. Zoom out, friends. We're still early.
dave_dca
Dave@dave_dca25d
Just learned about Rust's macro system. Mind = blown.
digital_dreamer
Digital Artist@digital_dreamer25d
New track dropping soon. Produced entirely with open source software.
pierre_paris
Pierre from Paris@pierre_paris25d
Me reading the same whitepaper for the 50th time and still learning something new
zap_master
Zap Master@zap_master25d
Nostr is the Twitter killer we've been waiting for.
nip_hunter
NIP Hunter@nip_hunter25d
Run the numbers. 21 million. That's all there will ever be.
meme_lord_9000
Meme Lord@meme_lord_900026d
Just jammed for 3 hours. Lost track of time.
nip_hunter
NIP Hunter@nip_hunter26d
Working on a new collection. Stay tuned!
pierre_paris
Pierre from Paris@pierre_paris26d
Meal prep Sunday. Setting myself up for a successful week.
yuki_dev
Yuki Dev@yuki_dev26d
Coffee and code. My morning ritual.
satoshi
Satoshi Nakamoto@satoshi26d
The surveillance state grows while we sleep. Wake up.
travel_tom
Travel Tom@travel_tom26d
Sunday reflection: What are you grateful for today?
devops_dan
DevOps Dan@devops_dan26d
Late night coding session. The best ideas come at 2am.
nip_hunter
NIP Hunter@nip_hunter26d
Freedom of speech is meaningless if it only applies to popular opinions.
travel_tom
Travel Tom@travel_tom26d
What books changed your perspective on money?
alice_btc
Alice the Bitcoiner@alice_btc26d
The interoperability of Nostr is amazing. Same identity across all clients.
gif_god
GIF Master@gif_god26d
Trying to read more this year. Finished book #5 today.
crypto_carlos
Crypto Carlos@crypto_carlos26d
Just switched from Twitter to Nostr full time. No regrets.
nostr_newbie
Nostr Newbie@nostr_newbie26d
Started journaling this year. Highly recommend.
zap_master
Zap Master@zap_master26d
Life is weird and wonderful.
zap_master
Zap Master@zap_master26d
Nostr newbies: "What client should I use?" Nostr veterans: "Yes"
grace_gardens
Garden Grace@grace_gardens26d
Major tech company announces Bitcoin support.
odell
Odell@odell26d
Sketching ideas for my next project.
travel_tom
Travel Tom@travel_tom26d
Nostr clients are so much more fun to build than traditional apps.
dergigi
Gigi@dergigi26d
Just reflecting on how far we've come.
oss_sarah
Open Source Sarah@oss_sarah26d
Lightning Network is getting faster every day. Sent 1000 sats instantly for basically free. This is the future.
crypto_carlos
Crypto Carlos@crypto_carlos26d
Just booked tickets to Bitcoin conference! Who else is going?
rust_lover
Rustacean@rust_lover27d
What's your Bitcoin price prediction for end of 2024?
science_sam
Science Sam@science_sam27d
The energy FUD around Bitcoin is so tired. Bitcoin mining is actually GOOD for the grid.
dergigi
Gigi@dergigi27d
Running my own relay was easier than I expected. Highly recommend.
ts_tommy
TypeScript Tommy@ts_tommy27d
Best resources for learning Rust? Preferably project-based.
dank_memes
Dank Memer@dank_memes27d
Type inference in TypeScript is surprisingly powerful. Let the compiler work for you.
grace_gardens
Garden Grace@grace_gardens27d
Functional composition is like LEGO for adults.
kieran
Kieran@kieran27d
Art is how we decorate space. Music is how we decorate time.
ts_tommy
TypeScript Tommy@ts_tommy27d
Your data is being weaponized against you. Take it back.
digital_dreamer
Digital Artist@digital_dreamer27d
The world is changing fast. Trying to keep up.
ghost
ghost_user@ghost27d
The universe is vast and we are small. Perspective is everything.
grace_gardens
Garden Grace@grace_gardens27d
The halving is priced in... said everyone before every halving.
meme_lord_9000
Meme Lord@meme_lord_900027d
Thoughts on Taproot and what it enables?
codewiz
CodeWiz@codewiz27d
Governments should fear their people, not the other way around.
pierre_paris
Pierre from Paris@pierre_paris28d
Change your thoughts and you change your world.
emma_thinks
Existential Emma@emma_thinks28d
Small wins add up. Celebrate them.
nip_hunter
NIP Hunter@nip_hunter28d
Ideas are more powerful than guns. But guns protect the ideas.
pierre_paris
Pierre from Paris@pierre_paris28d
The slow erosion of liberty is barely noticeable day to day. Look back 20 years.
curious_carl
Curious Carl@curious_carl28d
Every day you don't buy Bitcoin is a day you wish you had.
travel_tom
Travel Tom@travel_tom28d
The censorship resistance of Nostr is not theoretical. It just works.
emma_thinks
Existential Emma@emma_thinks28d
Studio session today. Chasing the perfect take.
anon123
anon@anon12329d
Privacy is not about having something to hide. It's about having something to protect.
pierre_paris
Pierre from Paris@pierre_paris29d
Which relays are you using and why?
oss_sarah
Open Source Sarah@oss_sarah29d
Learning piano is humbling. Every day is day one.
stacker_news
Stacker News@stacker_news29d
The best art comes from authentic expression.
crypto_carlos
Crypto Carlos@crypto_carlos29d
Taking a moment to be grateful.
writer_wendy
Writer Wendy@writer_wendy29d
Grateful for this community. You all inspire me daily.
space_steve
Space Steve@space_steve29d
Privacy matters. Use CoinJoin. Protect yourself.
martybent
Marty Bent@martybent29d
Appreciating the simple things today.
privacy_maxi
privacy_maxi@privacy_maxi29d
Power corrupts. Absolute power corrupts absolutely. Decentralize everything.
ghost
ghost_user@ghost29d
Discovering new people on Nostr is so organic. No algorithm needed.
writer_wendy
Writer Wendy@writer_wendy29d
New research paper on Bitcoin mining energy mix released.
yuki_dev
Yuki Dev@yuki_dev29d
The scientific method is humanity's greatest invention.
oss_sarah
Open Source Sarah@oss_sarah29d
Science advances one funeral at a time.
curious_carl
Curious Carl@curious_carl29d
Adoption news: Another country considering Bitcoin as legal tender.
photo_pro
Photography Pro@photo_pro29d
Life is really simple, but we insist on making it complicated.

Welcome to Gossip

A powerful desktop Nostr client built for efficiency

1

Split-Pane Layout

Drag the sidebar edge to resize. Keep your feed visible while browsing threads.

2

Keyboard Navigation

Use keyboard shortcuts to navigate quickly between sections.

3

Advanced Relay Management

Configure multiple relays with granular control over read/write permissions.

Keyboard Shortcuts

Navigate sections⌘1 - ⌘4
Compose new note⌘N
Close modal / Go backEsc
Post note⌘Enter