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

help-circle









  • Chromebook might a good idea

    In fact, if her needs beyond writing are limited (eg no need to play games or run some proprietary software), then a Chromebook would probably be the best option. One thing I’d recommend though is to go for an ARM based Chromebook (eg using Snapdragon or a Mediatek chipset), as these tend to have a much better battery life compared to something with an Intel or AMD CPU. ARM Chromebooks also tend to be thinner and run cooler. Also, ideally I’d recommend getting at least 8GB RAM for better multitasking.

    The problem with iPads on the other hand is that they can be quite expensive, and lack some of the flexibility a Chromebook might have (eg, say you wanna store your written documents locally and then copy it to a USB drive or something). Most importantly, keyboard covers are kinda meh - especially for a writer - and the lack of a proper hinge/support means you can only use your iPad whilst it’s propped up on a table, so you can’t use it say if you’re lying on the bed or couch etc.






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