Live data from Hacker News

Viewing profile — gerdemb

gerdemb

HN member
Joined
Wed, Mar 04, 2020, 12:40 PM UTC
HN karma
104
Public activity
32 items

About gerdemb

No profile information was provided.

Recent public activity

  1. comment
    Comment #46608581

    Yes — that’s exactly what Photos Backup Anywhere is designed to do. The app creates file-system-level backups of each individual photo and video from your Photos library. Every ass…

  2. comment
    Comment #46608553

    Yes — that’s exactly what it’s designed for. You can back up photos from one Photos library and later restore them into a different Photos library. The restore process recreates th…

  3. comment
    Comment #46608537

    Yes — Photos Backup Anywhere supports Apple Family Sharing If the app is shared via Family Sharing, each family member can install and use it on their own Mac with their own iCloud…

  4. comment
    Comment #46608506

    Thanks or the detailed feedback. You’re right about that error message. What’s happening is that when the SMB share gets unmounted, the app can no longer access its SQLite database…

  5. comment
    Comment #46608482

    Yes — in Apple Photos the manually edited date/time is not written back into the image or video file. It’s stored separately in the Photos library database, which is why tools like…

  6. comment
    Comment #46587338

    That’s a good question. To be completely honest, I don’t know much about Advanced Data Protection myself, and I didn’t do anything specific in the app to detect or interact with it…

  7. comment
    Comment #46587238

    Metadata is stored in an SQLite database alongside the backed up files. The format is not documented, but should be self explanatory if you examine the schema.

  8. comment
    Comment #46582317

    Backing up “mercurial” Photos data is only half the problem. The tricky part is restoring it in a way Photos actually recognizes as equivalent to the original library state. Photos…

  9. comment
    Comment #46582280

    Not directly, no. If you can mount the S3 target as a drive, it can be used as a backup destination.

  10. comment
    Comment #46581764

    HN disclosure: I’m the author of Photos Backup Anywhere, but this thread mirrors the exact issues that pushed me to write it. One thing that surprised me when digging into Apple Ph…

  11. comment
    Comment #44371404

    Where is the link? How can iPhone backup directly to an external hard drive?

  12. comment
    Comment #41137583

    Very cool! I've transitioned from using Google Translate and DeepL to ChatGPT for translations. In general I think the ChatGPT translations are better, but the default UI for is a …

  13. story
    Show HN: Test Pilot Hub – A Platform to Exchange TestFlight Beta Reviews

    Hey HN, I’m excited to share Test Pilot Hub, a platform designed to help iOS and Mac developers find reliable TestFlight beta testers. The idea is simple: developers can promote th…

  14. comment
    Comment #40188160

    While that might be Apple's "official" solution, there's a major caveat: the Photos app doesn't support storing the Photos library on a networked disk. This forces you to either fi…

  15. story
    Show HN: A complete double-entry accounting system in PostgreSQL

    I wanted to share an interesting experiment I've been working on: creating a double-entry accounting system entirely in a PostgreSQL database. It's inspired by plain-text accountin…

  16. comment
    Comment #39111872

    I wrote a Swift library to experiment with this architecture using SQLite. https://github.com/gerdemb/SQLiteChangesetSync The library works at the database-level and stores databas…

  17. comment
    Comment #39111790

    I created an experimental Swift package that implemented this architecture using SQLite. https://github.com/gerdemb/SQLiteChangesetSync As you noted, detecting conflicts is easy, b…

  18. comment
    Comment #38663057

    Thanks for your comment. Let me know if you end up implementing this on Android. I think this concept could be adaptable to other platforms or languages. I just happened to be work…

  19. story
    Show HN: SQLiteChangesetSync – Git-Like Sync for SQLite Databases

    Hello HN! I’m happy to introduce SQLiteChangesetSync, a Swift package I’m sharing for the first time. It’s designed for offline-first synchronization of SQLite databases across dev…

  20. comment
    Comment #37676397

    Their latest problem is a flaky internet connection that sometimes drops and I’m not sure if it’s the router or their ISP and it’s very difficult to debug. There are local mom and …

  21. comment
    Comment #37675625

    Nice to hear from someone else with a huge iCloud Photo Library--we've got about 1.2 TB! After a lot of experimentation with Google Photos, Synology's photo APP, etc. we finally se…

  22. comment
    Comment #37627532

    I’m developing a Mac app for backing up iCloud Photos here www.ibeni.net

  23. comment
    Comment #37603258

    Thanks for the feedback! The app started as a personal project exactly to solve the problem you mention of the iCloud library exceeding the available disk space. (My personal libra…

  24. comment
    Comment #37602111

    I think this a great idea and I could see it as a great solution for my parents who often call with tech-support questions that I cannot effectively help them with as I live too fa…

  25. story
    Show HN: Photos Backup Anywhere' – My First Mac App for Photo Backups

    Hey HN, I've just rolled out my very first app for Mac, 'Photos Backup Anywhere'. It's been a mix of fun (learning Swift!) and frustrating debugging (buggy Apple libraries), and no…