• 0 Posts
  • 28 Comments
Joined 3 years ago
cake
Cake day: June 7th, 2023

help-circle


  • I had / have a similar issue that started at some point on my Ryzen 7 laptop with Kubuntu 24.04. I haven’t tried REISUB yet, but otherwise same symptoms.

    RAM is the usual suspect. I ran memtest for 24h++ with no errors Also tailed dmesg and journalctl to a remote machine, and checked journalctl after reboot. No errors reported. Presumably because the system hard locked before it had a chance to log the error.

    I never found a root cause, but after I changed the KDE Power Profile from Eco to either Balanced or Power (I don’t remember which) the random freezing reduced from 1-3 times per day to once every few weeks of continuous uptime.

    So my guess is some kernel driver bug relating to power states of the CPU ( or GPU nVidia 3060 with 590 drivers)



  • Tldr: don’t let Perfect be the enemy of good

    I don’t know about Codebergs policy on the matter, but morally I think there’s nothing wrong with putting open-source mods for closed-source games on Codeberg.
    I always use FOSS software whenever possible, even if they’re lacking in some aspects compared to closed-source alternatives, but have no problems with closed source games. Games are entertainment, not utility. Games have a short lifecycle compared to utility software. Games are often a one-time experience, and when you’ve finished a game it’s done. (Nobody ever “finished” their use of Notepad). Meanwhile developers gotta eat.

    There’s also some precedence for open-source projects that can only be fully accessed with closed source software, like open-hardware using Eagle for PCB and schematic design (before KiCAD truly took off), or Fusion360 for CAD ( FreeCAD development is accelerating though)






  • I had the same happen on the root folder on a SATA SSD. The SSD was dying (don’t remember if there was SMART errors, but the dmesg log showed write-errors. I cloned old SSD to a new SSD and haven’t seen the problem since. That was years ago.

    When there are multiple consecutive write errors, Linux will re-moumt the partition as read-only to protect the data. (There usually a statement along the lines of “on-error:remount-ro” for the partition in the /etc/fstab file)


  • For jpg’s, no they will not get smaller. Maybe even a smidge bigger if you zip them. Usually not enough to make a practical difference.

    Zip does generic lossless compression, meaning it can be extracted for a bit-perfect copy of the original. Very simplified it works by finding patterns repeating and replacing a long pattern with a short key, and storing an index to replace the keys with the original pattern on extraction.

    Jpg’s use lossy compression, meaning some detail is lost and can never be reproduced. Jpg is highly optimized to only drop details that don’t matter much for human perception of the image.

    Since jpg is already compressed, there will not be any repeating patterns (duplicate information) for the zip algorithm to find.


  • There’s nothing wrong with Mint, it’s solid. If it works for you don’t stress about it

    The only thing is that it’s based on Ubuntu LTS so it’s packages can be a bit old. Doesn’t really matter much unless you have very new hardware and need the hardware support. Then something Fedora based like Bazzite would be better.

    For getting newer software you can use flatpak/Flathub.

    Bazzite is also “immutable” which makes it harder to break on a system level, but also harder to tinker on a system level. Mint is a “normal” distribution in that regard. Mint does have Timeshift for taking system level snapshots, on the off chance that an update or your tinkering breaks something. Its worth checking that Timeshift is set up for automatic snapshots



  • I think Mint does this out of the box, but check if Timeshift is set up for automatic backups. It’s meant for system-level snapshots (basically everything outside the HOME-folder), so you can easily revert if an update or something breaks the system.

    Also consider some form of periodic external backup of her files and documents in the home folder, to protect against hardware failure.