• 21 Posts
  • 692 Comments
Joined 2 years ago
cake
Cake day: March 19th, 2024

help-circle




  • Tbh was quite painless for me! Had a few hiccups but it was educational to troubleshoot them, and once it’s up and running, I haven’t had to touch it for the most part. Had to update my Dovecot configs when they changed the config syntax but that’s all I can think of. And will probably see about switching from spamassassin to rspamd because I swear spamassassin has so many false positives no matter how many false positives I feed to it to train it. But it’s really not so bad, and I would recommend it as a decent learning opportunity for folks who like tinkering with computers.



  • Have you tried disabling the AI in Zed? There’s a toggle in the settings to disable all AI features. I’ve disabled the AI and it’s actually a really nice, responsive, clean editor. Just one toggle, and it doesn’t re-enable itself. The whole “AI-native” marketing really put me off trying it, but it’s now become my go-to IDE for when I’m working on a project where I want a more fully-featured IDE than Vim (my go-to for just editing text files eg standalone scripts, small projects).

    If you don’t want to do that, or if you try it and still don’t like Zed, maybe Kate?







  • Linux distribution doesn’t have a huge bearing on UI, except that most distros come with a particular DE (desktop environment) pre-installed. However, you can install any DE of your choice after installing the OS, and switch between DEs at ease without reinstalling the OS.

    GNOME’s defaults are quite visually similar to macOS in terms of layout. I’m sure KDE Plasma (the other big Linux DE) can be modded to look like macOS too, but by default it more resembles the Windows desktop. I’d say go for Linux Mint and then install GNOME (look up stuff like “linux mint how to install gnome”). Both Linux Mint and GNOME are widely used and “beginner-friendly”, so if you run into any problems, it shouldn’t be hard to find answers either by searching things up or posting on forums if you can’t find any solutions already online.




  • Matrix works well for me.

    It’s not out yet, but I’d keep an eye on Flatline. It’s by the people who make Molly (Signal client fork—it’s pretty good, been using it for years). Flatline is a Molly-compatible server implementation, i.e. so that you can host your own Signal server. Because generally if someone asked for a “reliable messenger for family use” I’d recommend Signal as a polished and reliable option, though not self-hostable unfortunately.


  • I mean, you can create a GPL fork of the Rust coreutils if you so please. Or you could do a rewrite in any programming language of your choice and license permissively.

    In any case, I profoundly cannot bring myself to care about the fact that you can legally create a proprietary fork of permissively licensed FOSS. I don’t think it’s right to impose any restrictions on what people can do with software/code, which of course conflicts with the fact that other people can take your code and restrict what other people can do with it. So choosing between copyleft and permissive licensing is a balancing act of that contradiction. I don’t think it’s wrong to end up on the side of permissive licensing.