Wait what? There isn't even a pixel tablet 2 yet, why are they talking about a third
Protons spam filter is really good in my experience as well, and you can also use your own domain.
The only downside so far imo is that you can't just add it as an imap or pop3 server to any mail client, you have to use their apps or host their bridge somewhere. Something to do with their e2ee I think.
Nothing prevents you drom installing a linux os on an android phone, provided someone made a rom for your device. It's just not very useable due to proprietary drivers. Ubuntu touch exists for example, but on most phones you can't even use the cellular antenna iirc
This entire thread:
https://lore.kernel.org/lkml/sctzes5z3s2zoadzldrpw3yfycauc4kpcsbpidjkrew5hkz7yf@eejp6nunfpin/
tl;dr: bcachefs dev sent in a massive pull request, linus thinks it's too big and touches too much other code for the current state of the release cycle, dev says his filesystem is the future and should just be merged
I'm personally not a huge fan of the ones in the power button, they never worked very reliably in my experience. Even worse than the under-screen ones usually.
I'd love to see phones with a fingerprint sensor on the back though. Granted I have pretty big hands and could easily reach it. Always worked reliably for me, and on my oneplus 5t i could even set actions to swipes on the fingerprint sensor.
Exactly what they're describing lol
Your script uses gh, which I think is the github cli, to clone a repository.
It would be easier for most people to just do a git clone git@github.com:umlaeute/v4l2loopback
(or git clone https://github.com/umlaeute/v4l2loopback
). I don't really understand why you'd use gh for something as simple as a clone tbh.
DNS adblockers are pretty effective in apps from my experience
little off-topic but
postman hands him card reader
why does the postman have a card reader?
Yeah just wish it would show the verified status in the cli, that's the only reason I still go to the website
Huh til the
cp
command has a hard link option. I always useln
and then have to look up what the arguments are every time.