by 616c on 7/24/2016, 7:18:41 PM
by nwmcsween on 7/24/2016, 4:43:14 PM
Quality as in no bugs is good but that doesn't mean it's quality _code_. I've seen bloated and horrible code pass static analysis as well as less bloated but just as horrible pass cyclomatic complexity tests. Sadly I don't think there is an automated way to gauge quality from the perspective of a programmer.
by bogomipz on 7/24/2016, 10:18:41 PM
CRIU is definitely neat, but can someone tell me what the use case is for it? Perhaps more specifically what is the use case in the era of microservices and designing for failure?
Has anyone used it for anything non-trivial?
When I first heard the dev of CRIU interviewed on FLOSS Weekly it blew my mind.
From "Torvalds said I will not merge this crazy talk" into being able to halt active TCP connections and then horse whisper them to another container (since this is popular with OpenVZ) made me drop jaw while driving the car. I realized then I will never understand a Unix system enough to be taken seriously, and this guy is hot migrating them, long before this container stuff was cool!