Viewing profile — ca_parody
ca_parody
HN member- Joined
- Thu, May 28, 2020, 5:05 PM UTC
- HN karma
- 69
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ca_parody
No profile information was provided.
Recent public activity
-
comment
Comment #24545550
Is there a cicada in the logo?
-
comment
Comment #24040547
Sesco | Quantitative Developer | Pittsburgh, PA - Onsite | Full Time Sesco is a proprietary energy-trading fund located in Pittsburgh, Pa. We are looking for quantitative developer…
-
comment
Comment #23991908
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 th…
-
comment
Comment #23941955
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 behavio…
-
comment
Comment #23886691
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. Trainin…
-
comment
Comment #23865563
Has the 747 transported to most human-distance (people * (km|miles)) of any other make&model transportation machine? I would imagine so...
-
comment
Comment #23865072
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 h…
-
comment
Comment #23841032
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 ha…
-
comment
Comment #23840993
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 esca…
-
comment
Comment #23709336
https://github.com/mratsim/Arraymancer probably has a lot of examples in it's implementation
-
comment
Comment #23709319
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/@MARatsimba…
-
comment
Comment #23709275
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 extensio…
-
comment
Comment #23383812
They provide NAM, GFS, HERR, etc... they also have proprietary models (CBAM1 & CBMA2 that are higher resolution)
-
comment
Comment #23339854
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 b…
-
comment
Comment #23339785
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...)
-
comment
Comment #23339710
Nim feels more like hyper modern python to me. Haskell is an entirely different paradigm.