Viewing profile — ethan_g
ethan_g
HN member- Joined
- Fri, Apr 29, 2016, 3:39 PM UTC
- HN karma
- 129
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About ethan_g
No profile information was provided.
Recent public activity
-
comment
Comment #18425989
No the gp is correct, references in c++ can't be null. Your code invoked undefined behavior before you did anything with a reference, namely *a which is a null pointer dereference.…
-
comment
Comment #15215356
I don't know why this was getting downvoted, because it's correct. All the banks repaid their TARP loans from the Fed at a significant profit ( https://en.wikipedia.org/wiki/Troubl…
-
comment
Comment #15215309
Some people did, like Warren Buffett. https://qz.com/67052/heres-how-warren-buffett-made-3-1-billi...
-
comment
Comment #15215163
>stable of smart people operate in the stable of the corporations writing arguments for newspapers and magazine I'm not sure if you're suggesting Matt Levine is "in the stable of c…
-
comment
Comment #15215036
Unfortunately, regulations are complicated, vague, and enforced unequally. And yes, sometimes they're even secret, because of fear that if their exact model is publicized, the bank…
-
comment
Comment #15212895
To be clear, regulatory capture is when the regulator advances the interests of the industry rather than of the public. Revolving door is a separate issue. There's an interesting a…
- comment
-
comment
Comment #15164256
Certainly the first thing that's apparent when watching pros play is their speed. However, after playing years of Tetris myself (though nowhere near pro level), I've really come to…
-
comment
Comment #15164155
>I'd be very curious to see a proof of an impossible sequence which adheres to the official rules, as that would be quite a feat indeed! It sounds like, given enough piece previews…
-
comment
Comment #15152002
I think a lot of firms already do something like that through internship programs.
-
comment
Comment #15121563
By the way, that's not a 10% increase in individual performance, but rather a 10% increase in relative performance for your weight. People on PEDs will usually move up a weight cla…
-
comment
Comment #15120980
World's Strongest Man, Mr. Olympia.
-
comment
Comment #15055834
Indeed, Jamaica doesn't have strong anti-doping organizations and Bolt has teammates caught doping. I'd love to believe Bolt is clean, but I find it hard to give him the benefit of…
-
comment
Comment #15055772
Keep in mind weightlifting has weight classes, so getting bigger muscles by taking lots of steroids is partially offset by moving up a weight class. Steroids can make small guys bi…
-
comment
Comment #15014417
I tend to agree with GP that this is suspiciously simple. I've only skimmed it, but the novel part of the proof appears to only be Thm 5-6 which is less than 10 pages, and it's not…
-
comment
Comment #15012208
Interesting that this is the second P!=NP proof from a University of Bonn researcher. Other one, by Mathias Hauptmann, is here: https://arxiv.org/abs/1602.04781 I never did hear th…
-
comment
Comment #15010385
AFAIK boolean circuits proofs generally don't relativize, so there's no need to discuss that.
-
comment
Comment #14829229
If I could go back in time to my teenage self and give one piece of advice, it would be to do heavy squats. They're that good. Though I'm not athletic by any competitive standards,…
-
comment
Comment #14707457
No, this is not the approach at any of the large banks. It's not the fine that kills you. It's when your customers lose your trust and no one trades with you any more. Goldman has …
-
comment
Comment #14707400
Research and trading have strong information barriers, to avoid just the sort of thing you're suggesting. Banks enforce this very seriously. Search for "Global Analyst Research Set…
-
comment
Comment #14664959
The thing about this approach--where you learn by assimilation rather than structured study--is that it you need to have amazing intuition for it to work. One of the benefits of st…
-
comment
Comment #14591306
While I generally agree with your point, it's hard to make this into law. Do you think it should be illegal to have a company with only 1 programmer? If not, how do you prevent the…
-
comment
Comment #14581822
Whether you can give real-world questions depends a lot on the domain. If you're using popular open-source tools, you may be able to test a candidate on the ability to complete sta…
-
comment
Comment #14462229
Your example of rewrite rules reminds me a lot of expression templates in C++, though there's no direct support by the language and it's done through the type system instead. Some …
-
comment
Comment #14344812
> The top-rated answer is either defeatist, or just rationalization for the sentiment "I had to go through this and figure out everything myself, so you should too". Yes, I agree t…