Plenty of 'advances in mathematics' done pre-llm, no?
Grad students on zero pay solve problems like this everyday. What exactly is your point here?
unsafe?
Almost like how RAII in C++ does it?
I'd like to see an example
> 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 good enough that it would take tens of…
> 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
1000x less performance is a bigger clusterfuck
> 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
"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 downcases the email UserService::Authenticator…
No. Its built atop rust iirc
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 safe? yes. Is is performant? for a skilled…
Plenty of 'advances in mathematics' done pre-llm, no?
Grad students on zero pay solve problems like this everyday. What exactly is your point here?
unsafe?
Almost like how RAII in C++ does it?
I'd like to see an example
> 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 good enough that it would take tens of…
> 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
1000x less performance is a bigger clusterfuck
> 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
"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 downcases the email UserService::Authenticator…
No. Its built atop rust iirc
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 safe? yes. Is is performant? for a skilled…