27 comments

  • kaybe3 hours ago
    Oh ya I remember how some computer pulled a windows update over a satellite connection during a research flight (aircraft). That was super expensive, wow. Now Microsoft servers are banned at the outgoing point since you couldn’t reliably stop it the computer itself and new teams with new computers come in.
    • xnyan2 hours ago
      I'm not letting Microsoft off the hook here, but if you have an expensive metered connection and you're trusting clients (especially a modern personal computer of any operating system type)to play nicely with bandwidth, that's 100% on you.
      • jubilanti2 hours ago
        That's a really sorry state of things, then. There's zero trust in software now, in the literal sense. How did it get that we live in a world where you can't trust a client to enforce its own documented behavior? How did it get to be the user's fault for not using OS and hardware level measures and not the software vendor's fault when the "Automatic updates" toggle is a no-op?
        • xnyan1 hour ago
          Software design is not really my wheelhouse so I can&#x27;t comment meaningfully on that, but on the networking side I can very confidently say it was a poor architecture. You simply cannot assume that all of your clients are going to be both 1) non-malicious and 2) work exactly as you think they will.<p>Link saturation would be one of the first things that would come to mind in this situation, and at these speeds QoS would be trivial even for cheap consumer hardware.
          • rafterydj1 hour ago
            Well, on the software design side, there&#x27;s plenty of scenarios where undocumented behavior crops up on unexpected network interruption. In the example above, Windows can even pre-download updates on metered connections during one time period, then install those updates during another. The customers really can&#x27;t take the blame for that, IMO.<p>I think overall society has rapidly deteriorated in software quality and it is mostly because of the devaluing of software design. No one expects quality from software, everyone &quot;understands there are bugs&quot;, and some like to take advantage of that. And so the Overton window gets pushed in the direction of &quot;broken forever good luck holding the bag if you use it&quot; rather than the more realistic &quot;occasionally needs to restart IFF you hit an issue and it takes less than &lt;10 seconds and has minimal data loss&quot;.
        • shimman1 hour ago
          MBAs&#x2F;consultants hijacked the industry along with an influx of people that only consider leetcode to be sufficient for hiring. The past 10 years has been a major injunction of these people into big tech. The resulting mess is predictable, it&#x27;ll get worse too which is why we need to break up these companies and allow better more efficient companies to take their place rather than letting them subsidize their failures with their monopolies.
        • EvanAnderson1 hour ago
          In an environment where bandwidth utilization costs money I think it&#x27;s a good belt-and-suspenders approach, regardless of the expected behavior of the clients, to enforce policy at the choke point between expensive and not-expensive.<p>(I think more networks should be built with default deny egress policies, personally. It would make data exfiltration more difficult, would make ML algorithms monitoring traffic flows have less &quot;noise&quot; to look thru, and would likely encourage some efficiency on the part of dependencies.)
        • CoastalCoder1 hour ago
          &gt; How did it get that we live in a world where you can&#x27;t trust a client to enforce its own documented behavior?<p>My guess a combo of economic incentives and weak legal protections.<p>I realize that answer applies to so many issues as to be almost not worth saving, but I think it&#x27;s still true here.
  • netsharc2 hours ago
    The astronaut&#x27;s quote needs to be a billboard ad.. &quot;I also see I have 2 instances of Outlook, and neither of those are working&quot;.
    • euroderf1 hour ago
      One is hacked by a Russian hacker group based in St. Petersburg, the other is hacked by a Chinese hacker group, and the third instance was actually BackOrifice but it couldn&#x27;t get enough resources to run because of the other two.
    • simonh1 hour ago
      Houston, we have a problem!
      • netsharc16 minutes ago
        Thank you for contacting us, my name is James, I am a senior Microsoft application community troubleshooter...
  • EvanAnderson1 hour ago
    This talk about off-the-shelf hardware in space makes me wonder, given the clear line of sight, if it would be possible to detect their Wi-Fi access points&#x27; beacons from Earth. I&#x27;m not a &quot;radio guy&quot; and don&#x27;t know if this would be impossible, simply on the basis of physics, due to the presumably low radiated power from the APs and the limitations of the size of typical antennas on the ground. (Obviously it&#x27;s possible with the right equipment. We can communicate with the Voyager probes, but that&#x27;s not with a &quot;can-tenna&quot; and an off-the-shelf Wi-Fi card...)<p>Edit: Anybody know how difficult it would be to keep an antenna pointed at them? I have no intuition for how fast their transit would be. I assume, since an orbit is around 90 minutes, pretty damned fast.<p>Edit 2: Some search-engining and back-of-the-envelope not-very-good-at-trig math says the longest possible transit would be about 5 minutes, moving though about 40 degrees of arc &#x2F; minute. I&#x27;m probably completely talking out my ass, though.<p>It feels like it would be do-able to keep a directional antenna trained on a target moving at that speed.
    • b3orn1 hour ago
      Probably not possible. Their Wi-Fi access point is inside the capsule, the capsule is made from metal and probably shielding the signal somewhat. Maybe even quite a lot if it&#x27;s intended to provide some radiation shielding. Also it&#x27;s low power as it only needs to work inside the capsule, at the given distances signal attenuation will make it almost impossible to pick up anything.
  • dgb232 hours ago
    Bashing on MS products and on ReactJS (apparently used by spacex UIs) is a common pastime here and I&#x27;m guilty of it myself.<p>But here we&#x27;re talking about actual space rockets flying to space with humans in them.<p>My expectation would be that something like <a href="https:&#x2F;&#x2F;tigerstyle.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tigerstyle.dev&#x2F;</a> would be followed or the NASA rules linked from there <a href="https:&#x2F;&#x2F;spinroot.com&#x2F;gerard&#x2F;pdf&#x2F;P10.pdf" rel="nofollow">https:&#x2F;&#x2F;spinroot.com&#x2F;gerard&#x2F;pdf&#x2F;P10.pdf</a>
    • HeyLaughingBoy2 hours ago
      At a previous job I was a developer on a medical instrument that used Windows to run the UI.<p>Before everyone gets all up in arms about it, Windows&#x2F;Linux UI &amp; database with external microcontrollers handling real-time control is a very common architectural choice for medical and industrial equipment. To the point where many Systems-on-Module (SoMs) come with a Linux-capable ARM processor and a separate, smaller processor for real-time, linked via shared memory.<p>Anyway, a customer called to report a weird bug that we couldn&#x27;t resolve. After remoting into the instrument, we discovered that one of the lab technicians had attempted to install Excel on it. At some point the install must have failed, but it left a .dll behind that was causing a conflict with something in our code and keeping the UI from starting properly.<p>No, we did not learn anything from this incident...
      • bregma1 hour ago
        That wasn&#x27;t a Therac-25 by any chance?
      • joe_mamba2 hours ago
        Isn&#x27;t this what Embedded Windows was always for, like for use in medical equipment, ATMs, POS, PLC, oscilloscopes, etc? Basically stuff that&#x27;s supposed to be fire-and-forget, run 24&#x2F;7 and that the user shouldn&#x27;t be able to tinker with.<p>And also what group policies were for, that can disable the user from installing any software?<p>Am I wrong to assume that the fuckup was on your end, for using the wrong tool and not configuring it properly?
        • HeyLaughingBoy1 hour ago
          &gt; Am I wrong to assume that the fuckup was on your end, for using the wrong tool and not configuring it properly?<p>Not at all. I agree that it should have been locked down and only privileged accounts should be allowed software update. But the system auto-booted into an Administrator account so it really wasn&#x27;t a surprise that eventually someone would do something stupid.<p>I will say that this was for Windows NT retail, not Windows NT Embedded. At that point, getting an NT Embedded license practically required sacrificing your firstborn child. It was only when Microsoft got to Win XP Embedded that the license didn&#x27;t look like it was written by a team of lawyers who already knew that they were perpetually in Hell.
        • kotaKat2 hours ago
          Memories now of what we were given at the hospital long ago: our obstetrics ward was using Philips OBTraceVue software. The original FDA-approved system required Philips to package the OS and hardware all together, so we were given a bunch of generic Compaq desktops to run their fetal heartrate monitoring on.<p>The biggest annoying complaint was &quot;we want to run our EHR software on it!&quot; but because of the FDA requirements, we weren&#x27;t allowed to install anything on the box. Yet somehow providing AV could be OK in some cases, and in other cases installing Citrix? And then we&#x27;d somehow find out someone managed to install the EHR client onto it anyways and it became a big old mess to have to have Philips come send a tech out of their own to reimage a PC we couldn&#x27;t &quot;legally&quot; service.<p>It was a big messy pain for a while back in the day. Was happy when we finally got to upgrade to the newer IntelliSpace software on our own PCs in the ward. (Also got to meet a support engineer that came out rocking an Agilent badge, so that was super cool on its own right of history...)
          • HeyLaughingBoy1 hour ago
            &gt; somehow providing AV could be OK in some cases, and in other cases installing Citrix?<p>The only way this could possibly have passed FDA scrutiny would be if the original manufacturer had validated this particular system configuration and approved it.<p>There&#x27;s probably tons of stuff like this going on all over the place, but it manages to say under the radar, so no one notices it. But with the FDA&#x27;s increased scrutiny on cybersecurity it will eventually disappear.
        • aksss2 hours ago
          Back in like early aughts I remember seeing an ATM in Rome that had evidently crashed and was sitting at a DOS prompt. I was much younger then, but I remember thinking it wasn&#x27;t terribly surprising, but it was also a bit of a wizard of oz moment.
    • babypuncher2 hours ago
      this is a crew laptop and not a mission critical computer at all.
      • dgb2314 minutes ago
        That info puts things into perspective thanks.
      • chasd0051 minutes ago
        since the astronauts are asking about it i&#x27;m guessing it wasn&#x27;t snuck onboard. Sneaking stuff on to spacecraft to play with on the moon was a thing, i think one of the Apollo astronauts smuggled a golf club and balls to hit on the moon.<p>(I realize this mission is to only orbit and not land on the moon)
  • golfer2 hours ago
    Why on God&#x27;s green earth is Windows running on the Artemis spaceship?
    • ashton31457 minutes ago
      They&#x27;re not on God&#x27;s green earth anymore, now are they?
      • layer81 minute ago
        It’s also blue, not green.
    • maxerickson1 hour ago
      What should they use for email?
      • HoldOnAMinute1 hour ago
        Literally anything else. In 1992 we did email on the command line with green screen terminals
      • forinti1 hour ago
        Pine
      • buildbot1 hour ago
        Alpine &amp; Linux?
        • maxerickson1 hour ago
          Are you running that on a flight system or on an additional computer where it would be fine to run Windows?
          • buildbot20 minutes ago
            The entire point is to avoid an OS like windows; and an email client like Outlook?
      • Henchman211 hour ago
        Why do they “need” email access in the first place?! What the actual fuck.
        • darknavi17 minutes ago
          Corresponding with family members? What do you want them to use, Teams?
        • shoxidizer49 minutes ago
          They&#x27;re officers and researchers strapped into their seats for 10 days, what could they be doing that doesn&#x27;t involve email
          • Henchman2122 minutes ago
            Research with the data they’ve collected so far?<p>This hurts my brain so very much, the idea that email is necessary in outer space — I just threw up in my mouth a little.
        • maxerickson1 hour ago
          Why the poverty mindset? If we are gonna joy ride around the moon we should at least do it in style.
          • ashton31458 minutes ago
            The poverty mindset is that you still need to check your mail while riding around the moon. Style would be no email at all.
  • jmacklin3083 hours ago
    We migrated earlier this year and had a similar problem. Outlook (classic) works differently than the OWA version. They keep the classic version so people don&#x27;t spontaneously throw a chair out a window. It&#x27;s being phased out slowly.
    • mvkel3 hours ago
      I&#x27;m betting in 15 years, people will still be using Outlook (classic). This is the culture.
      • EvanAnderson2 hours ago
        It depends on how badly Microsoft continues to fuck up Outlook (classic).<p>I don&#x27;t use Outlook for my personal email, but I&#x27;ve used it in various corporate engagements and not been wholly dissatisfied. Newer versions are slower, more bloated, and unstable (though add-ins-- especially the Teams add-in-- contribute to that).<p>The most egregious regression, for me, has been the &quot;Advanced Find&quot; functionality (which was wonderful in the 97 thru 2010 versions) being changed-out for the god-awful search box within the Outlook window.
      • proactivesvcs1 hour ago
        We could have said that for publisher a few years back. Its death knell has been sounded and microsoft aren&#x27;t even offering any way for people to properly view or print their publisher files, let alone edit them.
      • babypuncher2 hours ago
        The culture is correct, the new version of Outlook is hot garbage
        • joe_mamba2 hours ago
          Which &quot;new&quot; Outlook? I think there&#x27;s like 3 versions of Outlook currently on the market. The Classic Win32 one they want you to stop using, the new Lite variant bundled for free with Windows 11, and the new Full Spec one that comes with Office 365, both of which are built on web technologies IIRC.
      • nekusar2 hours ago
        Its the fucking federal government&#x27;s policy. Basically it amounts to &quot;pay microsoft as a form of corporate welfare&quot;, &quot;permit but not really allow linux&quot;, and &quot;this is how it has always been done&quot;.
        • gchamonlive2 hours ago
          And also because apparently &quot;nobody has ever been fired for choosing Microsoft&quot;, which is something that should start happening more often if you ask me
        • wang_li2 hours ago
          As long as Linux distros have such shit accessibility stories, MacOS and Windows being available should be a requirement for all systems in government.
    • yablak2 hours ago
      They also keep their own inboxes; emails downloaded to or sent from the old version are not visible on the new version.
  • stackskipton2 hours ago
    Everyone likes to point and laugh, sure, I&#x27;m getting a chuckle as well.<p>However, on more practical level, what are other options? Outlook, the desktop application works really well with local copies, is pretty low bandwidth and very familiar to end users.<p>IMAP with Thunderbird is probably only other option that would satisfy the requirements.<p>EDIT: Yes they need to get email in space. It&#x27;s easy way to send documents back and forth.
    • mrweasel1 hour ago
      &gt; Yes they need to get email in space. It&#x27;s easy way to send documents back and forth.<p>To me that&#x27;s probably much more interesting. We assume they have all this fancy NASA tech, probably some special communication protocols, but nope, email is fine. Still not sure why they&#x27;d use Outlook, but I guess it&#x27;s easier than retraining astronauts on Alpine or Mutt.<p>How long did the US military rely on mIRC... decades, maybe they still do?
      • stackskipton1 hour ago
        US Military still uses IRC&#x2F;mIRC for similar reasons. Easy to self host and it&#x27;s low bandwidth.
      • HeyLaughingBoy1 hour ago
        I&#x27;d ask the opposite question. Why would they <i>not</i> use Outlook and instead use something like Alpine or Mutt? This is 2026, you know.
    • EvanAnderson2 hours ago
      I don&#x27;t know why people are surprised by this. Using suitable off-the-shelf solutions for non-mission-critical purposes seems like a very reasonable thing to do.<p>I&#x27;m recalling this from my memory of &quot;The Space Above Us&quot; podcast: There were various bespoke teleprinters sent up on early shuttle flights that had exciting failure modes (if I remember correctly one of them started smoking) and in at least a couple of cases they had to stow the new hardware and pull out the old backup hardware because the new stuff didn&#x27;t work.
    • acdha1 hour ago
      Yeah, the only other option I’d consider for this would be Apple Mail on an iPad for the same reason that it works well offline or with low bandwidth networks. There’s a QA issue here but the logic is quite reasonable.
      • tempaccount505045 minutes ago
        Apple Mail does not play nicely with Outlook&#x2F;Exchange&#x2F;M365 accounts. Everywhere I&#x27;ve worked had said &quot;You can use Apple Mail if you want, but IT won&#x27;t be supporting it. Outlook app only.&quot; Always issues with syncing mail or contacts.
    • somat1 hour ago
      Email(smtp) is not a bad choice for messaging in space(or anywhere really) it is a well understood robust protocol designed in a time when all networks were slow and intermittent. Exactly what you need in space.<p>IMAP probably not so much, It depends too much on having a good network. unless the imap server is on the spaceship(heh, spaceSHIP, that is an optimistic term, but it is all we have, so going with it), I would not expect it to work all that well.<p>I am not very familiar with outlooks game, Historically my beef with with it and thunderbird was their local data store, I mean it was not strictly speaking bad, but I was like &quot;we have this great Maildir spec, why are you using this propriety database that is prone to corruption, even if you don&#x27;t like Maildir million files approach at least use sqlite&quot;
    • leptons1 hour ago
      I quit Outlook and went to Thunderbird when I upgraded my CPU and Microsoft told me I had to <i>re-purchase</i> Outlook when I had paid for a &quot;lifetime license&quot;. That was the last straw for me. I installed Linux and Thunderbird and have not looked back at Windows.
  • nasretdinov2 hours ago
    The poor technicians having to RDP with (what I imagine must be) a horrible latency. Although still might be better than some corporate environments lol
    • icehawk1 hour ago
      At the time they were ~57,000km out and I calculated it was at least 380ms RTT to the ground receiver, so bad but not <i>unusable</i>.
    • pinum2 hours ago
      At its current distance, best case RTT would be about 420ms
      • EvanAnderson2 hours ago
        That wouldn&#x27;t be terrible to use. I feel like I&#x27;ve done worse supporting in-cab computers on fleet vehicles across 3G cellular.<p>Keyboard shortcuts and &quot;caching&quot; the state of the remote client in your mind are the keys to doing that work.
        • HeyLaughingBoy58 minutes ago
          Yup. 57kbps transatlantic modem connection to a remote desktop in some country with poor telephone connectivity was probably even worse. Never want to have to do that again!
  • rationalist2 hours ago
    computer virus<p>noun<p><pre><code> A program which can covertly transmit itself between computers via networks (especially the Internet) or removable storage such as CDs, USB drives, floppy disks, etc., often causing damage to systems and data. A software program capable of reproducing itself and usually capable of causing great harm to files or other programs on the same computer.</code></pre>
  • ano-ther44 minutes ago
    This is the modern version of the slave reminding the Roman emperor that he is mortal:<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;AskHistorians&#x2F;comments&#x2F;4pywzk&#x2F;did_roman_generalsemperors_really_have_a_slave&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;AskHistorians&#x2F;comments&#x2F;4pywzk&#x2F;did_r...</a>
  • dminik1 hour ago
    Well, I wasn&#x27;t that worried for the astronauts before, but now that I know they&#x27;re running windows, I&#x27;m not so sure.
  • FerretFred47 minutes ago
    Someone, somewhere has an unwatched phone waiting for an authorisation code response...
  • lwansbrough41 minutes ago
    May need triple redundancy for MS Outlook for the next mission.
  • cocodill1 hour ago
    Maybe for emails and calendars, wouldn&#x27;t want them to arrive and miss the appointment.
    • EvanAnderson1 hour ago
      Coordinating time-zone issues between remote meeting participants on a single celestial body is complex enough. &gt;smile&lt;
  • PretzelPirate2 hours ago
    I don&#x27;t understand the title.<p>It doesn&#x27;t seem like they are trying to figure out why two copies of outlook are installed, they&#x27;re trying to figure out why neither is giving them access to their email.
    • EvanAnderson1 hour ago
      People opening the &quot;wrong&quot; Outlook has been the norm for the last couple of years. Between &quot;Outlook (classic)&quot;, &quot;new&quot; Outlook (rolled out with Office 365 clients), and &quot;Outlook&quot; (rolled out with Windows 11) it&#x27;s been a shit show for a while now.
  • ashton31458 minutes ago
    Please imagine the luxury of being SO FAR AWAY from all the crap happening on our planet right now, only to be spoiled by some lousy marketing emails from Microslop hawking their latest Copilot incursion.
  • liendolucas2 hours ago
    Is this actually true? What&#x27;s next? A BSOD? I would have ever ever in my life bet that Microsoft software could be shipped in a spacecraft carrying human beings. Unbeliveable.
  • rmrfchik2 hours ago
    I didn&#x27;t expect they are running Windows up there. Shouldn&#x27;t be specialized and curated ... smthing else?
  • AmVess46 minutes ago
    Running Windows in outer space takes some pretty big balls. Gives me a cold sweat just thinking about it.
  • fuzzfactor3 hours ago
    From the comments:<p>‪Andy Meyers‬ ‪@andymeyers10.bsky.social‬ · 3h I said “launch window”, not “Launch Windows”!
    • nekusar2 hours ago
      Copilot (which one?!?) says &quot;I&#x27;m sorry Dave, I cannot allow you to do that&quot;
  • scottburgess331 hour ago
    the benchmarks is helpful but i&#x27;d want to see how it handles edge cases
  • unethical_ban3 hours ago
    I want to say something like &quot;oh well, this is certainly a non-critical piece of software&quot;. Hopefully it&#x27;s the convenient dashboard and there are other, more hardened consoles for fallback or something.<p>But in all seriousness, and without glibness or sarcasm: I cannot comprehend how there is any &quot;unexpected&quot; software running on that spacecraft, regardless of operating system.<p>EDIT*** For those who like me only watched the video and didn&#x27;t read the thread: This is on a laptop that is non-critical, it is not a part of the spacecraft. Whew. Now I&#x27;m sad that one of the Linux distros didn&#x27;t try to pitch themselves to the astronauts for a sponsorship... Would have been especially on brand for Pop_OS.
    • russdill2 hours ago
      They have a diverse range of devices, including iPhones
      • bombcar2 hours ago
        It&#x27;d be fun to be a telco tech and realize that you&#x27;ve an attempted connection from an iPhone 50 miles up and receding fast.
    • dgellow3 hours ago
      And connected to the network!
  • rich_sasha3 hours ago
    Is it just me that finds it terrifying that theres any Windows bits on a spaceship?
    • cgh2 hours ago
      Clippy: “Hi, it looks like you’re trying to go to the Moon”
      • rich_sasha1 hour ago
        Ugh. Actually...<p>&gt; The thing about Space is that it&#x27;s just so huge. Unbelievably so. And the real challenge? You have to make all your delta-V for orbital speed by pushing gas very fast. In one go.
    • ramesh313 hours ago
      &gt;&quot;Is it just me that finds it terrifying that theres any Windows bits on a spaceship?&quot;<p>SpaceX Crew Dragon console interfaces are entirely React apps
      • ryandrake3 hours ago
        Everything is terrifying in computing these days, and bringing it to space rockets makes it even more terrifying.
        • burnt-resistor1 hour ago
          I think we need to mandate intentionally slower, sandboxed, and resource-constrained development environments&#x2F;containers so developers are unable to abuse resources like they&#x27;re &quot;free&quot; and in so using wasteful and improper algorithms to expand to fill the volume of the container (RAM, CPU, IOPS, storage capacity, and network bandwidth and latency) like an ideal gas. Lazy coding and excessive abstractions on top of VMs on top of more abstractions all the way down leads to shit.
      • HeyLaughingBoy52 minutes ago
        Good! I&#x27;ve long said that Embedded UIs should be transitioning to being locally hosted webapps for a variety of reasons.
      • kotaKat2 hours ago
        <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41655299">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41655299</a><p>This comment makes it feel a lot safer, when you think about it.<p>&quot;Web browsers are historically known for crashing, but that&#x27;s partly because they have to handle every page on the whole Internet. A static system with the same browser running a single website, heavily tested, may be reliable enough for our needs.&quot;<p>When you&#x27;ve also built up the metal that you&#x27;re running that React on, it&#x27;s a lot warmer and cozier than having to trust the whole fat Windows 11 codebase on Artemis...
        • CodeWriter2349 minutes ago
          It&#x27;s fine if you ignore supply chain attacks on npm packages.
      • guzfip2 hours ago
        Blame the gaggle of idiots from that slop thread the other day.<p>Now that the clowns are running the circus, I suspect digital goods will begin to rapidly decay soon.
  • bilekas3 hours ago
    There was a literal meme in spaceforce about this. Have we learnt nothing ?<p>Microslop will now troll people outside of the Earth, a great achievement for them.<p>So does this mean they now also have... 2 Copilots... ? Terrible joke.
  • allears3 hours ago
    Why in the name of all that&#x27;s holy would you use a Microsoft product on a mission like this? Just about the only thing you can trust about MS is that their software is buggy.
    • mronetwo3 hours ago
      Because they have the power to insert themselves in places like these. It&#x27;s a bigger problem. There are places in which companies with Microslop&#x27;s level of quality have no business to be, but they&#x27;re already there.
    • SanjayMehta3 hours ago
      USS Yorktown, the aegis missile carrier comes to mind for some reason.<p>I think it was the same ship which shot down a passenger airliner.
      • HeyLaughingBoy2 hours ago
        I believe that the use of Windows NT for Aegis control was fleet-wide, so that problem wasn&#x27;t unique to the Yorktown. That just happened to be where it was discovered.
      • mrguyorama47 minutes ago
        You are wrong on all points.<p>The US shot down Iran Air 655 using the USS Vincennes, a Ticonderoga class ship. The shootdown was before Windows existed.<p>It&#x27;s controversial what to &quot;blame&quot;, but I generally blame the captain, who defied all reason and caution to shoot down an aircraft that they never identified. He went gung ho and maybe got tunnel vision but he should have been outright court martialed. That should have been treated as &quot;No, this is not acceptable behavior for someone of the rank of captain even if you hadn&#x27;t shot down an airliner&quot;<p>Windows has zero relevance to that.
      • robin_reala2 hours ago
        “Guns don’t kill people, Windows does”?
  • Chihuahua06332 hours ago
    Did they consider scrapping the humans, and just installing co-pilot? heh .. heh.. &#x2F;s
  • Rooster613 hours ago
    We can&#x27;t even leave the planet without MS enshittifying our equipment. God, I really want out of this timeline
    • rich_sasha2 hours ago
      Just imagine the aliens capture a probe and try to use Windows. What will they think of us?!
      • burnt-resistor1 hour ago
        Don&#x27;t worry, it will stop them at installation and demand internet access and creation of a Microsoft cloud account.
      • fuzzfactor1 hour ago
        First they laugh.<p>Then they wanna just cry when it brings down their whole starfleet with a virus that they have no immunity to ;)
    • rdevilla1 hour ago
      I&#x27;m so tired.
    • alex11383 hours ago
      Clippy &quot;It looks like you&#x27;re trying to go to the Moon. Want any help with that?&quot;