Page 2 of 3 FirstFirst 123 LastLast
Results 41 to 80 of 109

Thread: Malaysia flight 370

  1. #41
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    Illegal UFO aliens. None of those green guys seem to have green cards. I guess it clashes with their skin. After all, if they aren't dashing about, they are habberdashing about.
    My usual boring signature: Nothing

  2. #42
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Malaysia flight 370

    What's been found is debris... and unconfirmed at that... even still finding debris still doesn't find the crash... doing that is still going to take time... but at least that should be the easy (easier) part... they can use currents, winds, and various other charts to work the drift backwards and find the point of impact.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #43
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Malaysia flight 370

    Quote Originally Posted by techgnome View Post
    What's been found is debris... and unconfirmed at that... even still finding debris still doesn't find the crash... doing that is still going to take time... but at least that should be the easy (easier) part... they can use currents, winds, and various other charts to work the drift backwards and find the point of impact.

    -tg
    They need to add Clive Cussler's research guy to the investigation committee.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  4. #44
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Malaysia flight 370

    Quote Originally Posted by abhijit View Post
    They need to add Clive Cussler's research guy to the investigation committee.
    Rudi could find it in a couple of days, but it hasn't been down long enough... but at the rate thinks are going, Dirk and Al could have found it, raised the Titanic and be back on the beach.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #45
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    From what I heard days ago the currents are erratic - meaning the debris field is going to be close to useless in helping find the crash location - and then you depth possibilities in that part of the southern Indian ocean actually exceed the capabilities of the ping-finder hardware that isn't even going to reach the area for like 10 more days.

    Seems we are going to be using side-way searching sonar and going old school on this one...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #46
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Malaysia flight 370

    Quote Originally Posted by szlamany View Post
    UFO? Undocumented foreign official??
    ROFL.....

    This is why CC needs reps!!
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #47
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Malaysia flight 370

    Quote Originally Posted by dclamp View Post
    I believe Aliens abducted the plane mid flight.
    They are probably being mass anal probed as we type.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #48
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    Oh now, THAT will be a real comfort to the families.
    My usual boring signature: Nothing

  9. #49
    Addicted Member 3com's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    253

    Re: Malaysia flight 370

    Hi guys
    I must have lost the ticket to participate in this discussion, however I have a theory that I want to share with you.
    I have written a macro that explains it better.

    Code:
    Const fly As String = "Flight 370"
    Const Ocean As String = "Indian Ocean"
    Dim SeaDepth As VeryVeryLong
    Dim hijack  As Boolean
    Dim aliens As Boolean
    Dim terrorists As Boolean
    
    Private Sub OnAction()
        If fly Then
            hijack = True
            terrorists = True
            OnAction2 (fly)
        End If
    End Sub
    
    Private Sub OnAction2(nfly As String)
        SeaDepth = 4000
        
        If terrorists Then
            Plane.AvoidRadar = True
            throw.CountermeasuresOverSea = True
        ElseIf aliens Then
            FileType = X_File
            Call Area53("Fox_Mulder and Dana_Scully")
        End If
            
        If throw.CountermeasuresOverSea Or Plane.AvoidingRadar.LostSomePieces Then
            Dim rng As Range
            Dim nDebris As Long
            Dim Debris
            Dim DebrisFound
            Set rng = Range.Cells(3, 75)
            Debris = CountermeasuresOverSea
            nDebris = CountermeasuresOverSea.Count
    If nDebris > 0 Then
        Set DebrisFound = rng.Find(Debris, LookIn:=xlValues, SerachOrder:=Undefined, SearchDirection:=xlNext)
            If DebrisFound Is Nothing Then SearchAgainAndAgain = True
        While SearchAgainAndAgain
            This.terrorists.Time.Gain
            targetForAttack = Unknown
            Plane.PrepareForAttack = True
            Plane.OnStandBy = True
            Passengers.DistributeInDifferentsPlace = True
            Passengers.OnStandBy = True
        Wend
    End If
            GC.Collect (Debris)
    End Sub
    
    Private Sub Area53()
        Dim ToDo
        ToDo = "Forcing them to look at all the chapters of the house on the prairie, until they say where's the plane, or they die in the attempt."
        If allTheirFriendsComesToRescueThem Then
    using diplomacy
        Call MyTwoCents("Jack Nicholson")
    end using
        If Not diplomacy Then
            'Resorting to the old school
            Call Red_Movie_Stuff
        Else: Exit Sub
        End If
    End Sub

  10. #50
    PowerPoster boops boops's Avatar
    Join Date
    Nov 2008
    Location
    Holland/France
    Posts
    3,201

    Re: Malaysia flight 370

    Sadly there is another possibility:
    Code:
    If terrorists Then
            Plane.AvoidRadar = True
            throw.CountermeasuresOverSea = True
        ElseIf aliens Then
            FileType = X_File
            Call Area53("Fox_Mulder and Dana_Scully")
        ElseIf Crew.Enabled = False
            Do Until Fuel = 0
                Ping
            Loop
            Plane.Dispose()
            Crew.Dispose()
            Passengers.Dispose()
            Throw New BlackBoxNotFoundException        
        End If
    BB

  11. #51
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    That surely is the proper order of these statements...

    Code:
            Plane.Dispose()
            Crew.Dispose()
            Passengers.Dispose()

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  12. #52
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Malaysia flight 370

    Quote Originally Posted by 3com View Post
    Hi guys
    I must have lost the ticket to participate in this discussion, however I have a theory that I want to share with you.
    I have written a macro that explains it better.

    Code:
    Const fly As String = "Flight 370"
    Const Ocean As String = "Indian Ocean"
    Dim SeaDepth As VeryVeryLong
    Dim hijack  As Boolean
    Dim aliens As Boolean
    Dim terrorists As Boolean
    
    Private Sub OnAction()
        If fly Then
            hijack = True
            terrorists = True
            OnAction2 (fly)
        End If
    End Sub
    
    Private Sub OnAction2(nfly As String)
        SeaDepth = 4000
        
        If terrorists Then
            Plane.AvoidRadar = True
            throw.CountermeasuresOverSea = True
        ElseIf aliens Then
            FileType = X_File
            Call Area53("Fox_Mulder and Dana_Scully")
        End If
            
        If throw.CountermeasuresOverSea Or Plane.AvoidingRadar.LostSomePieces Then
            Dim rng As Range
            Dim nDebris As Long
            Dim Debris
            Dim DebrisFound
            Set rng = Range.Cells(3, 75)
            Debris = CountermeasuresOverSea
            nDebris = CountermeasuresOverSea.Count
    If nDebris > 0 Then
        Set DebrisFound = rng.Find(Debris, LookIn:=xlValues, SerachOrder:=Undefined, SearchDirection:=xlNext)
            If DebrisFound Is Nothing Then SearchAgainAndAgain = True
        While SearchAgainAndAgain
            This.terrorists.Time.Gain
            targetForAttack = Unknown
            Plane.PrepareForAttack = True
            Plane.OnStandBy = True
            Passengers.DistributeInDifferentsPlace = True
            Passengers.OnStandBy = True
        Wend
    End If
            GC.Collect (Debris)
    End Sub
    
    Private Sub Area53()
        Dim ToDo
        ToDo = "Forcing them to look at all the chapters of the house on the prairie, until they say where's the plane, or they die in the attempt."
        If allTheirFriendsComesToRescueThem Then
    using diplomacy
        Call MyTwoCents("Jack Nicholson")
    end using
        If Not diplomacy Then
            'Resorting to the old school
            Call Red_Movie_Stuff
        Else: Exit Sub
        End If
    End Sub
    Quote Originally Posted by boops boops View Post
    Sadly there is another possibility:
    Code:
    If terrorists Then
            Plane.AvoidRadar = True
            throw.CountermeasuresOverSea = True
        ElseIf aliens Then
            FileType = X_File
            Call Area53("Fox_Mulder and Dana_Scully")
        ElseIf Crew.Enabled = False
            Do Until Fuel = 0
                Ping
            Loop
            Plane.Dispose()
            Crew.Dispose()
            Passengers.Dispose()
            Throw New BlackBoxNotFoundException        
        End If
    BB
    Name:  LAUGH2.jpg
