Alice Lee Poetics (李 诗诗)

Results 94 comments of Alice Lee Poetics (李 诗诗)

    Similar may also happen for MP4 "moov atom".     For archive purpose, the Matroska Cues alike should be placed to the beginning.     Which may be accomplished by "`-cues_to_front 1`" ("`-movflags faststart`"...

    Low-level in the storage, perhaps not much difference. (implementation dependent) [1] [ [1]     Notably for transistor based ones. (i.e. SSD alike)     There may be huge difference between the logical data...

    ExifTool 12.78.     Commands are specifically adjusted to work across Unix Shell, Windows CMD, PowerShell. [[ ```powershell exiftool -v5 "-*=" "-PixelsPerUnit?=5906" -overwrite_original "!.png" exiftool -U -ee3 -g3:5:2 -api "RequestAll=0" -api "LargeFileSupport"...

    "Writing PNG-pHYs:PixelsPerUnitX if tag exists"     The behavior is inconsistent with similar JPEG writing.     (see [main post](https://github.com/exiftool/exiftool/issues/246#issue-2175210309))

    Mere remove then write shall be enough fix for this specific issue (of "-*=" interop), I believe?

    What's the expectation for the "--ciphers" alike..?     [ https://github.com/curl/curl/issues/1316#issuecomment-285779700](https://github.com/curl/curl/issues/1316#issuecomment-285779700)     Mere pass-through?     https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT

    So simply put, the current situation is simply havoc...     For the moment, the most viable fix is better documentation to this situation.     Making `curl` to wrap-around such idiosyncrasies is possible...

    "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" is not directly related to this issue. (CLI of `curl`)     I have a writing pending for the "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" trouble.     Meanwhile you may look at:     https://archive.org/details/4431785826199-Fix-Discord-Zendesk-Sign-In     .     Essential cause: OpenSSL...

    Also I believe using "--ciphers" to set "--tls13-ciphers" is no-op:     The default TLS 1.3 Cipher Suites would be then used.

    Your current change seems specifically targets:     [ https://github.com/curl/curl/issues/13873#issuecomment-2183965270](https://github.com/curl/curl/issues/13873#issuecomment-2183965270)     ("--ciphers" no-op for "--tls13-ciphers")     Should work, somewhat. \ \ [ https://github.com/curl/curl/commit/164f9446d00fd51fb52db29815d552fb6d7b3115#diff-0d747df1a27d4fbee3eaf88a513af8a4718734094aa15d8391132e9d71e84414](https://github.com/curl/curl/commit/164f9446d00fd51fb52db29815d552fb6d7b3115#diff-0d747df1a27d4fbee3eaf88a513af8a4718734094aa15d8391132e9d71e84414)     “Setting 1.3 ciphers via "--ciphers" implies that the minimum TLS version...