Really? They don’t use TLS at all? That sounds hilariously insecure
Really? They don’t use TLS at all? That sounds hilariously insecure
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
I’m pretty sure their concern is their own birth rate dropping, actually. Have you seen the demographics graph for Russia? They’re facing a complete collapse of their working-age population in a decade or two
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
The biggest problem is that the magnets will “quench”, which is what happens when a superconducting electromagnet suddenly stops being superconducting.
There’s a lot of energy stored in that magnet, and when it quenches the energy all turns to heat in a very short time. Any remaining helium will flash boil, turning into an explosive expansion of gas, and the thermal shock will seriously damage the machine
It is guaranteed, actually. US law imposes requirements on telecoms providers to support wire taps
No, basically. They would love to be able to do that, but it’s approximately impossible for the generative systems they’re using at the moment
By that logic, you should object to cheese being labelled as “cheddar” cheese, because that’s a place too and you’ve almost certainly never seen cheese which came from there.
It’s a stupid rule
Then you’d be defeating the careful planning which went into making sure the satellites don’t become a long term problem, by raising them out of the orbits which decay in just a few years and into orbits which never decay.
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
It’s unlikely to cause anything to outright fail, but it will certainly be creating bottlenecks and inefficiencies
Hey now, some of us have standards.
We have shitty python scripts
They certainly won’t be bored. Astronauts time on the ISS is a precious resource, and work will have been found for them even if they weren’t expected to be there
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
Third party, sure, but Starlink is absolutely a US corporation. They have joint projects with the US military, even
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
Theoretically it also requires any company which is subject to GDPR not to send any data to third parties who aren’t, but I honestly don’t know how well enforced that is