-

@ ebb93aa6:7d9e5f6f
2025-05-15 00:44:08
Have a nice day #anon 🫦 #nostr
-

@ 3d6a61a4:6832b3fe
2025-05-15 00:30:40
GM friend
-

@ 63fe6318:330504ed
2025-05-14 19:42:51
lol had to add nsec login because no amber on iOS, but I’ll add bunker login later
-

@ d063d419:25e909b4
2025-05-15 00:12:48
GM GN
-

@ 63fe6318:330504ed
2025-05-14 19:34:28
iOS testflight should be live now
https://testflight.apple.com/join/5Qh7mfvU
nostr:nevent1qqs8wc2g2dk2rq9sgnn97qgz430zwnt292cnhpp3kvc5hf8yd2admtspqqpzqcl7vvvdckzc8nlpdqg0smwsncvtl4m240py5qypec59dues2p8dqvzqqqqqqy4v2j22
-

@ c558c7cc:b0b7b89e
2025-05-15 00:43:55
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://twitter.com/MDSenateGOP/status/1922691579455705153
❌ Removed parts:
?ref_src=twsrc%5Etfw
-

@ f648d923:820d7bb9
2025-05-15 00:43:54
我一般都是星期六和星期日去McDonald's 兼职做服务员。目的就是可以训练英语口语。很好玩的工作。每天都有几十个老外来麦当劳,需要问这个,问那个。
-

@ 21335073:a244b1ad
2025-05-15 00:43:19
I love making plans with my grandma because we have to schedule around bingo.
-

@ 63fe6318:330504ed
2025-05-14 15:34:18
javascript sucks
-

@ 63fe6318:330504ed
2025-05-14 15:28:49
https://www.youtube.com/watch?v=SC2eSujzrUY
-

@ 40b9c85f:5e61b451
2025-04-23 10:54:24
Showtime!🔥
I've been busy working on the nostr:npub1dvmcpmefwtnn6dctsj3728n64xhrf06p9yude77echmrkgs5zmyqw33jdm stuff, focusing on the spec and packages, and I forgot to show some of the servers I'm already running that are free and open to everyone, these are like apps you can plug into your llm or agents to give them new capabilities. Of course, there's no guarantee of uptime, but they've been running well for a few weeks now with no noticeable downtime. I wanted to put together some useful tools that the majority of people might find useful.
- DuckDuckGo Search
https://dvmcp.fun/dvm/dvm-announcement-duckduckgo
his is an MCP server that you can use to perform searches with DuckDuckGo and retrieve the results. This is useful for improving your search experience by collecting real-time data, performing research, and anything that involves fetching fresh data from the Internet and making it available to your llm.
- Nostr Beating Heart
https://dvmcp.fun/dvm/dvm-announcement-nostr-beating-heart
This MCP server is something I'm experimenting with. Behind it is a RAG DB that contains all the knowledge about the Nostr protocol, from the NIPs repo to all the content from nostrbook.dev (cc: nostr:npub1q3sle0kvfsehgsuexttt3ugjd8xdklxfwwkh559wxckmzddywnws6cd26p). The experimental part involves providing pluggable RAG DBs into your LLMs, allowing you to have these kind of buckets of context to retrieve accurate and concise data from a knowledge base, which is especially good for avoiding bloating the context window of your LLM. It has been working pretty well since nostrbook.dev was indexed. It also includes a tool to search code snippets, making this MCP server quite effective for quickly retrieving data about the protocol, NIPs, kinds, code examples etc.
- Nostr Daily News
https://dvmcp.fun/dvm/dvm-announcement-nostr-daily-news
This is another experimental MCP server where you can find tools to retrieve data from configured sources, including Nostr and RSS. The cool part is that it is collaborative, meaning you can add some RSS sources to Nostr relays, could be like a colaborative bookmark of news sources. It also has some preconfigured relays to fetch news from Nostr, Stacker News, Hacker News, and custom sources like The Rage, TechCrunch, Hugging Face Blog, and more. You can simply prompt your LLM with "give me an overview of the news from all your sources," and it will gather the latest posts from each source, providing you with a comprehensive overview, pretty cool for a morning news digest.
- Nostr MCP Server
https://dvmcp.fun/dvm/dvm-announcement-nostr-mcp-server
This is the MCP server from nostr:npub1s9etjgzjglwlaxdhsveq0qksxyh6xpdpn8ajh69ruetrug957r3qpklxzl. It has some interesting tools for using Nostr, including getting profiles, retrieving the latest notes from someone, zaps, long-form content, searching the NIPs repo, and even sending anonymous zaps, very powerful.
---
These are the tools I'm running, but there are also other interesting tools that others are running, which you can plug directly into your LLM or simply visit dvmcp.fun to use them without needing an LLM. If you want to use this with your LLM, I recommend using Goose, but you can use any other client with MCP capabilities. Once you have it set up, using these tools is as easy as configuring the commands or settings you can find in the 'Install' tab of each tool on dvmcp.fun. For example, by setting this command as the MCP server:
`npx @dvmcp/discovery --server nostr:naddr1qvzqqqru7cpzq7x2m8lzz2x7arkt2cvjysgkgpl6x7c3s7uspxmd2tv4ygf4k2usqyt8wumn8ghj7un9d3shjtnywekkxupwve6kutcqy3j8vmfdv9hxumm4de3k2mt9de6z6mn0wd68yttzv4shg6twvukksetpwf6qfef7mt`, you'll be plugging into the Nostr Beating Heart. You don't have to run the whole RAG system locally; you can leverage the instance that I'm running on a cheap $2 VPS from nostr:npub1lnvps32qq2nvg75cqwflq4y6cmnzn55d26ypzjakpkp3khqcx2ns7t7vjj
Hope you find this useful! Let's keep building! If you have any doubts, do not hesitate to ask :)
-

