Chris's avatar
Chris
chris@nostrings.news
npub1ygzj...60k2
Working on nostr stuff - comet.md - notestack.com - transmit.fm - notebin.io - relayrunner.org - relaywizard.com NIP-C0 author
Chris's avatar
Chris 1 month ago
Scroll to highlight on notestack.com
Chris's avatar
Chris 2 months ago
notestack.com supports playing audio attached to longform audio now, which apparently a lot of people are doing. image
Chris's avatar
Chris 2 months ago
Save your articles to a stack on notestack.com
Chris's avatar
Chris 2 months ago
If you see some code you like on notestack.com you can post it as a codesnippet and read it later on notebin.io #nostr #grownostr
Chris's avatar
Chris 9 months ago
notebin.io now has a remote mcp server at https://notebin.io/mcp that you can use with your Coding agent to fetch your NIP-C0 code snippets. Example MCP config: "mcp": { "servers": { "notebin.io": { "url": "https://notebin.io/mcp" } } } The minimum you need to provide is your npub, but you can also provide a limit, a programming language and tags Make sure to create a few code snippets first at #grownostr
Chris's avatar
Chris 11 months ago
Running a new relay for just kind 1337 code snippets at relay.notebin.io. #grownostr
Chris's avatar
Chris 0 years ago
Are clients with multiple column feeds the future?
Chris's avatar
Chris 1 year ago
You can now sort by last edited, created at and title in Comet. Title is particularly useful if you're writing a book or course where you can number the titles. Each notebook should have it's own sort state.
Chris's avatar
Chris 1 year ago
In this demo we ask Claude to post a simple python code snippet. The MCP server reaches out via unix domain socket to have the event signed so Claude nor the MCP server needs to know the private key. This will allow you to have Claude post code snippets that you like on your behalf without needed to expose your private key/nsec. @grownostr