Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ca_parody
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
ca_parody
6y ago
Is there a cicada in the logo?
2.
▲
by
ca_parody
6y ago
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 and help build perfo
3.
▲
by
ca_parody
6y ago
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 in a slower language
4.
▲
by
ca_parody
6y ago
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 to come away wit
5.
▲
by
ca_parody
6y ago
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. Presumably this
6.
▲
by
ca_parody
6y ago
Has the 747 transported to most human-distance (people * (km|miles)) of any other make&model transportation machine? I would imagine so...
7.
▲
by
ca_parody
6y ago
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 those bugs before
8.
▲
by
ca_parody
6y ago
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...
9.
▲
by
ca_parody
6y ago
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 to go too far in
10.
▲
by
ca_parody
6y ago
https://github.com/mratsim/Arraymancer probably has a lot of examples in it's implementation
11.
▲
by
ca_parody
6y ago
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... . Som
12.
▲
by
ca_parody
6y ago
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 choice for
13.
▲
by
ca_parody
6y ago
They provide NAM, GFS, HERR, etc... they also have proprietary models (CBAM1 & CBMA2 that are higher resolution)
14.
▲
by
ca_parody
6y ago
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 decorators feel
15.
▲
by
ca_parody
6y ago
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...)
16.
▲
by
ca_parody
6y ago
Nim feels more like hyper modern python to me. Haskell is an entirely different paradigm.