We eventually tracked this down to some of the stabilisation algorithms – they work fine within the intended time frames, but there's an inefficiency in them that gets worse the longer the wormhole is open and eventually they can't keep up with the shifts.
An allusion to the accumulated rounding bug that caused the Patriot missile incident in 1991? That system was likewise intended to operate for only short periods.
In the Patriot missile, time was saved in a fixed point register that had a length of 24 bits. Since the internal clock of the system is measured every one-tenth of a second, 1/10 expressed in a 24 bit fixed point register is 0.0001100110011001100110011 (the exact value is 209715/2097152).
On the day of the mishap, the battery on the Patriot missile was left on for 100 consecutive hours, hence causing an inaccuracy of 9.5E-8x10x60x60x100=0.34 seconds.
The shift calculated in the range gate due to the error of 0.342 seconds was calculated as 687m. The shift of larger than 137m resulted in the Scud not being targeted and hence killing 28 Americans in the barracks of Saudi Arabia.
But, more likely, it's just a play on a reason a Stargate (when unaided by some hostile energy source or time dilation field) just shuts off after 38 minutes with no explanation.
However in Stargate the actual 38 minutes thing isn't a computer limitation it is a physical one. In the original show (i.e. SG1) Carter said it is "impossible" due to physics for it to stay open longer, and they also established that with enough raw power (e.g. blackhole, ancient device, etc) it could be kept open longer or near indefinitely, it just wasn't possible with the normal power the Stargate needs to operate.
Keep in mind they did exceed 38 minutes many times with different explanations each time[0] none of which were computer related. It is also worth noting that earth in the show built their own DHD which presumably would have different computer limitations than the ancient built DHD (and as they established when all DHDs in the universe died except theirs due to the malware).
That's hilarious. And damn, exploding planets sure do emphasize the sheer random, uh, "creativity" of users. If there's a way, they'll find it. And if there isn't, they'll make it. I wonder if Temit was an ascended being, because surely near-omniscience is the only explanation for his ability to predict some of the crazy things gate users would try.
Anyhow, one minor issue: the gates were thought of by a guy named Amelius the night before they left the Alteran Home Galaxy, long before they ever reached Earth. :)
> Temit was an ascended being, because surely near-omniscience is the only explanation
Any sufficiently advanced QA department is indistinguishable from ascension.
> for his ability
Stop misgendering my werewolves. >:(
> Anyhow, one minor issue: the gates were thought of by a guy named Amelius the night before they left the Alteran Home Galaxy, long before they ever reached Earth. :)
Yeah, I had the timeline slightly wrong for how long it took them to get to earth. In my defence there's no evidence of them making Stargates pre Milky Way (he came up with the idea in the Ori home galaxy but they then spent a few thousand years looking for somewhere to settle), and we don't know how long the Alterrans lived, so it's just about plausible, but it's a bit of a reach.
The show Stargate Universe is set on a alterran Galaxy seeding ship. The stargates in that show are definitely an earlier design than the milky way ones, demonstrated by their ability to only dial other gates within a few dozen light years instead of across the galaxy
The seed ships (SGU) had stargates though - I don't think those came out of the Milky Way, and I'm very sure they predate the Milky Way stargate system
Or AI. That would explain the ability to exhaustively think of scenarios and problems, while possibly not having already come up with the technology themselves (depending on whether you believe creativity is semi-distinct from intelligence in some respects).
I read this and do not consider it to be about "the importance of software testing"... it reads more like a demonstration of the hubris that one can fix a fundamentally flawed system by trying to dream up test cases and then fixing them one by one as if they were in isolation of each other. One can imagine someone writing something like this about a sorting algorithm, slowly discovering corner cases of large numbers, negative numbers, 2s compliment wraparound situations, custom comparators that violate invariants, values that are being mutated while sorting... the more of these issues you find the more you should question that you really have defined the problem correctly, not patting yourself on the back for having good testing.
Haven't read the article in full but as a Stargate SG-1 fanatic, I can tell you there were numerous episodes where the plot played upon the number of bugs and design flaws in the reverse-engineered software that powered the gate on Earth. Almost every season Dr Carter would speak of the improvements she had made to the "dialling computer" and other such things. There was an episode called "Time", my favourite, where they inadvertently dialled a planet next to a black hole and the worm hole could not shut down. It was subsequently learnt that this would never have been possible had it not been for design flaws in the dialling computer program.
...well, not the bits about planets exploding. I've never written code which did that. Yet. I did once write a program which summoned demons, but never made it work.
> The coordinate calculations were pretty hairy, so we just hard-coded each location into the Stargates for now. It shouldn't be hard to extend properly later.
Some friends and I were chatting about this last night while watching the heinous MacGuffins and Deus ex Machina moments in the final episode of Atlantis, oddly enough, backpedalling furiously trying to come up with alternative excuses for the coordinate system.
Our best stab was handwaving frantically and uttering something about a Hilbert curve [1][2].
But that still doesn't really explain anything about why the ancients would pull the equivalent of going from IPv6 to v4 by dropping the number of coordinates in the Milky Way gates.... or, anything else, really.
Kudos for the language section. We use strange words like "bug" and "error" when we really mean more complex ideas. Where are the words for "flawed by virtue of being untested", "acceptable flaw because the chain of causality is too long in the physical world", "failure to map possible external states (as opposed to internal states)". Language design for spoken technical language should be a 'thing'.
An allusion to the accumulated rounding bug that caused the Patriot missile incident in 1991? That system was likewise intended to operate for only short periods.
From https://autarkaw.wordpress.com/2008/06/02/round-off-errors-a...
In the Patriot missile, time was saved in a fixed point register that had a length of 24 bits. Since the internal clock of the system is measured every one-tenth of a second, 1/10 expressed in a 24 bit fixed point register is 0.0001100110011001100110011 (the exact value is 209715/2097152).
On the day of the mishap, the battery on the Patriot missile was left on for 100 consecutive hours, hence causing an inaccuracy of 9.5E-8x10x60x60x100=0.34 seconds.
The shift calculated in the range gate due to the error of 0.342 seconds was calculated as 687m. The shift of larger than 137m resulted in the Scud not being targeted and hence killing 28 Americans in the barracks of Saudi Arabia.
But, more likely, it's just a play on a reason a Stargate (when unaided by some hostile energy source or time dilation field) just shuts off after 38 minutes with no explanation.
However in Stargate the actual 38 minutes thing isn't a computer limitation it is a physical one. In the original show (i.e. SG1) Carter said it is "impossible" due to physics for it to stay open longer, and they also established that with enough raw power (e.g. blackhole, ancient device, etc) it could be kept open longer or near indefinitely, it just wasn't possible with the normal power the Stargate needs to operate.
Keep in mind they did exceed 38 minutes many times with different explanations each time[0] none of which were computer related. It is also worth noting that earth in the show built their own DHD which presumably would have different computer limitations than the ancient built DHD (and as they established when all DHDs in the universe died except theirs due to the malware).
[0] http://stargate.wikia.com/wiki/Stargate#Exceptions
Deleted Comment
Anyhow, one minor issue: the gates were thought of by a guy named Amelius the night before they left the Alteran Home Galaxy, long before they ever reached Earth. :)
Any sufficiently advanced QA department is indistinguishable from ascension.
> for his ability
Stop misgendering my werewolves. >:(
> Anyhow, one minor issue: the gates were thought of by a guy named Amelius the night before they left the Alteran Home Galaxy, long before they ever reached Earth. :)
Yeah, I had the timeline slightly wrong for how long it took them to get to earth. In my defence there's no evidence of them making Stargates pre Milky Way (he came up with the idea in the Ori home galaxy but they then spent a few thousand years looking for somewhere to settle), and we don't know how long the Alterrans lived, so it's just about plausible, but it's a bit of a reach.
[1] https://hypothesis.readthedocs.org/en/latest/
[1] http://stargate.wikia.com/wiki/Furling
No, that's just an idea from one of the characters. (Re-used in a "what-if thought bubble.")
Nobody really knows.
It was a riff on the idea that everyone assumed they were furry when nothing was known about them other than their existence.
However, to a question "When are we going to see the Furlings", one of the producers answers "Who says we haven't?"
It's OK, we don't know what this error means. We'll override it.
Hilarious stuff.
...well, not the bits about planets exploding. I've never written code which did that. Yet. I did once write a program which summoned demons, but never made it work.
[1] https://en.wikipedia.org/wiki/Hex_(Discworld)
[0]: https://en.wikipedia.org/wiki/The_Atrocity_Archives
That's what they want you to believe.
Deleted Comment
Ha! Gold.
Our best stab was handwaving frantically and uttering something about a Hilbert curve [1][2].
But that still doesn't really explain anything about why the ancients would pull the equivalent of going from IPv6 to v4 by dropping the number of coordinates in the Milky Way gates.... or, anything else, really.
[1] https://en.wikipedia.org/wiki/Space-filling_curve [2] a la https://xkcd.com/195/