HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kangda123

no profile record

comments

kangda123
·السنة الماضية·discuss
What are some other good games with open trading?
kangda123
·السنة الماضية·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
·السنة الماضية·discuss
Uncertainty costs money. It's normal to require extra pay for extra risk.
kangda123
·السنة الماضية·discuss
I dunno man
kangda123
·السنة الماضية·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
·السنة الماضية·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
I wonder if there's knobs to fix that. One of the organizations I worked at had a very aggressive OOM killer.
kangda123
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
The moves pricing that in already happened.
kangda123
·قبل سنتين·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 سنوات·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.