this post was submitted on 01 Aug 2023
2107 points (98.3% liked)

Sync for Lemmy

15108 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: @MargotRobbie@lemmy.world


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] KingStrafeIV@midwest.social 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.

[โ€“] lastweakness@lemm.ee 11 points 1 year ago

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

[โ€“] xaxl@lemmy.world 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.

[โ€“] rikudou@lemmings.world 5 points 1 year ago (1 children)
[โ€“] KingStrafeIV@midwest.social 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

[โ€“] rikudou@lemmings.world 1 points 1 year ago (1 children)

Neither of which requires running a server.

[โ€“] KingStrafeIV@midwest.social 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.

[โ€“] rikudou@lemmings.world 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.

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".