• 2 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle





  • d3Xt3r@lemmy.worldOPtoAndroid@lemdro.idSync for Lemmy is now available for everyone
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I left Reddit because Spez is an asshole and he killed third-party API access (which, btw, impacted more than just clients - many useful bots/scripts died too as a result of this change).

    For many of us, Sync was Reddit, and killing Sync basically killed Reddit for us, but now that Sync is back (for Lemmy), many of us are more than happy to pay a subscription to support the dev, instead of supporting Reddit. ljdawson is an awesome developer who actually listens to his users and updates his apps regularly. If you don’t want to support him and/or use a different app, that’s your call of course, but for fans of Sync, it’s like coming back home after a long time and getting that feeling of “there’s no place like home”.





  • I will, because none of the apps or web apps right now are optimized for tablets/foldables, so really looking forward to Sync supporting this at launch! (ljdawson already confirmed this btw).

    Besides, Sync (for Reddit) had a lot of advanced features that set it apart from others, such as being able to save message drafts, built-in kamojis, advanced markdown formatting controls, post/content filters and so on, I reckon we’ll get to see these in Sync for Lemmy as well, if not at launch then surely down the line.




  • The other poster failed to mention the biggest advantage of Rust - it’s inherently a lot more secure and a lot less vulnerable to bugs compared to other languages. For starters, Rust is designed to eliminate common programming errors like null pointer dereferencing, buffer overflows, and data races, which can lead to serious security vulnerabilities.

    Also, variables in Rust are immutable by default, which means they cannot be changed once they’re set. It’s also strongly typed, which is strictly enforced and there are no implicit conversions. PHP, however, is loosely typed and does perform implicit type conversion, which can lead to unexpected results and potential security vulnerabilities.

    I could go on, but then we’d be getting a bit too technical for this space.