Views: 322
Size:  3.5 KB
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  13. #53
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    I'm beginning to figure this was a Payne Stewart event, too.
    My usual boring signature: Nothing

  14. #54
    Addicted Member 3com's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    253

    Re: Malaysia flight 370

    ElseIf Crew.Enabled = False
    Do Until Fuel = 0
    Ping
    Loop
    Unfortunately you are right. In this case, the gas would be the result but not the cause.

    a-If you have a breakdown on the plane, you communicate by radio, but the pilot did not.
    We assume that the radio does not work.
    b-If you have a breakdown on the plane, you seek an alternative airport, but the pilot did not.
    We assume loss of control of the aircraft?
    Possibly a fire on board?.
    Magnetism that affected navigational instruments and communications?
    The Langoliers?

    I definitely prefer the theory of the terrorists, it leaves room for hope and a possible rescue of those involved. Obviously while being realistic and objective.

  15. #55
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    Loss of cabin pressure causing sudden and prompt unconsciousness on the part of the entire flight crew, as happened to Payne Stewart. The plane would then continue on until it ran out of gas. The fact that the transponder and the ACARS system shut off at the same moment suggests some kind of catastrophic event.
    My usual boring signature: Nothing

  16. #56

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Malaysia flight 370

    Perhaps it continued to ascend into space and its now in orbit?

  17. #57
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    Good, perhaps it can collect some of the theories about it while it is up there. Those theories left the atmosphere weeks ago.
    My usual boring signature: Nothing

  18. #58

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Malaysia flight 370

    Perhaps it left the galaxy and is traveling through deep space. Perhaps it has reached the unobservable universe by now.

  19. #59
    PowerPoster boops boops's Avatar
    Join Date
    Nov 2008
    Location
    Holland/France
    Posts
    3,201

    Re: Malaysia flight 370

    I heard it suggested that the crew may have noticed smoke in the cockpit. Since a fire in the body of the aircraft is almost certainly caused by an electrical fault, the protocol (according to the speaker, an experienced pilot on BBC radio) is to immediately shut off all non-vital electrical systems -- including communications -- and then switch them back in one by one, to discover which is the culprit. But a fire can grow quickly: the crew may have been overwhelmed by smoke before they had a chance to reestablish communications.

    Plausible?

    BB

  20. #60
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    Doesn't explain the ping's that the satellites received. And the belief that the change in direction was pre-programmed.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  21. #61
    PowerPoster boops boops's Avatar
    Join Date
    Nov 2008
    Location
    Holland/France
    Posts
    3,201

    Re: Malaysia flight 370

    Quote Originally Posted by szlamany View Post
    Doesn't explain the ping's that the satellites received. And the belief that the change in direction was pre-programmed.
    I understood that the pings come from the engines and are meant to provide feedback on whether they are working. Presumably they cannot be disabled from the cockpit. This Reuters article gives more detail, although it's 2 weeks old.

    I'm not sure what you mean about a pre-programmed change in direction. In the scenario I sketched, the crew may just have had time to turn the plane.

  22. #62
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    Those pings came every hour for like 6 or 7 hours - so the plane stayed in the air a long time. I can't imagine how smoke in the cockpit would disable the pilots (who had just enough time to turn off key communication gear) and then the plane stayed in the air for 6 or 7 hours.

    Over the past two weeks more analysis has been done on the ping-patterns that yielded the suggested path the plane took. That along with high-tech military radar (over the horizon) from Australia.

    The turns the plane made were talked about by experts as having been pre-programmed into the navigation system.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  23. #63
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Malaysia flight 370

    Quote Originally Posted by szlamany View Post
    Those pings came every hour for like 6 or 7 hours - so the plane stayed in the air a long time. I can't imagine how smoke in the cockpit would disable the pilots (who had just enough time to turn off key communication gear) and then the plane stayed in the air for 6 or 7 hours.

    Over the past two weeks more analysis has been done on the ping-patterns that yielded the suggested path the plane took. That along with high-tech military radar (over the horizon) from Australia.

    The turns the plane made were talked about by experts as having been pre-programmed into the navigation system.
    Here is what I think is "known".

    1. The plane and occupants are missing.
    2. The transponder(s) stopped functioning.
    3. The automated data transmission worked at some capacity. Depending on where you get your facts the FMS may or may not have been commanded to change course.
    4. To date there has been nothing to point to the pilots being suicidal or terrorist.


    I've had it with 'news' organizations using 'sources tell us...' Well f&#k you Wolf, get them on camera or shut up.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  24. #64
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Malaysia flight 370

    In the morning!
    I don't live here any more.

  25. #65
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    Right now!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  26. #66
    Addicted Member 3com's Avatar
    Join Date
    Jul 2013
    Location
    Spain
    Posts
    253

    Re: Malaysia flight 370

    On a cross-country red-eye flight from Los Angeles to Boston, ten passengers awaken to find that the crew and most of their fellow passengers have disappeared.
    Source: http://stephenking.wikia.com/wiki/The_Langoliers

  27. #67
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    Re: Malaysia flight 370

    Quote Originally Posted by dbasnett View Post
    Here is what I think is "known".

    1. The plane and occupants are missing.
    2. The transponder(s) stopped functioning.
    3. The automated data transmission worked at some capacity. Depending on where you get your facts the FMS may or may not have been commanded to change course.
    4. To date there has been nothing to point to the pilots being suicidal or terrorist.


    I've had it with 'news' organizations using 'sources tell us...' Well f&#k you Wolf, get them on camera or shut up.
    That's a roger.

    Sadly, one can get more factual information about this event from CC than watching the multitude of TV channels.
    "Ok, my response to that is pending a Google search" - Bucky Katt.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

  28. #68
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    Re: Malaysia flight 370

    Maybe he mistook him for Roger Oevuer.
    My usual boring signature: Nothing

  29. #69
    Lively Member homer13j's Avatar
    Join Date
    Nov 2003
    Location
    Ohio Turnpike Exit 173
    Posts
    80

    Re: Malaysia flight 370

    Quote Originally Posted by Shaggy Hiker View Post
    Maybe he mistook him for Roger Oevuer.
    "Joey, do you like movies about gladiators? "

    Name:  a4248e3e341293be51b55783f1e4acef1734688618-600x337.jpg
