Viewing profile — prxm
prxm
HN member- Joined
- Fri, Jul 01, 2022, 7:57 PM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About prxm
No profile information was provided.
Recent public activity
-
comment
Comment #46931060
This is one of my favourite activites with LLMs as well. After implementing some sort of idea for an algorithm, I try seeing what an LLM would come up with. I hint it as well and p…
-
comment
Comment #46392554
> Zig is explicit i never got this point. whats stopping me from writing a function like this in zig? fn very_bad_func() !i32 { var GPA = std.heap.GeneralPurposeAllocator(.{}){}; v…
-
comment
Comment #31951967
can you elaborate on what you mean by "move the borrow around registers", an example maybe? what other things are you experienced that are struggling doing in rust?