Live data from Hacker News

Viewing profile — jakecraige

jakecraige

HN member
Joined
Thu, Apr 17, 2014, 3:40 AM UTC
HN karma
40
Public activity
29 items

About jakecraige

[ my public key: https://keybase.io/jakecraige; my proof: https://keybase.io/jakecraige/sigs/Nrw1uP6Y3DPl2yHIVZnNAa5ThGQVudj4XkvA51Pfuvk ]

Recent public activity

  1. comment
    Comment #48123069

    Yeah this is not universal. I bought mine

  2. 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"

  3. 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…

  4. story
  5. 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…

  6. comment
    Comment #23258505

    We (Coinbase) already sign cold storage transactions in a distributed manner so this isn’t an issue :)

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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)…

  13. 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…

  14. 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…

  15. comment
    Comment #17476985

    First step in trying it out requires inputting my full name and email address :/

  16. 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.

  17. 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…

  18. 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…

  19. 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…

  20. 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…

  21. 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…

  22. comment
    Comment #14497681

    US style dates, you probably want 03/18/1965

  23. 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 …

  24. 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…

  25. 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…