• 41 Posts
  • 34 Comments
Joined 10 months ago
cake
Cake day: November 28th, 2023

help-circle









  • I would consider the "source code" for artwork to be the project file, with all of the layers intact and whatnot. The Photoshop PSD, the GIMP XCF or the Krita KRA. The "compiled" version would be the exported PNG/JPG.

    You can license a compiled binary under CC BY if you want. That would allow users to freely decompile/disassemble it or to bundle the binary for their purposes, but it's different from releasing source code. It's closed source, but under a free license.







  • Ah yes, the most misused xkcd. AppOutlet isn't a new standard. It's a frontend which attempts to support all of the existing standards. There is no special AppOutlet package format or repository. It's simply an application that can install Snaps, AppImages and Flatpaks, which you would be installing anyway through other means.

    This is like looking at VLC's support for dozens of multimedia formats and calling it a new standard. VLC isn't a multimedia format, it's a multimedia player. It implements the existing multimedia standards, it isn't itself supposed to be one.



  • They attempted to add opt-in telemetry a few years ago and people lost their shit for some reason. They didn't merge it, but the FOSS community's "fork first ask questions later" attitude kicked in anyway and multiple forks popped up while now the original project has permanently been labelled as spyware, which is fun. Fun fact, KDE Plasma actually has opt-in telemetry. Dolphin, Kate and a few kdepim apps also do. Plasma also has opt-in automated crash reporting, which is particularly evil. Y'all better uninstall them right now. I mean, what if you accidentally opted in, or something? Anyway, not a fan of hostile forks unless someone can actually prove the original project has gone to shit.




  • Yes. Arch does not support partial upgrades. Always update every package. You can try to delete it, but you might still have a package that depends on it if you have an application that hasn't yet made the move to Qt6. Also, using Discover for package management on Arch-based distros is not recommended. Discover uses PackageKit for distro packages and its use is discouraged by Arch due to a number of issues.


  • There is fragmentation in FOSS image editing. There's GIMP, Krita, Pinta, RawTherapee, DarkTable, Digikam and a few others. But it's good fragmentation. FOSS image editing is in fact in a much better place than FOSS video editing right now.

    GIMP is focused on being a good general purpose image editor. Krita is focused on being a good digital art program. Pinta is focused on being a more basic, beginner-friendly image editor. RawTherapee/DarkTable/Digikam are focused on professional photography, with the latter in particular focused on library management. And they all do at least a decent job at accomplishing what they set out to do. If you as a photographer find that GIMP just isn't doing it, you can try DarkTable and will likely find what you were looking for. If you're an artist and GIMP isn't good enough, you can simply use Krita.

    Where's this variety with video editing when everything is just trying to be a general purpose video editor? I'll acknowledge that the "simplified video editor" use case is covered by OpenShot and Pitivi. I'll also acknowledge that there are dedicated editors for animation (OpenToonz, Krita) and VFX (Natron). What about everything else? Instead of having different video editors for different use cases, you have at least six editors trying and failing at trying to do everything.

    Say you aren't satisfied with Kdenlive, what should you use instead? Maybe Blender has the feature you want, but then maybe it's missing another feature you depended on in Kdenlive. Maybe Cinelerra has both features, but is missing a third one you also need. By the time you've tried all of the available options, you've wasted a lot of time and have found no editor suitable for your usecase. Do you just constantly switch back and forth between two or three editors which combined have all the features you want? Well, you can try. Switching between image editors is easy. There are many standard lossless formats you can export to and you can even directly import GIMP or Photoshop project files in other editors like Krita and Digikam. How do you open your Kdenlive project in Blender or vice versa? Should you encode every time you want to switch? Lossless video can easily take hundreds of gigabytes, lossy video means a loss in quality, both mean several hours spent waiting for encode to finish. Obviously not viable. So really you have to pick one editor and hope it does everything you want, because switching mid-project is impossible.