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

Sync for Lemmy

15055 readers
94 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] 11 points 1 year ago (3 children)

I might be mistaken, but I don't think Sync Ultra is the same thing as the ad-free sync premium. Sync Ultra is a subscription because it adds functionality that requires cloud resources, not just removes ads.

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

Sync ultra in the original reddit app had a one-time payment option as well.

[โ€“] [email protected] 7 points 1 year ago* (last edited 1 year ago)

Give me Sync NotQuiteUltra without cloud garbage and just charge me the 1 time fee then.

[โ€“] [email protected] 5 points 1 year ago (1 children)
[โ€“] [email protected] 3 points 1 year 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 1 year ago (1 children)

Neither of which requires running a server.

[โ€“] [email protected] 4 points 1 year 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 1 year 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 1 year 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".