@ 63fe6318:330504ed
2025-05-14 13:28:20
Published v.0.4.0 of zap.stream app with todays changes, going to setup iOS testflight today maybe ill drop a link later for that..
# Added
- Chat raids
- Stream info card to display summary / cards
- Follow / Unfollow buttons on stream info card and chat modal card
# Fixed
- Unfocus chat when sending message
- Filter non-hls streams
**Full Changelog**: https://github.com/nostrlabs-io/zap-stream-flutter/compare/v0.3.0...v0.4.0
-

@ d49a9023:990fa8df
2025-05-15 00:00:20
That’s a “he”?
-

@ 40b9c85f:5e61b451
2025-01-23 22:04:54
Twice a day
-

@ 1ea4ae84:b59a2ae8
2025-05-14 23:59:33
better? 🤟🏻
-

@ b133bfc5:49d5789d
2025-05-15 00:42:09
#lasereyestillfiatdies
Yes I want cryptocurrencies to destroy all fiat currencies
-

@ 1ea4ae84:b59a2ae8
2025-05-14 23:55:27
hebrew is right margin aligned -
-

@ e7bf8dad:839ef3db
2025-05-15 00:40:04
Block 896751
2 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 726a1e26:861a1c11
2024-12-30 01:27:52
What exactly is the Primal caching service? Is it a relay with extra bells and whistles?
-

@ 10b6660c:cb5507df
2025-05-15 00:41:29
There will be a day when a 20k sat UTXO will be a large UTXO.
-

@ 63fe6318:330504ed
2025-05-14 08:32:27
No, but it makes you wonder if we should be eating these things at all
-

@ 1ea4ae84:b59a2ae8
2025-05-14 23:53:13
ג
-

@ f03df3d4:a4d4f676
2025-05-15 00:40:04
Block 896751
2 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ c558c7cc:b0b7b89e
2025-05-15 00:37:28
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://youtu.be/P-JjaAh0NeU
❌ Removed parts:
?si=O7Hdan0DrI6Yk47z
-

@ cdecc31c:1cac3b92
2025-05-14 23:32:19
right?
-

@ 63fe6318:330504ed
2025-05-13 17:29:02
Im eating a salt lamp atm
-

@ 0db7d668:afd4ec94
2025-05-14 23:52:56
#Bitcoin and #Nostr
https://image.nostr.build/592fe5ef45bfa2d8bc496e5d53d58dd90a30c4d5e89872c01ca7cc0f7fe939a4.jpg
#AustrianSchool #FreeMoney #Mises
-

