Slashdot Mirror


User: mike.mondy

mike.mondy's activity in the archive.

Stories
0
Comments
102
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 102

  1. Re:Just to clarify on Google Begat the End of the Scientific Method? · · Score: 1

    Finding patterns equals creating models? Not quite. At least not if "model" means anything that could count as even weak AI.

    Finding correlations is not the same thing as having a model or theory to explain why the correlations exist.

    In particular, if the data set does not contain all relevent info, you cannot know what the casuality is between two correlated items. The old example is: "Both ice cream sales and drownings increase in certain months. Does this mean that eating ice cream leads to drowning?"

    On the other hand, sometimes you don't care about "understanding". The stock market guys just want to find patterns and hope they hold true (predict) long enough to make money.

  2. Re:I think this is a bit different on Breakpoints have now been patented · · Score: 1

    Didn't check the patent for details, but the MULTICS probe debugger had conditionals, functions, and I think hooks from the program being debugged to the debugger. Hmmm, I wonder if functions created within the debugger would be found by the dynamic linker... (MULTICS is/was an OS from the '70s; UNIX is a play on the MULTICS name.)