Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PA
Posts
0
Comments
181
Joined
1 yr. ago

  • You might have some files hard-linked across directories, or worse (but less likely), there's a directory hard-link (not supposed to happen) somewhere.

    For the uninitiated, a hard-link is when more than one filename points at the same file data on the disk. This is not the same as a symbolic link. Symbolic links are special files that contain a file or directory name and the OS knows to follow them to that destination. (And they can be used to link to directories safely.)

    Some programs are not hard-link aware and will count a hard-linked file as many times as it sees it through its different names. Likewise they will count the entire contents of a hard-linked directory through each name.

    Programs tend not to be fooled by symlinks because it's more obvious what's going on.

    Try running a duplicate file finder. Don't use it to delete anything, but it might help you determine which directories the files are in and maybe why it's like that.

    Also back up everything important and arrange for a fsck on next boot. If it's a hard-linked directory fsck might be able to fix it safely, but it might choose the wrong name to be the main one and remove the other, breaking something. Or remove both. Or it's something else entirely, which by "fixing" will stabilise the system but might cause some other form data loss.

    That's all unlikely, but it's nice to have that backup just in case.

  • "If you took all the DNA out of a person and laid it end to end, that person would die."

    The distance to Jupiter from Earth is but a mere blip though. Even the galaxy is small compared to what's beyond.

    Thanks to chaos theory, what we do here can have some effect on the far future of the Universe, at least, for those places within causal reach. How meaningful that effect can be remains to be seen.

    But do bear in mind that even, say, a cow farting in a field in France last Tuesday might have as much effect as everything you ever do.

  • This whole saga reminds me of the time I somehow ended up with Windows 9x's "Recent Documents" feature pointed at the root of a drive, so when I pushed the button to "clear recent documents" it dutifully started deleting all the files on the drive.

    At the time, the "Recent Documents" feature created shortcuts to, as you might guess, recently opened documents and put them in a user folder specifically for that purpose. Clearing them was only supposed to remove the shortcuts.

    Or perhaps more relevantly, that one Steam bash script that could delete things it shouldn't under some very rare circumstances.

  • It's the same handful of obnoxious individuals over and over making it look like it's a majority.

    That said, this thread started about Tories, and about half the population lean that way even if they don't vote for 'em...

  • Conscription? You'll need more than that. You'd have to press-gang those kids into service, and then hope they don't revolt.

    Other alternatives: 1) Becoming the enemy - telling them their families' lives are forfeit if they don't pass muster. 2) Some really top-notch propaganda.

    I can think of at least one country that would do both of these, but would deny the first one.

  • NK's narrative is that SK is separate from the one true Korea because it's occupied by, or at least heavily influenced by, the US. That means that if Russia were to, say, declare war on the US - however unlikely that might be - NK would theoretically be in favour.

    Kim would almost certainly be interested in finally getting to lob a couple of bombs at an actual target.

    Less seriously(?), you could also argue that Putin's pining for the glory days of the USSR with its empty stores and downtrodden, starving citizens fits right in with what's going on in NK, so perhaps Kim had better watch his back lest he become the former dictator of a new SSR.

  • The first one is clearly wrong because no-one (oh alright, almost no-one, Toe-Jeans Georg) wears leg-wear on our toes.

    Third option: The top layers are covered by a poncho and only the eight pairs at the bottom have leg-wear. This works when considering each subtree as a separate tree in its own right, up to arguing about how many ponchos are then required.

    Fourth option: The top two branches wear leg-wear and those below go in footwear of some sort.

  • They used a current world event as an excuse for an atrocity that they might well have found a different excuse for otherwise.

    They could have chosen any Jewish person and any "punishment" but they chose her, and that "punishment". That's because they wanted to mete out that "punishment" in particular. They're disgusting.

    And yes, that's true of neo-Nazi violence too. The violent ones are usually nutters spoiling for a fight, or worse. The prejudices they hold are merely their excuse for it.

  • There are plenty of stupid and/or devious people who will see what's going on in some part of the world and believe a narrative or use that narrative as an excuse for their own ends.

    If it wasn't her, it would have been someone else. The whole human race has a problem with human garbage who can't control their actions. Some of them end up running countries and turning a blind eye to war atrocities, if not asking for them outright.

    This doesn't lessen what happened to this 12-year-old victim, and it doesn't lessen what's happening elsewhere in the world, nor the ramifications. My point is that the link, while there, is tenuous.

    The perpetrators are human garbage who found a reason to stop pretending not to be, and now should be treated as such.

  • Kim inherited his mess. Putin made his own.

    That's not to say that Kim isn't allowing things to continue mostly as they were, but it could be beyond his ability to change things even if he wanted to.

    Putin, on the other hand, only needs to call off the "special military exercise" and most of his immediate problems will go away.

  • Easy choice

    Jump
  • Well, it is theoretically possible for code to cause a compiler to segfault. As for how, well that's a different matter. You'll need deep knowledge of the compiler, or else the assuredness that it can't possibly happen. Because then it will.