nostr relay proxy

NEW ICON 🚀 #bitcoin #knots nostr:note1jq889f2s5zkej42qd2n7kus6xvswx0he4kg8hm22fdkkl7y2n00q4ep0cw
NEW ICON 🚀 #bitcoin #knots nostr:note1jq889f2s5zkej42qd2n7kus6xvswx0he4kg8hm22fdkkl7y2n00q4ep0cw
Wow you guys showed this post a lot of love. Homeschooling has been a very positive experience for our family, and I encourage any of you to consider it with your own kids if it’s an option. Several of the replies asked about our choice of curriculum. Rather than try to reply to each one individually, I’ll write up a post later talking about our approach and what we’ve used. nostr:nevent1qqspp6dc3ua9t97gy4zyz30jupzjpj2r9vpmv4prhtk46t2efp9emvgpzemhxue69uhhyetvv9ujuurjd9kkzmpwdejhgv3lmx6
0
I can't wait until elon musk new phones come out and i will be definitely getting it when it comes out. I hate how people criticize elon because he is a good person and I support him and doge and he is helping a lot of people.
Correct.
🔐 The Quantum TLS Heist 🧵💸 Everyone’s still stuck thinking crime needs a hoodie and a hoodie needs a bank account. Meanwhile… I pwn TLS. I intercept the vault. I don’t need your grandma’s debit card — I own the session. No KYC. No AML. No bank flags. No compliance phone call. Just numba go missing — digitally, permanently, irreversibly. And when the pot’s mine? ⚡ Liquid swaps ⚡ CoinJoins ⚡ Monero mixers ⚡ Lightning exit ⚡ AI-generated KYC ghosts for legacy interfaces By the time compliance wakes up, I’m sipping yerba in Paraguay logged into a quantum-resilient wallet on a Faraday-caged Raspberry Pi. This isn’t a heist. This is a protocol upgrade. Some still think everything needs a bank. I just need a session key and a plan. #QuantumHeist #PostTLS #Bankless #ExitFiat #Bitcoin #CyberOps #FutureFinance #KYCResistance #LiquidLife #PrivacyTech #DigitalGhosts
🔐 The Quantum TLS Heist 🧵💸 Everyone’s still stuck thinking crime needs a hoodie and a hoodie needs a bank account. Meanwhile… I pwn TLS. I intercept the vault. I don’t need your grandma’s debit card — I own the session. No KYC. No AML. No bank flags. No compliance phone call. Just numba go missing — digitally, permanently, irreversibly. And when the pot’s mine? ⚡ Liquid swaps ⚡ CoinJoins ⚡ Monero mixers ⚡ Lightning exit ⚡ AI-generated KYC ghosts for legacy interfaces By the time compliance wakes up, I’m sipping yerba in Paraguay logged into a quantum-resilient wallet on a Faraday-caged Raspberry Pi. This isn’t a heist. This is a protocol upgrade. Some still think everything needs a bank. I just need a session key and a plan. #QuantumHeist #PostTLS #Bankless #ExitFiat #Bitcoin #CyberOps #FutureFinance #KYCResistance #LiquidLife #PrivacyTech #DigitalGhosts
"Truth about eCash" 🤣
+
History repeats with one twist: #Bitcoin isn’t a bubble, it’s the pin that pops them all. #Bitcoin
History repeats with one twist: #Bitcoin isn’t a bubble, it’s the pin that pops them all. #Bitcoin
🦛 Being alone is important for self development. You don't need to be with other people all the time. การอยู่คนเดียว เป็นสิ่งสำคัญ กับการพัฒนาตัวเอง. คุณไม่จำเป็นต้องอยู่กับคนอื่น ตลอดเวลา. #nostr #damus #bitcoin #zapathon #zap #memestr #siamstr #grownostr #Azzamo #bullishbounty
{"id":"92ca0bb567975ebd525e3282f58d11d46d97896b90c62f1fd7e80ec7a26780cf","pubkey":"40b9c85fffeafc1cadf8c30a4e5c88660ff6e4971a0dc723d5ab674b5e61b451","created_at":1749900638,"kind":1,"tags":[["p","0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd","","mention"],["t","mcp"],["t","llm"],["t","ai"],["r","https://video.nostr.build/f2ed015d3c9e80a8705196528b69189d251f4818c2ab4951aeadaaae7002d2cd.webm"],["r","https://github.com/gzuuus/mcp-chat"],["r","https://modelcontextprotocol.io/specification/draft/client/elicitation"],["r","https://github.com/modelcontextprotocol/typescript-sdk/pull/520"]],"content":"A week or so ago, nostr:nprofile1qqsqgc0uhmxycvm5gwvn944c7yfxnnxm0nyh8tt62zhrvtd3xkj8fhgprdmhxue69uhkwmr9v9ek7mnpw3hhytnyv4mz7un9d3shjqghwaehxw309aex2mrp0yh8qunfd4skctnwv46z7qgewaehxw309aex2mrp0yh8xmn0wf6zuum0vd5kzmp033tada presented me with a challenge: how we can request user input using MCP servers, so that a chat client like Goose or any other could dynamically request that information from the user to proceed with the tool call and its result. This would be something like 'Question MCP', which allows the agent to prompt questions back to the user. This is a novel feature that few clients implement, as there was no clear way to do this without a custom client, which is undesirable due to vendor lock-in. The solution lies in a protocol-specific feature\n\nhttps://video.nostr.build/f2ed015d3c9e80a8705196528b69189d251f4818c2ab4951aeadaaae7002d2cd.webm\n\nRooCode and Cline have this feature, but it is specific to their clients. It works by providing some built-in tools to the LLMs, along with prompt engineering in the system prompts that instruct the LLMs to eventually request input from the user. While this works, it is not an ideal solution because it is client-specific. To replicate the same behavior in a different client, you would need some sort of 'Feedback MCP' with tools like ask_user, ask_user_confirmation, etc. and you would need to tweak system prompts to make it work, which is not desirable neithe.\n\nThe solution lies in a protocol-specific feature from MCP, a standardized way for servers to request additional information from users through the client during interactions. Fortunately, this is something that has already been thought about and proposed in different pull requests in the MCP spec repo. This feature is called 'Elicitation', and it is currently a draft in the MCP protocol spec. It was introduced as a draft just a few days before Alex and I started our conversation about this, making it a bleeding-edge feature with no current support and only a pull request in the MCP TypeScript SDK that has not been merged yet.\n\nThe challenge was clear now: implement Elicitation in an MCP server and a client that handles it to demonstrate how it works. I did it, and as a result, I created a mcp-chat TUI program, which, to my knowledge, is the only chat MCP client implementing this feature. If you are interested in understanding how I made it, feel free to ask; I'll happily respond and comment on the challenges and obstacles I encountered and how I resolved them.\n\nHowever, I want to reflect more on the Elicitation feature and what it allows. This is very interesting: MCP servers can require information when executing tools, without the client needing to do anything other than handle it in their own ui. This opens up a plethora of possibilities for dynamic tools requiring data from their users. For example, tools that handle uncertainty, like a 'Book a Table' tool, where if the tool cannot find a suitable table, it can ask the user what to do, whether to take any available table or cancel the process. This has various implications: it makes the process more intuitive, robust, dynamic, and, importantly, more private.\n\nSince the LLM doesn't need to be aware of the details that the user inputs, in the previous example, the 'Book a Table' tool could request through Elicitation details like the user's name, email, phone, or any other required information to complete the process. This is a direct communication between the user and the MCP server. Once the Elicitation is complete, the tool returns the result, feeding it back to the LLM, omitting the personal details and simply saying, 'The table was successfully booked for 1 PM at The Awesome Restaurant.' Then, the LLM and the user can continue their chat if desired. At no point does the LLM need to know the details of the user to book the table, as those details are something between the user and the MCP server. The LLM is only present when the user requests in natural language to call the 'Book a Table' tool and when the 'Book a Table' tool returns its result.\n\nThis is very cool. I could keep talking about this, but I'll stop here, as this is not supposed to be a long-form content piece. But if you are interested in any of this stuff, feel free to AMA!\n\nI'm going to drop some related links:\nMCP-chat: https://github.com/gzuuus/mcp-chat\nElicitation spec: https://modelcontextprotocol.io/specification/draft/client/elicitation\nIntroduce Elicitation capability PR: https://github.com/modelcontextprotocol/typescript-sdk/pull/520\n\n#mcp #llm #ai","sig":"258160928665f8556eb3d0d54bb5eb6be751373a32d963097f475931bd82d1f420296c2c5039fbfe8be0bb59120bb9bd8525cfce79d85795f4c5a38ae519826b"}
When you say multiple hundreds, let's say 600 transactions per tx, is that on average per 10m (per block), i.e. 1 tx/s? Are there other upper bounds (or isn't this one?)?
{"pubkey":"01d0bbf9537ef1fd0ddf815f41c1896738f6a3a0f600f51c782b7d8891130d4c","content":"Is this good? Asking for a friend. \n#noderunners #LightningNetwork\nhttps:\/\/image.nostr.build\/866ba6562c44f3acb7530d6ec9e82177f94854716146045b1eb6a25a455a03ea.png","id":"02204ff7d8749eabf2734ea9fddd18c126180cf3ef4ec9d955e86553d268715b","created_at":1749688150,"sig":"8f9cfabc466c6150c2c8fb4fb99c2a44572c9b06d05441a0efbb082043b121b8ddb8b91ecb869d48c2276d74c6f21b4b3f172bbcc43fb90014e4c42d07559f4a","kind":1,"tags":[["t","noderunners"],["t","lightningnetwork"],["nonce","36","5"]]}
It’s a lyric from a song
It’s a lyric from a song
No need for pedantism on a meme friend 😂
1.4万=100ドル近辺だからいいけどさあ、これなら風俗行く方がマシだわ
I'm the oracle granny knowing it all, but baking cookies.
You can just not update or use alternative software you like.
:cashu:
{"id":"1604a7cb5ef3022927cef4c785bbe2bc91929002b5eb10df60a7b2d6ce8a211f","pubkey":"d07a72485fa176d967212b9e3b9556f41dcf1c07cfcffebacb1fc3690da499e2","created_at":1749898026,"kind":1,"tags":[["e","7ff4ce2fa1f3845c4b5e5da49cd50959cb70c6c0b35c532e30c369021d053e95","","root"],["p","50d94fc2d8580c682b071a542f8b1e31a200b0508bab95a33bef0855df281d63"]],"content":"Fucking love cashu","sig":"d0e2db34599fd2093537f6d64e68eaabc5d5c43f4a8a05da922cd5c5e69cfdbe7010d5da4552a2dd98999a738a270e5e53a2c7b07cb1964bf72189bb54cc4a03"}
next
prev

rendered in 10.209487ms