Live data from Hacker News

Viewing profile — shermanmccoy

shermanmccoy

HN member
Joined
Sun, Nov 03, 2019, 1:02 PM UTC
HN karma
79
Public activity
67 items

About shermanmccoy

No profile information was provided.

Recent public activity

  1. comment
    Comment #25342661

    Yes! You can control for human risks in the tail scenarios. You can't control for the tail scenarios in AI because you don't know what on earth they are, they are a nasty surprise,…

  2. comment
    Comment #25261233

    He only resubmitted 10 days ago. Presuming there was something missing with his first application, something like this would need to go through a legal area internally at Amazon to…

  3. comment
    Comment #25215829

    >they're selling them on USDT-USD markets. My hypothesis is they get dripfed onto these markets so as not to spook them. Or just transferred off to collateralize other trades - hey…

  4. comment
    Comment #25205717

    I think the ponzi continues to work for now, the arbitrageurs can cash out, while the illusion that tethers are backed prevails. So indeed if no one does redeem these USDT as I kee…

  5. comment
    Comment #25205042

    Thanks, that is very enlightening. So Tether are all about maintaining the apparition of a 1:1 backing of USD to USDT. It's the lynchpin of the whole scam. Otherwise the step above…

  6. comment
    Comment #25197929

    Do you have some modelling, or any credible reference to back up your assertion that the energy used by banks would be higher than a Bitcoin blockchain?

  7. comment
    Comment #25182637

    Ah good insight, thanks.

  8. comment
    Comment #25155634

    Precisely! So picture some, however oversimplified, code which searches a customer's orders, determines which is a phone product id, remembering they sell other stuff which we woul…

  9. comment
    Comment #25149777

    While I disagree with the positions put forward by lolc and flukus, that Librem 5 should have the customer address modelled analogously to some 'fast moving goods' e-commerce imple…

  10. comment
    Comment #25149596

    Well the Librem 5 is not another 'widget in a warehouse'. It was always going to be a long wait to delivery, due to the enormity of the undertaking. This was not a surprise to anyo…

  11. comment
    Comment #25145197

    It's precisely the "this is the way it's done" approach you mention, which means they now have to pay a human to do the work their web stack ought to do!

  12. comment
    Comment #25144659

    I smell a NoSQL database keeping those addresses.

  13. comment
  14. comment
    Comment #25107519

    Two simple questions. How long does the battery last, while largely sitting on my desk not being used? Can it make and receive calls and texts?

  15. comment
    Comment #25054519

    Does screen sharing fall into one of those categories?

  16. comment
    Comment #25041902

    How many times in an interview has anyone even showed anything beyond a superficial level of interest in your hobby project? Just mindless box ticking

  17. comment
    Comment #25032289

    I think people initially work on some of these projects, at least in part, to beef up their CV and make themselves more hirable. Every second tech job advertisement these days brai…

  18. comment
    Comment #24892935

    "killing it" is slang for doing really well.

  19. comment
    Comment #24865416

    They haven't gotten away with it yet. They are trying it on, wait until it is tested in a court.

  20. comment
    Comment #24817824

    This company has given me so much, you simply cannot criticise. I still remember spending all night on battlenet playing sc1 back in the day. Big bottle of coke, some candy, headph…

  21. comment
    Comment #24704172

    I noticed it requires access to the clipboard plus browsing data, among a slew of other stuff.

  22. comment
    Comment #24693736

    https://mobx.js.org/defining-data-stores.html#combining-mult...

  23. comment
    Comment #24669030

    It's more overhead in the sense that mobx needs to walk all your store objects and check for changes, on top of what React does. Anyway that's fine if you really need that precisio…

  24. comment
    Comment #24668309

    To be honest I don't understand why people use mobx this way. I mean short life store objects, populated by props, that are recreated every mount. Might as well just use React stat…

  25. comment
    Comment #24661744

    I think you are essentially talking about unit testing your stores, and in the case where there might be a lot of logic inside them, is a good idea in principal. But take the case …