

The joy of having the freedom to make your PC do what you want and not have to constantly struggle against the machinations of Microsoft cannot be understated.
The joy of having the freedom to make your PC do what you want and not have to constantly struggle against the machinations of Microsoft cannot be understated.
goto is the standard way of performing error handling in C, since there is no exception system or destructor mechanism to free resources when they are going out of scope.
What if you symlink the SD card steamapps directory (since its unmounted the mount pount will just be a regular directory on the root filesystem) to your internal storage steamapps directory?
You get incremental backups (snapshots) by using
--link-dest=DIR hardlink to files in DIR when unchanged
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.
It 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.
XChat
I haven’t seen this youtuber’s videos before. Do they normally drop 40 minutes of spoilers for a game that came out just 6 months ago? I thought this was going to be a review and it turned into a walkthrough less than 10 minutes in.
There are multiplayer games from 30 years ago that still have 30 people who play on the first Friday night of each month, and they will put that in their calendar and keep the game alive.
The idea that multiplayer games need huge communities of players otherwise they are “dead” is what is killing multiplayer games.
A truly unique feature of the retro FPS genre.
Probably because GenX and Millenials (the actual people who created and played these games respectively) don’t like being associated with the generation that’s destroying our society and planet whilst being completely out of touch with reality. It was boomers who tried to ban these games, remember?
bUt BoOmEr iS jUsT sLaNg FoR oLd PeRsOn NoW
ok zoomer
uutils
is coreutils re-written in Rust that Ubuntu just switched to by default in 25.10
Because some banks now require you to authenticate every payment (eg. online payments using your debit card) and every new recipient for bank transfers, using their phone app. The apps rely on the chain of trust that Google and Apple provide with their TPM or “secure enclave” chips to cryptographically authenticate that it is indeed the same device that the bank previously authorized.
Online banking via the website of these banks will still require at least one tap on the phone app to authorize any transfers that you make on the website.
Linux phones (and custom Android ROMs) don’t benefit from this same chain of trust, and so even if they have the secure chip in the hardware, the banking apps don’t have a convenient API to query it, so the banking apps just don’t work.
Banking fraud causes a serious amount of money lost to criminals each year so it’s not surprising that the banks want better ways of determining if a request is really coming from their customer('s device) and not a criminal who phished their online banking password.
This situation won’t change unless either Linux phones gain in popularity enough that the banks decide to port their apps to the platform or a law is passed saying that banks must support more than just Google and Apple (ie. custom roms etc.) at which point the work will be done to use the hardware attestation available in the phone on other software platforms.