• 0 Posts
  • 7 Comments
Joined 9 months ago
cake
Cake day: November 3rd, 2024

help-circle
  • krename is another excellent, but not as well known as it should be, KDE app.

    krename can rename files and directories, and directories recursively, to almost anything. You can rename:

    • using information from the files or about the files (image info, date / time info, etc)
    • with templates (like #### for incrementing 0001, 0002, 0003, etc)
    • by adding parts of the original file name (first three characters then the last 4 characters, for example)
    • using find and replace (spaces to underscore, remove special characters, etc), including regular expressions
    • by changing case

    or with a mix of everything.

    krename has a simple mode and an advanced mode for renaming, so you don’t have to jump into the deep end with the features.

    You do have to be careful with some of the file info functions - it will happily try to rename a movie or a pdf with (non-existent) image EXIF info, for example. That would result in a file with a name you did not intend.



  • Around 4 or 5 years ago, the Audacity project was acquired by a company that has several other open source music / audio related programs. The first few months did not go well because the company did several things with Audacity that the community didn’t like (like the telemetry that others have mentioned). It seemed like the company was trying to take an uber-popular open source project and convert it into something not in keeping with community expectations. Some forks of Audacity were started.

    As others have said, the controversy seems to have died down. Gentoo at least, and probably many other Linux distros, have Audacity and not the forks in their repositories.


  • A little trick for people who are worried about putting business / work passwords in web-hosted managers such as Bitwarden: put just the username in Bitwarden, and put all the full information into KeepassXC.

    Bitwarden will recognize the site and fill in the username - meaning you are at the correct site and are not being phished. Then, you can fill in the password from KeepassXC. This gives the benefits of browser-based managers while keeping more sensitive passwords (and recovery info) local-only.



  • Gentoo on my home computer. Started way back in the day when you had to recompile source RPMs on RPM-based distros to get CJK (Chinese, Japanese, Korean) language support. Debian language support was excellent, but I didn’t enjoy always being 5 package versions behind, especially as fast as some software was being developed.

    CJK isn’t an issue anywhere anymore, but I stay on Gentoo because it has all the packages I want, and it doesn’t force systemd on me.

    Will be moving away from Ubuntu on my work computer because of all the foolishness with ‘is it deb or is it snap?’. Not sure what I’ll go to.