Constant's avatar
Constant
npub1t6jx...ksrw
Writing a book about Nostr Ceterum censeo NIP-3b omnibus esse utendum
Constant's avatar
Constant 1 month ago
Getting people on to nostr is simple and easy. You just have to gaslight them by repeating it is 'simple' and 'easy' over and over and over again: IT IS THAT SIMPLE AND EASY PEOPLE
Constant's avatar
Constant 1 month ago
I think this is important. Not just because Broodwar is the best game ever in existence ever, but: assuming this will be a ''thing'', it is an incentive to build out tooling. Use of nip29 groups, calendar events, tournament NIP and app etc. etc. Actually dog-fooding the stack, such that it can mature and be used elsewhere effortlessly View quoted note →
Constant's avatar
Constant 1 month ago
Check out Merged Mechs (alpha version). Generate a keypair, be 1 of 4 mechs, merge with other players to become a Battle Mech, fight in battles and upgrade your mech by winning a daily Tournament round. https://cdn.azzamo.media/acdebf3f08eebcec8b2d9e64329a4ab9a352d1c5df39da57f5d28dbe5ed345f8 (also known as my (nested)musig2 OTS back game engine tech demo) nostr:View article →
Constant's avatar
Constant 1 month ago
Your npub is not also a bitcoin address... Your bitcoin address is also an npub ;) Money speaks!
Constant's avatar
Constant 1 month ago
One thing i learned when making an app (with a robot). If you think you are almost done....add another week. Almost done though
Constant's avatar
Constant 1 month ago
Claude: This will be a multi-day project Also Claude an hour later: Done, what do you want to do next
Constant's avatar
Constant 1 month ago
To all the devs wondering about Musig2. The issue is not so much the crypto/signing here, that base is covered by libsecp256k1. The issue obviously is the coordination. I (well, the robot), made a general musig2 NIP for the general parts irt Nostr tags, verification and how signing/ceremonies go in general. That nip does NOT specify the specific coordination method, those are separate NIPs. I went the route of building out a reference coordination method using plain Nostr events because its the most straightforward, easy, stable and transparent process. It is not private, so not ideal, but that is a separate concern and has no influence on the integrity of the musig2 ceremony (assuming your client picks its nonces right). To try stuff out I initially asked the robot to implement ceremonies using FIPS and one using Marmot. NIP17, Marmot, NIP29 groups, all are reasonable candidates to do this sort of stuff. Who knows, maybe some 'super' implementation is able to manage all of them at the same time, especially if you do the ceremony via a coordinator. Will publish documentation soon and we can have a chat about this. View quoted note →