Viewing profile — jb55
jb55
HN member- Joined
- Tue, Dec 08, 2009, 8:20 PM UTC
- HN karma
- 376
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About jb55
Recent public activity
- story
-
comment
Comment #45305689
most nostr apps you can click a single button to create an account, since it just generates a keypair. no email verification, nothing. what is simpler than that? you don't even nee…
-
comment
Comment #45305612
> The event protocol that drives the system doesn't authenticate public keys, so asymmetric signatures are performative: attackers that can intercept messages (Nostr servers, the p…
-
comment
Comment #44502104
I have had the experience of explaining to coworkers how bitwise operators even work more than once. I think sometimes people overestimate the average programmers knowledge when it…
-
comment
Comment #44502050
i updated the wording, hope its more clear
-
comment
Comment #44501936
prs welcome
-
comment
Comment #44501902
updated for the hacker news crowd https://github.com/jb55/oot_bitset#:~:text=Hacker%20news%20f...
-
comment
Comment #44501886
I will remove the novel wording just for the hacker news geniuses. I have been programming for 26 years and have never encountered this pattern, nor could I find it in any librarie…
-
comment
Comment #38772986
Images are not stored on relays, so they would not be targeted. The image hosts have the liability, not nostr.
-
comment
Comment #37354382
There is no "zaps balance". Zaps are just receipts of lightning payments. The basic idea is that a lightning node will detect when the invoice with a nostr note inside is paid, and…
-
comment
Comment #37354178
Zaps just put a signed nostr note inside a lightning invoice so that clients can show that a specific user send some amount of money to some note or profile. clients request lightn…
-
comment
Comment #37354125
I guessing this is because you are used to an algorithm that is constantly showing you the most liked content. average day to day discussions between humans can be pretty shallow, …
-
comment
Comment #37353959
Correct user counts need to have a web-of-trust applied if you want an accurate count of "real followers", but I suspect that's the same on X as well. As one of the largest account…
-
comment
Comment #37353845
Hey, author of https://damus.io here (ios twitter-like nostr client) > First, I want a replication strategy. Nostr messages get lost in time, and many of the clients end up just bl…
-
comment
Comment #35781952
The damus relay rate limits even if you have multiple keys
-
comment
Comment #35781913
I don’t think it’s important to dive into tech details on the damus homepage. Gmail doesn’t attempt to explain the email RFCs when creating an account.
-
comment
Comment #35781874
Damus does not manage your lightning wallet. All it does is open lightning invoice links in an external wallet when you want to zap someone. All of this is optional and opt-in.
-
comment
Comment #35774774
Its optional, you don’t need to attach a lightning address to your profile and you will receive no bitcoin for your posts.
-
comment
Comment #35773869
Author of damus[1] here. We’ve seen a crazy growth in nostr in the past couple of months. Damus itself sees about 1000 to 10,000 download per week, and we’re up to about 500k to 1m…
-
comment
Comment #34533749
It's only recommended that you store json and text on relays. It's a text protocol, not a protocol for storing large binary data. Note sizes are restricted as well on most relays.
-
comment
Comment #31968193
Hey, author here. This is built on the nostr[1] protocol which has many advantages over activitypub. I highly recommend reading the readme on the github for motivation on why we wo…
-
comment
Comment #20053755
For anyone interested in how I gathered these: I noticed a versioning pattern from the snippets he was sharing online. I started poking around and tried to put together a git histo…
-
comment
Comment #15766532
> Yes, of course one could use some fancy cryptocurrency I paid a bug bounty to someone in Germany from Canada with Bitcoin. I guess I'm a terrorist now.
-
comment
Comment #15414184
You can do this with Trezor. It allows you to enter a 25th word to your seed when you unlock it (it looks like you're just entering your password, but you could enter any password)…
-
comment
Comment #15411573
I use a Trezor to store my PGP key. I never have access to the private key, it's generated by a seed which I backup in a cryptosteel protected by a password in my brain (to prevent…