These folder artworks, at the header, are freaking awesome!
If no AI was in use for its creation process, I do so wholeheartedly hope, then every single folder features ideas/message in quite genius attitudes, I believe, and the whole work deserves a physical frame!
I see! Such a huge... huge.. relief... oh dear gracious sakes...
Art... love still exists! Thank you, dear sanjit, Carolina Moscoso, and Julian Lucas at NewYorker for the ineffably magnificent art... miracles you do...
I backup my iphones to linux using libimobiledevice
the commands I use are:
see if phone is connected:
lsusb
1) backup entire* device to filesystem:
idevicebackup2 backup <backup-dir>
2) backup photos/other data:
ifuse mount -o allow_other /mnt
rsync -av /mnt <out-dir>
command 1 will create an entire backup of the device, but in a wierd apple format. It can be restored to a clean device though.
command 2 will create a directory containing most of the phone data in an understanable format. for example photos will be in <out-dir>/DCIM
*: what apple allows you to back up. for example, if you have the kindle app on your phone, neither the app itself, or the kindle books will be backed up. If you restore the backup, you will have to re-download the kindle app, and re-download the book files.
If no AI was in use for its creation process, I do so wholeheartedly hope, then every single folder features ideas/message in quite genius attitudes, I believe, and the whole work deserves a physical frame!
The illustrator credits are easier to see in print, easy to miss in this story.
Art... love still exists! Thank you, dear sanjit, Carolina Moscoso, and Julian Lucas at NewYorker for the ineffably magnificent art... miracles you do...
I'm on immich; photos are my most important.
Haven't found something to offload the on device files - like saved attachments from texts.
the commands I use are:
see if phone is connected:
1) backup entire* device to filesystem: 2) backup photos/other data: command 1 will create an entire backup of the device, but in a wierd apple format. It can be restored to a clean device though.command 2 will create a directory containing most of the phone data in an understanable format. for example photos will be in <out-dir>/DCIM
*: what apple allows you to back up. for example, if you have the kindle app on your phone, neither the app itself, or the kindle books will be backed up. If you restore the backup, you will have to re-download the kindle app, and re-download the book files.