Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
groodt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
groodt
2y ago
The article doesn’t provide any alternatives? I think there are indeed many challenges when evaluating Compound AI Systems ( http://bair.berkeley.edu/blog/2024/02/18/compound-ai-systems... ) But evals in c
2.
▲
PEP 739 A static description file for Python build details
(peps.python.org)
2 points
by
groodt
2y ago
|
0 comments
3.
▲
by
groodt
2y ago
Is this a response to Chainguard? https://www.chainguard.dev/
4.
▲
by
groodt
2y ago
Exciting! I'm surprised to see nobody has mentioned gradio yet. It seems to sit in the same niche as streamlit and mesop. https://gradio.app/
5.
▲
Vendor Security Testing at Canva
(canva.dev)
1 points
by
groodt
3y ago
|
0 comments
6.
▲
by
groodt
3y ago
+1 Bazel and monorepo are a bit exotic to most enterprise Java devs, but now that I've experienced it, I'll never go back to Gradle or Maven or sbt.
7.
▲
99% of top Python packages are now wheels
(pythonwheels.com)
36 points
by
groodt
3y ago
|
74 comments
8.
▲
The EU Commission Adopts an Adequacy Decision for EU-US Data Flows
(ec.europa.eu)
2 points
by
groodt
3y ago
|
0 comments
9.
▲
by
groodt
3y ago
Shopify and Target have been known to use it.
10.
▲
by
groodt
3y ago
This is neat! The nixos:latest reference is amusing. A reproducible image from a non-reproducible reference.
11.
▲
Python 3.12 will have per interpreter GIL – PEP 684 Accepted
(peps.python.org)
4 points
by
groodt
3y ago
|
0 comments
12.
▲
by
groodt
3y ago
Thanks for publishing this. I quickly skimmed the paper, I saw the impressive linear scaling as you scaled to 16 nodes. How long did it take to train the various models in wall clock time?
13.
▲
by
groodt
3y ago
Link to PEP 684 https://peps.python.org/pep-0684/
14.
▲
Python 3.12 will have a Per-Interpreter GIL
(discuss.python.org)
9 points
by
groodt
3y ago
|
2 comments
15.
▲
Using a CLIP-inspired model to suggest keywords in multiple languages
(canvatechblog.com)
1 points
by
groodt
4y ago
|
0 comments
16.
▲
by
groodt
4y ago
Any thoughts how to detect direct DML on the state table? Presumably allowing direct DML on the state table without the same on the Outbox table would lead to silent data corruption or lost updates.
17.
▲
by
groodt
4y ago
What’s the story behind google3? What happened to google and google2?
18.
▲
by
groodt
4y ago
Python packaging gets a lot of criticism. It's a meme. The thing is, it's actually improved dramatically over the years and continues to improve. The problems it solves are very complex if one looks a little below the surface. It
19.
▲
Underappreciated challenges with Python packaging
(pypackaging-native.github.io)
120 points
by
groodt
4y ago
|
71 comments
20.
▲
by
groodt
4y ago
Does using this approach prevent direct DML changes or migrations outside application logic?
21.
▲
Reverse Image Search Using Perceptual Hashes and DynamoDB
(canvatechblog.com)
2 points
by
groodt
4y ago
|
0 comments
22.
▲
by
groodt
4y ago
352 packages of top 360
23.
▲
98% of top Python packages on PyPI distribute wheels
(pythonwheels.com)
2 points
by
groodt
4y ago
|
1 comments
24.
▲
by
groodt
4y ago
Yes, the idea is a more efficient version of a Python zipapp https://realpython.com/python-zipapp/ It's called Python Packed Resources https://pyoxidizer.readthedocs.io/en/stable/oxidized
25.
▲
by
groodt
4y ago
This is true. However if the transitive-closure in the dependencies contains an sdist package anywhere in the tree, written in a way that wasn't designed to be imported on all platforms (this is rare, but does happen), then it isn&#x
26.
▲
LXR: Low-latency, high-throughput GC for JVM
(twitter.com)
4 points
by
groodt
4y ago
|
1 comments
27.
▲
by
groodt
5y ago
342 out of 360
28.
▲
95% of top Python packages on PyPI distribute wheels
(pythonwheels.com)
9 points
by
groodt
5y ago
|
2 comments
29.
▲
by
groodt
5y ago
Data Platform Group lead at Canva here. There are many open and commercial options for hyperparameter optimization. We didn't select Argo for hyperparameter optimization. The situation is that because we already used Argo for our ML tr
30.
▲
by
groodt
5y ago
Data Platform Group lead at Canva here. Yes, YAML does seem to be the "Cloud Native" tax. For all but the simplest of Workflows, it is necessary to use a templating language or one of the Argo SDKs. We use jsonnet for building and
More ›