With Google’s recent announcement of support for running real Linux apps on Chrome OS, I picked up a Pixelbook, since I’ve been long awaiting the viability of Chromebooks as development machines. After setting up a dev VM and experimenting with various projects, I found that one Tensorflow application I was playing with would lock up, hard, inside the Crostini VM on my Chromebook. After adding some debug prints, I discovered that virtually any calls into numpy.linalg.inv were hanging. I c...