@ 40b9c85f:5e61b451
2024-12-08 21:58:09
The same happened to me 👀 nostr:nprofile1qqstxwlea9ah3u6kjjszu6a7lrnhqkfh8eptp2z6v0e9558tlkkl2rgpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhsz9mhwden5te0wfjkccte9ec8y6tdv9kzumn9wshszxnhwden5te0wfjkccte9ekkjmnfvf5hguewvdshx6p07xr4s5
nostr:nevent1qqs96c5vrykyzqenwjzsp42axnhhf4k9vqen985fysepg5afleust2qpzdmhxue69uhhwmm59e6hg7r09ehkuef0qgsr038psmmnqsujf88s3lh8kkqcdn9wnexazte4hav0ndpx0h53pxcrqsqqqqqpj9qgtl
-

@ 10a095dd:bb28900a
2025-05-14 23:29:17
I’ll be right over
-

@ d09be06e:82ee5adf
2024-10-24 14:22:03
test
-

@ 21335073:a244b1ad
2025-05-15 00:35:10
I went thrifting today and found the perfect hobbit dress. I’m not trying to brag but it’s kind of a big deal.
-

@ cdecc31c:1cac3b92
2025-05-14 23:28:23
don't take the fiat debt
-

@ 3f770d65:7a745b24
2025-05-14 23:28:51
The A Gathering of Batteries experiment by nostr:nprofile1qqs9h846gee5vca68d3t3qq7x3l8tulqqkzzfzs9xsfcynu5jlrygpspz3mhxue69uhhyetvv9ujucn0w3jhvtnnwcq3yamnwvaz7tmsw4e8qmr9wpskwtn9wvqjxamnwvaz7tmjv4kxz7fwwdhhvetjv45kwmn9denkjmn9v4exjmn89e5k769mxtj and nostr:nprofile1qqszy58kj62v9fpe98nhuh0q76np4e0r0g0wd44rhth3wphdnyqjfzcpz3mhxue69uhhyetvv9ujuerpd46hxtnfduq3wamnwvaz7tmjv4kxz7fwwashvmrpddjjucm0d5q3samnwvaz7tmjv4kxz7fwwdhx7un59eek7cmfv9kqurnrls is interesting, not simply because it's a value-for-value experiment, but because of the underlying movement and symbolism. They're paying you roughly 10 cents to stream one of their songs whereas they'd only make 0.003 cents from you streaming it on Spotify. Is #V4V better for them? That's up to you.
-

@ 63fe6318:330504ed
2025-05-13 17:25:21
So if I just east salt directly what am I enhancing the taste of? My mouth?
-

@ 6389be64:ef439d32
2025-05-14 22:16:22
I saw it on dedbird but how people find Easter eggs like this in the first place is beyond me.
-

@ f03df3d4:a4d4f676
2025-05-15 00:35:04
Block 896751
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ cbab7074:f9f0bd61
2025-05-15 00:30:04
Block 896751
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ d360efec:14907b5f
2025-05-14 21:58:41
🚨🚀🔥 #ข่าวด่วน! 🚨🚀🔥 Twenty One ของ Jack Mallers ทะยานขึ้นเป็นบริษัทที่ถือครอง #Bitcoin มากที่สุดเป็นอันดับ 3 ของโลก! 🏆💰
ยืนยันตามรายงานล่าสุด! Twenty One บริษัทที่ก่อตั้งโดย Jack Mallers ได้เข้าซื้อ #Bitcoin จำนวนมาก ทำให้ตอนนี้พวกเขากลายเป็น บริษัทที่ถือครอง Bitcoin เป็นสินทรัพย์คลังมากที่สุดเป็นอันดับ 3 ของโลก! รองจาก MicroStrategy (Strategy) และบริษัทเหมือง Marathon Digital ค่ะ
โดย Twenty One ถือครอง Bitcoin รวมทั้งสิ้นประมาณ 36,312 BTC! 📈 ซึ่งคิดเป็นมูลค่ากว่า 3.6 พันล้านดอลลาร์สหรัฐฯ! 💸 (อ้างอิงจากรายงานล่าสุด)
และตามข้อความที่แจ้งมา พวกเขาระบุว่า "เพิ่งจะเริ่มต้นเท่านั้น" (JUST GETTING STARTED) ซึ่งส่งสัญญาณที่ BULLISH มากๆ สำหรับการสะสม Bitcoin ของบริษัทนี้ในอนาคตค่ะ! 🤩✨
นี่เป็นข่าวสำคัญที่ตอกย้ำเทรนด์ #CorporateAdoption ของ Bitcoin ในระดับโลกอย่างต่อเนื่องค่ะ! 💪
#JackMallers #TwentyOne #BitcoinTreasury #CorporateAdoption #Bitcoin #BTC #Crypto #Cryptocurrency #Bullish #ข่าวคริปโต #ลงทุน #ข่าวสั้น #ตลาดคริปโต #สถาบัน #MicroStrategy
https://image.nostr.build/7767ea13b30dac62e3878da3a94fe74a5b06c4ee73639070f8f293591abed1a9.jpg
-

