I am easy to amuse
-
I wonder why “great” and “sword” need to be Katakana
They transliterated it as English: “Great” being written like “Go Ra To” or something similar instead of using the Kanji 大 pronounced as “Dai”. Same with Sword, they wrote it like “Sa Do” or something, instead of 剣 pronounced as “Ken”.
-
Are you a tits or FFMPEG filter documentation on section 11.5 man?
Please refer to section 8008S.
-
They transliterated it as English: “Great” being written like “Go Ra To” or something similar instead of using the Kanji 大 pronounced as “Dai”. Same with Sword, they wrote it like “Sa Do” or something, instead of 剣 pronounced as “Ken”.
I know, but why? Not trying to be a hater but why not just use the native words?
-
Loanwords
I know, but why? Not trying to be a hater but why not just use the native words?
-
-
I know, but why? Not trying to be a hater but why not just use the native words?
Same reason some English people will use Japanese words? I don't know.
-
Same reason some English people will use Japanese words? I don't know.
Then why respond?
-
ffmpeg command lines are straight up black magic.
Anyone who understands them is not to be trusted.
It's even worse than tar.
The biggest pain in the ass I've dealt with was using a directshow lib to implement flash on a new camera we were supporting for a desktop application. Working with a device graph and pins is beyond frustrating. We're porting functionality to the Web and my dev working on the camera just needed to call capture image to trigger the flash.
-
GNU tar is easy and straight-forward.
It's also completely incompatible with any other Unix, but then, what difference does it make is nobody can use them?
A more complex but more commonly used program is
rsync
rsync -rav /home/user/Documents /mnt/usbdrive
is treated differently thanrsync -rav /home/user/Documents/ /mnt/usbdrive
which is different thanrsync -rav /home/user/Documents /mnt/usbdrive/
which is different thanrsync -rav /home/user/Documents/ /mnt/usbdrive/
It's a great tool for making copies onto drives, even servers. But man you have to double check how each folder path is laid out, otherwise it'll write the files of one folder to the main drive, unorganized.
-
ffmpeg command lines are straight up black magic.
Anyone who understands them is not to be trusted.
It's even worse than tar.
If they know Regex, assume you are in Sarumans tower and held captive until a hawk comes in.
-
If they know Regex, assume you are in Sarumans tower and held captive until a hawk comes in.
Writing regex is easy.
Reading it again after a couple of weeks...
-
I always chuckle when Jellyfin shows subtitles as "Full ASS".
For some reason, ASS files cause stuttering on my Jellyfin Server living on a NAS
-
A more complex but more commonly used program is
rsync
rsync -rav /home/user/Documents /mnt/usbdrive
is treated differently thanrsync -rav /home/user/Documents/ /mnt/usbdrive
which is different thanrsync -rav /home/user/Documents /mnt/usbdrive/
which is different thanrsync -rav /home/user/Documents/ /mnt/usbdrive/
It's a great tool for making copies onto drives, even servers. But man you have to double check how each folder path is laid out, otherwise it'll write the files of one folder to the main drive, unorganized.
wrote on last edited by [email protected]I recommend
--dry-run
and reading the stdout with human readable output-h
. And dont use the--delete
flag if you dont know what will happen -
Writing regex is easy.
Reading it again after a couple of weeks...
Tbh the frequent pain from needing to read it again often happens because it was so hard to write correctly that it misbehaves on some data and you need to adjust it.