←back to thread

579 points todsacerdoti | 1 comments | | HN request time: 0.559s | source
Show context
xvilka ◴[] No.44287691[source]
Another thing is to update mesh stack to more modern language, to improve security and resiliency - projects like B.A.T.M.A.N, Babel, OSLR, FRRouting, etc would largely benefit from being rewritten from pure C to language like Rust.
replies(2): >>44287777 #>>44287870 #
1. nunobrito ◴[] No.44287777[source]
Being "modern" is a poor excuse. Code in C can be ported to anywhere, code in your "modern" language can only be understood by a few and is not portable anymore to other languages.

Please don't confuse security with resilience, they might be connected in some dots but have fundamentally different purposes.