logoalt Hacker News

naasking • today at 5:46 PM • 0 replies • view on HN

Driving the compressor with software is not intrinsically a problem, but critical functions have to be isolated to a minimal safe kernel that will always run, like the kernel space/user space distinction. Smart features can read and send messages to the minimal kernel, but should not themselves be in the critical loop. Boggles the mind that this is not standard practice.