• 1 Post
  • 81 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • It’s very funny you say MOV and HEIC are proprietary and then list MP4 considering

    • HEIC is just H.265, the video codec, used to encode images
    • H.264, the codec used for most mp4 files has the same license as H.265 with patent bullshit license fees going on
    • MP4 container is pretty similar to MOV, and is also not an open standard
    • this also means MOV and MP4 can be losslessly converted
    • Apple provides documentation for MOV format free of charge while ISO really wants you to pay to get official standard PDF
    • All this doesn’t matter anyway because ffmpeg can decode everything (though I guess it might matter in bizarro land where software patents are a thing)

    Also Android can totally read at least HEIC images. Not sure about MOV. Any of this is also not related to the problem the OP has.



  • It's very unlikely there's a GUI tool that will do this unless you write one yourself, that sounds like a very uhhh, unique naming scheme. You can sort them using a shell script:

    for file in *; do
      name="${file%.*}"
      suffix="${name: -2}"
      printf '%s\t%s\n' "$suffix" "$file"
    done | sort
    

    Alternatively, modify this so that it will create symlinks in a new folder that have names that will get sorted correctly in whatever GUI tool.




  • As far as I know, that only stops out of date versions of grub that have a certain vulnerability from running that would allow escaping Secure Boot. Meh. It doesn't touch any Linux files or anything and you can boot if you turn off Secure Boot so you can fix it. Long shot from what used to happen where you could only have one boot loader installed at a time so installing Windows would wipe what was there before.

    (and by fix it I mean replace grub with systemd-boot)







  • Very true haha. NixOS is great and the best I've got right now but I would lie if I said it has never been painful.

    Especially for desktop use I want to build my own distro which takes a lot from NixOS, mostly in terms of the central configuration but not much else (I definitely want a more sane package installation situation where you don't need stuff like wrapper scripts which are incredibly awful imo), but also other distros, and also with some unconventional things (such as building it around GNUstep). But who knows if that ever gets off the ground, I have way too many projects with enormous scale...



  • Someone stole my digital camera when I was a kid. I left it near the window at the place we were staying at for our vacation and someone must have grabbed it from the outside while we were gone. I was probably pretty mad about it back then. Nothing since, that I can remember right now at least.