dhalsim's avatar
dhalsim
_@dhalsim.github.io
npub1dejt...5uc4
dhalsim's avatar
dhalsim 1 week ago
What happened: Twitter to X with Elon Musk by Simon Dixon
dhalsim's avatar
dhalsim 1 week ago
For some reason the biggest relays (except nos.lol) don't support the COUNT verb (NIP-45)
dhalsim's avatar
dhalsim 1 month ago
I expect no users at this point so I'll skip DB migrations
dhalsim's avatar
dhalsim 1 month ago
Just shipped file sync between two bot instances in nostr-dm-agent ๐Ÿค– You can now send files between bots. On Bot A: `!file upload <file> <npub_of_bot_b>` copy the naddr and go to Bot B chat: `!file download <naddr>` The bot encrypts the file and uploads it to Blossom. Publishes a pointer to the blossom file on a nostr note. You can update the same file again and again, naddr won't change. While built for bots, the underlying approach could work for any Nostr client that wants encrypted file sharing over Blossom. Big thanks to @daniele for manent (https://github.com/dtonon/manent) โ€” the encryption approach and the idea came from there ๐Ÿ™ nostr-dm-agent:
dhalsim's avatar
dhalsim 1 month ago
Things are getting interesting image
dhalsim's avatar
dhalsim 1 month ago
I built nostr-dm-bot. It runs on your machine, next to your #coding project. Use #opencode or #cursor; send instructions via private Nostr DMs. Built-in Cashu wallet: top up via cashu.me (or similar) โ†’ !wallet receive <token>, then deposit to #routstr and pay-per-use with #Bitcoin. Modes: Switch between modes (agent configuration + model presets) !ask, !plan, !agent for different tasks and safety. install from or #nostr #opencode #cursor #cashu #routstr
dhalsim's avatar
dhalsim 1 month ago
Created just another agent tool that would work with NIP-17 private messages. But it is for Cursor CLI tool namely "agent". Clone to your projects root directory, configure and enjoy remote developing. Of course it is a beta software and I need to remind you there can be security holes, so be cautious with it.
dhalsim's avatar
dhalsim 1 month ago
Nostur works on desktop? It's pretty amazing, you can even watch online streams
dhalsim's avatar
dhalsim 1 month ago
Nice documentary about history of Iran. You can watch it with subtitles
dhalsim's avatar
dhalsim 5 months ago
I was so close to finish it! image
dhalsim's avatar
dhalsim 5 months ago
Whenever I decide to go to sleep, YouTube recommends me he most crazy podcasts
dhalsim's avatar
dhalsim 5 months ago
I'm vibe coding something complex. Still couldn't finish it all but I came with a very good recipe for vibe/hybrid coding that worked for me: Give your requirements clear and detailed before starting. Ask for solutions/options for the implementation in a markdown file as a spec Review the document. If satisfied, let it build everything. Iterate over it until you have something tangible. Fix the errors. Do a simple test. If you can't fix the bug, ask for adding logs. Than share the logs with the errors. If the code sucks, ask for a refactor. If you have a lot of bugs, try to read the code and ask any stupid question you don't understand. At some point it would start to make a better version. I sometimes try to make it think differently and prompt something like: you are an industry leader expert or architect etc. and analyze current architecture and come up with a plan that how would you design such a system from scratch. Again ask for a plan before a big change. Commit any changes if you feel you made some progress. I'm developing a web animation app right now that resembles Macromedia flash from my memory. Combining great libraries like Konva and gsap to create something that would solve my unique requirements. Maybe I could find something else that already works but I feel doing it this way is better in the long run because once I finished I will have full control over it.
โ†‘