• 0 Posts
  • 12 Comments
Joined 2 years 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.




  • Education is one area where GenAI is having a huge impact. Teachers work with text and language all day long. They have too much to do and not enough time to do it. Ideally, for example, they should “differentiate” for EACH and EVERY student. Of course that almost never happens, but second best is to differentiate for specific groups - students with IEPs (special ed), English Learners, maybe advanced / gifted.

    More tech aware teachers are now using ChatGPT and friends to help them do this. They are (usually) subject area experts, so they can quickly read through a generated or modified text and fix or remove errors - hallucinations are less (ime) of an issue in this situation. Now, instead of one reading that only a few students can actually understand, they have three at different levels, each with their own DOK questions.

    People have started saying “AI won’t replace teachers. Teachers who use AI will replace teachers who don’t.”

    Of course, it will be interesting to see what happens when VC funding dries up, and the AI companies can’t afford to lose money on every single interaction. Like with everything else in USA education, better off districts may be able to afford AI, and less-well-off (aka black / brown / poor) districts may not be able to.


  • I think “interactive clipart” is a great description. You are, I believe, totally correct that (at least for now) GenAI can’t do what professionals can do, but it can do better than many / most non-professionals. I can’t do art to save my life, and I don’t have the money to pay pros to make the mundane, boring everyday things that I need (like simple, uncluttered pictures for vocabulary cards). GenAI solves that problem for me.

    Similarly, teachers used to try to rewrite complex texts for students at lower reading levels (such as English Learners). That took time and some expertise. Now, GenAI does it prolly many tens of thousands of times a day for teachers all over the USA.

    I think, at least for the moment, that middle / lower level is where GenAI is currently most helpful - exactly the places that, in earlier times, were happy with clipart.



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