Viewing profile — foldl2022
foldl2022
HN member- Joined
- Tue, Oct 11, 2022, 12:23 PM UTC
- HN karma
- 16
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About foldl2022
No profile information was provided.
Recent public activity
-
comment
Comment #48407138
Gemma-4 E2B/E4B models reuses K-V cache from other layers, which do things in a "transposed" way: not reuse Q/K/V matrices within a single layer, but reuse across different layers.…
-
comment
Comment #45554299
So, show me the model weights, please.
-
comment
Comment #45245750
A nice side-effect of "variables at the top": you keep your functions short.
-
comment
Comment #43960185
Lazarus is still my favorite when developing desktop apps. Language is not a problem. Pascal is just C/C++ in another favor. LCL/VCL is a wonderful library, everything just works l…
-
comment
Comment #43348741
Tan looks like Pat. Amazing.
-
comment
Comment #42555461
Just open-wights it. We need this. :)
-
comment
Comment #42545478
Off the topic: I am also in favor of minimalist. In the case of AlphaGeometry, I made AlphaGeometryRE to get rid of tensorflow/jax/flax, and 100+ Python packages.
-
comment
Comment #42528109
Author here. It took quite a lot of time and efforts to implement this old model. The situation is worsened by `meliad` framework. Glad to see that `meliad` is not active now.
-
story
Show HN: AlphaGeometryRE AlphaGeometry Re-Engineered
AlphaGeometryRE is an re-engineered version AlphaGeometry with a goal to make it easy to use (especially on Windows): * Use ChatLLM.cpp form LLM interference. * Greatly simplified …
-
comment
Comment #42075459
Is one ESP32 enough?
- story
-
comment
Comment #33162519
Glad that Nim had solved this problem with a macro `capture`. It's up to the developers to capture loop variables or not.