Live data from Hacker News

Viewing profile — conorpp

conorpp

HN member
Joined
Tue, Sep 10, 2013, 8:53 PM UTC
HN karma
752
Public activity
82 items

About conorpp

conorpp.com

[ my public key: https://keybase.io/conor1; my proof: https://keybase.io/conor1/sigs/wdyXzcj8bXBHa4Xz0Gu_Q7rhBOsKqHC_zqQtTDEj-ss ]

Recent public activity

  1. story
  2. comment
    Comment #29342573

    Good points as to why we should move away from proof of work blockchains.

  3. comment
    Comment #29342541

    You could also say that the BTC/USD rate is proportional to the amount of interest...

  4. comment
    Comment #29342512

    Some problems I am excited about cryptocurrency fixing: - Sending money across borders. - Decentralized exchanges that actually charge fair fees, unlike the centralized exchanges o…

  5. comment
    Comment #28303416

    Reminds me of an ongoing & heated debate about T. rex -- Did the T. rex have lips?

  6. story
  7. comment
    Comment #26120963

    You are right, I lied a bit to oversimplify :)

  8. comment
    Comment #26120456

    Just wanted to add since I didn't see this covered in other comments yet -- TOTP and any sort of one time code authentication are just as phishable as passwords. Perhaps the bigges…

  9. comment
    Comment #26119703

    The epoxy can't be physically removed without great risk of ripping off the electronics on the underlying circuit. The epoxy can be chemically dissolved, but would deteriorate the …

  10. story
  11. comment
    Comment #25627143

    To add to this, we would like to be able to run open source & update-able code and leverage EAL certified secure elements. Chips like the SE050 have recently come on the market and…

  12. comment
    Comment #25627107

    New in V2: - More secure microcontroller supporting secure boot, PUF, flash encryption, etc. - Firmware rewritten in rust. - Much more robust and durable construction. - Touch butt…

  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #19418053

    Hi There! I'm part of an open source based startup and we'd love to get some help with our web design. We sell physical FIDO2/U2F security keys, for strong authentication on the we…

  19. comment
    Comment #18127656

    Some bootloaders can be really simple. Here is one I wrote recently for my security key product (this particular code is for an ARM M3). https://github.com/SoloKeysSec/solo/blob/ma…

  20. comment
    Comment #18062356

    I agree, you could do this using more traditional methods, I just think leveraging a nice printing process could save some time/effort. Some other challenges that printing solves: …

  21. comment
    Comment #18061960

    It'd be difficult to get all the holes lined up correctly

  22. comment
    Comment #18039929

    I think if we had a single chip solution, we could make it work, but since we're using 2 chips, it would be tight. I posted schematic in other comments. Maybe one "affordable" idea…

  23. comment
    Comment #18039860

    We'd love to make something small like the Yubikey Nano! Right now it'd be a bit tough, because to fit our chipset [1] in that tight space, it would likely involve making a custom …

  24. comment
    Comment #18036299

    Tomu, being a ARM M0 core, might take some time to compute ECC signatures, but it is probably fine in practice. Our code is designed to be small and portable, so I think it could e…

  25. comment
    Comment #18036286

    We are using the EFM8UB1 chip to implement the USB HID interface, then communicate with the SAM L11 via SPI. After considering many MCUs with USB interfaces, it seems to always be …