kdragon | 1 year ago | on: Bitcoin's Future Depends on a Handful of Mysterious Coders
kdragon's comments
kdragon | 2 years ago | on: IBM demonstrates 133-qubit Heron
the challenge also mentioned that for it to work in practice, the qbits themselves would have to be transported somehow.
kdragon | 2 years ago | on: Please ignore the deluge of complete nonsense about Q*
kdragon | 2 years ago | on: Texas officials warn of rolling blackouts to ease strain on power grid
Good lord.
It was a once in a century weather event. Austin and Texas in general celebrates a limited government. So you should take responsibility and prepare accordingly.
If you seriously feel like the city government is anti-humanist and out to get you, then maybe you should pack up and leave town immediately.
kdragon | 2 years ago | on: Mathematician warns US spies may be weakening next-gen encryption
I thought schnorr was under patent for a bit, so an open alternative was needed? Also ECDSA does allow for recovery of the public key from the signature, which can be useful.
kdragon | 2 years ago | on: Why I’m betting on Nostr
kdragon | 2 years ago | on: Why I’m betting on Nostr
kdragon | 2 years ago | on: Former US SEC attorney: 'Get out of crypto platforms now'
You can tip people on the nostr protocol. stats are on zaplife.lol
you can tip musicians on wavlake
there's a Minecraft server called satlantis where it is used as a currency
there's a lot of plugins you can use to build your own lightning enabled apps on lnbits
the space is still young so a lot of software is beta, but there's plenty to play with
check out the plebdev course on udemy if you want to dive into lightning development
kdragon | 3 years ago | on: An incomplete guide to stealth addresses
- Create two keypairs.
- Use ECDH to derive a shared secret.
- Use secret to tweak pubkey of the recipient.
- Send money to the tweaked (and hashed) pubkey.
- Recipient has to keep an eye out for this tweaked key on the blockchain.
kdragon | 3 years ago | on: Secure Scuttlebutt
* Media itself is not stored, only links to media.
* Relays are free to limit usage, charge a fee or require proof of work.
* There are many kinds of messages with different storage standards i.e ephemeral messages are not stored at all.
kdragon | 3 years ago | on: Maersk/IBM to discontinue TradeLens, a blockchain-enabled global trade platform
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
It feels nice when a protocol has its core devs on the same wavelength as application devs. That's the feeling I get with nostr.
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
1) miners profit from energy surplus. They do not create new power plants. Nobody is firing up a new coal plant to mine bitcoin. That is absurd.
2) miners have incentives to find and use wasted energy. For ex, flare gas recycling. Which actually helps the environment.
3) miners can turn on/off at will, and produce energy loads on demand. Which means they balance out the energy grid. Especially from erratic energy sources like wind and solar. This is already being deployed in some states.
You are fighting on the wrong side buddy.
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawi...
Easy rotation and recovery of individual keys, but you do have to protect your master seed.
Nostr also supports user verification through DNS hostnames.
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
A lot of p2p protocols cheat with relays, it is really hard to traverse nats otherwise.
Nostr can be used for peer discovery to bootstrap a direct p2p connection.
You could also use a client/relay hybrid application, similar to other p2p networks. That would be fun to build. :-)
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
I like that nostr abstracts this problem away from the relays. Relays only focus on storing data and handling subscriptions. They can choose to censor and/or curate content if need be, but it's not their concern.
It's up to the client to come up with a solution, and that client can be a platform or a protocol of its own.
edit it also feels really great to work on that problem from the application layer. I can come up with a solution that isn't confined to the parent protocol.
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
kdragon | 3 years ago | on: Nostr is a stupid simple P2P protocol that works, built by builders
You can request very broad subscriptions from relays! For example, here is a site that subscribes to everything, showing you a gods-eye view of events streaming into a relay:
Events have different "kinds", so you can filter this based on the type of traffic you are looking for (like public posts or user profiles).
Platforms like damus.io are more user-friendly, and offer better tools for discovering users and content.
You can subscribe to a user's feed via their pubkey, so discovery methods typically revolve around learning pub keys.
There are several implementations of core across various languages, not including custom forks of core.