Avatar

magic_lobster_party

magic_lobster_party@kbin.run
Joined
2 posts • 356 comments
Direct message

It’s finding posts online and try to convince people to rewrite their projects in Rust.

permalink
report
reply

Rust programmers vastly overestimate how many bugs are caused by memory problems

permalink
report
parent
reply

I sometimes use cat to concatenate files. For example, add a header to a csv file without manually copy and paste it. It’s rare, but at least more frequent than using touch.

permalink
report
parent
reply

Well, it’s also killing the internet in the process. It’s like a tumor on the internet.

permalink
report
parent
reply

Compared to C++, Rust does a lot of things for you to prevent common mistakes. This reduces a lot of the mental overhead that comes with writing C++ programs. Go does this as well, but at the expense of slower programs. Rust programs are still as fast as C++ programs.

permalink
report
parent
reply

Had a coworker who was a bit like this. They were tasked to do one simple thing. Required a few lines of code change at most.

They end up refactoring the entire damn thing and introduced new bugs in the process.

permalink
report
reply

They will just get around this by creating a service that launches actual Emacs when a sudden increase in CPU temp is detected.

permalink
report
reply

Freedom is obviously when I can be an asshole without repercussion.

permalink
report
reply

That XKCD is almost 18 years old and is still as relevant.

permalink
report
reply

By this article it sounds like Rust is a case of “perfect is the enemy of good”.

permalink
report
reply