@ c83c349e:b95e6076
2024-10-21 11:37:45
test comment after refactor
-

@ 63fe6318:330504ed
2025-05-13 17:22:16
Whats up with salt, some foods have no taste without it... like is it just the salt that tastes good or what?
-

@ f03df3d4:a4d4f676
2025-05-15 00:30:04
Block 896751
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 6a469c11:df0b142e
2025-05-14 23:25:41
GM friend
-

@ 63fe6318:330504ed
2025-05-13 15:31:53
Pushed v0.3.0 of zap.stream app with todays improvements:
# Added
- Stream goals rendering / zapping
- Auto-update stream info (viewers/title) while on stream page
# Changed
- Chat message modal design (Icons open reactions/zaps)
- Performance of stream lists and chat (ListView)
# Fixed
- Login state after restarting app
**Full Changelog**: https://github.com/nostrlabs-io/zap-stream-flutter/compare/v0.2.2...v0.3.0
-

@ 3ba5f37a:55bc823c
2025-05-14 23:20:35
Olá
-

@ 1ea4ae84:b59a2ae8
2025-05-14 23:15:01
text me - 💋.
-

@ e7bf8dad:839ef3db
2025-05-15 00:30:04
Block 896751
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 63fe6318:330504ed
2025-05-12 15:26:47
Pushed a new version of zap.stream v0.2.2, lots of important stuff done today!
-Chat message parsing (links / mentions)
-Chat message zaps / reactions
-Chat modal (long press) for zaps / reactions / mute
-Top zappers
-Login with key
-Create new basic account
https://github.com/nostrlabs-io/zap-stream-flutter/releases/tag/v0.2.2
-

@ 678a308e:a0609fbc
2025-05-14 20:51:11
Well.. we're in the last week for the #bounty. After May 21st, I'm keeping all the corn 🌽
For this last week, I am offering 100,000 #sats to any #nostrich who can decode the hidden phrase in the following artwork:
#bitcoin
nostr:nevent1qqsgsrn3m77ewpx8c7pdmk9sga07q88teuk98tjvh8a3r0t7nwjlsyqpz9mhxue69uhkummnw3ezuamfdejj7q3qyxqdukmj70wlhwf6vg3fwkwcxmgdalahgsl7lcpka8gvs4xkew3sxpqqqqqqzz6yqwr
-

@ 63fe6318:330504ed
2025-05-12 08:23:14
Yea same for me, not sure why but it will be fixed today
-

@ be41636e:e55c4909
2025-05-14 19:57:19
Watching The Invisible Man (1933).
https://i.nostr.build/twIF16y0LsJTgt1J.jpg
-

@ 63fe6318:330504ed
2025-05-11 13:12:44
Actually broken legs every time
-

@ c83c349e:b95e6076
2024-09-10 11:30:10
test comment 2
-

@ c0f702c2:2a9c165a
2025-05-14 23:07:01
おは🌞
-

@ c558c7cc:b0b7b89e
2025-05-15 00:30:00
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://bailiwicknews.substack.com/p/the-prep-act-an-act-of-treason
❌ Removed parts:
?r=3bc8b&utm_medium=ios&utm_campaign=audio-player
-

@ 1ec45473:d38df139
2025-05-14 19:44:11
Unboxing my new Bambu H2D :-)))))
-

@ f03df3d4:a4d4f676
2025-05-15 00:25:04
Block 896750
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 63fe6318:330504ed
2025-05-11 12:09:02
When I was implementing it I was expecting it to be like nip96 too lol
-

@ c83c349e:b95e6076
2024-09-10 11:26:05
test comment 1
-

@ f81a56a3:9c67b3c3
2025-05-14 23:06:16
GM GN
-

