Instructed my agent to create a new relay this morning and added it to my outbox list. https://dox.ikaros.hzrd149.com/
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff
- noStrudel https://nostrudel.ninja
- Blossom https://github.com/hzrd149/blossom
- Applesauce https://hzrd149.github.io/applesauce
My nostr-idb package now has a cool example interface
nostr-idb is a typescript library to make it easy for web apps to store and index nostr events in indexeddb 
nostr-idb explorer
GitHub
GitHub - hzrd149/nostr-idb: A collection of helper methods for storing nostr events in an IndexedDB
A collection of helper methods for storing nostr events in an IndexedDB - hzrd149/nostr-idb
Just installed tmux and I think I'm starting to really enjoy only using the terminal. does anyone have any other cool TUI apps I should try? maybe something like a music player so I can listen to my mp3?
lazygit ๐
Been hacking on my fork of ikaros thing for a week or so now. Mostly to learn how to run agents in OpenCode and also to experiment with various ways to message it. yesterday I added support for marmot groups ๐
View quoted note โ

GitLab
hzrd149 / ikaros ยท GitLab
GitLab.com
The most useful thing I've found so far with having an autonomous agent running in a VM is the ability to clone, analyze and explore other project while I'm away form my computer.
I'm sure things will get better once I can get my agent to start making commits and PRs
I've been working on my own version of
mostly to learn how all this openclaw and autonomous agent stuff works.
I've got it setup to talk to me over matrix and NIP-17 but every time I tell him to build a new MCP tool for himself he tends to kill himself by restarting the systemd process and then having a critical error ๐

GitLab
hzrd149 / ikaros ยท GitLab
GitLab.com
Lots of great links for tools in here that yiur agents can use. It also looks like a fun social game.
View quoted note โ
@Alex Gleason you were right. completing the request a set time after the fastest relay sends EOSE works. Still got 90% of events even with an aggressive 2 second timeout.
Tested this with the popular relays and a random selection of relays from nostr.watch


NIP-91 is slowly accumulating implementations, I'm hoping we start to see more relays support it

GitHub
NIP-91: AND operator for filters (Formerly NIP-119) by dskvr ยท Pull Request #1365 ยท nostr-protocol/nips
Filter operand that has optimization benefits for relays, users and developers. Likely contentious.
This NIP is the result of convergent efforts. I...