Live data from Hacker News

Viewing profile — mungaihaha

mungaihaha

HN member
Joined
Sat, Jan 15, 2022, 12:35 PM UTC
HN karma
26
Public activity
15 items

About mungaihaha

No profile information was provided.

Recent public activity

  1. comment
    Comment #49157249

    Plenty of 'advances in mathematics' done pre-llm, no?

  2. comment
    Comment #49133415

    Grad students on zero pay solve problems like this everyday. What exactly is your point here?

  3. comment
  4. comment
    Comment #48850771

    Almost like how RAII in C++ does it?

  5. comment
    Comment #48850757

    I'd like to see an example

  6. 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…

  7. 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

  8. comment
    Comment #45665731

    1000x less performance is a bigger clusterfuck

  9. 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

  10. 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…

  11. comment
    Comment #45117575

    No. Its built atop rust iirc

  12. 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…

  13. 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…

  14. 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?

  15. comment
    Comment #38673893

    Nice read