I checked your Mastodon timeline but I don’t see the post, only the one where you relate the story.
eleijeep
- 0 Posts
- 7 Comments
Yes the volunteer software authors should work to the beat of the drum of the baying and braying users who insist on using cutting edge software before its wider ecosystem has adapted to its novelties. A very good point.
It really is a shame that they force you to update to the new version. If only there was some way to continue using the existing Gnome version until the extensions have been updated by their authors.
eleijeep@piefed.socialto Linux@programming.dev•Linus Torvalds Lashes Out At RISC-V Big Endian PlansEnglish2·5 days agoIt began upon the following Occasion. It is allowed on all Hands, that the primitive way of breaking Eggs, before we eat them, was upon the larger End: But his present Majesty’s Grand-father, while he was a Boy, going to eat an Egg, and breaking it according to the ancient Practice, happened to cut one of his Fingers. Whereupon the Emperor his Father published an Edict, commanding all his Subjects, upon great Penaltys, to break the smaller End of their Eggs. The People so highly resented this Law, that our Histories tell us there have been six Rebellions raised on that account; wherein one Emperor lost his Life, and another his Crown. These civil Commotions were constantly fomented by the Monarchs of Blefuscu; and when they were quelled, the Exiles always fled for Refuge to that Empire. It is computed, that eleven thousand Persons have, at several times, suffered Death, rather than submit to break their Eggs at the smaller End.
eleijeep@piefed.socialto Linux@lemmy.ml•what debian compatible IRC client should I use now that hexchat is dead?English1·6 days agoXChat
eleijeep@piefed.socialto Linux@programming.dev•GNU Coreutils 9.8 Released With New FeaturesEnglish4·13 days agouutils
is coreutils re-written in Rust that Ubuntu just switched to by default in 25.10
You get incremental backups (snapshots) by using
To use this you pass in the previous snapshot location as DIR and use a new destination directory for the current snapshot. This creates hard links in the new snapshot to the files which were unchanged from the previous snapshot, so only the new files are transferred, and there is no duplication of data on disk (for whole-file matches).
This does of course require that all of the snapshots exist in the same filesystem, since you cannot hard-link across filesystems.