this post was submitted on 01 Aug 2023
2369 points (98.6% liked)

Sync for Lemmy

15010 readers
3 users here now

๐Ÿ‘€


Welcome to Sync for Lemmy!

Download Sync for Lemmy


Welcome to the official Sync for Lemmy community.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Community Rules


1- No advertising or spam.

All types of advertising and spam are restricted in this community.



Community Credits

Artwork and community banner by: @[email protected]


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 11 months ago (1 children)
[โ€“] [email protected] 3 points 11 months ago (1 children)
  • Ad free
  • Cloud backup
  • Highlight users
  • Tag users
  • Translate text
  • Select text from images
  • Push notifications
  • Saved folders
  • Import / export subscriptions

Source: The sync ultra description from in-app

[โ€“] [email protected] 1 points 11 months ago (1 children)

Neither of which requires running a server.

[โ€“] [email protected] 4 points 11 months ago (1 children)

It all depends on how you implement it. He describes the text from images as using machine learning, which implies using an external API to do that translation.

Storing cloud backups requires a server and storage, etc.

[โ€“] [email protected] 2 points 11 months ago (1 children)

which implies using an external API to do that translation

It doesn't. You can have local models.

Storing cloud backups requires a server and storage, etc.

Yes, it doesn't have to be the author's storage. Many, many apps implement it as adding the data to your Google Drive / Dropbox / whatever.

[โ€“] [email protected] 1 points 11 months ago

You can have local models, but the vast majority of people are going to farm that out to a 3rd party provider via API calls because it's the easiest thing to do.

Remember I said "It all depends on how you implement it".