Gonna set up a front panel LED display like those old 386s that proudly shouted that they were running at 16mhz, except instead it displays how many copies of the Chromium runtime are loaded into RAM at the moment
@foone how would you determine the number of chromia running at a given time?
@susul I'd have software running to periodically inspect all the processes
@foone is there some easy way to tell if a running process is chromium? id like to make a small chromium counter for my own pc
@susul @foone it would be an electron app doing the scanning right? Right?