Live data from Hacker News

Viewing profile — foldl2022

foldl2022

HN member
Joined
Tue, Oct 11, 2022, 12:23 PM UTC
HN karma
16
Public activity
12 items

About foldl2022

No profile information was provided.

Recent public activity

  1. 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.…

  2. comment
    Comment #45554299

    So, show me the model weights, please.

  3. comment
    Comment #45245750

    A nice side-effect of "variables at the top": you keep your functions short.

  4. 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…

  5. comment
    Comment #43348741

    Tan looks like Pat. Amazing.

  6. comment
    Comment #42555461

    Just open-wights it. We need this. :)

  7. 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.

  8. 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.

  9. 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 …

  10. comment
    Comment #42075459

    Is one ESP32 enough?

  11. story
  12. 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.