Viewing profile — mungaihaha
mungaihaha
HN member- Joined
- Sat, Jan 15, 2022, 12:35 PM UTC
- HN karma
- 26
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mungaihaha
No profile information was provided.
Recent public activity
-
comment
Comment #49157249
Plenty of 'advances in mathematics' done pre-llm, no?
-
comment
Comment #49133415
Grad students on zero pay solve problems like this everyday. What exactly is your point here?
-
comment
Comment #48860592
unsafe?
-
comment
Comment #48850771
Almost like how RAII in C++ does it?
-
comment
Comment #48850757
I'd like to see an example
-
comment
Comment #46597057
> Considering LLVM is 23 years old already. I wonder if something new again will pop up LLVM is actually really really good at what it does (compiling c/c++ code). Not perfect, but…
-
comment
Comment #46597039
> or is 8Gb no longer workable llvm compiles in less than an hour on my old m1 mac in all the build configurations I have tried so far
-
comment
Comment #45665731
1000x less performance is a bigger clusterfuck
-
comment
Comment #45588057
> But most of the other arguments they list can be picked apart and are only half true I'd like to see you pick the other arguments apart
-
comment
Comment #45546810
"Here’s a real example: a user signs in with an email and password. That flow touches three services, each with a single responsibility: EmailService::Normalizer strips and downcas…
-
comment
Comment #45117575
No. Its built atop rust iirc
-
comment
Comment #43532120
Rust makes it hard to represent mutable graphs. If I have a value that can be updated by multiple GUI nodes, I have to architect my way around the borrow checker in Rust. Is it saf…
-
comment
Comment #43522642
> I'm still not seeing any description of specific challenges you feel are harder in Rust than in C/C++ It's harder to model domains in Rust. C has the same problem and it is a big…
-
comment
Comment #42812010
> I believe it's (LLVM) far too slow at compiling and far too big to be fixed from the inside What are you doing to make sure Tilde does not end up like this?
-
comment
Comment #38673893
Nice read