Viewing profile — jakecraige
jakecraige
HN member- Joined
- Thu, Apr 17, 2014, 3:40 AM UTC
- HN karma
- 40
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About jakecraige
Recent public activity
-
comment
Comment #48123069
Yeah this is not universal. I bought mine
-
comment
Comment #47963230
Yeah, I think it's more of a British English thing. It can also mean things like "in a fight". Like: "those two guys had a big row outside the pub the other night"
-
comment
Comment #30405188
Another vote for SynthRiders here. I have the same complaint about Beat Saber as OP. Can be done with wrist flicks and be lazy Synth Riders forces you to have to move your body and…
- story
-
comment
Comment #23258586
The main app powering coinbase.com, the “monorail”, is a Rails app backed by MongoDB. It’s typically what’s being referred to when breaking out microservices. Historically most oth…
-
comment
Comment #23258505
We (Coinbase) already sign cold storage transactions in a distributed manner so this isn’t an issue :)
-
comment
Comment #23258478
Brian calls this out and describes how Coinbase plans to do this in the “This will require a huge shift in how we do things. How will we get there?“ section. > To address all of th…
-
comment
Comment #22525309
It’s not assuming MITM or that the attacker can upload the signature to the site. The attack is that the attacker can reuse the already uploaded signature in a way that allows them…
-
comment
Comment #21921122
Matthew Green has a related post about this speaking to “multiple encryption” where people do the same thing with ciphers. [1] A very generic take would be that depending on the sy…
-
comment
Comment #20484798
I haven't implemented but like what it's going for. Modern crypto is all about making it easy to do the right thing without thinking about it and PASETO does that well with its ver…
-
comment
Comment #20484791
Nonce reuse is easily preventable with deterministic nonces or sufficient randomness. PS3 used a fixed nonce which is a whole different problem. I agree that JWT has all sorts of f…
-
comment
Comment #20470355
They have a bug bounty program that gives you permission to do certain kinds of things and it not be illegal since you’re planning to report anything you find (and get paid for it)…
-
comment
Comment #19736922
Y'all are talking about two different things. Secret key recovery via nonce reuse(linked SO post) is a different than simply trying a range of integers which is mostly what these r…
-
comment
Comment #18327034
Thanks for the link! I went down a small rabbit hole from this which ended up with a script that allows for similar style workflows even within the GitHub PR world: https://twitter…
-
comment
Comment #17476985
First step in trying it out requires inputting my full name and email address :/
-
comment
Comment #17174044
Yes, I’m saying that rather than needing an hour to get 6 blocks if the hash rate doubled, you’d only need 30 mins _until_ the adjustment occurs. Then it would be an hour again.
-
comment
Comment #17173644
Yeah it’s sort of time based assuming consistent blocks, but it would still based on confs. If the hash rate doubled then one would only require 30 minutes until the difficulty adj…
-
comment
Comment #17173469
It would be helpful to expand on how many blocks can be reversed given only one hour of hash rate. Many wallets, exchanges, etc require a minimum number of confirmations before all…
-
comment
Comment #15625100
It's not so much that miners would ignore empty transactions, it's that the spammer would need to pay the miner fee to get each transaction in the block which would end up being ve…
-
comment
Comment #14497764
Tools like React Native and Electron are pretty popular these days to build cross-platform apps and such. Since you know web stuff and I'm assuming JS, those might be a good option…
-
comment
Comment #14497734
Cool product. I've used calendars in the past to maintain this kind of thing but a product has many more features than a calendar so I'm into it. A mobile app would definitely be n…
-
comment
Comment #14497681
US style dates, you probably want 03/18/1965
-
comment
Comment #14497665
I'm a fan of FB login. In practice it's pretty trivial to maintain once it's set up, I don't recall ever having to do any updates to an FB login system once set up. It's nice that …
-
comment
Comment #13514799
> I say it's shitty because they don't follow best practices and just focus on pushing out workflow apps as quickly as possible. No docs, old tooling, etc. Really a mess. I doubt s…
-
comment
Comment #12228639
Great read. Reminds me of a book I read recently, Difficult Conversations, where my key takeaway was to do everything I can to understand the other person, and make sure they under…