Live data from Hacker News

Viewing profile — dimitry12

dimitry12

HN member
Joined
Wed, Aug 26, 2009, 9:59 AM UTC
HN karma
54
Public activity
80 items

About dimitry12

https://twitter.com/spring_stream/

Recent public activity

  1. comment
    Comment #47895097

    From Bitwarden official statement: https://community.bitwarden.com/t/bitwarden-statement-on-che... "a malicious package that was briefly distributed" "investigation found no eviden…

  2. comment
    Comment #47811653

    https://github.com/earendil-works/gondolin is another project addressing a similar use-case.

  3. comment
    Comment #47666457

    (I am not the author of vmtree) Would be pretty magical if when you need a sandbox, you just SSH into it and it's already there, right? exe.dev popularized this UX, but I self-host…

  4. story
  5. comment
    Comment #44946373

    Now I want open-source self-hosted BYOM version of this

  6. comment
    Comment #44946351

    Saw this today and instantly liked the UX. This is not the first attempt to cross spreadsheets and LLMs, but I like the conceptual simplicity here and how clearly it packages "mult…

  7. story
  8. comment
    Comment #44349151

    Thank you!

  9. comment
    Comment #44341979

    Thank you! Not my states but seems spot on and I can extract keywords from there.

  10. comment
    Comment #44341065

    What are the keywords for finding a lawyer who can advise on non-competes? Asking because it turned out nearly impossible to find a local lawyer to advise on a dispute couple month…

  11. comment
    Comment #44249530

    If you bridge recorded trajectories with LVLM, then cameras are necessary visual input for LLM to decide which sub-tasks need to be performed to accomplish long-horizon task, and s…

  12. comment
    Comment #44249483

    https://github.com/TheRobotStudio/SO-ARM100/tree/main/Simula... I hope applies to this first gen of the product.

  13. comment
    Comment #44243039

    Thank you for confirming! Love how simple yet magical your demos look, the elegance of bridging LLM-driven long-horizon planning with the arm.

  14. comment
    Comment #44242319

    SO-ARM101 has a leader-arm, which is the arm with same exact dimensions and same servos - but used to read/record the trajectory. You move it with your own hand and teleoperate the…

  15. comment
    Comment #44242171

    Do I understand correctly that chess-moving demo decomposes into: - you recorded precise arm-movement using leader-arm - for each combination of source- and target- receptacles/boa…

  16. comment
    Comment #44063277

    > Whenish is an iMessage app Where can I read more about using iMessage as a medium for generic multi-player collaboration? Or if you can just share the right keywords, I will appr…

  17. comment
    Comment #43758882

    I can't find the "Coming from Hackernews?" button. Where should I look for it?

  18. comment
    Comment #42967233

    No content, no code. "Roadmap" and "Training pipeline" in README are summaries of Section 2.3 of "DeepSeek-R1"-paper. Sad.

  19. comment
    Comment #42475777

    "1B solver + 8B verifier + search" beating 0-shot 70B is nice, agree. "1B solver + 8B verifier + search" beating 1B-0-shot or 1B-majority as baselines isn't illustrative imo. In ot…

  20. comment
    Comment #42475724

    "Solver" is `meta-llama/Llama-3.2-1B-Instruct` (1B model, and they use 3B for another experiment), and verifier is `RLHFlow/Llama3.1-8B-PRM-Deepseek-Data`. See https://github.com/h…

  21. comment
    Comment #42475441

    From a practical standpoint, scaling test-time compute does enable datacenter-scale performance on the edge. I can not feasibly run 70B on my iphone, but I can run 3B even if takes…

  22. comment
    Comment #42475372

    To spend more compute at inference time, at least two simple approaches are readily available: 1) make model output a full solution, step-by-step, then induce it to revise the solu…

  23. comment
    Comment #42475331

    I believe this is a valid point: HF's replication indeed uses larger off-the-shelf model as a verifier. In contrast, in the original paper, verifier is a fine-tune of the exact sam…

  24. comment
    Comment #42475298

    In this paper and HF's replication the model used to produce solutions to MATH problems is off-the-shelf. It is induced to produce step-by-step CoT-style solutions by few-shot ICL …

  25. comment
    Comment #42475263

    Verifier is trained with soft values of reward-to-go for each solution-prefix, obtained from monte-carlo rollouts of step-by-step solutions sampled from the "base" model. In other …