Viewing profile — phronimos
phronimos
HN member- Joined
- Thu, Jul 23, 2020, 7:07 AM UTC
- HN karma
- 14
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About phronimos
No profile information was provided.
Recent public activity
-
comment
Comment #47170411
There are two definitions of the word according to Merriam-Webster. The second one is used accurately here.
-
comment
Comment #47160559
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 ar…
-
comment
Comment #44473307
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.
-
comment
Comment #44117709
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 e…
-
comment
Comment #43998135
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.