Is there a cicada in the logo?
Sesco | Quantitative Developer | Pittsburgh, PA - Onsite | Full Time Sesco is a proprietary energy-trading fund located in Pittsburgh, Pa. We are looking for quantitative developers to work in the automated trading team…
I would also add, for data-science esc tasks (or bulk queries in general) - COPY {} TO is unreasonably fast - often much faster than executing the standard select (especially if that select is being executed by a driver…
I am sympathetic to the practical issues & biases at play when discussing the systems we often call meritocracies; especially when those systems result in anti-meritocratic behavior. However, what is the reader supposed…
Sadly one doesn't - unless one happens to have ~300GB of RAM to fit the model into memory and a close personal friend at openai who will share the learned weights with you. Training your an even more expensive endeavor.…
Has the 747 transported to most human-distance (people * (km|miles)) of any other make&model transportation machine? I would imagine so...
Honestly, for however much this project either (a) is a genuine archeological move for the preservation of information or (b) to get good press, all I genuinely thought when this happened is "aw shucks - wish i fixed…
Forgive me - but how does this avoid the chicken&egg problem here. Without digging through the promo copy, why would one programmatically label training data to do ML on if they have such a program to label data...
To me, Go feels condescending to write without generics. I may just not groke the idioms - but putting users in a walled garden that the standard library has the privileged to escape from (i.e. (Map<k, v>)) just seems…
https://github.com/mratsim/Arraymancer probably has a lot of examples in it's implementation
its been a couple years - but mratsim (the same person who authored this ray tracing post) wrote this (which is at least tangential to your question) https://medium.com/@MARatsimbazafy/why-rust-fails-hard-at-sc.... Some…
The main reasons I see for nim in scientific computing over python are: (a) you need performance for applications outside of numpy / pandas & you want to avoid writing a C extension to do so (nim is also actually a good…
They provide NAM, GFS, HERR, etc... they also have proprietary models (CBAM1 & CBMA2 that are higher resolution)
I think if that some of these concepts should just be included with the 3.9 Annotated Type Annotated[IO[str], unpure] in 3.9 and above if the authors want to commit to type hints being core to this. I agree that the…
Why the lambdas at all in these examples... (lambda real_user: real_user.get_balance()) and not User.get_balance (besides subclasses not getting their balance called...)
Nim feels more like hyper modern python to me. Haskell is an entirely different paradigm.
Is there a cicada in the logo?
Sesco | Quantitative Developer | Pittsburgh, PA - Onsite | Full Time Sesco is a proprietary energy-trading fund located in Pittsburgh, Pa. We are looking for quantitative developers to work in the automated trading team…
I would also add, for data-science esc tasks (or bulk queries in general) - COPY {} TO is unreasonably fast - often much faster than executing the standard select (especially if that select is being executed by a driver…
I am sympathetic to the practical issues & biases at play when discussing the systems we often call meritocracies; especially when those systems result in anti-meritocratic behavior. However, what is the reader supposed…
Sadly one doesn't - unless one happens to have ~300GB of RAM to fit the model into memory and a close personal friend at openai who will share the learned weights with you. Training your an even more expensive endeavor.…
Has the 747 transported to most human-distance (people * (km|miles)) of any other make&model transportation machine? I would imagine so...
Honestly, for however much this project either (a) is a genuine archeological move for the preservation of information or (b) to get good press, all I genuinely thought when this happened is "aw shucks - wish i fixed…
Forgive me - but how does this avoid the chicken&egg problem here. Without digging through the promo copy, why would one programmatically label training data to do ML on if they have such a program to label data...
To me, Go feels condescending to write without generics. I may just not groke the idioms - but putting users in a walled garden that the standard library has the privileged to escape from (i.e. (Map<k, v>)) just seems…
https://github.com/mratsim/Arraymancer probably has a lot of examples in it's implementation
its been a couple years - but mratsim (the same person who authored this ray tracing post) wrote this (which is at least tangential to your question) https://medium.com/@MARatsimbazafy/why-rust-fails-hard-at-sc.... Some…
The main reasons I see for nim in scientific computing over python are: (a) you need performance for applications outside of numpy / pandas & you want to avoid writing a C extension to do so (nim is also actually a good…
They provide NAM, GFS, HERR, etc... they also have proprietary models (CBAM1 & CBMA2 that are higher resolution)
I think if that some of these concepts should just be included with the 3.9 Annotated Type Annotated[IO[str], unpure] in 3.9 and above if the authors want to commit to type hints being core to this. I agree that the…
Why the lambdas at all in these examples... (lambda real_user: real_user.get_balance()) and not User.get_balance (besides subclasses not getting their balance called...)
Nim feels more like hyper modern python to me. Haskell is an entirely different paradigm.