Remix.run Logo
jeffbee 3 days ago

Why does the kernel need a QR code generator?

lights0123 3 days ago | parent | next [-]

https://www.phoronix.com/news/Linux-6.12-DRM-Panic-QR-Code

infogulch 3 days ago | parent [-]

Oh that's pretty nifty. It's always been a pita to get data (logs, traces, metadata etc) off of a crashed system. This is less human readable, but any human that wants to read it will want the raw data anyway. Way easier to do this than try to run photos of a screen through OCR.

3 days ago | parent [-]
[deleted]
Twirrim 3 days ago | parent | prev | next [-]

A QR code can capture 3k of data, you can capture a lot of context and details in that, particularly if you apply a little bit of compression (and the kernel has compression algorithms embedded in it). More than can be captured on a screen normally, without it zooming out of sight.

jeffbee 3 days ago | parent [-]

An 80x25 ascii display carries 2000 characters which isn't shabby. But yeah, a lot harder to photograph.

6SixTy 3 days ago | parent | prev [-]

Would most people rather have a cell phone picture of the screen for debug logs, or a QR code that has those logs ready to be scanned and copy/pasted?