Anon 05/08/2024 (Wed) 00:11 No.10329 del
Neat - https://gateway.pinata.cloud/ipfs/bafybeihjzqtuygfegvyfqfkki2vb7ffbz6bjxp7c6rlur4ohhq6emfpkam/youtube/BGM_Pony_Degeneracy_UCk-L2CG6fxIIe_o6LreemAA/FiM_but_it_s_an_edgy_reboot-BGM_Pony_Degeneracy-20230324-youtube-2560x1440-iNQ_Ef-NYe4.webm - Applejack said "there ain't no damn Sun anymore." A comment="Very accurate and well done. I HATE how every new movie of the past decade is a nostalgia reboot cash grab and every last one has the first part of the theme song played slowly on heavy reverberating piano keys. Every. Single. Time." Also, recently, I was thinking about ponies in bad situations: psychological trauma, physical trauma, whatever.

I move HPC HDD to main computer. ipfs didn't easily work in there due to annoying permissions; about every file in z7 looked like this:
>$ stat /mnt/z7/config
>[...]Access: (0600/-rw-------) Uid: ( 999/systemd-coredump) Gid: ( 999/systemd-coredump)[...]
>$ stat /mnt/z7
>[...]Access: (0775/drwxrwxr-x) Uid: ( 999/systemd-coredump) Gid: ( 999/systemd-coredump)[...]
so I ran chown and chgrp multiple times - took about 24 hours. Most recent:
>$ utc; sudo chgrp -R ubuntu /mnt/z7; utc
>2024-05-06T10:48:32.976118189Z
>2024-05-07T01:44:06.651071458Z
>$ utc; sudo chown -R ubuntu /mnt/z7/blocks; utc
>2024-05-06T10:48:52.931103433Z
>2024-05-07T01:44:06.419653343Z
>$ # "/mnt/z7" contains roughly a million files. P.S. My high score in tint-tetris = 24,301
Instead, maybe I should have set it to 775 permissions, or whatever allows read+write for everyone. I guess it completely works in Ubuntu now, not sure if it will work in HPC again. (BTW, I saw that zb can upload ipfs data at 2.1 MB/s.)

Message too long. Click here to view full text.