Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lstmemery
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lstmemery
4y ago
Thank you!
2.
▲
by
lstmemery
4y ago
That's interesting! I would like to know more. Do you have a source?
3.
▲
by
lstmemery
4y ago
I think it's primarily meant as a learning tool. Here's the TL;DR from their GitHub.[1] PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks, making the web a friendly, ha
4.
▲
by
lstmemery
5y ago
I'd like to recommend Aegis Authenticator, which is FOSS. It also encrypts tokens at rest, has password protection and the ability to export tokens. Lastpass Authenticator does not do that, so I spent an hour yesterday manually resetti
5.
▲
by
lstmemery
5y ago
I had a similar problem in a prediction pipeline a few years back. If I remember correctly, someone updated a R package to the next minor version. The package was to read an obscure file format. The fix installed a new C++ library. That C++
6.
▲
by
lstmemery
5y ago
I don't think the bitter lesson is applies to ASTs. From the Bitter Lesson: "Early methods conceived of vision as searching for edges, or generalized cylinders, or in terms of SIFT features. But today all this is discarded. Modern
7.
▲
by
lstmemery
5y ago
You need to scale the amount of data to take advantage of the increase in parameters. I'm not sure where we would find another 100 GitHubs worth of data.
8.
▲
by
lstmemery
5y ago
I have to disagree with you here. In the Codex paper[1], they have two datasets that Codex got correct about 3% of the time. These are interview and code competition questions. From the paper: "Indeed, a strong student who completes an
9.
▲
by
lstmemery
5y ago
This really feels like the end of an era. I got my start going through the MITx computer science and probability courses. I wouldn't be a data scientist today if I didn't have those resources available. I now understand how to sel
10.
▲
by
lstmemery
6y ago
I'm not sure if I understand this graph. The cone seems to represent "no climate policy". Why should we be surprised that we are currently trending out of the "no climate policy" cone since we are implementing clima
11.
▲
by
lstmemery
6y ago
Not the OP, but the most recent meta-analysis suggests that there is a negative correlation between inequality and growth[1]. Wealth inequality is more negatively correlated with growth than income inequality. [1] https://www.sci
12.
▲
by
lstmemery
6y ago
Many libraries have access to newspaper archives and it's hard to compete with free!
13.
▲
by
lstmemery
6y ago
This meta-analysis suggests that masks are effective for both healthcare workers and not healthcare workers on a population level. https://www.sciencedirect.com/science/article/pii/S147789392...
14.
▲
by
lstmemery
6y ago
I spent about an hour trying to set up a TiddlyWiki for a Zettelkasten, but couldn't get it working. I was overwhelmed by the number of editors available. I now use Zettlr. Is there a tutorial you used to help your set up?
15.
▲
by
lstmemery
8y ago
On my resume, I compare my results to either the previously implemented model or the state-of-the-art for that specific problem. If you bring someone in for an interview, ask them what the previous best was.
16.
▲
by
lstmemery
9y ago
Numpy enforces type consistency within arrays. Type errors are still possible but generally rarer and are noticed sooner than base Python.
17.
▲
Why Kagglers Love XGBoost
(matthewemery.ca)
3 points
by
lstmemery
10y ago
|
0 comments