Comment Re:"Hevolution"? (Score 1) 83
Presumably it stands for Health + Evolution.
Presumably it stands for Health + Evolution.
He's using a very narrow definition of technology - the computer and information technology. Most of the rest of us understand technology in the broad sense that covers all the aspects of the process that transforms matter, energy and information.
here's a clue
https://www.openbsd.org/lyrics...
It provides a basic infrastructure for function "live patching" (i.e. code redirection), including API for kernel modules containing the actual patches, and API/ABI for userspace to be able to operate on the patches (look up what patches are applied, enable/disable them, etc). It's relatively simple and minimalistic, as it's making use of existing kernel infrastructure (namely ftrace) as much as possible. It's also self-contained, in a sense that it doesn't hook itself in any other kernel subsystem (it doesn't even touch any other code). It's now implemented for x86 only as a reference architecture, but support for powerpc, s390 and arm is already in the works (adding arch-specific support basically boils down to teaching ftrace about regs-saving).
The article was published earlier today - it looks like a lot of donations have come in after that.
How many hardware guys does it take to change a light bulb? "Well the diagnostics say it's fine buddy, so it's a software problem."