Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phronimos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
phronimos
7mo ago
There are two definitions of the word according to Merriam-Webster. The second one is used accurately here.
2.
▲
by
phronimos
7mo ago
Interesting factoid: modern guitar effects typically have their input jacks on the right-hand side, and output jacks on the left. In this article's guitar rig diagram, the jacks are reversed, but this is accurate: back then, for whatev
3.
▲
by
phronimos
1y ago
Are you referring to AI training, prediction/inference, or both? Could you give some examples for what had to be done and why? Thanks in advance.
4.
▲
by
phronimos
1y ago
Conda manages binaries and their native dependencies together, including shared libraries[0]. This offers significant advantages over uv and pip when distributing packages with C extensions, such as dependency resolution that accounts for s
5.
▲
by
phronimos
1y ago
Numba is a great option for speeding up (vectorizing) loops and NumPy code, apart from CuPy and JAX. Xarray is also worth trying for tensors beyond 2 dimensions.