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/)MA
Posts
0
Comments
136
Joined
2 yr. ago

  • No, it couldn't. That's pure misinformation.

    Kessler syndrome is only a possibility in orbits high enough that atmospheric drag is negligible. Starlink, by design, is at an altitude where the atmosphere is still thick enough to bring any debris or old satellites down to earth in a timely fashion rather than building up like Kessler syndrome requires. (To be clear, the air is still so thin that you'd need sensitive instruments to detect it at all. It's just enough to produce a tiny amount of drag, which adds up over weeks or months to lower the debris' orbit so that it meets thicker air)

    There are plenty of perfectly legitimate objections you can raise to starlink without resorting to Kessler syndrome

  • your certificate request must come from an authorized email address at bank.com

    That isn't true in general. In fact, it can't be.

    It might be policy for most cases from the well-known certificate authorities, but it's not part of the protocol or anything like that.

    If it were, then it would be impossible to set up your mailserver to begin with because you could never get a certificate for mail.bank.com

  • No, it would have been detected by various systems pretty much immediately. Those systems are military though, and probably wouldn't tell the general public about the movement of military satellites

    It's also conceivable that it was detected in that orbit but not recognised, so it was treated as a mystery object

  • Publication

    Jump
  • Because it's feedback on how effective their targeting has been when confronted with whatever electronic warfare and misdirection Israel was using to defend themselves.

    That sort of information might let the attacker make adjustments to be more accurate next time

  • I have at least a little sympathy for SpaceX's position that the regulations are unfit for purpose if they need a modification to their licence to use a different fuel tank, that seems totally immaterial to the flight

  • For an emergency ascent, they'd probably have dropped more than two. They also probably wouldn't have taken the time to type a message to the surface if it were going wrong that quickly.

    It seems more likely to me that they were controlling their rare of descent. I'd expect them to lose a little buoyancy as the vessel compresses, so it seems reasonable that they'd drop the occasional weight as they descend.

  • Actually, I suspect he's implying that nobody's trying to assassinate Harris because all the democracy-hating assassins are on her side, or she's the one setting them up, or something to that effect.

    It's still the sort of slander which in a reasonable world he'd be called on, but that seems unlikely

  • No, I'm arguing that the extra complexity is something to avoid because it creates new attack surfaces, new opportunities for bugs, and is very unlikely to accurately deal with all of the edge cases.

    Especially when you consider that the behaviour we have was established way before there even was a unicode standard which could have been applied, and when the alternative you want isn't unambiguously better than what it does now.

    "What is language" is a far more insightful question than you clearly intended, because our collective best answer to that question right now is the unicode standard, and even that's not perfect. Making the very core of the filesystem have to deal with that is a can of worms which a competent engineer wouldn't open without very good reason, and at best I'm seeing a weak and subjective reason here.

  • The reason, I suspect, is fundamentally because there's no relationship between the uppercase and lowercase characters unless someone goes out of their way to create it. That requires that the filesystem contain knowledge of the alphabet, which might work if all you wanted was to handle ASCII in American English, but isn't good for a system which needs to support the whole world.

    In fact, the UNIX filesystem isn't ASCII. It's also not unicode. UNIX uses arbitrary byte strings, with special significance given to a very small number of bytes (just '/' and '\0', I think). That means people are free to label files in whatever way they like, and their terminals or other applications are free to render them in whatever way seems appropriate, without the filesystem having to understand unicode.

    Adding case insensitivity would therefore actually be significant and unnecessary complexity to add to the filesystem drivers, and we'd probably take a big step backwards in support for other languages

  • That's going to be a problem whatever solution you come up with, because of the federated nature of the lemmy system.

    There's no central authority to hand out usernames, so if two people sign up to different instances with the same username, any design which didn't attach instance name to each username would fail. The only way around it would be for each instance to contact every other instance which exists, including the ones which haven't federated yet, and negotiate ownership of the new username, and that's just not possible