back
user profile

jeffreyrogers

11,351karma·2,915submissions·March 8, 2014
about
Hedge Fund -> Defense Industry -> Big Tech

My career has mostly been at the intersection of hardware and software (including a couple of years designing FPGA gateware) and focused on designing and developing correct, performant systems, but I've been paid to do everything from PCB design to React frontends.

I also have an interest in improving clinical trials for novel therapeutics.

email: jeffreyrogers27@gmail.com

recent activity (2,915 total)
comment
I'm not fully sure why you've been downvoted, but I think your comment on SSRIs is a bit misguided. I don't know enough about the others you've mentioned (statins, Xanax, Adderall,…
11y ago·view thread
comment
What stops these drugs from being developed in European countries with more relaxed rules and then brought to the US market afterwards?
11y ago·view thread
comment
It is great to see so many projects moving to git and GitHub in particular. GitHub is incredibly helpful for quickly taking a look at a project and figuring out what areas of a project are still evolv…
11y ago·view thread
comment
Mike Pall, the writer of the LuaJIT interpreter/compiler, suggests that a good interpreter can get a large portion of the gains you'd get from a compiler. At one point the LuaJIT interpreter…
11y ago·view thread
comment
I don't know the legal issues involved with Kickstarting a drug, but I do know of at least one medical technique (Vasalgel) that has been/is being crowdfunded, so it is possible.
11y ago·view thread
comment
Sometimes doing one thing well is good enough. Like Gillette or Coca-Cola.
11y ago·view thread
comment
> Search, on the other hand, still has massive room for improvement. This is true, but it's also a really hard problem and most likely any improvements will require enormous scale to implement…
11y ago·view thread
comment
Ken Thompson had already invented UNIX and C when Google hired him.
11y ago·view thread
comment
> computer scientists seem to have transformed in public imagination from quiet nerds to celebrity saviors of mankind. The people I'm around seem to still view programmers/computer scient…
11y ago·view thread
comment
You are almost guaranteed to beat the market using a very simple strategy: just buy the lowest decile ranked by price-to-earnings.
11y ago·view thread
comment
The point is more that she exhausted her other opportunities and The Container Store was a last resort.
11y ago·view thread
comment
Not sure why the title has (2011) in it. This was posted today, November 11, 2014
11y ago·view thread
comment
I wonder whether anything of this sort has been done in the past or is a current research topic. If so, it would be interesting to know the current level of progress.
11y ago·view thread
comment
> I see several comments questioning the legitimate value of a peer-to-peer marketplace. The problem with P2P is that it requires a much more complicated architecture than if you simply use a more …
11y ago·view thread
comment
> but now, the only thing necessary to get someone to kill someone else is a stern command. If you don't believe me, look up the Milgram experiments I think you're being a bit hyperbolic …
11y ago·view thread
comment
What are your returns and what have been the returns of the market over the same period?
11y ago·view thread
comment
Any good compiler will optimize that out. (Actually, even a bad compiler will optimize that out... it's a really easy optimization).
11y ago·view thread
comment
Is there any reason someone couldn't do the same thing for Sass?
11y ago·view thread
comment
HFT does have some benefits that doing this eliminates: 1) It provides markets for securities that would otherwise by relatively illiquid. 2) It compresses the bid/ask spread so that the price be…
11y ago·view thread
comment
It's true that he's often abrasive, but he usually has his facts straight.
11y ago·view thread
comment
Quoting from that link > This wasn’t meant to be a malicious hack, but rather a simple social experiment to see how much traction/investor interest I could get. What matters isn't what it…
11y ago·view thread
comment
Yeah, it depends on what you're trying to accomplish with the language. The most interesting new languages I've seen lately have focused a lot on performance (Rust, Julia, Nimrod, etc.) but …
11y ago·view thread
comment
This is a great article. I wonder how implementing a VM in RPython compares performance-wise to using the LLVM toolchain. I know that Julia (which is a very fast, dynamic language), for example, uses …
11y ago·view thread
comment
> I can't understand what undefined behaviors C has, because it is the most simple and defined language I do know of. C has lots of undefined behaviors because the language was designed to be …
11y ago·view thread
comment
This book is super helpful and I referred to it in the past while I was learning Git. I want to note though that Git is pretty complex and trying to learn it all at once is going to be extremely frust…
11y ago·view thread
comment
This is a really interesting post. The same author recently posted another article that discusses some of the ideas from the conclusion of this post. You can find that article here: http://…
11y ago·view thread