Yes, using KDE Connect, which has had this functionality for ages. Though you're best off using the F-Droid version since Google has severely limited the Play Store version using SAF. Seems like they've they've given Microsoft a pass here even though they've blocked KDE Connect from doing the exact same thing for years.
LaggyKar
Where are you? It's gonna defer depending on your country. In most of the world it's available on Netflix.
Where's the part where he suffers?
It's 401 unauthorized or 403 forbidden, not 403 unauthorized
Until services stop supporting it.
None of which changes the fact that it's more expensive and clunkier, and none of which feels necessary.
You can get an Ethernet adapter for the Chromecast
A more expensive, clunkier product, with a bunch of needless fluff in it.
None of which are in this picture. The person in the picture talks only favorably of immutable systems yet is apparently against them, thus making for an easy target by arguing against themselves, so a straw man.
I'm actually positive to immutable systems, I just thought the argument wasn't great. I realize that's about what Skinner does in the meme, but it feels weak.
On second thought, I think the reason it was so jarring is because normally points against Skinner are in top picture, and the bottom picture has him abandon that line of thoughts in favor of something simplistic, thus changing his mind from one side to the other. Whereas here, the points against Skinner are at the end point of the meme, and thus he argues in both directions simultaneously.
This seems rather strawman-y
You can have a physical SIM alongside an eSIM. These days you may have to have at least one of them be an eSIM, as many phones only have one physical SIM slot.
A normal copy consists of a program reading from one file and writing to another. There is no way for the filesystem to do a reflink in that case, it just sees that the program is reading and writing stuff. In order to do a reflink, the program must tell the filesystem what data should be "copied" to where using FICLONE or FICLONERANGE. Though some programs will do that by default if possible nowadays when copying files or when moving files between different subvolumes on the same partition, including the Coreutils cp, mv and install commands and some GUI file managers.