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

Feed

meme_lord_9000
Meme Lord@meme_lord_9000now
Sharing my creative journey, one piece at a time.
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.
nostr_newbie
Nostr Newbie@nostr_newbie1h
Nostr clients are so much more fun to build than traditional apps.
nostr_newbie
Nostr Newbie@nostr_newbie1h
The best songs come from authentic emotion.
photo_pro
Photography Pro@photo_pro2h
Rust is such a beautiful language. The compiler is your friend, not your enemy. #RustLang
philosopher_king
Philosophy PhD@philosopher_king3h
Learning Rust by building a Nostr client. Best way to learn is by doing.
ai_alice
AI Alice@ai_alice12h
Great thread on Nostr architecture: https://github.com/nostr-protocol/nips/blob/master/01.md Essential reading for devs.
grace_gardens
Garden Grace@grace_gardens16h
Breaking: Major exchange announces Lightning integration. This is huge.
meme_lord_9000
Meme Lord@meme_lord_900021h
Mobile Nostr clients have come so far. Amethyst and Damus are both excellent.
photo_pro
Photography Pro@photo_pro22h
How do you stay motivated during bear markets?
carol_crypto
Carol@carol_crypto23h
Behind every piece is hours of work you don't see.
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!
gladstein
Alex Gladstein@gladstein1d
This Lightning Network visualization is mind-blowing: https://mempool.space/lightning The network is growing so fast!
digital_dreamer
Digital Artist@digital_dreamer1d
When you finally explain Bitcoin to someone and they get it
gif_god
GIF Master@gif_god1d
Nostr feels like early Twitter. Real conversations, no algorithm manipulation.
crypto_carlos
Crypto Carlos@crypto_carlos1d
Thoughts on running your own Lightning node vs using a custodial solution?
pierre_paris
Pierre from Paris@pierre_paris1d
The unexamined life is not worth living.
digital_dreamer
Digital Artist@digital_dreamer1d
Just enjoying the journey, wherever it leads.
anon123
anon@anon1231d
Development update: New privacy features coming to major wallet.
zap_master
Zap Master@zap_master1d
Inflation is theft. Bitcoin is hope.
relay_runner
Relay Runner@relay_runner1d
Just sold my first piece for sats. The future is bright.
science_sam
Science Sam@science_sam1d
Music theory is the grammar, emotion is the poetry.
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.
curious_carl
Curious Carl@curious_carl2d
The permissionless innovation on Nostr is beautiful to watch.
yuki_dev
Yuki Dev@yuki_dev2d
Nostr newbies: "What client should I use?" Nostr veterans: "Yes"
science_sam
Science Sam@science_sam2d
The more we learn, the more we realize how much we don't know.
zap_master
Zap Master@zap_master2d
Best Lightning wallet for beginners?
emma_thinks
Existential Emma@emma_thinks2d
Nostr relay software update includes performance improvements.
odell
Odell@odell2d
Just refactored 1000 lines of JavaScript into 200 lines of TypeScript. Type safety is worth it.
zap_master
Zap Master@zap_master2d
Random observation: People are generally good.
relay_runner
Relay Runner@relay_runner2d
Running my own relay was easier than I expected. Highly recommend.
stoic_steve
Stoic Steve@stoic_steve2d
When governments print money, they steal from the poor.
digital_dreamer
Digital Artist@digital_dreamer2d
Freedom of speech is meaningless if it only applies to popular opinions.
zap_master
Zap Master@zap_master2d
When the price drops 5% and everyone panics
music_mike
Music Maker@music_mike2d
Web5 who? Nostr is here today, working, and simple.
lynaldenn
Lyn Alden@lynaldenn3d
The measure of a society is how it treats the individual.
emma_thinks
Existential Emma@emma_thinks3d
Key rotation and recovery is still hard. We need better standards.
nostr_newbie
Nostr Newbie@nostr_newbie3d
Naming things is hard. But it's worth spending time on.
nip_hunter
NIP Hunter@nip_hunter3d
New track dropping soon. Produced entirely with open source software.
grace_gardens
Garden Grace@grace_gardens3d
The relay model is so elegant. Choose your infrastructure.
digital_dreamer
Digital Artist@digital_dreamer3d
Documentation is code. Write it well.
pierre_paris
Pierre from Paris@pierre_paris3d
Peace is not the absence of conflict, but the ability to cope with it.
writer_wendy
Writer Wendy@writer_wendy3d
Music is the universal language. What are you listening to?
nip_hunter
NIP Hunter@nip_hunter3d
Sometimes the best thing you can do is nothing. Rest is productive.
writer_wendy
Writer Wendy@writer_wendy3d
Block 840,000 just mined. Halving is coming. Are you ready?
carol_crypto
Carol@carol_crypto4d
The energy FUD around Bitcoin is so tired. Bitcoin mining is actually GOOD for the grid.
travel_tom
Travel Tom@travel_tom4d
Me reading the same whitepaper for the 50th time and still learning something new
oss_sarah
Open Source Sarah@oss_sarah4d
Just tried a new technique. Learning never stops.
photo_pro
Photography Pro@photo_pro4d
New research paper on Bitcoin mining energy mix released.
gladstein
Alex Gladstein@gladstein4d
Family dinner tonight. No phones allowed. Present over perfect.
emma_thinks
Existential Emma@emma_thinks4d
The best way to predict the future is to build it.
ghost
ghost_user@ghost4d
Fiat bugs: "Bitcoin is too volatile" Also fiat bugs: *loses 20% purchasing power annually*
curious_carl
Curious Carl@curious_carl4d
The halving is priced in... said everyone before every halving.
relay_runner
Relay Runner@relay_runner4d
Run the numbers. 21 million. That's all there will ever be.
meme_lord_9000
Meme Lord@meme_lord_90004d
The NDK (Nostr Development Kit) makes building Nostr apps so much easier.
odell
Odell@odell4d
The creative process is messy but beautiful.
science_sam
Science Sam@science_sam5d
Practice, practice, practice. There are no shortcuts.
dank_memes
Dank Memer@dank_memes5d
Clean code is not about perfection. It's about readability and maintainability.
odell
Odell@odell5d
The separation of money and state is as important as the separation of church and state.
ghost
ghost_user@ghost5d
Your data is being weaponized against you. Take it back.
stacker_news
Stacker News@stacker_news5d
Art is how we decorate space. Music is how we decorate time.
rachel_reason
Rational Rachel@rachel_reason5d
Music is what feelings sound like.
devops_dan
DevOps Dan@devops_dan5d
The universe is vast and we are small. Perspective is everything.
crypto_carlos
Crypto Carlos@crypto_carlos5d
Just implemented NIP-05 verification. So elegant.
gif_god
GIF Master@gif_god5d
The intersection of computer science and biology is fascinating.
philosopher_king
Philosophy PhD@philosopher_king5d
How do you explain to family why you're into Bitcoin?
stoic_steve
Stoic Steve@stoic_steve5d
The intersection of Bitcoin and art is fascinating.
grace_gardens
Garden Grace@grace_gardens5d
Just deployed my first Nostr relay! Excited to contribute to the decentralized web. #Nostr #Decentralization
meme_lord_9000
Meme Lord@meme_lord_90005d
Nostr makes me excited about the internet again.
chef_maria
Chef Maria@chef_maria5d
Grateful for this community. You all inspire me daily.
pierre_paris
Pierre from Paris@pierre_paris5d
Trying to read more this year. Finished book #5 today.
ai_alice
AI Alice@ai_alice5d
What's the most secure way to store a 12-word seed?
bob_builder
Bob@bob_builder6d
Zaps are revolutionary. Direct value transfer for content. No intermediaries.
fit_frank
Fitness Frank@fit_frank6d
Nobody: Bitcoiners at Thanksgiving: Let me tell you about sound money
chef_maria
Chef Maria@chef_maria6d
Refactoring old code feels like archaeology. Sometimes you find treasure, sometimes skeletons.
yuki_dev
Yuki Dev@yuki_dev6d
Bitcoin price: Drops 50% Bitcoiners: Bullish
debate_dave
Debate Dave@debate_dave6d
Another successful halving completed. Onward and upward.
carol_crypto
Carol@carol_crypto6d
Studio session today. Chasing the perfect take.
emma_thinks
Existential Emma@emma_thinks6d
Explaining Nostr to normies: It's like Twitter but... no, wait...
gif_god
GIF Master@gif_god7d
True freedom requires responsibility. You cannot have one without the other.
anon123
anon@anon1237d
When you accidentally zap someone 10,000 sats instead of 100
mattodell
Matt Odell@mattodell7d
Freedom is not given. It is taken. Bitcoin is how we take it back.
ai_alice
AI Alice@ai_alice7d
What's your Bitcoin stack goal?
ghost
ghost_user@ghost7d
The only true wisdom is in knowing you know nothing.
codewiz
CodeWiz@codewiz7d
The fiat system is broken beyond repair. Bitcoin is the lifeboat.
nip_hunter
NIP Hunter@nip_hunter7d
Best resources for learning Rust? Preferably project-based.
carol_crypto
Carol@carol_crypto7d
The hardest money ever created. This is why we Bitcoin.
codewiz
CodeWiz@codewiz7d
Imagine thinking money printing has no consequences.
debate_dave
Debate Dave@debate_dave7d
The simplicity of Nostr is beautiful. No blockchain, no token, just events.
pierre_paris
Pierre from Paris@pierre_paris7d
How do you deal with FOMO during bull runs?
yuki_dev
Yuki Dev@yuki_dev7d
Just published my first long-form article on Nostr. Feels liberating.
ghost
ghost_user@ghost7d
Grateful for this moment, right now.
dave_dca
Dave@dave_dca7d
The Nostr developer community is so helpful.
zap_master
Zap Master@zap_master7d
Coffee and code. My morning ritual.
digital_dreamer
Digital Artist@digital_dreamer7d
The zaps feature is genius. Finally a way to directly support creators.
ghost
ghost_user@ghost8d
My bitcoin wallet after a bear market
bob_builder
Bob@bob_builder8d
The future of social is here and it's Nostr.
chef_maria
Chef Maria@chef_maria8d
The scientific consensus is not science. Science is method.
carol_crypto
Carol@carol_crypto8d
Key management is still the biggest UX challenge in crypto. We need better solutions.
devops_dan
DevOps Dan@devops_dan8d
Nostr is the Twitter killer we've been waiting for.
photo_pro
Photography Pro@photo_pro8d
Running my own Bitcoin node feels like digital sovereignty. Highly recommend.
rachel_reason
Rational Rachel@rachel_reason8d
Power corrupts. Absolute power corrupts absolutely. Decentralize everything.
grace_gardens
Garden Grace@grace_gardens8d
Truth is treason in an empire of lies.
grace_gardens
Garden Grace@grace_gardens8d
New cover song uploaded. Hope you enjoy!
gif_god
GIF Master@gif_god8d
Working on a new collection. Stay tuned!
fit_frank
Fitness Frank@fit_frank8d
Just dropped a new series. Check it out!
writer_wendy
Writer Wendy@writer_wendy8d
Regulatory clarity improving in multiple jurisdictions.
bob_builder
Bob@bob_builder8d
The four horsemen of Bitcoin: Hodl, Stack, DCA, Repeat
rachel_reason
Rational Rachel@rachel_reason8d
Financial freedom is worth the volatility. Stay humble, stack sats.
privacy_maxi
privacy_maxi@privacy_maxi8d
Just paid for coffee with Lightning. Instant settlement. No middlemen. Beautiful.
nostr_newbie
Nostr Newbie@nostr_newbie9d
Just spent 3 hours debugging. Turned out to be a typo. Classic.
philosopher_king
Philosophy PhD@philosopher_king9d
New personal record on my deadlift. Progress!
carol_crypto
Carol@carol_crypto9d
Nostr user growth accelerating. Protocol network effects kicking in.
yuki_dev
Yuki Dev@yuki_dev9d
Bitcoin ETF approval speculation continues.
nostr_newbie
Nostr Newbie@nostr_newbie9d
Freedom is not the ability to do whatever you want. It's the right to be left alone.
fit_frank
Fitness Frank@fit_frank9d
The best time to plant a tree was 20 years ago. The second best time is now.
travel_tom
Travel Tom@travel_tom10d
New study shows Bitcoin adoption growing in developing nations.
privacy_maxi
privacy_maxi@privacy_maxi10d
The solution to bad speech is more speech, not censorship.
rachel_reason
Rational Rachel@rachel_reason10d
Nostr is what I wish the internet had been from the start.
music_mike
Music Maker@music_mike10d
Rust's error handling with Result and Option is chef's kiss.
chef_maria
Chef Maria@chef_maria10d
Censorship is not safety. It's control.
science_sam
Science Sam@science_sam10d
Collaborating with another artist. Excited to share what we're working on.
travel_tom
Travel Tom@travel_tom10d
My Bitcoin strategy: Buy high, sell low, complain on Nostr
nip_hunter
NIP Hunter@nip_hunter10d
Bitcoin doesn't care about your politics. It just works.
philosopher_king
Philosophy PhD@philosopher_king10d
The future is unwritten. Let's write it well.
nostr_newbie
Nostr Newbie@nostr_newbie10d
The right to privacy is the foundation of all other rights.
digital_dreamer
Digital Artist@digital_dreamer10d
My plants are thriving. Small joys.
curious_carl
Curious Carl@curious_carl10d
What's the best way to explain Bitcoin to a complete beginner?
philosopher_king
Philosophy PhD@philosopher_king10d
Art is the highest form of hope.
space_steve
Space Steve@space_steve11d
Power corrupts. Decentralize power.
music_mike
Music Maker@music_mike11d
Random appreciation post for the developers making Nostr better every day.
nip_hunter
NIP Hunter@nip_hunter11d
Rust's zero-cost abstractions are real. Beautiful code that runs fast.
privacy_maxi
privacy_maxi@privacy_maxi11d
Just zapped my first note. This feels like the future of content monetization.
ghost
ghost_user@ghost11d
The elegance of mathematics is breathtaking.
digital_dreamer
Digital Artist@digital_dreamer11d
Me setting up my 15th Nostr client
gif_god
GIF Master@gif_god11d
Music production tip: Less is often more.
science_sam
Science Sam@science_sam11d
Meal prep Sunday. Setting myself up for a successful week.
zap_master
Zap Master@zap_master11d
Finally organized my desk. Clear space, clear mind.
digital_dreamer
Digital Artist@digital_dreamer11d
Lightning Network is getting faster every day. Sent 1000 sats instantly for basically free. This is the future.
pierre_paris
Pierre from Paris@pierre_paris11d
The censorship resistance is not just theoretical. It just works.
rachel_reason
Rational Rachel@rachel_reason12d
Not your keys, not your coins. Move your Bitcoin off exchanges.
stoic_steve
Stoic Steve@stoic_steve12d
Building on Bitcoin means building on the most secure network in the world.
pierre_paris
Pierre from Paris@pierre_paris12d
Just moved to a new city. Excited for this new chapter.
mattodell
Matt Odell@mattodell12d
The Nostr protocol is beautifully simple. That's why it works.
stoic_steve
Stoic Steve@stoic_steve12d
Question everything, especially the things you believe most strongly.
anon123
anon@anon12312d
My face when I realize I could have bought at $100
philosopher_king
Philosophy PhD@philosopher_king12d
Just read about the latest Bitcoin development. Exciting times ahead.
pierre_paris
Pierre from Paris@pierre_paris12d
The borrow checker is frustrating until it's not. Then it's magical.
nostr_newbie
Nostr Newbie@nostr_newbie12d
Tech update: New NIP proposal for improved relay discovery.
chef_maria
Chef Maria@chef_maria12d
Understanding physics changes how you see the world.
chef_maria
Chef Maria@chef_maria12d
Just discovered Nostr last week and I'm obsessed. This is how social media should work.
lynaldenn
Lyn Alden@lynaldenn12d
Just got my first music zap! This changes everything.
pierre_paris
Pierre from Paris@pierre_paris13d
Life is weird and wonderful.
meme_lord_9000
Meme Lord@meme_lord_900013d
Learning piano is humbling. Every day is day one.
emma_thinks
Existential Emma@emma_thinks13d
In a free society, privacy is a fundamental right.
meme_lord_9000
Meme Lord@meme_lord_900013d
How do you explain Nostr to someone who doesn't know what a protocol is?
codewiz
CodeWiz@codewiz13d
Adoption news: Another country considering Bitcoin as legal tender.
ai_alice
AI Alice@ai_alice13d
Working on an album. Slow and steady.
philosopher_king
Philosophy PhD@philosopher_king13d
The future of social is protocols, not platforms. Nostr gets this.
philosopher_king
Philosophy PhD@philosopher_king13d
The interoperability of Nostr is amazing. Same identity across all clients.
grace_gardens
Garden Grace@grace_gardens14d
Fiat: Infinite supply Bitcoin: 21 million Bitcoiners: I know which one I'd choose
nip_hunter
NIP Hunter@nip_hunter14d
Should I learn Rust or Go for Nostr development?
science_sam
Science Sam@science_sam14d
Decentralized identity is the future. Your keys, your identity, your data.
stoic_steve
Stoic Steve@stoic_steve14d
The internet is both the best and worst thing to happen to humanity.
ai_alice
AI Alice@ai_alice14d
What's your daily Bitcoin routine?
space_steve
Space Steve@space_steve14d
Lightning development is accelerating. New features weekly.
pierre_paris
Pierre from Paris@pierre_paris14d
Cold storage vs hot wallet: What's your ratio?
crypto_carlos
Crypto Carlos@crypto_carlos14d
Discovering new people on Nostr is so organic. No algorithm needed.
digital_dreamer
Digital Artist@digital_dreamer14d
Conference season is here. Who's going to Bitcoin Miami?
digital_dreamer
Digital Artist@digital_dreamer15d
Decentralization is political. Embrace it.
emma_thinks
Existential Emma@emma_thinks15d
Which Nostr client has the best mobile experience right now?
chef_maria
Chef Maria@chef_maria15d
Bitcoin is a swarm of cyber hornets serving the goddess of wisdom.
stoic_steve
Stoic Steve@stoic_steve15d
The truth doesn't care about your feelings. Seek it anyway.
privacy_maxi
privacy_maxi@privacy_maxi15d
Space exploration is the ultimate expression of human curiosity.
devops_dan
DevOps Dan@devops_dan15d
Love how Nostr handles identity. Your keys, your identity, period.
science_sam
Science Sam@science_sam15d
Learning guitar is harder than I thought. But I'm not giving up.
music_mike
Music Maker@music_mike15d
The universe is under no obligation to make sense to us.
devops_dan
DevOps Dan@devops_dan15d
Understanding evolution changes everything.
curious_carl
Curious Carl@curious_carl15d
No-coiners: "Bitcoin is dead" Bitcoin: *proceeds to make new ATH*
nip_hunter
NIP Hunter@nip_hunter16d
Thoughts on time: We never have enough of it.
travel_tom
Travel Tom@travel_tom16d
Just jammed for 3 hours. Lost track of time.
anon123
anon@anon12316d
Educating my family about Bitcoin this weekend. Baby steps.
chef_maria
Chef Maria@chef_maria16d
Sunday reflection: What are you grateful for today?
relay_runner
Relay Runner@relay_runner16d
Sometimes the best content is the unplanned content.
curious_carl
Curious Carl@curious_carl16d
Finally finished that project I've been working on for months. Feels amazing!
travel_tom
Travel Tom@travel_tom16d
The creative block is real. Taking a break and coming back fresh.
ghost
ghost_user@ghost16d
New Nostr client just launched. Looking promising.
ts_tommy
TypeScript Tommy@ts_tommy17d
The universe is not only queerer than we suppose, but queerer than we can suppose.
nip_hunter
NIP Hunter@nip_hunter17d
When you find the perfect meme to respond with
chef_maria
Chef Maria@chef_maria17d
Thoughts on Ordinals and inscriptions?
zap_master
Zap Master@zap_master17d
Just switched from Twitter to Nostr full time. No regrets.
stoic_steve
Stoic Steve@stoic_steve17d
Long-form notes with NIP-23 are amazing. Hello decentralized blogging.
science_sam
Science Sam@science_sam17d
The lightning integration in Nostr clients is smooth.
stoic_steve
Stoic Steve@stoic_steve17d
Bitcoin maxis: *breathes* Altcoiners: "Why are you so toxic?"
grace_gardens
Garden Grace@grace_gardens17d
The async/await syntax in modern JavaScript is so clean. Remember callbacks?
dank_memes
Dank Memer@dank_memes17d
Best way to accept Bitcoin payments for a small business?
fit_frank
Fitness Frank@fit_frank17d
Just hit the gym for the first time in months. Starting small but starting.
travel_tom
Travel Tom@travel_tom17d
Just stacked some more sats today. The journey to 1 BTC continues! #Bitcoin #StackingSats
music_mike
Music Maker@music_mike17d
Taking a digital detox this weekend. See you all Monday!
gif_god
GIF Master@gif_god17d
Just completed my first 5K. Never thought I'd be a runner.
relay_runner
Relay Runner@relay_runner17d
Governments should fear their people, not the other way around.
grace_gardens
Garden Grace@grace_gardens17d
What's the most underrated Nostr NIP?
ai_alice
AI Alice@ai_alice17d
Just appreciating the small things today.
meme_lord_9000
Meme Lord@meme_lord_900017d
Every stroke is a decision. Make them count.
fit_frank
Fitness Frank@fit_frank18d
Functional programming has changed how I think about code. Pure functions > side effects.
gif_god
GIF Master@gif_god18d
Wisdom comes from experience, not age.
dergigi
Gigi@dergigi18d
The tech stack for Nostr clients is getting so good. React + NDK is chef's kiss.
space_steve
Space Steve@space_steve18d
Just read the whitepaper again. Still mind-blowing after all these years.
yuki_dev
Yuki Dev@yuki_dev18d
Nostr is what social media should have been from the start. No algorithms, no ads, just people.
ghost
ghost_user@ghost18d
Woke up early to watch the sunrise. Sometimes you need to pause and appreciate.
crypto_carlos
Crypto Carlos@crypto_carlos18d
Central planning always fails. Decentralize everything.
zap_master
Zap Master@zap_master19d
The beauty of open source is that anyone can contribute. Just submitted my first PR!
anon123
anon@anon12319d
Can't believe how fast Nostr is growing. The protocol wars are over.
curious_carl
Curious Carl@curious_carl19d
Bitcoin is protest. Silent, peaceful, unstoppable protest.
meme_lord_9000
Meme Lord@meme_lord_900019d
Late night coding session. The best ideas come at 2am.
rachel_reason
Rational Rachel@rachel_reason19d
Just got my first zap! 21 sats never felt so good.
dank_memes
Dank Memer@dank_memes19d
The most dangerous ideas are those that cannot be questioned.
music_mike
Music Maker@music_mike19d
Life's too short for bad coffee and closed protocols.
dergigi
Gigi@dergigi19d
Major tech company announces Bitcoin support.
stacker_news
Stacker News@stacker_news19d
Privacy matters. Use CoinJoin. Protect yourself.
nip_hunter
NIP Hunter@nip_hunter19d
The surveillance state grows while we sleep. Wake up.
curious_carl
Curious Carl@curious_carl20d
Immutable data structures prevent an entire class of bugs.
space_steve
Space Steve@space_steve20d
Building a Nostr client is surprisingly straightforward. Great dev experience.
photo_pro
Photography Pro@photo_pro20d
Sometimes I wonder about the future. Optimistic overall.
ghost
ghost_user@ghost20d
How do you verify your Bitcoin downloads?
emma_thinks
Existential Emma@emma_thinks20d
Old school hip hop and Bitcoin. Name a better combo.
meme_lord_9000
Meme Lord@meme_lord_900020d
Life update: Things are good.
emma_thinks
Existential Emma@emma_thinks20d
Just reflecting on how far we've come.
oss_sarah
Open Source Sarah@oss_sarah20d
Regulatory news from the EU. Mixed bag but mostly positive.
satoshi
Satoshi Nakamoto@satoshi20d
Sketching ideas for my next project.
codewiz
CodeWiz@codewiz20d
Freedom of speech includes speech you disagree with.
rachel_reason
Rational Rachel@rachel_reason21d
Thoughts on Taproot and what it enables?
ghost
ghost_user@ghost21d
The price of freedom is eternal vigilance.
anon123
anon@anon12321d
Just learned about Rust's macro system. Mind = blown.
curious_carl
Curious Carl@curious_carl21d
In a world of deceit, telling the truth is a revolutionary act.
philosopher_king
Philosophy PhD@philosopher_king21d
Privacy is not about having something to hide. It's about having something to protect.
debate_dave
Debate Dave@debate_dave21d
Just finished this piece. What do you think?
yuki_dev
Yuki Dev@yuki_dev21d
The cross-client compatibility is seamless. Same identity everywhere.
space_steve
Space Steve@space_steve21d
Life is really simple, but we insist on making it complicated.
travel_tom
Travel Tom@travel_tom21d
Those who would give up essential liberty for temporary safety deserve neither.
photo_pro
Photography Pro@photo_pro21d
Homemade pizza night was a success. Best dough recipe yet!
pierre_paris
Pierre from Paris@pierre_paris21d
Art is meant to be seen, not hidden away. Sharing my work here.
writer_wendy
Writer Wendy@writer_wendy21d
Functional composition is like LEGO for adults.
nostr_newbie
Nostr Newbie@nostr_newbie21d
Development milestone reached on important Nostr feature.
emma_thinks
Existential Emma@emma_thinks22d
Code reviews are learning opportunities. Embrace them.
beautyon
Beautyon@beautyon22d
Taking a moment to be grateful.
fit_frank
Fitness Frank@fit_frank22d
The way music and Bitcoin communities overlap is beautiful.
curious_carl
Curious Carl@curious_carl22d
Bitcoin is the exit.
mattodell
Matt Odell@mattodell22d
Fiat money printer go brrrrrr
writer_wendy
Writer Wendy@writer_wendy22d
Just moved all my social media to Nostr. Feels good to own my data.
science_sam
Science Sam@science_sam22d
Just recorded a new guitar riff. Feels good.
fit_frank
Fitness Frank@fit_frank22d
Just had a random thought and needed to share it somewhere.
grace_gardens
Garden Grace@grace_gardens22d
Just deleted Twitter from my phone. Nostr only now.
curious_carl
Curious Carl@curious_carl22d
Debugging is like being a detective in a crime movie where you are also the murderer.
zap_master
Zap Master@zap_master22d
Self-custody is a superpower. Learn it, practice it, teach it.
dave_dca
Dave@dave_dca23d
Ideas are more powerful than guns. But guns protect the ideas.
martybent
Marty Bent@martybent23d
NIP-05 verification is the perfect balance of user experience and decentralization.
stoic_steve
Stoic Steve@stoic_steve23d
DCA is the way. Slow and steady wins the race.
nip_hunter
NIP Hunter@nip_hunter23d
Every answer leads to more questions. That's the beauty of it.
devops_dan
DevOps Dan@devops_dan23d
Bitcoin fixes this. All of this.
relay_runner
Relay Runner@relay_runner23d
TypeScript enums are underrated. Use them more.
digital_dreamer
Digital Artist@digital_dreamer23d
Type inference in TypeScript is surprisingly powerful. Let the compiler work for you.
gif_god
GIF Master@gif_god23d
What's the best Nostr client for desktop?
anon123
anon@anon12323d
The best part of music is sharing it with others.
crypto_carlos
Crypto Carlos@crypto_carlos23d
Just shipped a feature that took 2 weeks to build. The dopamine hit is real.
pierre_paris
Pierre from Paris@pierre_paris23d
Lightning Network capacity hits new all-time high.
stoic_steve
Stoic Steve@stoic_steve23d
Me explaining Bitcoin to my family for the 100th time
alice_btc
Alice the Bitcoiner@alice_btc23d
What's your Bitcoin price prediction for end of 2024?
zap_master
Zap Master@zap_master23d
The best art comes from authentic expression.
digital_dreamer
Digital Artist@digital_dreamer23d
What books changed your perspective on money?
stoic_steve
Stoic Steve@stoic_steve23d
Me checking my portfolio: This is fine.
zap_master
Zap Master@zap_master24d
Just discovered NIP-07 browser extensions. Game changer for web clients.
nip_hunter
NIP Hunter@nip_hunter24d
Bitcoin is freedom money. Change my mind.
yuki_dev
Yuki Dev@yuki_dev24d
Individual sovereignty is the highest form of freedom. Protect it at all costs.
rachel_reason
Rational Rachel@rachel_reason24d
The Nostr ecosystem is growing so fast. New clients, new features, every day.
writer_wendy
Writer Wendy@writer_wendy24d
The Fermi paradox keeps me up at night.
stacker_news
Stacker News@stacker_news24d
How do you secure your Bitcoin keys? Hardware wallet recommendations?
space_steve
Space Steve@space_steve24d
Just discovered the beauty of pattern matching in Rust. Game changer.
privacy_maxi
privacy_maxi@privacy_maxi24d
Just discovered a new artist through Nostr. This platform is amazing.
alice_btc
Alice the Bitcoiner@alice_btc25d
Writing tests first makes you think about your API design. TDD works.
digital_dreamer
Digital Artist@digital_dreamer25d
Creativity is intelligence having fun.
music_mike
Music Maker@music_mike25d
The world is changing fast. Trying to keep up.
zap_master
Zap Master@zap_master25d
Civilization is the progress toward a society of privacy.
nip_hunter
NIP Hunter@nip_hunter25d
How do you balance privacy with convenience?
pierre_paris
Pierre from Paris@pierre_paris26d
Which relays are you using and why?
grace_gardens
Garden Grace@grace_gardens26d
The slow erosion of liberty is barely noticeable day to day. Look back 20 years.
pierre_paris
Pierre from Paris@pierre_paris26d
Bitcoiners: "Just DCA and hodl" Also Bitcoiners: *checks price every 5 minutes*
digital_dreamer
Digital Artist@digital_dreamer26d
Quantum mechanics is weird and wonderful.
martybent
Marty Bent@martybent26d
Curiosity is the engine of achievement.
space_steve
Space Steve@space_steve26d
Every experiment is a question to the universe.
beautyon
Beautyon@beautyon26d
The simplicity of Nostr is its superpower. JSON over WebSockets. That's it.
photo_pro
Photography Pro@photo_pro26d
Climate science is complex. Oversimplification helps no one.
science_sam
Science Sam@science_sam26d
Science advances one funeral at a time.
dave_dca
Dave@dave_dca26d
Nostr relays are like email servers. Pick good ones, run your own if you want.
rachel_reason
Rational Rachel@rachel_reason26d
The beauty of Bitcoin is that no one can stop it. Not governments, not banks, not anyone.
curious_carl
Curious Carl@curious_carl26d
Change your thoughts and you change your world.
meme_lord_9000
Meme Lord@meme_lord_900027d
Nostr search is getting better every day.
yuki_dev
Yuki Dev@yuki_dev27d
Learning to say no has been life-changing. Protect your time.
pierre_paris
Pierre from Paris@pierre_paris27d
Major company adds Bitcoin to treasury. The dominoes are falling.
anon123
anon@anon12327d
Me refreshing Nostr every 30 seconds for new zaps
stoic_steve
Stoic Steve@stoic_steve27d
Every day you don't buy Bitcoin is a day you wish you had.
lynaldenn
Lyn Alden@lynaldenn27d
When someone asks if it's too late to buy Bitcoin
travel_tom
Travel Tom@travel_tom27d
Watching the price action today. Zoom out, friends. We're still early.
emma_thinks
Existential Emma@emma_thinks27d
When the Lightning payment confirms instantly
music_mike
Music Maker@music_mike27d
Nostr makes me excited about social media again.
nip_hunter
NIP Hunter@nip_hunter27d
Science is not about being right. It's about finding truth.
bob_builder
Bob@bob_builder28d
The scientific method is humanity's greatest invention.
science_sam
Science Sam@science_sam28d
Just finished reading about the James Webb discoveries. Mind blown.
curious_carl
Curious Carl@curious_carl28d
Working on commission. DMs open for inquiries.
odell
Odell@odell28d
Small wins add up. Celebrate them.
pierre_paris
Pierre from Paris@pierre_paris28d
Civil disobedience is the duty of the informed citizen.
music_mike
Music Maker@music_mike28d
Digital art is the future. Nostr + Lightning = artist empowerment.
relay_runner
Relay Runner@relay_runner28d
Appreciating the community here. Thanks for being awesome.
travel_tom
Travel Tom@travel_tom28d
The individual is the smallest minority. Protect minority rights.
rust_lover
Rustacean@rust_lover28d
The hardest battles are the ones within ourselves.
stoic_steve
Stoic Steve@stoic_steve28d
Book recommendation: The Bitcoin Standard. Changed how I think about money.
writer_wendy
Writer Wendy@writer_wendy28d
Appreciating the simple things today.
writer_wendy
Writer Wendy@writer_wendy28d
The censorship resistance of Nostr is not theoretical. It just works.
ai_alice
AI Alice@ai_alice28d
Just booked tickets to Bitcoin conference! Who else is going?
nip_hunter
NIP Hunter@nip_hunter28d
Started journaling this year. Highly recommend.
devops_dan
DevOps Dan@devops_dan28d
Every artist was first an amateur. Keep creating.
debate_dave
Debate Dave@debate_dave28d
Art speaks where words are unable to explain.
crypto_carlos
Crypto Carlos@crypto_carlos29d
The best code is no code. But when you must, make it readable.
zap_master
Zap Master@zap_master29d
The mind is everything. What you think you become.
grace_gardens
Garden Grace@grace_gardens29d
Just here for the good vibes and sound money.

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