• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle
  • Yeah, check lists in Notes could really use some improvement for sure. Honestly, just now looking through the Github for the Android Nextcloud Notes app it looks like there’s a good deal of technical debt that has been stacking up over time from trying to bring more modern features to what started as a minimal text-only notes app.

    There is a way to enable “grid view” in the app settings for the more post-it view that shows the first part of the contents, but doesn’t seem to show on notes with markdown formatting, so anything with a list doesn’t show a preview.


  • The “timebomb” wasn’t only because he didn’t like Debian’s release policy, it was because Debian users kept reporting already patched bugs on xscreensaver’s upstream issue tracker that were only broken on the old versions Debian kept insisting they ship with because they have an insane “older is more stable” mentality.

    Also, he wrote more than xscreensaver. He was an original dev of Netscape, was a huge advocate for them open-sourcing the code, and founder of Mozilla.org (both coming up with the name and registering the domain - although he’s not exactly a huge fan of modern Mozilla). It’s pretty safe to say that the open internet would not exist in the way it does today without him.

    Yes, he’s an opinionated “old man” at this point, and nobody is going to agree with everything he says. But as opinionated old men go, there are far worse out there - like Richard Stallman for example.







  • There are some differences between distros as to whether TRIM is enabled by default or not (I’ve read Ubuntu enables it by default, but Debian does not). That said, depending on what file-system your ssd is formatted with it may be enabled by default at that level. The most-often recommended file-systems for SSDs are Btrfs and F2FS, both of which support and enable TRIM by default (as of Linux 6.2 for Btrfs, so if you are running an older kernel version you might need to manually enable it). I think most distro installers support using Btrfs as the main file-system, but F2FS is a bit more hit and miss I think. Safest bet would be to investigate once you settle on a distro, but support should be pretty standard, even if it’s not enabled by default.