Views: 200
Size:  46.4 KB
    "Bones heal. Chicks dig scars. Pain is temporary. Glory is forever." - Robert Craig "Evel" Knievel
    “Leave me alone, I know what I’m doing.” - Kimi Raikkonen

  30. #70
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Malaysia flight 370

    Perhaps that was the problem... they didn't get their clearance Clarence... or the vector Victor.


    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  31. #71

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Malaysia flight 370

    Quote Originally Posted by 3com View Post
    Good movie!

  32. #72
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Malaysia flight 370

    I would watch it, but it's Season Opener night, I'm just waiting for the game to start in about 10. Besides, who do you think you are Butros Butros by golly?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  33. #73

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Malaysia flight 370

    go sports! Angels.

  34. #74
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Malaysia flight 370

    Surely having a high-level functionary saying these words

    All right, good night
    were the last words from MA370, when this was the actual transmission

    01:19:24 ATC Malaysian Three Seven Zero contact Ho Chi Minh 120 decimal 9 Good Night
    01:19:29 MAS370 Good Night Malaysian Three Seven Zero
    can't be meaningful. If they are then the conspiracy should include the ATC person for incorrect terminology (9 v. niner), which obviously meant "RaiseEvent WolfBlitzerGoNuts"

    Go Cardinals!
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  35. #75
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    Do you think they were speaking English?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  36. #76
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Malaysia flight 370

    Quote Originally Posted by szlamany View Post
    Do you think they were speaking English?
    To ATC, yes. English is the standard. Since they have apparently released the transcripts (using CNN as a source is problematic) the actual tape will probably follow.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  37. #77
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Malaysia flight 370

    it would also be one-two-zero not 120... I'd just chalk it up to the transcriber.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  38. #78
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    From what I just googled around they don't really "speak English" as much as they know all the functional words - in English - to work with ATC. So "good night" is a "standard ATC term".

    If the pilot was saying "good night" - as in "you will never see me again, I am ditching this plane and all the passengers into the Indian ocean" - he would have probably chosen words that really meant what he planned.

    The news is all about sensationalizing facts to get more viewers.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  39. #79
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Malaysia flight 370

    Quote Originally Posted by szlamany View Post
    ...The news is all about sensationalizing facts to get more viewers.
    It isn't news then is it? I agree with TG. When (if) they release the actual recording the staff proctologist at CNN will be busy.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  40. #80
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Malaysia flight 370

    It's all BS - I never thought otherwise.

    Malaysian Airlines is government owned and the Malaysian government has a political stand in all this. No wonder it took so long for the full transcript to supposedly be released. Transparency is lacking for sure.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width