Today's TIL: To disable the in-Chrome print preview and always go straight to the system one on MacOS, run the following in a terminal:
defaults write com.google.Chrome DisablePrintPreview -bool true
| https://twitter.com/olofj | |
| Callsign 📡 | W6OJN |
| GitHub | https://github.com/olofj |
| QRZ | https://qrz.com/db/W6OJN |
Today's TIL: To disable the in-Chrome print preview and always go straight to the system one on MacOS, run the following in a terminal:
defaults write com.google.Chrome DisablePrintPreview -bool true
@kernellogger Out of curiosity, I tried counting buggy commits between v5.0 and v6.0 and checking the review rates of buggy commits vs. non-buggy commits. Curiously, the rates are VERY similar; i.e. whether a commit has been reviewed or not doesn't seem to impact whether it is later fixed by another commit.
P(reviewed) = 35.37%
P(reviewed | buggy) = 35.00%
P(reviewed | not buggy) = 35.40%
P(buggy) = 7.91%
P(buggy | reviewed) = 7.83%
P(buggy | not reviewed) = 7.96%
Caveats apply...
Also makes me wonder if the Meta layoffs carried more shame with them for those affected, given the talk of *some* of them being performance related?
I've seen almost no talk about Google layoffs having performance angles, and thus easier to talk about it for those affected?
Slightly odd observation: I think I have seen more posts and communication from those affected by Google layoffs, than I did from Meta.
I'm also surprised to see the high tenure of so many laid off Googlers, but I expect some bias since it's been 6+ years since I worked there.
ECC RAM should be a human right: https://dmitrybrant.com/2023/01/21/ecc-ram-should-be-a-human-right
```[…] I am now a staunch advocate for ECC RAM, after the events of last week. […] a quick run of memtest86, it lit up the screen with a multitude of bit flip errors […] more sinister side effect […]: Some of my data was corrupted! […] several video files […] were no longer usable. […]```
I haven't had to by a USB Wifi adapter in a long while, and I'm disappointed that it's still a complete jungle when it comes to Linux support.
My local hardware store (Central Computer) has mostly RealTek-based devices, and not a single one of them is supported in-kernel. It's sad that this is still the case, given how much other hardware support has found its way in by now. :(