Viewing profile — shermanmccoy
shermanmccoy
HN member- Joined
- Sun, Nov 03, 2019, 1:02 PM UTC
- HN karma
- 79
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About shermanmccoy
No profile information was provided.
Recent public activity
-
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,…
-
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…
-
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…
-
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…
-
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…
-
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?
-
comment
Comment #25182637
Ah good insight, thanks.
-
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…
-
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…
-
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…
-
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!
-
comment
Comment #25144659
I smell a NoSQL database keeping those addresses.
-
comment
Comment #25107619
Cheers
-
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?
-
comment
Comment #25054519
Does screen sharing fall into one of those categories?
-
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
-
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…
-
comment
Comment #24892935
"killing it" is slang for doing really well.
-
comment
Comment #24865416
They haven't gotten away with it yet. They are trying it on, wait until it is tested in a court.
-
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…
-
comment
Comment #24704172
I noticed it requires access to the clipboard plus browsing data, among a slew of other stuff.
-
comment
Comment #24693736
https://mobx.js.org/defining-data-stores.html#combining-mult...
-
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…
-
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…
-
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 …