Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
willdearden
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
willdearden
3y ago
People have different risk exposures and different risk appetites. If you're a corn farmer then your entire livelihood is tied to the price of corn. You're willing to give up expected value to reduce risk by selling futures and th
2.
▲
by
willdearden
3y ago
FWIW for my comment I essentially used your code and cleaned up compiler-generated imperative code. So yes it used the fact that it only recursed to n-1 but did not use any optimizations related to booleans. And looking at other examples ca
3.
▲
by
willdearden
3y ago
Here's how I would write the loop version of this. It does involve an optimization since we know parity only depends on n - 1. #include <algorithm> template <typename T> bool even(T n) { bool is_even{true
4.
▲
by
willdearden
4y ago
I was there until the end. It was definitely fading into obscurity but still had >50% of peak numbers. And we were switching to C++ in the last year or so.
5.
▲
by
willdearden
4y ago
There is actually already a Scheme interpreter implemented in Rust ( https://github.com/mattwparas/steel ) which has the same name for the exact reasons you stated.
6.
▲
by
willdearden
4y ago
Veterans Affairs? Virginia?
7.
▲
by
willdearden
4y ago
There is a professor who was at Wisconsin, Charles Manski, who developed partial identification, which uses tons of these decompositions. Idea is let's say you have a binary survey question where 80% respond and 90% of them respond &qu
8.
▲
by
willdearden
4y ago
https://www.sec.gov/news/press-release/2021-155 You absolutely can get charged for trading in a similar company.
9.
▲
by
willdearden
5y ago
Reminds me of the Kairos retreats popular in Catholic high schools. I went to one and it was pretty intense and not in a forced way. Basically 4 day group therapy.
10.
▲
by
willdearden
5y ago
Ah cool, are the internalized orders reported publicly anywhere or are they just sent to the SEC/FINRA?
11.
▲
by
willdearden
5y ago
Most trades through a brokerage don't make it on an exchange. They're internalized by a wholesaler like Citadel Securities. Which is the reason for the question.
12.
▲
by
willdearden
5y ago
https://www.uptake.com/blog/good-data-scientist-bad-data-sci... done here too
13.
▲
by
willdearden
6y ago
Probably comes from the first and second theorems of welfare economics: https://en.wikipedia.org/wiki/Fundamental_theorems_of_welfar...
14.
▲
by
willdearden
6y ago
More like broker 1 offered it to me for 95 and to pay Robinhood 1. Broker 2 offered it to me for 97 and to pay Robinhood 2. Robinhood took the offer from broker 2. No collusion necessary but they weren’t acting in the best interests of thei
15.
▲
by
willdearden
6y ago
Were you a swimmer?
16.
▲
by
willdearden
6y ago
LTCM's blowup had nothing to do with any flaw in Black-Scholes. They did lose money on equity volatility strategies but it was because they were betting that volatility in the future would be lower than the volatility implied by Black-
17.
▲
by
willdearden
6y ago
You are legally responsible as if you had submitted the orders yourself.
18.
▲
by
willdearden
6y ago
Do you have people saved in your phone with the last name “Pickleball” so your phone capitalizes pickleball?
19.
▲
by
willdearden
6y ago
There are a ton of papers on the properties of stable matching under random preferences. The classic paper (Pittel 1989 https://epubs.siam.org/doi/abs/10.1137/0402048?journalCode=s... ) calculates the average
20.
▲
by
willdearden
6y ago
One time I ordered from stitch fix and asked for “a shirt which is not red, white, and blue” and got a red, white, and blue shirt.
21.
▲
by
willdearden
7y ago
The author misunderstands risk premium, which is the extra reward the market offers in expected value to induce you to take a risky proposition over a certainty equivalent. I think programmers’ salaries are weighed down by risk aversion. It
22.
▲
Engineers Sprint Ahead, but Don’t Underestimate the Poets
(nytimes.com)
1 points
by
willdearden
7y ago
|
0 comments