Viewing profile — manx
manx
HN member- Joined
- Thu, Jun 25, 2015, 10:56 AM UTC
- HN karma
- 1,295
- Public activity
- 524 items
- HN profile
- View on Hacker News ↗
About manx
https://felx.me https://github.com/fdietze https://social-protocols.org
Recent public activity
-
comment
Comment #47923094
We probably want to compare the cartesian product of model+harness.
-
comment
Comment #47753495
Agreed. Which other software does society need badly?
- story
- story
- story
- story
-
comment
Comment #47473513
What matters more is if there is good QA.
-
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?
- story
-
comment
Comment #46522079
Also, you can have NixOS instead of debian: https://github.com/nix-community/nixos-avf
-
comment
Comment #45738269
Wouldn't it make sense to have these wikipedias created by different llms, and compare them to expose their biases?
-
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…
- story
-
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 …
-
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…
-
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…
-
comment
Comment #45230641
Search for "bridging based ranking". The X community notes algorithm does that. I think it should be applied to all content.
-
comment
Comment #45209104
Sounds like type-classes from haskell/scala? Or is that a different thing?
-
comment
Comment #45015054
Similar simplicity but in rust: https://github.com/fdietze/alors
- story
-
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…
-
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
-
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…
- story
-
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 …