@ 1ec45473:d38df139
2025-05-14 19:27:52
https://laantungir.github.io/img_repo/55585b1045b50204bac8aae0f918817c4eb0b5317512b87c5fe4abc62165ad28.jpg
-

@ 63fe6318:330504ed
2025-05-10 18:12:12
Custom pricing isnt enabled in CA region, upgrades not yet possible for custom pricing.
82% memory is memory assigned to the VM from the host, its not actual consumption inside the VM.
-

@ f03df3d4:a4d4f676
2025-05-15 00:20:04
Block 896748
2 - high priority
2 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 63979388:1fc8009f
2024-04-27 00:50:10
nostr:npub1mejez96hpdfaxvsathz0c7tk975f0v4ngamcdnkpzg3lmjsmw4ps7j9ra2
You're disappointed? I'm disappointed in me for not having a dress like that in my wardrobe(and not having the shape to wear it so well).
-

@ 90eb2036:76ca3150
2025-05-14 18:41:21
https://fountain.fm/episode/Xxa7zWlSZyY3HiW0GYPO
The solution is making the hashers real miners again.
Help big hashers run their own node with DATUM so they can actually help keep Bitcoin secure, and they will benefit from higher profits as well.
All they need to do is run a start9 node with datum set up, and they can solo mine or connect to ocean.
Big pools should encourage their hashers to implement this as well, but the pool operator has no incentive other than the long term health of Bitcoin
-

@ 82341f88:fbfbe6a2
2025-05-14 22:59:44
https://nostrify.dev/upload/blossom
-

@ 63979388:1fc8009f
2024-04-26 15:44:48
nostr:npub1np5x0njq944pvpmr748pw402awc7754nf70acevgx5tzmnev2yxqg2dss9
This looks a lot like the 'Queen' version of a Roger Taylor.
-

@ 63fe6318:330504ed
2025-05-10 14:31:37
Driving, don't tell the police
-

@ f9497235:3073bf1c
2025-05-14 18:24:22
Chefs plating in a two star Michelin restaurant!!
#berlin #btc #accepted
https://blossom.primal.net/5292c3b23e38eb3b59e554049c322488b1878cbe0d36a9b1ede7f90ad419bc80.mov
-

@ ff5c7840:21c3932a
2025-05-14 18:15:08
LOCK IN.
💽 🖥️
nostr:nprofile1qyjhwumn8ghj7cn40faxymm594ex2mrp0yhxyatvd35hx6rzda6kuare9e3k7mgprfmhxue69uhkummnw3ezuum4v3hkxctjd3hhxtnrdaksqgxfax7upvpuyx7nx7sjmn6mgc75nld0azz25y4mj5xpst57fklfhqy6fmt5 1200
https://blossom.primal.net/ed480e9961507af08c65dda1ee7f2010ee02722f0e48d617f744d5ccda69fa0a.png https://blossom.primal.net/8073942387386b2256dfcb679e0e53d690a8b65a40cd8538516481ed004bb053.png
-

@ 1ea4ae84:b59a2ae8
2025-05-14 22:59:44
colorado droolers.
-

@ e2ccf7cf:26c1c8eb
2025-05-14 17:19:02
Every cycle has its ways to separate you from your coins
Last cycle was greyscale, blockfi, ftx
Just Self custody and sleep easy frens
https://relay.utxo.one/a8d0c1181c8591f60698355f7ab669c4f44f2c5267f5ed9f299d3fe3327ad37f.jpg
-

@ 63fe6318:330504ed
2025-05-10 13:06:01
Its planned, once viewing and interacting is solid
-

@ d49a9023:990fa8df
2025-05-14 22:58:26
A wolf in sheep’s clothing
-

@ e7bf8dad:839ef3db
2025-05-15 00:20:04
Block 896748
2 - high priority
2 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 4ab7de3f:91054e03
2024-04-26 00:15:55
nostr:npub1femd0mrawr0jmtjr2jwa2nm90haxrpglzdt6tt0djrsav39e53asf74aer mine need more training
-

@ 1ec45473:d38df139
2025-05-14 16:25:33
https://laantungir.github.io/img_repo/5889b2a8bd3942b1d33fd02f9ba419915d577515b62e1fdd015ee2b9d54619d1.png
-

@ 63fe6318:330504ed
2025-05-10 12:24:20
That looks great!
-

