• 0 Posts
  • 8 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.


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