HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kangda123

no profile record

comments

kangda123
·tahun lalu·discuss
What are some other good games with open trading?
kangda123
·tahun lalu·discuss
As far as my experience, there's little code in Python that I would like to replace with OCaml. Python stuff is research code and small services that were written hastily.

I would love to replace my Go code with OCaml. It was always kind of on the verge though. On one hand, once you use a proper type system, you cannot look at Go. On the other, Go's multicore is just so much better than Async/Lwt. In terms of programming, in terms of debuggability, surely in terms of performance too. Having proper multithreading in 5.0 suddenly makes OCaml strictly superior in my (rather biased) opinion.
kangda123
·tahun lalu·discuss
Uncertainty costs money. It's normal to require extra pay for extra risk.
kangda123
·tahun lalu·discuss
I dunno man
kangda123
·tahun lalu·discuss
It's quite simple: there's world beyond shipping ML products at scale. Some of it far less and some far more lucrative.
kangda123
·tahun lalu·discuss
It's a different ball game. The resources that went into executing this kind of hack were probably far higher than most wallets are worth anyway.
kangda123
·2 tahun yang lalu·discuss
> Can the EU for some reason not enforce its privacy laws on Uber if Uber keeps its data somewhere else?

Yes. Even assuming these laws still work if data is in another jurisdiction (prob. not), they become unenforceable. If someone sells your data in, say, Somalia, how could EU gather evidence and start a legal process?
kangda123
·2 tahun yang lalu·discuss
Not OP but it varies wildly between companies. JS and Citadel are both top tier trading shops and they could not be more different when it come to wlb.

It's not hard to sniff out during the process though.
kangda123
·2 tahun yang lalu·discuss
There was an even crazier detail to this story. While he thought he's fleecing tfl, he ended up paying more than he would have if tapping out properly.
kangda123
·2 tahun yang lalu·discuss
I wonder if there's knobs to fix that. One of the organizations I worked at had a very aggressive OOM killer.
kangda123
·2 tahun yang lalu·discuss
"That is, in any given recent year, if you take a sample of 1000 random males, within a year, almost 16% of them will have died."

Surely this can't be true.
kangda123
·2 tahun yang lalu·discuss
I used to think the same but I'm not convinced anymore.

The issue is, it's really hard to come up with leakproof regulation. Companies have far more resources to look for loopholes than governmental agencies to design the law. An extreme example of this is the financial sector, where regulators have pretty much thrown in the towel. They just write vague law to be able to prosecute whatever after the fact.

BUT if we expect companies to behave ethically and act on that, then the incentives for businesses are effectively altered, and it's much harder to find loopholes in that.
kangda123
·2 tahun yang lalu·discuss
The moves pricing that in already happened.
kangda123
·2 tahun yang lalu·discuss
From for a friend, 80-100 mcg is pure bliss without the psychedelic effects kicking in too much.

Do read more on how to do it properly though. Many factors can have greater impact on the experience than the actual dose.
kangda123
·3 tahun yang lalu·discuss
There are model checkers such as nidhugg (C++), dscheck (ocaml). They take a test case and reach all possible terminal states by trying different interleavings.

Crucially, they don’t have to try all interleavings to reach all terminal states, making the enumeration quite fast.