@ 63fe6318:330504ed
2025-05-10 09:27:29
nostr:nprofile1qqsyvrp9u6p0mfur9dfdru3d853tx9mdjuhkphxuxgfwmryja7zsvhqpzamhxue69uhhv6t5daezumn0wd68yvfwvdhk6tcpz9mhxue69uhkummnw3ezuamfdejj7qgwwaehxw309ahx7uewd3hkctcscpyug amethyst keeps crashing for me since I added another account
-

@ 194b0e8f:8a9ec6c9
2024-04-25 04:37:13
doh. a lightning channel just forced closed on me... booo.
-

@ e0cfb554:59042528
2025-05-14 16:16:25
Old dell minipc with some upgrades
-

@ 63979388:1fc8009f
2024-04-25 00:56:27
nostr:npub1np5x0njq944pvpmr748pw402awc7754nf70acevgx5tzmnev2yxqg2dss9
This looks like the other John Williams, the composer.
-

@ ec9bd746:df11a9d0
2024-04-24 20:23:43
8. Today is definitely 8.
-

@ f1725586:d16f8e43
2025-05-15 00:18:44
When it comes to Bitcoin technical discussions, the phrase "Greg Maxwell was right" is almost tautological.
-

@ 63fe6318:330504ed
2025-05-09 17:13:14
2 days build might get ya some bugs lol
-

@ 63979388:1fc8009f
2024-04-24 20:23:01
nostr:npub1np5x0njq944pvpmr748pw402awc7754nf70acevgx5tzmnev2yxqg2dss9
Ah, Genesis, No Son of Mine, one of so many great tracks they released around that time.
-

@ 63fe6318:330504ed
2025-05-09 16:42:15
Is there something like amber on ios?
-

@ f03df3d4:a4d4f676
2025-05-15 00:15:04
Block 896747
2 - high priority
2 - medium priority
2 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
-

@ ec9bd746:df11a9d0
2024-04-24 18:27:43
This reminds me of a guy who wanted to be a painter...
-

@ 1ea4ae84:b59a2ae8
2025-05-14 22:57:27
that's adorable.
-

@ c558c7cc:b0b7b89e
2025-05-15 00:14:16
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://youtube.com/shorts/cJmQfFrXudk
❌ Removed parts:
?si=Bhg7fJxmVz0mjPSy
-

@ 63fe6318:330504ed
2025-05-09 16:38:44
👀
https://image.nostr.build/893218aa8de7d394b32988a58da0b7db9dcbfd61a384bd7340d4abecd6b361f7.jpg
-

@ e0cfb554:59042528
2025-05-14 16:15:27
Eu colocaria uma ponte escrito "bitcoin"
Me recuso a elaborar
-

@ 5d8e79cb:d570b387
2024-04-24 16:24:02
We don't have the storage pools to be a problem after it...
-

@ 82341f88:fbfbe6a2
2025-05-14 22:55:30
🙋🏽♂️
"code, without coding"
-

@ 38abc08e:6d8709a5
2025-05-14 15:03:54
https://image.nostr.build/60864ac9d716ccf2d14439e1cfce456bd1e1e6186c11090df56ab421e73a8402.jpg
-

@ 63fe6318:330504ed
2025-05-09 15:29:44
Also available via nostr:nprofile1qqs83nn04fezvsu89p8xg7axjwye2u67errat3dx2um725fs7qnrqlgzqtdq0 now
nostr:nevent1qqs8f5smjdjwt4pudtcacyzs2772w44ns6llfpt2zppc8lpfkmvvp5cpqqpzqcl7vvvdckzc8nlpdqg0smwsncvtl4m240py5qypec59dues2p8dqvzqqqqqqygax0av
-

@ 5d8e79cb:d570b387
2024-04-24 16:22:26
Bullshit, usual bullshit, no need to send them you just fell for it & dragged the rest of us in...
But go ahead and reset the board. 🤣
-

@ f728d9e6:c8a38106
2025-05-14 22:51:24
You can't make me, which is the entire point.
-

@ 1ec45473:d38df139
2025-05-14 15:01:19
https://laantungir.github.io/img_repo/671e5069b30835093d11034272949ad02bdee5c74c3c1d4f0e3b1302fe778af7.jpg
-

@ 63fe6318:330504ed
2025-05-09 14:03:15
Yea streams follow NIP-36