Live data from Hacker News

Viewing profile — manx

manx

HN member
Joined
Thu, Jun 25, 2015, 10:56 AM UTC
HN karma
1,295
Public activity
524 items

About manx

mail@felx.me

https://felx.me https://github.com/fdietze https://social-protocols.org

Recent public activity

  1. comment
    Comment #47923094

    We probably want to compare the cartesian product of model+harness.

  2. comment
    Comment #47753495

    Agreed. Which other software does society need badly?

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #47473513

    What matters more is if there is good QA.

  8. story
    Ask HN: How do you deal with long Covid?

    What is your understanding of the root causes of the symptoms? What works for you, what doesn't? What was your biggest insight?

  9. story
  10. comment
    Comment #46522079

    Also, you can have NixOS instead of debian: https://github.com/nix-community/nixos-avf

  11. comment
    Comment #45738269

    Wouldn't it make sense to have these wikipedias created by different llms, and compare them to expose their biases?

  12. comment
    Comment #45519342

    It's not only the amount of code but also the quality of the available code. If a language has a low barrier to entry (e.g. python, javascript), there will be a lot of beginner cod…

  13. story
  14. comment
    Comment #45321437

    I fully agree with this approach! 5 years ago I built a prototype to execute that same concept of language covering. But instead of just using words, I used n-grams. It ii trained …

  15. comment
    Comment #45246912

    I think memory safety is a weak argument for rust and only works against C/C++, as you mention. For me, the strongest arguments against GCed languages are static analysis goodies t…

  16. comment
    Comment #45231200

    This pre-AI article makes a very similar argument: https://mortoray.com/programming-wont-be-automated-or-it-alr... Once we realize that what we actually want is turning specificati…

  17. comment
    Comment #45230641

    Search for "bridging based ranking". The X community notes algorithm does that. I think it should be applied to all content.

  18. comment
    Comment #45209104

    Sounds like type-classes from haskell/scala? Or is that a different thing?

  19. comment
    Comment #45015054

    Similar simplicity but in rust: https://github.com/fdietze/alors

  20. story
  21. comment
    Comment #44762884

    I'm also in the process of creating a general purpose agent cli+library in rust: https://github.com/fdietze/alors Still work in progress, but I'm already using it to code itself. F…

  22. comment
    Comment #44549861

    I also created my own. Frontend-only, no signup, based on openrouter, written in rust+leptos (wasm): https://github.com/fdietze/tomatic https://tomatic.app

  23. comment
    Comment #44462685

    Project Frottage: An automated constant stream of high quality AI wallpapers for mobile and desktop. We manually curate a list of ~150 prompts. Every 6h a random prompt is selected…

  24. story
  25. comment
    Comment #44035621

    I think we could build something on top of nix that is as easy to use and powerful as earthly, but gets all the nice stuff from nix: reproducibility, caching, just use any command …