Skip to main content

Note

Content filed under Note.

  • A Finder Resume Copy Issue

    I hit a weird Finder copy failure the other day. This was on macOS Sequoia. The copy failed halfway, and Finder said I could resume it. I didn’t really want to trust that.

  • Android Photo Export Pitfall

    adb pull can mess up file timestamps when exporting photos from Android if you forget -a. adb pull -a /storage/emulated/0/DCIM ./DCIM That flag is easy to miss. It saves a lot of cleanup later.