HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lvkv

no profile record

Submissions

"Grip Car"

teenage.engineering
37 points·by lvkv·2 tahun yang lalu·46 comments

comments

lvkv
·4 bulan yang lalu·discuss
Do you have one or more public examples of this?
lvkv
·2 tahun yang lalu·discuss
> it quite literally is the worst language to make large scale updates beating even C++

Having worked in both C++ and Rust codebases professionally, my experience has been the complete opposite. I have to be extremely cautious when making changes to C++ codebases, (especially async ones) and it’s always a huge time sink trying to just get the damn thing and its tests compiled. Rust’s compiler and tooling, on the other hand, allow me to make high-pressure changes much more confidently. It’s not perfect, but I’ll take it over the average C++ project every time
lvkv
·2 tahun yang lalu·discuss
Unfortunately, the world is opt-out, not opt-in.
lvkv
·2 tahun yang lalu·discuss
Yeah, I’ll update the README to be more specific about this. This is also why I didn’t provide instructions on how to use the tool :)
lvkv
·2 tahun yang lalu·discuss
Author here. Those are kind words! I’d like to add the last part of that quote:

> The page you're on right now is my mess. Now go create yours!