Slashdot Mirror


MythBusters - The Lost Experiments

theLorax writes "From Discovery: "If you like the MythBusters here are some videos they just posted of some of the out takes and things that didn't appear on the show. Cola bits (cleaning things with cola), water torture, otter ping pong, live power lines, cement build up and plywood flight." Here is the interview we did with these guys in December.

362 comments

  1. a step removed by caffeinemessiah · · Score: 4, Funny

    From the summary, it sounds like these guys are a step removed from Jackass. But seriously, when are they going to deal with the myth that Java "is just as efficient as C++ these days"

    --
    An old-timer with old-timey ideas.
    1. Re:a step removed by CyricZ · · Score: 5, Funny

      They only have about 15 minutes per myth. That just isn't enough time to start up your typical Hello World! application written in Java.

      --
      Cyric Zndovzny at your service.
    2. Re:a step removed by AuMatar · · Score: 3, Funny

      They only take on myths that are remotely possible. Nobody believes that about Java.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    3. Re:a step removed by Decaff · · Score: 1

      But seriously, when are they going to deal with the myth that Java "is just as efficient as C++ these days"

      Ah, but the MythBusters actually try things out and believe the evidence.

      Slashdot myths this are famously immune to evidence, and therefore un-bustable.

    4. Re:a step removed by Anonymous Coward · · Score: 0

      Liar.

    5. Re:a step removed by Anonymous Coward · · Score: 3, Insightful

      when are they going to deal with the myth that Java "is just as efficient as C++ these days"

      The same day they deal with the myth that C++ is as productive as Java.

    6. Re:a step removed by Anonymous Coward · · Score: 0

      Question.

      Is Java an okay choice for a desktop application? If so, what's the quickest, snappiest GUI toolkit to use?

    7. Re:a step removed by Anonymous Coward · · Score: 0

      Depending on the goal of your application, yes. As for GUI toolkits, I recommend SWT.

    8. Re:a step removed by Anonymous Coward · · Score: 0

      Syntax Error #Ex55302: Snappy and Java can not exist in the same sentence...

      --
      Those who love Java, dont know Java

    9. Re:a step removed by Jesus_666 · · Score: 3, Funny

      Right after "C++ is usable", "C# is a viable alternative to Java", "PHP is elegant", "there actually exists someone who can read Perl", "Python is popular", "Objective-C is used by anyone besides Apple" and "Fortran is not completely obsolete". (I was going to mention Smalltalk and Lisp, but seriously, no one uses them. Well, except for EMACS users who need therapy anyway. ;)

      Ahh, no better way to start the day than insulting all major programming languages (and one operating system with built-in text editor).

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    10. Re:a step removed by AuMatar · · Score: 2, Funny

      Ah, but the Lisp users thought ahead- they already wrote their own psychologist for the therapy!

      --
      I still have more fans than freaks. WTF is wrong with you people?
    11. Re:a step removed by LarsWestergren · · Score: 2, Informative

      Question.
      Is Java an okay choice for a desktop application?


      It is ok, but not great. Azureus is written in Java, as are numerous IDEs like Eclipse, Netbeans, IDEA so it is clearly doable to do good looking, complex, fast applications in Java no matter what toolkit you use. Still, I have seen many small, ugly, yet crappy performing apps in Java too, so it is not as trivial as some people would like you to believe. (I think ALL GUI programming is a lot harder than the average Slashdot reader believes though, regardless of language.)

      If so, what's the quickest, snappiest GUI toolkit to use?

      Quickest to learn - Swing. Lots of good books and tutorials, and performance is getting pretty good these days (from 1.5 and up). Layout managers are a bit annoying, but there are some better ones coming.

      Best performing - SWT probably, but it is less portable.

      Both still have the problem of JVM startup time though (another problem Sun is looking at, they are currently testing a new faster classloader that uses less memory for instance). Some people accept the startup time, others find it too annoying to use Java on the desktop. YMMV.

      --

      Being bitter is drinking poison and hoping someone else will die

    12. Re:a step removed by m50d · · Score: 0

      No-one seriously claims that. If productivity matters, why are you using Java rather than the 5-10x more productive Python?

      --
      I am trolling
    13. Re:a step removed by Anonymous Coward · · Score: 0

      From what I've seen in my place of work, Delphi is more productive than Java. All the Java team have so far appeared to do is spend the past three years implementing the types of components and frameworks that Delphi 7 ships with.

    14. Re:a step removed by Anonymous Coward · · Score: 0

      Alright, thanks for the info.

    15. Re:a step removed by Decaff · · Score: 1

      Liar.

      Way to go with great debating technique! Of course you could say 'show me evidence', and I could indicate years of data that back my case, but how much more effective to just post this word!

    16. Re:a step removed by Decaff · · Score: 1

      Both still have the problem of JVM startup time though (another problem Sun is looking at, they are currently testing a new faster classloader that uses less memory for instance). Some people accept the startup time, others find it too annoying to use Java on the desktop. YMMV.

      Sorry, but this is out of date. Slow start-up time is not an issue with current (1.5) VMs. Even full-featured Java applications like JEdit or Moneydance start up within a few seconds. This is no more annoying that any other typical KDE or GNOME application.

    17. Re:a step removed by Decaff · · Score: 1

      Best performing - SWT probably, but it is less portable.

      SWT has recently had reports of performance problems on some platforms - Linux in particular. As Swing now uses hardware acceleration by default where possible (OpenGL,DirectX) the difference in performance between SWT and Swing is usually negligible. The fact that Swing is built-in to all JRE distributions gives it huge advantage.

    18. Re:a step removed by Decaff · · Score: 1

      No-one seriously claims that. If productivity matters, why are you using Java rather than the 5-10x more productive Python?

      Why are you assuming that Python is more productive?

      I would love to see someone try and implement some of the code I have written (high-performance numerical work, image processing) in raw Python.

    19. Re:a step removed by LarsWestergren · · Score: 1

      No need to be sorry, I'm glad to hear it. I'm a Java fan too. I'm stuck on Java 1.4 at the moment though, since we use it at work, so I haven't had time to test startup/Swing performance of the new versions. As soon as I'm finished with my math studies I'll install the recent versions at home and start developing. :-)

      --

      Being bitter is drinking poison and hoping someone else will die

    20. Re:a step removed by LarsWestergren · · Score: 2, Funny

      >time java HelloWorld
      Hello world!

      real 0m0.284s
      user 0m0.236s
      sys 0m0.020s

      And that is in Java 1.4, newer JVM versions have faster startup.
      Myth busted! ...though I guess I fail the "sense of humour" test.

      --

      Being bitter is drinking poison and hoping someone else will die

    21. Re:a step removed by Decaff · · Score: 1

      No need to be sorry, I'm glad to hear it. I'm a Java fan too. I'm stuck on Java 1.4 at the moment though, since we use it at work, so I haven't had time to test startup/Swing performance of the new versions. As soon as I'm finished with my math studies I'll install the recent versions at home and start developing. :-)

      I don't know what they have done in Java 1.5 to speed things, but it really works - I am finding JEdit starting faster than typical equivalent KDE applications - like Kate (3 or 4 seconds).

      Also, the look and feel of Swing has been changed - it was pretty awful in previous versions, but now has a sort of 3D shaded light blue look.

    22. Re:a step removed by Anonymous Coward · · Score: 0

      No. Someone mentioned SWT, but apps written in that routinely randomly freeze for 10-20 seconds at a time for no apparent reason. You can tell an SWT app, because it takes it a couple of seconds to repaint after you bring it back to the front. Java is simply too slow to create desktop apps.

      I suppose Java might be useful on servers where you can pay to have hardware fast enough to actually run it, but why the hell would you go with the overly-complicated Java solution when you could go with a LAMP solution?

      Java was part of the dot-com bubble, and now that it's burst, it doesn't accomplish anything useful. Flash handles applets, .net handles applications, LAMP handles webapps, and recent studies have proven that Java is harder to learn than Perl or Lisp. Java has no place anywhere.

    23. Re:a step removed by Anonymous Coward · · Score: 0

          *   <-- joke

          o
         -|-  <-- you
         / \

      I see the irony bypass was a complete success then.

    24. Re:a step removed by Anonymous Coward · · Score: 0

      Pft. I shouldn't waste my time replying to trolls, but:
      I suppose Java might be useful on servers where you can pay to have hardware fast enough to actually run it,

      Java runs fine even on mobile phones, why should a server be a problem?

      Java was part of the dot-com bubble, and now that it's burst, it doesn't accomplish anything useful.

      It recently overtook C++ as the most popular language on Sourceforge. It keeps gaining momentum.

      Flash handles applets, .net handles applications, LAMP handles webapps,

      Java does it ALL of those things, and better.

      and recent studies have proven that Java is harder to learn than Perl or Lisp.

      Any link to facts to back your troll?

    25. Re:a step removed by Anonymous Coward · · Score: 0

      Hang on cowboy. It says to click here to download something called a JRE client after trying to connect to that jar file. It still needs about 15 more minutes too.

    26. Re:a step removed by m50d · · Score: 1
      Why are you assuming that Python is more productive?

      It's what I've read, and it chimes with my own experience.

      I would love to see someone try and implement some of the code I have written (high-performance numerical work, image processing) in raw Python.

      If you want high-performance numerical code Java isn't that suitable either, you want C or fortran at a minimum and probably hand-coded assembler. But I've seen plenty of serious image processing done in python, remember the recent jigsaw solving story?

      --
      I am trolling
    27. Re:a step removed by DrugCheese · · Score: 2, Insightful

      somehow I doubt we'll ever see them stick a lit firework up their own ass or eat a snowcone flavored with their own piss

      their IQ is at least a double digit number, which puts them many a step from jackass

      --
      *DrugCheese rants*
    28. Re:a step removed by Anonymous Coward · · Score: 0
      $ time perl -e "print 'Hello World\!\\n';"
      Hello World\!\n
      real 0m0.088s
      user 0m0.060s
      sys 0m0.040s
      Wow. A compiled langauge beaten by an interpretted language. Yes, Java's sure to take over C++ soon!
    29. Re:a step removed by LarsWestergren · · Score: 1

      I didn't say Java was the fastest language in the world. I pointed out that a JVM startup time of 0.3 seconds isn't that bad, and hardly the 15 minutes my parent poster talked about. Writing a Hello World program isn't a very good metric of a modern language either, these days security and maintainability are more important. Considering all the stuff I get for my extra 0.2 seconds compared with Perl, you can keep it.

      --

      Being bitter is drinking poison and hoping someone else will die

    30. Re:a step removed by Anonymous Coward · · Score: 0

      And when you load any real-world Java application, you have to load massive class libraries. Eclipse takes a good 5-10 minutes to start on the same machine as that Perl program was run on, using the 1.5.0_06 JDK. Tomcat routinely indicates it's taken a good 30 seconds or more to start, and that's ignoring the time it took to load up to the point it started counting!

      And let's not get started on ant, which also takes a good 5-10 seconds to get to the point where it's actually running code.

      A simple Hello World program avoids most of the Java class library. Once you start doing anything complex, the classloader makes Java slower than Perl.

      Don't forget, a PHP-powered site has to load the interprettor and all libraries for every page-hit, and runs fine. A Java web-application loads all that ahead of time, and performs just as well.

    31. Re:a step removed by elrous0 · · Score: 3, Funny
      somehow I doubt we'll ever see them stick a lit firework up their own ass or eat a snowcone flavored with their own piss

      Well, maybe Adam...but probably not for the show.

      -Eric

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    32. Re:a step removed by j-pimp · · Score: 1

      Don't forget, a PHP-powered site has to load the interprettor and all libraries for every page-hit, and runs fine.

      Ever hear of modphp?

      --
      --- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
    33. Re:a step removed by LarsWestergren · · Score: 1

      If you want high-performance numerical code Java isn't that suitable either, you want C or fortran at a minimum and probably hand-coded assembler.

      Again, myth, java works fine for this, and if you look through Decafs posting history you will see that this is exactly what he works with.

      But I've seen plenty of serious image processing done in python, remember the recent jigsaw solving story?

      Yes, it was a cheat that required special data glyphs on each jigsaw (so there was no image recognition, just path finding), and proprietary closed source as well. Compare this with the fact that NASA used Java for rendering Mars images, and released it as the Maestro application. Your point?

      --

      Being bitter is drinking poison and hoping someone else will die

    34. Re:a step removed by Tyler+Durden · · Score: 1
      If you're developing for a project where efficiency/speed is a big issue then, yeah, C++ can be more productive than Java.

      Better than writing the whold thing in Java, finding out *oh shit* it doesn't perform up to snuff, then having to rewrite it in C++.

      Projects where C++ is a better fit than Java tend to be much more fun, innovative and interesting anyways. "Oooo, I get to write another enterprise application? Well I feel like an uber-hacker already!"

      --
      Happy people make bad consumers.
    35. Re:a step removed by m50d · · Score: 1
      Yes, it was a cheat that required special data glyphs on each jigsaw (so there was no image recognition, just path finding),

      It was still necessary to recognise the piece, a non-trivial task to do automatically.

      Compare this with the fact that NASA used Java for rendering Mars images, and released it as the Maestro application. Your point?

      My point is that python is just as suitable for image processing as Java, and usually more productive.

      --
      I am trolling
    36. Re:a step removed by japhmi · · Score: 2, Insightful

      They only take on myths that are remotely possible.

      Or allow them to blow something up.

      --
      "Giving money and power to government is like giving whiskey and car keys to teenage boys" P. J. O'Rourke
    37. Re:a step removed by Anonymous Coward · · Score: 0

      Here's a good Lost experiment -- design a question that proves J.J. Abrams actually has a plan for the show and isn't just making shit up as he goes along.

    38. Re:a step removed by LarsWestergren · · Score: 1

      Yes, it was a cheat that required special data glyphs on each jigsaw (so there was no image recognition, just path finding),

      It was still necessary to recognise the piece, a non-trivial task to do automatically.


      You are right. point taken.

      My point is that python is just as suitable for image processing as Java, and usually more productive.

      That standpoint I can accept, even if I haven't seen enough evidence to support it uncritically. Each to his own though, if you like Python, that's fine by me, I'd learn it if I had more time. Sorry if I came on strong, long workday...

      --

      Being bitter is drinking poison and hoping someone else will die

    39. Re:a step removed by Anonymous Coward · · Score: 0

      > Sorry if I came on strong, long workday...

      Yeah, Java will do that to you... (Kidding, kidding!) :)

    40. Re:a step removed by Anonymous Coward · · Score: 0

      "recent studies have proven that Java is harder to learn than Perl or Lisp"

      Lisp? Of course. Perl? HA! Perl can do some things quite elegantly, but it very quickly gets out of hand. Java and Lisp excel for developing large programs. Java has the advantage in that more than three people in any given city know how to use it effectively.

      BTW, .NET is a single-platform highly proprietary system (i.e., it runs on Windows and only Windows in any useful capacity). Java and Lisp are not crippled like this, because they run on Windows, and Mac OS, and Linux, and Solaris, and AIX, and HPUX, and *BSD, and ....

    41. Re:a step removed by Decaff · · Score: 1

      I see the irony bypass was a complete success then.

      Hey, I am British - we invented irony.

    42. Re:a step removed by Decaff · · Score: 1

      If you want high-performance numerical code Java isn't that suitable either, you want C or fortran at a minimum and probably hand-coded assembler.

      Have you researched Java's numerical performance recently? There is no need for C or Fortran. Java produces high-performance assembler that does a good job with numerical work.

      But I've seen plenty of serious image processing done in python, remember the recent jigsaw solving story?

      That is not serious image processing done in python. That is python using C. I used the phrase raw python. Any language can 'spoof' speed by calling out to a faster one.

    43. Re:a step removed by Decaff · · Score: 1

      My point is that python is just as suitable for image processing as Java, and usually more productive.

      But Python isn't used for image processing! In the examples you give, Python is being used as a layer above C that does image processing. Python is a great language to wrap around C code for things like this, but to claim that Python is doing the processing is to mislead.

      This is in stark contrast to Java. The standard Java API for image processing is JAI (Java Advanced Imaging). Although it can use C libraries if they are available it can (if these libraries or not present) also use a Java-only implementation which gives good performance.

      No matter what the advantages of Python (and there are many) to claim that it is equivalent to Java in this area is simply incorrect.

    44. Re:a step removed by mkosmo · · Score: 3, Funny

      Is that not the same episode where they take on the myth that OSX is actually better than BSD? You know... they should try some that arent obvious busts ;)

    45. Re:a step removed by LarsWestergren · · Score: 1

      > Sorry if I came on strong, long workday...
      Yeah, Java will do that to you... (Kidding, kidding!) :)


      I'd laugh, but unfortunately it's true... I'm still not convinced that there are any better alternatives though.

      --

      Being bitter is drinking poison and hoping someone else will die

    46. Re:a step removed by m50d · · Score: 1
      That is not serious image processing done in python. That is python using C. I used the phrase raw python. Any language can 'spoof' speed by calling out to a faster one.

      I'm pretty sure a lot of the processing was direct python. And some languages make it easier to combine than others.

      --
      I am trolling
    47. Re:a step removed by m50d · · Score: 1
      But Python isn't used for image processing! In the examples you give, Python is being used as a layer above C that does image processing. Python is a great language to wrap around C code for things like this, but to claim that Python is doing the processing is to mislead.

      OK, you're right in these cases, but that just reflects how easy it is to wrap existing libraries. There's no reason you couldn't do it in pure python - there's just no point.

      This is in stark contrast to Java. The standard Java API for image processing is JAI (Java Advanced Imaging). Although it can use C libraries if they are available it can (if these libraries or not present) also use a Java-only implementation which gives good performance.

      So they've written two copies of it because Java people refuse to reuse existing libraries?

      --
      I am trolling
    48. Re:a step removed by Decaff · · Score: 1

      There's no reason you couldn't do it in pure python - there's just no point.

      Of course there is a reason you couldn't do this practically in pure Python - performance.

      So they've written two copies of it because Java people refuse to reuse existing libraries?

      No, they have written two copies of it because having to configure and re-build C source code on every platform on which you want to deploy is tedious and outdated. The Java implementation can be shipped as byte code and will then run as good performance native code on any platform.

    49. Re:a step removed by Decaff · · Score: 1

      I'm pretty sure a lot of the processing was direct python. And some languages make it easier to combine than others.

      I'm sure it was, but if you read back, I was comparing Java with pure Python code. The point was that to get good performance the core parts had to be C. This dropping through to another language is inescapably messy.

    50. Re:a step removed by m50d · · Score: 1
      Of course there is a reason you couldn't do this practically in pure Python - performance.

      Why does the performance of python need to be any worse than that of Java?

      The Java implementation can be shipped as byte code and will then run as good performance native code on any platform.

      A python script will have bytecode generated the first time and then run as high performance native code on any platform.

      --
      I am trolling
    51. Re:a step removed by Decaff · · Score: 1

      Why does the performance of python need to be any worse than that of Java?

      Because Java byte code is translated into high-performance native code, unlike Python.

      A python script will have bytecode generated the first time and then run as high performance native code on any platform.

      No interpreted byte code runs at a performance equivalent to native code on any platform. So say this is the case is simply wishful thinking. This is why a huge amount of effort is put into JIT compiling of these byte codes to native code. There are projects under way to get this working for Python.

    52. Re:a step removed by m50d · · Score: 1
      Because Java byte code is translated into high-performance native code, unlike Python.

      It's doing the same run-time cached-interpretation thing as python or anything else.

      --
      I am trolling
    53. Re:a step removed by Decaff · · Score: 1

      It's doing the same run-time cached-interpretation thing as python or anything else.

      No it isn't.

      Here is the full details of what happens when a Java program starts on a modern JVM.

      Initially, a byte code interpreter starts running the program. This is reasonably fast (like Python), but nowhere near the performance of optimised native code. At the same time, a background thread is started which profiles the byte code and finds areas which are taking up the most time. These areas of the code are analysed in a lot of detail, and then aggressively optimised, with variable re-arrangements, method inlining, loop unrolling and (where possible) bounds checking removal. Then - and this is the key stage - the byte code is translated to highly optimised native code. When I say 'highly optimised' that is exactly what I mean. Amongst other things, the JVM can analyse processor pipelines and re-arrange the order of machine code instructions for optimal performance, and for most math operations, the JVM will embed processor instructions inline.

      So, Java is not doing interpretation, at least not on any code that takes up time. It is running native code.

      However, this takes time, which is why many benchmarks that run for just a few seconds don't show good performance for Java.

      If you run a Java with the '-server' switch - which means do a lot of optimisation at the initial expense of response - then you will find that within a few seconds your program could well give close or equal performance to the output of many C compilers.

      I think the difference from Python should now be clear.

    54. Re:a step removed by mink · · Score: 1

      Who invented Goldy and Bronzy then?

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
  2. Coca Cola a pesticide? by Anonymous Coward · · Score: 2, Interesting
    1. Re:Coca Cola a pesticide? by AuMatar · · Score: 1

      They did Vodka already, they probably won't do one so similar soon.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    2. Re:Coca Cola a pesticide? by Anonymous Coward · · Score: 2, Interesting
      I'm guessing the carbonic acid levels aren't enough to harm the insects, but the caffeine levels might be sufficient to poison the insects. After all, remember that caffeine is a natural pesticide made by some plants to paralyse and kill insects. In fact, science report mentions:
      Even concentrations of only 0.1 percent caffeine may prove useful. Sprayed onto such slug-prized cuisine as cabbage leaves, those concentrations deterred feeding by 62 percent, respectively, when compared to uncaffeinated salad greens. This suggests that a regular spray of leftover coffee, which tends to have a caffeine content of about 0.1 to 0.05 percent, might control nighttime crop losses in the garden.
      I believe coca cola has a caffeine content of about 0.03% (w/v)? This is lower than the above, but repeated spraying might be enough to help deter insect feeding.
    3. Re:Coca Cola a pesticide? by thorgil · · Score: 1

      If u spray cc on plants u will probably get a sugar layer on the leaves. Perfect feeding ground for moulds and fungi. The sugar layer might also be harmful for plant respiration.
      cc light might work better. /T

      --
      Warning: This sig contains a small bug. ==> *
    4. Re:Coca Cola a pesticide? by Anonymous Coward · · Score: 0

      Good point :) Although the original poster of this subthread had a link which gave a suggested mode of action as the sugar attracting red ants (which presumably feed on the local insect life and not the plants). So the sugar might be necessary as well?

      It could be a combination effect... This could be a cool science project for some kids to carry out :)

    5. Re:Coca Cola a pesticide? by MadJo · · Score: 1

      I'm not sure of the Pesticide bit, but I do know that the sugar will attract a lot of insects ;)

    6. Re:Coca Cola a pesticide? by Cat_Byte · · Score: 1

      suggested mode of action as the sugar attracting red ants (which presumably feed on the local insect life and not the plants).

      If you mean the same red ants we used to have in TX many years ago, they feed on plants (possibly more). They're pretty much an endangered species around here now that the fireants moved in.

      --
      Two roads diverged in a wood, and I - I took the one the bus load of girls just went down.
    7. Re:Coca Cola a pesticide? by BinLadenMyHero · · Score: 0, Troll

      I only drink black, pure coffe, you insensitive clod.

      It not only ruins the taste of the coffe, but (white sugar) is also a poison I like to avoid.

    8. Re:Coca Cola a pesticide? by Greatmoose · · Score: 1

      Ahhh, the fire ant. Satan's minion on earth.

      --
      Clearly I forgot to equip my +5 Codpiece of Karma.
  3. Coke by gcnaddict · · Score: 2, Funny

    I found it ok, but some of the things they did were a waste (who wastes a good bottle of Coke on a cleaning job? -_-;;)

    I could've had that bottle...

    --
    Viable Slashdot alternatives: https://pipedot.org/ and http://soylentnews.org/
    1. Re:Coke by Anonymous Coward · · Score: 0

      Who still drinks coke after they all but admitted to killing their own workers. And they're the only manufacturer that still can't make a decent tasting diet cola.

    2. Re:Coke by zippthorne · · Score: 0

      No brand can make a decent tasting diet soda. You have to replace the sugar with some mysterious other thing. But there's good news: Just like with coffee, whiskey, tequila, and regular coke, if you drink enough of it eventually you'll think it tastes good.

      --
      Can you be Even More Awesome?!
    3. Re:Coke by bipolarpinguino · · Score: 2, Funny

      Coke is the essence of life. Without coke the world would be doomed. Not to mention my nocturnal procrastination habits.

    4. Re:Coke by Anonymous Coward · · Score: 0

      Not so, diet Dr. Pepper tastes better than the real thing, even without drinking a lot of it. There are actually a lot of these now that they're using sucralose which is actually pretty tasty.

    5. Re:Coke by Anonymous Coward · · Score: 0

      Who wastes on a good trillion dollars looking for weapons of mass destruction that turn out to be a refrigerator full of botox injections?

      I could have had that trillion dollars... and used it to conquer Ecuador, and build my OWN space elevator! With blackjack and hookers!

    6. Re:Coke by Sailor+Coruscant · · Score: 2, Funny

      I often used coke for cleaning when I had braces on my teeth. Worked a treat... (or at least, that's how I convinced my parents to buy me coke when I had better things to spend my pocket money on)

    7. Re:Coke by RyuuzakiTetsuya · · Score: 2, Funny

      Between several big rigs, a boom lift, etc...

      You're bitching about a bottle of coke?!?

      --
      Non impediti ratione cogitationus.
    8. Re:Coke by Anonymous Coward · · Score: 0

      Eh, forget Ecuador and the space elevator

    9. Re:Coke by Cyberax · · Score: 1

      What??? Someone really _drinks_ Coke?

  4. Reason by JonN · · Score: 3, Insightful
    I am just thinking of the reason behind these videos being released. Is it because they enjoy communicating with, and appreciate their fans? Or is it simply a marketing plan created by the Discovery Channel.

    Don't get me wrong, I love watching them, I just prefer to keep that squishy feeling in my heart that they really love us, and the interview they did here helped that along, with this pushing it further.

    --
    do.what.promptcmds
    1. Re:Reason by Anonymous Coward · · Score: 1, Funny

      What's the point of looking a gift horse in the mouth and asking if it loves you? It's a horse, not your girlfriend.

    2. Re:Reason by MikeWasHere05 · · Score: 5, Insightful

      It can't be both?

    3. Re:Reason by Anonymous Coward · · Score: 0

      It definitely can be both. Most of that stuff was just extra footage that didn't make it on tv. It is a win-win situation to put it online as it costs very little and it is decent PR.

    4. Re:Reason by RussR42 · · Score: 1

      Looks like the thread is out of order. this reply obviously goes here.

    5. Re:Reason by Ididerus · · Score: 1

      Why is this marked with a 5, Insightful? Of course its a marketing ploy, Marketing people run the websites anyway, it is considered a commercial (it's advertising). But it is thoughtful of them to think of us and want to show you a little bit of the inside story, like people crying and being humiliated on tv. Ah yes, Jamie is a weak bastard and couldn't hold on to a 2x4.

      --
      I'm fighting The War on Drugs!
    6. Re:Reason by dk.r*nger · · Score: 1

      Why the *** was that modded funny?

      Just because some corporations hate their customers doesn't mean that Doing Good(tm) and commercial interests can't overlap.

      Matter of fact, that pretty much what makes capitalism works.

    7. Re:Reason by Cat_Byte · · Score: 1

      It's a horse, not your girlfriend.
      Why the *** was that modded funny?
      Hey *I* laughed. Remember it doesn't always line the threads up correctly for anonymous replies. Look at the title and read backwards.

      --
      Two roads diverged in a wood, and I - I took the one the bus load of girls just went down.
    8. Re:Reason by Fishstick · · Score: 1

      Yeah, they seemed to have a bit of a promotional blitz around the timing of the new season. Last week I turned on the radio in the car and they were being "interviewed" by the guy on the local rock station (Chicago, Loop, Brandmeier).

      They did 10-15 minutes and then "had to go" -- smelled like one of those things where they line up a dozen of these things, get the guys in a booth somewhere and then bounce around to various shows to promote their show. There's a term for that, can't think of it.

      Another station had some "MythBusters iPod" promo going for a couple weeks around the same time.

      Discovery had some lame-ass promo they ran at every break for a couple weeks with bigfoot stressing about the MythBusters. That made no sense, they don't tackle things like Lockness or Bigfoot on the show so it was pretty stupid to begin with, but also strange because I had never seen the show advertized on other networks.

      So yeah, it seems that somebody realized the show was attracting an audience and decided it was a good idea to promote it. So what?

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    9. Re:Reason by Anonymous Coward · · Score: 0

      Satellite Media Tour is the phrase you're looking for.

      Somebody hired a publicist.

    10. Re:Reason by Fishstick · · Score: 1

      Marketing plan

      http://www.dahl.com/weblog/1_10_06.asp

      We've got an iPod Video to give away thanks to the folks at Mythbusters on The Discovery Channel. I'm going to be de-bunking a Chicago myth so be listening for details on how to win the iPod and some Chicago lore. It feels funny to say Mythbusters. It's like my mouth wants to say Gothtbusters, or something. So that's fun to listen for too. Today's Chicago myth is about a naked housewife greeting the meter reader. I meant to have a myth yesterday too, but I guess I mythed my opportunity.

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    11. Re:Reason by Derg · · Score: 1

      I think the whole bigfoot thing was a spoof on the fact that they seem to be scraping the bottom of the barrel for new myths, and that perhaps his days are numbered before they go about busting him too. I think it is their way of saying 'no, we wont be going down that road, trust us, we have better stuff coming in the next season'.

      --
      I'm a little tea pot.
    12. Re:Reason by Anonymous Coward · · Score: 0

      I am just thinking of the reason behind these videos being released. Is it because they enjoy communicating with, and appreciate their fans? Or is it simply a marketing plan created by the Discovery Channel. Don't get me wrong, I love watching them, I just prefer to keep that squishy feeling in my heart that they really love us,

      Who cares? Its just a TV show. These people are not your or my friends. We don't know them. They don't know us. Why all this introspection and angst about couple of people on a TV show or their motivation for releasing some outtakes?

  5. What has happened to the Discovery Channel? by CyricZ · · Score: 5, Insightful

    I have relatives in the US who recently told me about the lack of quality on the Discovery Channel. I recall watching very good shows on it around a decade or so ago. True to their name, they focused on content that most traditional channels wouldn't bother to touch.

    However, what I've been hearing now is that the Discovery Channel is moving away from their specialty programming, more towards content that will appeal to a wider range of people. This change does being a decrease in quality, according to my cousins.

    I think I know what they mean. Shows like American Chopper and American HotRod, which I have watched over here in the UK, are more like soap operas than educational, enlightening shows. The two or three minutes of engineering in each episode is overshadowed by 57 minutes of workplace drama and commercials.

    While a show like Mythbusters isn't as bad, it still lacks the quality that previous shows on the Discovery Channel had. None of the hosts have much engineering or scientific experience, and it shows. Even watching just one episode, one will hear numerous factually incorrect statements (especially when it comes to chemistry or physics). Perhaps it is entertaining, but educational it is not.

    --
    Cyric Zndovzny at your service.
    1. Re:What has happened to the Discovery Channel? by bani · · Score: 1

      mythbusters is produced by an australian company, discovery channel just picked up north american broadcast rights to the program.

    2. Re:What has happened to the Discovery Channel? by JonN · · Score: 1
      I have come to realize that once a channel gets enough acclaim, they open secondary channels to continue with their old company plan, and maintain the original channel simply for ratings. Examples:

      MTV - How often is a diversity of music played on the main channel now?
      Discovery Channel - Read the parent
      CNN - I find their second channel much more informative in relation to a broader view of the news

      --
      do.what.promptcmds
    3. Re:What has happened to the Discovery Channel? by JonN · · Score: 3, Informative

      That is not the arguement though. The arguement is not if Mythbusters is a good show, it is the question of are they playing appropriate shows on the Discovery Channel (as to their reputation)

      --
      do.what.promptcmds
    4. Re:What has happened to the Discovery Channel? by marshallh · · Score: 2, Interesting

      "Discovery" in the Discovery Channel? Looks like it's just about gone..

      Regarding MythBusters, while they can't possibly get all their facts straight, you have to reason they do do a reasonable job, considering the extremely wide breadth of subjects they cover.

      This brings up a good point of the problem with shows that focus on such a wide range of topics that they aren't able to focus on one single topic with much amount of detail.

      Are these shows educational? No. Can it be a feasible starting point for answers to nagging questions? Possibly.
      I think you could compare this show to Wikipedia (various factual errors, inconsistent detail etc), but it is nevertheless a possible source of inspiration for a lot of us.

    5. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      yea..like tech tv turning into the crappy g4tv :'(

    6. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 2, Informative

      I have to agree. A long time ago I used to watch Discovery all the time and I kept my cable just for that channel and a few others like Speedvision. Now Discovery rarely shows anything worthwhile and Speedvision is now SPEED (read: NASCAR garbage).

      Now I only keep my cable for the new Battlestar Galactica but it hardly seems worth $40/mo for one show once a week (I would just download the episodes if I could find someone that posts high quality captures instead of the 200MB/hr crap that always gets posted).

    7. Re:What has happened to the Discovery Channel? by CyricZ · · Score: 0

      Trying to do too much is never an excuse for doing a shoddy job.

      While such a show may have entertainment value, I do admit, it should not be shown on a channel that prides (or at least used to) itself on showing educational content.

      Unfortunately, there are far too many people who take the show extremely seriously. For whatever reason (ignorance, I would assume), they consider the Mythbusters to use "proper" scientific method. Of course, anyone with any science or engineering background sees the poor job they do, but your average person does not.

      --
      Cyric Zndovzny at your service.
    8. Re:What has happened to the Discovery Channel? by i41Overlord · · Score: 1

      This is definitely true. Now it's more like "educational entertainment" than educational shows.

    9. Re:What has happened to the Discovery Channel? by bani · · Score: 4, Insightful

      the assumption people usually make when they bring up the subject is that discovery channel programs are produced by the discovery channel. they are genuinely suprised to find out that e.g. mythbusters isn't produced by them.

      discovery channel can only show whats being produced. if shit is being produced then shit is all they have to air. people seem to think they know exactly what is available for discovery channel to purchase for broadcast. keep in mind that junkyard wars, the program discovery channel fanatics always bring up as an example, (aka scrapheap challenge) was a purely accidental find.

      if you know specific programs discovery channel should be airing, tell them.

    10. Re:What has happened to the Discovery Channel? by lpangelrob · · Score: 1, Insightful
      The "important" stuff, the stuff you're talking about... that went to PBS or the National Geographic Channel a long time ago.

      As the latter has been confined to channel 273 (on Comcast) whereas the Discovery Channel is still in the 70's, that should say something about how many people watch programming on both channels.

    11. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      iTunes sells the episodes now, doesn't it? And the season DVD sets will be there.

    12. Re:What has happened to the Discovery Channel? by pomo+monster · · Score: 4, Funny

      Obviously, there's nothing left to discover.

    13. Re:What has happened to the Discovery Channel? by samkass · · Score: 5, Insightful
      Are these shows educational? No.


      If you're arguing that Mythbusters isn't educational, you haven't watched enough episodes. Yes, they make mistakes. So do over half of all peer-reviewed scientists' papers, last I read. But it's still a very educational show, and more importantly, one that gets the watcher thinking instead of passively being entertained.

      Even if the show contains a greater proportion of entertainment to education than some might like, I think it educates more than some of the old dry shows, because more people watch them. Just to use some silly math, if a show is 90% educational and is watched by 100K people, let's say it has provided 90K education-people worth of education to the world. If a show is 60% educational and watched by 1M people, it's provided 600K education-people worth of education! How's that for a Mythbusters-style estimate?
      --
      E pluribus unum
    14. Re:What has happened to the Discovery Channel? by CyricZ · · Score: 1, Flamebait

      They have a disclaimer in which they explicitly state that they're "professionals", and then encourage that people not try the "experiments" at home, if I'm not mistaken. So it really doesn't encourage others to try such activities themselves.

      The main problem is that they portray themselves as being so-called experts, but obviously have very little of the background that actual experts have. Sure, they have experience in visual effects from their past Hollywood work and can put on an entertaining show, but educational their program is not.

      --
      Cyric Zndovzny at your service.
    15. Re:What has happened to the Discovery Channel? by freidog · · Score: 3, Insightful

      Same reason all those interior decorating channels are on "The Learning Channel" and Poker and trashy reality shows are on "Bravo" (more of a high brow / art themed network a while ago): these are buisnesses.

      With the proliferation of cable / sat TV networks it is increasingly difficult to draw in the ratings needed to pay the bills. 10 years ago Discovery channel didn't have much competition in its niche market. Now on digial cable or satellite service you might have 4 or 5 networks that devote at least part of their programming to somethign appealing to Discovery's core audiance. So The Discovery Channel has to go off and bring in more viewers, and that means shows with broader appeal: ie Mythbusters. It's still science, and still informative (somewhat), but it's mostly about people blowing things up and hurting themselves.

    16. Re:What has happened to the Discovery Channel? by evilviper · · Score: 1

      You're absolutely correct, Discovery Channel has gone vastly downhill. However, I wouldn't blame the 4 big shows. They could certainly support 4 hours of non-educational crap per week, and still fill the rest of the schedule with their previous (read: GOOD) content. It was a conscious decision they made, and they made it across all of their channels.

      TLC was the absolutely worst. It went from showing things like surgery, engineering, and other mostly-good content, to being the 24-hour "Trading Spaces" channel. Nothing left but low-budget decorating shown for women (and gay men).

      Animal Planet went to low-budget shows of animals doing tricks, following the ASPCA around, etc.

      I've completely given up on any of them. The only good thing being, it seemed like The National Geographic Channel started getting much, much better at the same time Discovery was getting worse and worse. I don't think they are as good as Discovery was at it's best, but they're close enough.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    17. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      kinda funny and embarassing to admit that I'm in the same shoes -- I paid for satellite service pretty much only for battlestar galactica.

      Now that it's for sale on itunes, I plan on getting rid of it and going back to rabbit ears. DVDs aren't an option -- I don't want to wait that long!

    18. Re:What has happened to the Discovery Channel? by Moofie · · Score: 5, Insightful

      What a narrow-minded view.

      These folks never pretended to be Great Scientists. They can and do, however, come up with clever ways to perform experiments that would otherwise be expensive or dangerous.

      They sometimes do the dangerous stuff anyway.

      I think it's a superb show. I like the way they often go back and revisit things that people say they got wrong. You know, kinda like scientists are supposed to.

      I have an extensive science and engineering background, and I think they do a terrific job. Do they get everything right? No. Who cares?

      --
      Why yes, I AM a rocket scientist!
    19. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      The iTunes versions are crappy phone resolution versions.

      The season DVD's are fine but you have to wait a whole season to watch them...

    20. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 1, Insightful

      Here's a suggestion: change the channel. Or turn off the TV.

      This reminds me of the folks I hear complaining about all the ads before the trailers (i.e. more ads) before the movies (with their product placements, i.e. more ads). If you find it intolerable, don't go. Only when the numbers drop off will the industry stop insulting us with that crap. Remember, when you go to a movie theater, you think you've simply bought the right to see a movie; true, but the more important transaction is that an advertiser has bought the right to assault your senses. *You* are the product. (This is perhaps more true with TV.)

      Lordy, I needed to get that off my chest. (Geeks read Adbusters, too.)

    21. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      They probably have to say that so they don't get sued when some idiot electricutes himself.

    22. Re:What has happened to the Discovery Channel? by falcon5768 · · Score: 3, Insightful
      False their proogram is VERY educational in that its a problem solvers show. They are presented with a problem and they have to use engeneering and design to solve them. The brits had a very simular theme though very different in execution show called Junkyard wars if I remember correctly.

      These shows are amazing in that its real world aplications of a lot of the "boring shit" and concepts that they are learning in the classroom. Would you just sit them down to watch it without teaching around it? Hell no. BUT it can become a very informitive AND highly entertaining tool to keep people interested in science, applications of technology, problem solving, list goes on.

      And you have obviously not watched many of the episodes, as you would find in most of the later season 1, 2 and now 3 ones they consult experts in their fields a lot these days.

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    23. Re:What has happened to the Discovery Channel? by idonthack · · Score: 2, Insightful
      They have a disclaimer in which they explicitly state that they're "professionals", and then encourage that people not try the "experiments" at home, if I'm not mistaken. So it really doesn't encourage others to try such activities themselves.
      Would you want someone to sue you because they built a cannon out of a tree, then blew it up and killed/injured themselves? It's there to prevent things like that. Also, IIRC, they have had a few shows with a safe experiment where they said they would like people to try it at home themselves.
      ...educational their program is not.
      I know I've learned a few things on that show, mostly just bits of trivia such as how emergency elevator brakes are triggered (antique ones at least) but a less knowledgable person such as an elementary school student would learn things like what a Faraday cage is, how lightning works, and why putting a vaccum cleaner motor on your face is a bad idea.

      But there is no doubt that sometimes they get things wrong. Once I watched them "disprove" a myth that I know for a fact to be true, which was rather dissapointing.
      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    24. Re:What has happened to the Discovery Channel? by bipolarpinguino · · Score: 1

      TLC used to be awesome. On the discovery channel you can still catch some educational content most of the time, so you're exagerating it a bit. I watch the History Channel for all my educational content.

    25. Re:What has happened to the Discovery Channel? by pclminion · · Score: 1
      Discovery Channel has long since spun into multiple channels -- Discovery, The Learning Channel, Science, Animal Planet... I had always assumed that the interesting shows just got moved over to the Science channel. Unfortunately, I only pay enough for cable internet access and thus I only receive a few basic cable channels (which include Discovery but none of the other) so I have no idea if that is actually true or not.

      The rise of "Reality" style Discovery shows could have been predicted by anybody. I just hope it hasn't spread to the Science Channel. Can somebody fill me in?

    26. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      i think you shouldnt look to tv for education... thats the problem...

    27. Re:What has happened to the Discovery Channel? by oh_bugger · · Score: 1
      But there is no doubt that sometimes they get things wrong. Once I watched them "disprove" a myth that I know for a fact to be true, which was rather dissapointing.

      Just out of interest, what was the myth they "disproved"?

      --
      Go home and shave your giant head of smell with your bad self
    28. Re:What has happened to the Discovery Channel? by idonthack · · Score: 1

      Radio via tooth fillings. I haven't experienced it personally but my father (a radio engineer) told me about it few years ago, and I've seen it mentioned in a couple other places. IIRC, he had some friends that lived near a big AM tower and not only their tooth fillings, but everything in their house resonated. Listening to the washing machine was a favorite pasttime.
       
      On the show they did some retarded thing with a low-power transmitter in a Faraday cage with a meter connected to some tooth fillings in a jawbone.

      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    29. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      You are definatly right about national geographic channel that they started showing good stuff just as discovery started with the chopper crap. But ive been mostly watching Discovery HD theater although they have some American Chopper and other garage shows they will air engineering/nature shows.

    30. Re:What has happened to the Discovery Channel? by StikyPad · · Score: 1

      You think that's bad? You should see what they've done to The Learning Channel.

      We have a strange blend of Austrialian, asian, and American channels where I live, and I'm never quite sure which version of a particular channel I'm watching (although I'm certain we get Austrailian Discovery and US TLC), but the History Channel seems to have filled the void somewhat. At least on whichever version we get, Modern Marvels, Extreme Machines, and other shows focus on present or near-present developments rather than just looping WWII clips. Although my biggest gripe with the History channel is its disproportionate representation of the 20th century wars over, say, everything else that's ever happened, ever.

    31. Re:What has happened to the Discovery Channel? by spoco2 · · Score: 2, Insightful

      My god what a absolute killjoy you are! I mean, come on, this is one of the shows I really look forward to watching these days, and there are almost none of that ilk for me... and I think it's a fascinating show which shows things being done which are the sorts of things that many of us wish we could do if we happened to have lots of money and ample free time. (or be paid to do it).

      I find out all sorts of interesting factoids from it, and I am not having my intelligence insulted while I watch it either (like the horrendous English version 'Braniac'... What a completely disgusting show that is. "Let's disguise some random violence and tits as science").

      Just because it's not some intensely specialised, narrow focus, boring as hell to most, monotone narrated documentary, does not make it uneducational. Do you equate 'popular' with uneducational do you?

    32. Re:What has happened to the Discovery Channel? by Will2k_is_here · · Score: 2, Informative

      I sincerely hope they do not fall into this direction. We had TLC (The Learning Channel) and they did exactly that. Used to be documentaries (and I actually learned something) and now it's all reality shows doing home decorating, or following an engaged couple through their wedding plans. I don't think I've stayed on the channel for more than 5 seconds any time in the last 5 years! If the discovery channel goes the same way, I'll be left with the History Channel. If they follow suit, I will abandon my T.V. forever.

    33. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      History Channel is good...until two weeks later and it is all re-runs. Cable TV must be the most expensive $/item learned medium available today. News on cable absolutely sucks, it's true that TLC and Discovery are 24/7 home decorating and motorcycle drama, Comedy Central is good sometimes but still not worth $40/month. One thing I noticed is that a lot of the good stuff has moved into premium channels, like Discovery Wings. $-)

      I don't have cable, anymore, and have re-discovered PBS. It didn't take long to realize that PBS offers nearly everything that Discover and TLC used to be, without a Cable TV contract and an option to pay as much as I want towards it. The news on PBS is also 1000% better than MSNBC, CNN, and Fox combined.

    34. Re:What has happened to the Discovery Channel? by jonwil · · Score: 1

      Here in australia on pay TV we have the main Discovery Channel (with the shows like Mythbusters, American Chopper etc) on it, we have Animal Planet which is full of (IMO boring) nature programs then we have Discovery Travel (some good things on there and some crap), Discovery Health (total garbage on there IMO) and then Discovery Science (which has a lot of good stuff on it).

      I suspect lots of the "good" discovery content has moved to channels like Discovery Science (or whatever similar channels your provider covers)

      National Geographic Channel and History Channel (shows like Mail Call, Tales Of The Gun, also have good stuff but they arent owned by Discovery :)

    35. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      Your poor grammar skills seem to indicate that television has been *your* primary source of education...

    36. Re:What has happened to the Discovery Channel? by syousef · · Score: 0, Troll

      You're wrong and Myth busters is awful because it MIS-INFORMS. It would be okay if they didn't present the show as science based. But they abuse the scientific method like there's no tomorrow then the mass of people that watch the "entertainment" and no no better think this is how you do science. Loose controls. Generalisations based on testing 1 specific case etc. You end up with a more arrogant and stupid general public who think they know what science is, when really all they know is how to make special effects that go boom (which is what the show's hosts' backgrounds are in anyway).

      --
      These posts express my own personal views, not those of my employer
    37. Re:What has happened to the Discovery Channel? by 47F0 · · Score: 1

      "IIRC, he had some friends that lived near a big AM tower and not only their tooth fillings, but everything in their house resonated. Listening to the washing machine was a favorite pasttime."

      Absolutely true. For a while, I lived very nearly in the shadow of the kvoo antenna (1170 AM, if I recall) which was nearly a "clear channel" station (50,000 watts during the day, FCC max, but they had to "throttle down" to 25kw at night) I don't recall my washer or dryer picking up the signal audibly, but I can attest that when my toaster was properly aligned, you could hear the broadcast. And of course, damn near anything in my house that had a speaker (tv, radios, record players - you know, those flat vinyl disks -) would suffer from the signal. I have numerous fillings, but apparently they were (fortunately for my sanity) not resonate at that frequency - but after hearing the morning show on my toaster, I have no problem believing dental hardware might pick up a strong AM signal.

      Now, if you start picking up satellite radio on your orthondontics, I'll be impressed!

    38. Re:What has happened to the Discovery Channel? by wass · · Score: 1
      Yes, they make mistakes. So do over half of all peer-reviewed scientists' papers, last I read.

      Did you read that statistic in a peer-reviewed science journal?

      --

      make world, not war

    39. Re:What has happened to the Discovery Channel? by sound+vision · · Score: 0

      TLC has gotten way worse.

    40. Re:What has happened to the Discovery Channel? by Amazing+Proton+Boy · · Score: 2, Interesting

      All of the great programming is still on. It just moved to specialty channels. The folks at Discovery figured out that they could put all the shows together into themes and then dedicate entire channels to them. When Discovery first started they had one channel. Now they have eleven: Discovery, TLC, Animal Planet, Discovery Health, Travel Channel, Discovery Kids, Discovery Times, The Science Channel, Discovery Home, Military Channel and the Crown jewel Discovery HD. I get them all for about $5 a month. You should check it out before posting second hand mis-information.

    41. Re:What has happened to the Discovery Channel? by prockcore · · Score: 2, Insightful

      I'll be left with the History Channel. If they follow suit, I will abandon my T.V. forever.

      I don't think you need to worry. The History Channel will be showing "The Last Days of Hilter" from now until the end of time.

    42. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      They're professional myth busters, and I'd go so far as to say *expert* myth busters. That doesn't make them experts at chemistry, electronics, biology, etc., and I don't think they really sell themselves as such.

    43. Re:What has happened to the Discovery Channel? by KanSer · · Score: 1

      Yes yes, American Chopper (Which is actually entertaining) and Hot Rod (Which is duller than watching paint dry) may not be overly specific about the engineering but you're kind of ignoring the other 22 hours of programming they have every day. I rather enjoy American Hot Rod, and you have to realize they aren't engineers on that show but artists. Shows about artists are dull, but those guys are fucking hilarious. And at the end of the show, when it comes together, they've got a bitchin piece of mechanical art.

      But this isn't my point. I watch Discovery channel as much or more often than any other channel. They have lots of really neat shows that are rather informative. Shows about how stuff is made is informative and visually pleasing (All the cool mechanical processes and such), Fronteirs of Construction, Monster Machines, and so on and so forth. These are much more about engineering than Hot Rod and Chopper are, but they all definitely fall under that niche that Discovery channel serves.

      My favorite show is called Daily Planet, but I don't know if it's on outside of Canada, or if we have a specifically Canadian version. This show is cool because it's a daily news program about the geekiest stuff. Latest robot research, animal behaviour studies, NASA study results, latest JPL finding on mars via rovers etc...

      So don't go off spouting about how Discovery channel is Soaping it up with shows about drama (Chopper), because that one happens to be highly entertaining. They also have shows that are extremely geeky, i.e. How they built this suspension bridge in remote ass turkmenistan or something.

      The reason Mythbusters is successful is because it bridges a happy medium, the guys are obviously geeks, but the show doesn't beat you over the head with technical details, and this opens it up to a much wider audience.

      In Summary, remeber this is a 24 hour network, and has boatloads of programming that gives most engineers wet dreams, they also happen to have some primetime shows that are mass-appeal based. American Chopper and Monster Garage are terrific examples of drama meets engineering (Or as I argue in Choppers case, Mechanical Art), and that's ok. The more money discovery channel makes, the higher quality programming they will have.

      I do hope that they don't start to ignore the nerds that do like their geeked out shows, but as I said, with 24 hours a day of shows you have ample room for both.

      --
      • MOD PARENT UP by Anonymous Coward Wednesday April 20, @4:20
    44. Re:What has happened to the Discovery Channel? by LarsWestergren · · Score: 2, Interesting

      Shows like American Chopper and American HotRod, which I have watched over here in the UK, are more like soap operas than educational, enlightening shows. The two or three minutes of engineering in each episode is overshadowed by 57 minutes of workplace drama and commercials.

      Amen. The worst example to my mind is the Americanizing of Scrapheap Challenge. First, change it to Junkyard WARS, because WARS are MUCH COOLER. Less tinkering and technology (that is boring), more arguing and soap style "talking in private with the camera" where team members bitch about each other and the other team. Annoying Yee-haw style hosts, teams that take it WAY too seriously and even start crying and arguing when they lose (according to interviews with the hosts).

      Oh well, hopefully the british seasons can get a good DVD realease. I bought an early Scrapheap DVD a couple of years ago, huge mistake. It was a transfer from VHS directly, a whole season on one hour. Each episode was cut to 5 minutes "here are our teams - here they are welding something - here they are arguing - and now they are going to race!". More like trailers than episodes, and again they removed the fun parts (the design decisions, the tinkering) and focused on the least relevant (who won the race).

      Time Team in your garden is a good DVD though, it has whole episodes. The River Cottage series too. If you live in the US, did Discovery ever air those series there? Either way, you should pick them up on DVD from Amazon.uk.

      --

      Being bitter is drinking poison and hoping someone else will die

    45. Re:What has happened to the Discovery Channel? by johnny23 · · Score: 1

      Buy an HDTV and tune in to Discovery HD. That's where all the cool shows went...although you can still see American Chopper in HD.

    46. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      all of that good programming is now on the history channel. it's almost exactly what the DC had several years ago. the documentary style series' on any random thing. of course all having a historical emphasis, but i've always thought knowing the history of something helps to understand it better.

    47. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      "The news on PBS is also 1000% better than MSNBC, CNN, and Fox combined."

      It's easy to be better when you're summing negatives.

    48. Re:What has happened to the Discovery Channel? by damsa · · Score: 1

      They also hold rights to BBC America.

    49. Re:What has happened to the Discovery Channel? by ti-coune · · Score: 1

      I'm afraid they are showing what the lambda viewer wants/likes to watch. The more people they get to watch, the more money they can make with their advertising. That's the downside of it.

    50. Re:What has happened to the Discovery Channel? by DJTodd242 · · Score: 1

      Shrug. I've always lumped Mythbusters in with American Chopper and the like. It's a 5 minute idea fleshed out to fill 44 minutes of content for serving advertising. It does appeal to the "Blow shit up" side of me, but I continually find myself bored because they have to stretch things out far too much.

      Plus the obviousness of a lot of the "Myths". No a toilet won't explode, even if we dump naptha in it.

    51. Re:What has happened to the Discovery Channel? by damsa · · Score: 1

      I know a lot of people probably had respect for Boyd Coddington, but after watching the show American Hotrod, where pretty much one person per week gets fired or quits. I can never see Boyd in a good light again.

    52. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      keep in mind that junkyard wars, the program discovery channel fanatics always bring up as an example, (aka scrapheap challenge) was a purely accidental find.

      The programming on The Discovery Channel must be pretty bad if Discovery Channel fanatics are obsessed with a program on TLC...

    53. Re:What has happened to the Discovery Channel? by Cat_Byte · · Score: 1

      kinda funny and embarassing to admit that I'm in the same shoes -- I paid for satellite service pretty much only for battlestar galactica.
      I'm a HUGE fan of Battlestar. You'll be very disappointed to know how they plan on scheduling the remaining episodes of season 2.5. In Feb they are putting almost 11 months off before the final 2 (which ends New Years eve). That means from episode 2x01 to 2x10 is almost an 18 month stretch. I'm so disgusted (especially since it recently made #1)

      Source here
      16. 2- 1 201 15 Jul 05 Scattered
      ...
      27. 2-12 13 Jan 06 Resurrection Ship, Part 2
      ...
      33. 2-18 3 Feb 06 **episode name removed to be spoiler free**
      34. 2-19 219 31 Dec 06 **episode name removed to be spoiler free**
      35. 2-20 220 31 Dec 06 **episode name removed to be spoiler free**

      --
      Two roads diverged in a wood, and I - I took the one the bus load of girls just went down.
    54. Re:What has happened to the Discovery Channel? by zerocool^ · · Score: 1


      Which is why you should pony up the extra $4 a month to DirecTv and get "History International", which shows a much wider and much more interesting schedule. The History Channel is honesly pretty dull; part of that is my general malaise with American history - there's just not very much of it, and a lot of it is boring.

      Plus, HI has "Time Team".

      ~Will

      --
      sig?
    55. Re:What has happened to the Discovery Channel? by TheClam · · Score: 1

      "These folks never pretended to be Great Scientists."

      I smell a Civ4 junkie....

    56. Re:What has happened to the Discovery Channel? by LWATCDR · · Score: 3, Informative

      "haven't experienced it personally "
      enough said. Even Experts pass along myths. Show me an IEEE paper on the subject then you may have proof. But my "uncle/brother/mother/father/friend" had a "uncle/mother/father/brother/sister/dog" that... is not proof.
      I have seen a microphone wire going into a notebook computer pick up an AM signal which is totally logical but the fillings is still unproven.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    57. Re:What has happened to the Discovery Channel? by F_Scentura · · Score: 1

      Watch the National Geographic Channel, leave Discovery to rot and decay.

    58. Re:What has happened to the Discovery Channel? by Nosferax · · Score: 0

      Not really... the 2nd season DVD are released in 2 part. The first half of the season is already available on Amazon.com

      --
      Remember... A boomerang IS NOT the best way to deliver a bomb.
    59. Re:What has happened to the Discovery Channel? by everphilski · · Score: 1

      http://science.slashdot.org/comments.pl?sid=174368 &cid=14507186

      and yea, my speakers at home do pick up AM radio. Not quite the same phenomenon.

    60. Re:What has happened to the Discovery Channel? by operagost · · Score: 1

      So you received this information third-hand, yet you claim you "know for a fact" it's true?

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    61. Re:What has happened to the Discovery Channel? by Mysticalfruit · · Score: 1

      What it comes down to is that they've got enough content that they can't make everybody happy all of the time, so they move the more general content to the standard tier channels that get carried by most cable companies. The other more specialized content gets pushed onto the higher tier channel offerings that you have to pay extra for.

      Personally, I think it'll be a great day when the whole system could be both ala-carte and profitable. In the meantime, I'll just have to suffer with my tivo configured so the jump ahead is set to 30sec intervals.

      --
      Yes Francis, the world has gone crazy.
    62. Re:What has happened to the Discovery Channel? by Obfiscator · · Score: 1
      I know for a fact WW2 happened. I know for a fact that light exhibits a particle/wave duality. I know for a fact that Pluto exists.

      I would trust something told to me by a reputable source. Are you telling me that you verfiy every piece of information with your own observations?

      --
      "Nothing shocks me. I'm a scientist." -Indiana Jones
    63. Re:What has happened to the Discovery Channel? by Will2k_is_here · · Score: 1

      I'm still doing okay. I get the Canadian version. Thankfully, they don't cover Canadian history all that much. If you think American history is boring, try Canadian!

    64. Re:What has happened to the Discovery Channel? by Damvan · · Score: 2, Insightful

      I think they concentrate on 20th Century wars, because those are the wars that they have film footage. You can only show those 12 Civil War reenactors so many times (blurred out usually) during that documentary on Shiloh.

    65. Re:What has happened to the Discovery Channel? by Johnny5000 · · Score: 1

      I sincerely hope they do not fall into this direction. We had TLC (The Learning Channel) and they did exactly that. Used to be documentaries (and I actually learned something) and now it's all reality shows doing home decorating, or following an engaged couple through their wedding plans

      I used to watch TLC *all* the time. My favorite show was Connections... ever see that one?
      They'd start out with some random discovery far back in history and trace the effects to the present day. Great stuff.

      Too bad TLC completely sucks now.

      --
      The libertarian solution to the failures of capitalism is to apply more capitalism til the failures are fixed.
    66. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      TLC is a member of discovery networks

    67. Re:What has happened to the Discovery Channel? by Anonymous Coward · · Score: 0

      I know a way you can get DirectTV for free. You should try it.

    68. Re:What has happened to the Discovery Channel? by StikyPad · · Score: 1

      Maybe, but I learned more watching 1 season of Rome on HBO than I've learned in the past few years of watching History Channel. I think, if the commercials are any indication, that their target audience is the people who were actually in WWII, and that probably has more to do with it than any amount of footage. Especially since later wars get little (Korea/Veitnam) to no (Gulf War I) coverage. Some of their documentaries are insightful though. For example, I had no idea that Teddy Roosevelt was responsible for cleaning up so much corruption, or that our government was much more disfunctional before he took office than it is presently. People (at least me) tend to think that the country was running pretty well aside from a little hiccup in the Civil War and the Great Depression, but those events didn't form in a vacuum. Anyway, it would be nice to see European, Asian, and ancient history more often than, for example, when some guy makes a movie about a gay guy with a secondary plot that happens to involve conquering half of the world.

    69. Re:What has happened to the Discovery Channel? by edflyerssn007 · · Score: 1

      I'll be left with the History Channel. If they follow suit, I will abandon my T.V. forever.

      I don't think you need to worry. The History Channel will be showing "The Last Days of Hilter" from now until the end of time.

      That would almost be a Godwin reference if it wasn't so true. Almost everytime I watch the History Channel there is something about the WWII/Hitler on it. My dad calls it the Hitler channel for that very reason.

      --
      So you see what had happened was....
    70. Re:What has happened to the Discovery Channel? by ArsonSmith · · Score: 1

      This is where the power of Tivo shines the brightest. Not only do you watch the shows you want, when you want, but you can watch the parts of the shows you want, when you want.

      My Tivo made Robot Wars and Junk Wars enjoyable, watchable and not take a full hour of my time.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    71. Re:What has happened to the Discovery Channel? by evilviper · · Score: 1
      the discovery channel you can still catch some educational content most of the time, so you're exagerating it a bit.

      Really, now? Lets see what's on Discovery Channel right now:

      # 9:00am American Chopper TVPG, CC
      # 10:00am American Chopper TVPG, CC
      # 11:00am Navy SEALs Training: BUD/s Class 234 TVPG, CC
      # 12:00pm Navy SEALs Training: BUD/s Class 234 TVPG, CC
      # 1:00pm Navy SEALs Training: BUD/s Class 234 TVPG, CC
      # 2:00pm The New Detectives TVPG, CC
      # 3:00pm The FBI Files TVPG, CC
      # 4:00pm Against the Law TVPG, CC
      # 5:00pm It Takes a Thief TVPG, CC
      # 6:00pm Cash Cab TVG, CC
      # 6:30pm Cash Cab TVG, CC


      Yeah, that's some really educational crap right there. Everyone knows how educational American Choppers is, so lets move one. Watching Navy SEALs going through boot camp is very educational. You'll learn all about... something, I guess. The FBI/Detectives/Law shows are less educational than "Law and Order" (though not as mind-destroying as CSI). It Takes a Thief is educational, if you didn't know windows can be broken quite easily. Cash Cab is a few steps down from "Candid Camera".

      Sure, Discovery may still show something vaguely educational when nobody is watching, but even then, it's probably just a repeat of one of the shows they made 5 years ago.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    72. Re:What has happened to the Discovery Channel? by batosai · · Score: 1

      Easy, all the good stuff from Discovery Channel and TLC moved to the Science Channel.

    73. Re:What has happened to the Discovery Channel? by gfreeman · · Score: 1

      The brits had a very simular theme though very different in execution show called Junkyard wars if I remember correctly.

      That was the American version. The Brit version was Scrapheap Challenge, hosted by the guy who plays Kryten in Red Dwarf.

      --
      Ceci n'est pas un sig.
    74. Re:What has happened to the Discovery Channel? by mink · · Score: 1

      I think we should have more shows hosted by Red Dwarf cast members.
      Cat can be a disigner on Changing Rooms, Holly can host the next run of Big Brother,
      Lister can do a cooking show and Rimmer can do low budget educational shows.

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
    75. Re:What has happened to the Discovery Channel? by JacobO · · Score: 1

      "Let's disguise some random violence and tits as science"

      You've just described two of my favourite things to watch on TV. The explosion of the day is great, as is the bit where they prove that you can stop rock 'n roll.

      Science it aint, but random violence and tits it be.

    76. Re:What has happened to the Discovery Channel? by operagost · · Score: 1

      Those particular facts are supported by much more authoritative and comprehensive sources than your dad. No offense.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    77. Re:What has happened to the Discovery Channel? by tru24rm · · Score: 1

      http://internettrash.com/users/nookie/07_education .htm [internettrash.com] This link summarizes my answer to the whole debate!!! Take it however you will.

  6. Re:What do these experiments entail? by dsheeks · · Score: 4, Funny

    I'm not sure, but I think the water torture myth has something to do with watching a Sports Illustrated swimsuit shoot and not getting to touch...

  7. Myth Busters ? by ravee · · Score: 0

    Perhaps they should aim for an entry in the Guiness Book of World Records for busting the largest number of Myths on TV.

    --
    Linux Help
    for all things on Linux
  8. Re:Video summaries. by rocketman327 · · Score: 0

    Interesting... So how do you test a torture method that could possibly go on cable tv?

  9. Re:What do these experiments entail? by MagicDude · · Score: 5, Informative

    I've seen 3 of the 5 episodes that you've described, I'll describe what I can remember from them.

    Water Torture - Chineese water torture myth. Basically the idea that if you restrain someone to a chair and constantly drip water at a slow rate (1-2 drops per second or so) it'll cause them to crack. It's an elegant torture in that all it requires is time, it's easy to set up, and you don't need an interrogator to administer it, and it's insidious in that nobody would expect that a little harmless dripping would cause to to break. They did show that the torture was effective against the myth crew in about an hour or 2, though you have to wonder how a hardened navy seal might react differently.

    Otter Ping Pong - They were testing the myth that you could raise a sunken ship by pumping thousands of ping pong balls into the hull. During the myth, an otter swam down to the hull and stole a ping pong ball and started playing with it, which caused everyone to worry that it might choke on it if it tried to swallow it. The myth was eventually proved successful.

    Cement Build Up - They tested the myth that the inside of a cement mixer could be cleaned of all the dried cement build up that accumulates on the inside of the drum during normal use by exploding a stick of dynamite in the drum, a much more efficient method than the usual method of having to chissel the surface by hand. The clip in the video showed a snafu that occured with the first truck when they accidentally filled it up with cement rather than just having enough for a thin coat. It lead up to a spectacular event where they blew up the enture truck with 850 pounds of TNT.

  10. They truly are "lost" by ZipR · · Score: 1

    All I get when I go to that page is the page header and a screen full of white.

    1. Re:They truly are "lost" by CyricZ · · Score: 1

      Are you using Internet Explorer or Firefox? If you are, that might be the problem. Their site renders fine with both Opera and Konqueror, but fails to work with Firefox. It's not a Flash problem, as other Flash sites work fine with Firefox.

      --
      Cyric Zndovzny at your service.
    2. Re:They truly are "lost" by Anonymous Coward · · Score: 0

      You might have to try viewing the video content using IE. For me, Firefox (WinXP) did not work and I experienced exactly what you described.

    3. Re:They truly are "lost" by AgentAce · · Score: 1

      I viewed it fine in Firefox.

    4. Re:They truly are "lost" by GoodOmens · · Score: 1

      It works for me and I use firefox ;-)

    5. Re:They truly are "lost" by justinstar77 · · Score: 1

      The videos wouldn't work for me until I disabled flashblock and restarted Firefox

    6. Re:They truly are "lost" by Will2k_is_here · · Score: 1

      Never in my life would I expect to hear a response like this!

    7. Re:They truly are "lost" by Anonymous Coward · · Score: 0

      Ah.. Flash isn't available for my platform.

    8. Re:They truly are "lost" by Anonymous Coward · · Score: 0

      It works fine in Firefox. The Flash works fine, on both Linux & Windows. You're so full of shit it's not even funny. I'd call you a troll but you're not even good enough for the label.

  11. Re:Video summaries. by CyricZ · · Score: 1, Flamebait

    Interesting... So how do you test a torture method that could possibly go on cable tv?

    You call it "fighting terrorism" and declare that it is being done "in the name of freedom and liberty".

    --
    Cyric Zndovzny at your service.
  12. Cement Truck go BOOM! by bizitch · · Score: 4, Funny

    God I just love watching that cement truck explode!

    If you've never seen it - dont miss it! - It's at the very end of the video

    --
    ---- "Logoff! That cookie shit makes me nervous!" - A. Soprano
    1. Re:Cement Truck go BOOM! by sunwolf · · Score: 1

      I find it ironic that this is just below CyricZ's comment about quality.

    2. Re:Cement Truck go BOOM! by Anonymous Coward · · Score: 0

      i freeze framed it when i saw the original broadcast. it was great.

      frame 1: cement truck
      frame 2: huge ball of debris
      frame 3: debris fills screen
      frame 4: camera destroyed

      awesome.

    3. Re:Cement Truck go BOOM! by idonthack · · Score: 1

      Blowing things up is quality awesomeness. Did you know they had to shut down a nearby highway when they did that?

      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    4. Re:Cement Truck go BOOM! by rts008 · · Score: 1

      You forgot: 5.??? 6. profit!

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
    5. Re:Cement Truck go BOOM! by gstoddart · · Score: 3, Interesting
      God I just love watching that cement truck explode!

      If you've never seen it - dont miss it! - It's at the very end of the video

      For sheer magnitude, that's gotta be one of the coolest ever.

      For sheer carnage, my vote still goes to the exploding whale video from the interweb. Nothing like seeing whale blubber rain down ... =)
      --
      Lost at C:>. Found at C.
    6. Re:Cement Truck go BOOM! by Anonymous Coward · · Score: 0

      You missed the frame where the cab and the ass end of the truck are screaming apart from each other. That was pure gold, and I wish I could get a poster of that.

    7. Re:Cement Truck go BOOM! by Baloo+Ursidae · · Score: 1
      I keep wanting to photoshop that with an ODOT highway project sign:

      ODOT: It's your nickel, watch it work!

      Oregon Route Pacific Beach at Seaside

      Whale removal project. Expect delays.

      Oregon Department of Transportation: Keeping Oregon on the Move!

      --
      Help us build a better map!
    8. Re:Cement Truck go BOOM! by Hast · · Score: 1

      I kind of like the sound it makes too. Not so much an explosion sound but more as if you hit really *really* hard or a large base drum. Seemed higher in frequency than I'd expect. (Though I'm sure there was a nice pressure wave as well.)

    9. Re:Cement Truck go BOOM! by damsa · · Score: 1

      They also had full support of the FBI who wanted data on explosions such as these and if terrorists were to use one, what the impact would be. It is both educational and it might save lives. Not many shows can show that.

  13. Re:Video summaries. by Z0mb1eman · · Score: 4, Insightful

    I actually watched the water torture one, by chance. It refers to the so-called chinese water drop - a person is immobilized, and drops of water drop on the same spot on their forehead, at a rate of one drop every 2 seconds or so.

    They tested it on Kari... since there's no physical torture (other than being restrained), and they were obviously going to let her go when she had enough, it's not much of an issue showing it on TV.

    --
    ClutterMe.com - easiest site creation on the Net. Just click and type.
  14. Re:Sites like this that require flash.... by 6*7 · · Score: 1

    Well flash is a standard by itself I suppose (and has a rather larger installed base (according to macromedia offcourse)).

    But even when I enabled it for this possibly interesting site, all I got was a blank area where the content was supposed to be (with flash 7.0.x installed).

  15. Lost Experiments? by NoGuffCheck · · Score: 1, Interesting

    If these episodes are so lost how come I have seen them all on TV?

    --
    serenity now!
    1. Re:Lost Experiments? by CyricZ · · Score: 5, Funny

      If these episodes are so lost how come I have seen them all on TV?

      Shit, son. This sounds like a job for the MythBusters! They could test the validity of the myth that these videos have been seen on TV before.

      --
      Cyric Zndovzny at your service.
    2. Re:Lost Experiments? by damsa · · Score: 1

      These aren't lost episodes. Each episode has experiments which for either time, or because its too boring, or some other reason gets cut from the actual show. So these are the experiments that were to boring to see on regular tv.

    3. Re:Lost Experiments? by Anonymous Coward · · Score: 0
      Are you retarded?


      These aren't lost episodes. Each episode has experiments which for either time, or because its too boring, or some other reason gets cut from the actual show. So these are the experiments that were to [sic] boring to see on regular tv.


      perhaps you should read the parent:


      If these episodes are so lost how come I have seen them all on TV?


      They've BEEN ON TV BEFORE. Therefore, they weren't too boring to see on TV, because THEY'VE BEEN ON TV BEFORE.

    4. Re:Lost Experiments? by Anonymous Coward · · Score: 0

      I am glad that I am not the only one who noticed that these so called "Lost Experiments" were all shown on the frickin' Disconvery Channel...

      Or am I missing the meaning? Were they "lost" before they were aired? So now that they are now found (and shown) the initial label of "lost" still applies?

  16. Sounds interesting... by Anonymous+QWord · · Score: 1

    Anybody have a link past the flash? Or are they flash videos? Very useless.

  17. They WERE shown on TV by BrentM77 · · Score: 5, Interesting

    Most of these were shown on TV in an outtakes show they did. I love the show, but don't understand why they are saying these weren't shown before.

  18. An "Entertainment" disclaimer? by CyricZ · · Score: 2, Insightful

    I have heard it suggested that each segment of their show should be preceeded by a disclaimer explaining that what they're doing is not science, but is purely entertainment.

    Many people mistakenly think that the MythBusters present the proper way of performing scientific experiment, and that they present verified scientific information. Indeed, watching even a single episode shows that they have very little scientific or engineering background.

    --
    Cyric Zndovzny at your service.
    1. Re:An "Entertainment" disclaimer? by MobileTatsu-NJG · · Score: 2, Funny

      "Indeed, watching even a single episode shows that they have very little scientific or engineering background."

      How scientific.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    2. Re:An "Entertainment" disclaimer? by msloan · · Score: 2, Insightful

      I think you do not understand the concept of science. The shows follow the base scientific method you learn in elementary school. As to the engineering comment, I take it you haven't watched the rainwater-pipe runoff episode, or the one where they disprove the myth of slingshotting immigrants over the border.

    3. Re:An "Entertainment" disclaimer? by Anonymous Coward · · Score: 0

      Are you really looking to the Discovery channel for pointers on the proper way of performing scientific experiment?

    4. Re:An "Entertainment" disclaimer? by raoul666 · · Score: 4, Insightful

      It's not great science, but a lot of it isn't half bad. Besides which, they're usually testing fairly simple myths to see if they're plausible or not. Some stuff, like "could you raise a boat with ping-pong balls" they do. Scientific or not, that's a good, solid result. It's possible. It's really the busted myths that may or may not be accurate. To give them credit, I usually hear them say things like "for this to work you'd need this, this, this, and this to happen, and that's incredibly unlikely" or "we couldn't build a jetpack, so an average joe probably couldn't either." As for scientific or engineering background, they may not be certified or educated, but they certainly do alright. Their solutions are usually simple, and they typically work. Look at the rig they used to get those ping-pong balls down to the boat. Design me something cheaper, faster, and easier, if you can.

      Also, a lot of the time they call in experts. I think that's a pretty good lesson to be teaching people, about both science and life.

      --
      When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl
    5. Re:An "Entertainment" disclaimer? by DeathElk · · Score: 2, Interesting
      Indeed, watching even a single episode shows that they have very little scientific or engineering background

      Who cares? It's a great show. I especially liked the episode where they challenged the American Grafitti movie's 'chain-cop-car-to-a-pole-and-rip-out-rear-axle' myth.

      Man, a real size remote control police car. I suspect these guys don't really care whether their facts pan out or not, they're having TOO MUCH FUN!!

    6. Re:An "Entertainment" disclaimer? by Guysmiley777 · · Score: 1

      Who cares?

      Well, obviously he does, since Cyric here is a world renown expert on everything and anything. Gosh, if someone would only give him his own show.

      --
      Coding with assembly is like playing with Legos. Coding an application in assembly is like building a car with Legos.
    7. Re:An "Entertainment" disclaimer? by FreelanceWizard · · Score: 2, Insightful

      If your definition of "science" is "performing an experiment with the level of replication, control, and measurement expected in the relevant field," then no, they're not doing science. However, any working scientist will tell you that the sorts of exploratory research and demonstrations that the Mythbusters do are actually done -- toy experiments to detected the presence of an effect with a particular manipulation ("pilot studies") are common in experimental psychology, because the costs of doing a full experiment and finding no effect are rather substantial. Take the ping-pong salvage myth, for instance. You certainly couldn't publish a paper on that; there's not enough control for aspects such as water temperature, salinity, and other factors that are relevant, and so you can't generalize the result. However, the fact that they were able to raise the ship suggests strongly that the effect exists, and if you really wanted to explore it further, you could. (Technically, they could probably have just done some math to show it, but that's not nearly as cool.) I would argue that they are doing science -- just not on the level of peer-reviewed outlets, but that's fine given their objectives.

      The other important thing the Mythbusters do is to get people thinking scientifically. If you watch an episode and think of ways to blow holes in their design, or ways it could have been done more generally, congratulations -- you're thinking like a scientist. You don't need years of meticulous training in an ivory tower to learn how to do science, and saying otherwise is contributing to the already substantial image problem researchers have.

      --
      The Freelance Wizard
    8. Re:An "Entertainment" disclaimer? by Anonymous Coward · · Score: 0

      Rubbish. It is half bad. Their windows vs air conditioning test was shit. They drove at a slow speed and then concluded with certainty that windows are more efficient than air con. How about considering that drag goes up with the square of the speed whereas the aircon fuel consumption is constant. So at real highway speeds the results will be the opposite. At autobahn speeds there would be an even bigger difference.

    9. Re:An "Entertainment" disclaimer? by halleluja · · Score: 1
      Indeed, watching even a single episode shows that they have very little scientific or engineering background.
      Adam acknowledged this deficiency and introduced babes in the later series.
    10. Re:An "Entertainment" disclaimer? by Tiny+Elvis · · Score: 1

      They should have just borrowed some cars with computers in them that report current gas mileage, then gather a lot of statistics at different speed, grade, air temp, car model, and so on. You could get a least a better *general idea* about which might be better.

      Another one that really bugged me was they were testing whether lightning was attracted to pierced heads with metal jewelry. They did the test like 2 times or something and then start tweaking the heads! I'm thinking you gotta do that one like 100 times and count how many times the lightning hit each head.

      I think some of the tests are better than others, but all in all it is entertaining and fun to see them blow shit up. Dropping cars from a crane, building giant slingshot and trebuchet, building hovercrafts from leaf blowers, cooling a beer. It's fun to watch.

  19. Re:What do these experiments entail? by deathazre · · Score: 1

    yes, but instead of SI, it's Kari in a bikini.

    --
    Karma: Negative (Mostly affected by dorm trolling)
  20. Re:Sites like this that require flash.... by Anonymous Coward · · Score: 0

    dose anyone remember the old tv show conections

  21. Warning: Mythbusters fanboy here by MindPrison · · Score: 2, Interesting

    I have to admit it - I absolutely love the mythbusters show. Its a show allright - but wouldnt you rather prefer as how like this (being the geek you are) rather than those endless idiot-shows like wheel-of-fortune, jeopardy, tv-poker etc.?

    Sure, Jamie and Adam gets it wrong sometimes, but it inspires normal people to get an interest in science because theyre "naturally" funny and they like what they do, whats wrong with that?

    You want to see bad stuff on Discovery? Watch Brainiac - probably the "WORST" science-wannabee show ever.

    Being the "geek" I am, electronics all over my house theres nothing nicer than to come home from work to a little "tech" show about "normal people" dealing with things related to science they may or may not know about - and getting it out into the open. Its fun, makes tv background-noise worthy ;)

    --
    What this world is coming to - is for you and me to decide.
    1. Re:Warning: Mythbusters fanboy here by aug24 · · Score: 1

      Brainiac is pure genius! "We do this stuff so you don't have to: don't try this at home", followed by "Wonder what happens if we microwave petrol (gas)?".

      I love it.

      J.

      --
      You're only jealous cos the little penguins are talking to me.
  22. Mod parent down by LordKronos · · Score: 0, Flamebait

    Yes, No, No, Yes, and No. How the hell did you get +4 Informative when you only have 40% correct.

  23. show is crap by zlyoga · · Score: 0, Troll

    I really don't get the appeal of this show. I watched it a couple of times because I'd heard so much about it and it just seemed like complete crap. All of the expiriments I saw had such obvious flaws in the way they were excecuted so that they really didnt do anything that could prove if the myth was true or not.

    1. Re:show is crap by MobileTatsu-NJG · · Score: 1

      "I really don't get the appeal of this show. I watched it a couple of times because I'd heard so much about it and it just seemed like complete crap. All of the expiriments I saw had such obvious flaws in the way they were excecuted so that they really didnt do anything that could prove if the myth was true or not."

      You must have caught the episode where they didn't have something blow up, Jamie get hurt, or Kari.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    2. Re:show is crap by xx01dk · · Score: 1

      Ya, you sort of have to suspend belief sometimes. I can't tell you how often I've thought "No, that's wrong" when one of the crew says something blatantly wrong, but to their credit, they usually correct themselves later on.

      I for one find this show enormously entertaining and hope they continue to air it for a long time. Sure beats "desparate housewives" or any other dreck on tv.

      ps: I've never seen DH and never want to.

      PPS: I just move to the Bay Area and am tickled pink that I could go to the shops the Mythbusters use to find random parts. :)

      --
      There is simply too much glass..
  24. Re:Video summaries. by JymmyZ · · Score: 3, Informative

    I thought the Plywood flight myth was concerning a man who claimed to have been blown off the roof of a building under construction (several stories high) while holding onto a sheet of plywood. As the myth goes he managed to use the plywood as a sort of parachute and floated down to the ground unharmed. The Mythbusters apprentices did the actual leg-work in breaking the myth and found that the force against the wood was too much to handle and the board continually fell out of their hands. (they set-up some rig where one of the guys held onto the board, with an anemometer and such to test various forces) They failed to take into account the sheer determination a man falling to his potential death would have in holding onto his life-saving device.

    --
    The unexamined life is not worth living
  25. Mythbusters is Good by transami · · Score: 5, Insightful

    Cyric, you are terribly off base! These guys are professionals who have a huge amount of hands on experience in material science. And these guys are doing a great job of introducing the basics of expiremental method to a wide audience. Is it perfect? Of course not. But you are comparing apples and oranges. While I would certainly appreciate some in depth programs on paricular aspects of science, just becuase Mythbusters is not this, does not make it worthless. I usually watch TV to relax. If I wanted a textbook education in physics I'd take a college course, not watch Mythbusters. While the information gained from the show may often be trivial, there are nontheless a great many useful tidbits to be gained from watching. Anf these guys are funny too!

    --
    :T:R:A:N:S:
    1. Re:Mythbusters is Good by HotNeedleOfInquiry · · Score: 1

      You are easily amused...

      --
      "Eve of Destruction", it's not just for old hippies anymore...
    2. Re:Mythbusters is Good by Mateito · · Score: 3, Interesting

      They are professional special-effects guys with lots of experience. They are not engineers, they are not scientists, and they very rarely do anything that would be regarded as following the "Scientific Method".

      However I'm a huge fan of the show because its bloody entertaining.

    3. Re:Mythbusters is Good by Guysmiley777 · · Score: 1

      At least they encourage viewers to THINK and not take everything at face value. That alone makes it more useful than 99% of the crap on TV.

      --
      Coding with assembly is like playing with Legos. Coding an application in assembly is like building a car with Legos.
    4. Re:Mythbusters is Good by JonJ · · Score: 1

      They are not engineers, they are not scientists, and they very rarely do anything that would be regarded as following the "Scientific Method".

      I always thought that was the general idea? That they weren't supposed to be scientists but closer to a regular Joe, and thus thinking and trying more like a regular Joe. A scientist could probably sit down and do the math on just about every myth there is, but that would be so boring to watch.

      --
      -- Linux user #369862
    5. Re:Mythbusters is Good by GigsVT · · Score: 2, Insightful

      I think people like the grandparent post feel challenged by something like Mythbusters.

      I'm going to make some big assumptions about the grandparent poster, but I bet they are someone mired in acedemia. I can see how it would burn up someone like that to see people actually can get meaningful results without all the bullshit that acedemic research entails, and without the cushy welfare money that educational researchers get.

      I think mythbusters is better than higher education research in some ways too, because they show you their methodologies in clear terms and not jargon designed to make it inaccessible to most people outside a certain field.

      While they are guilty of lots of non-scientific practice, it's easy to see that right away. If some bogus acedemic study comes out, we get stupid headlines based on the study and then a month later someone else writes a journal article challenging the results and methodology. With mythbusters it's all laid out in the open, you get to see how scientific or unscientific they were right from the start.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    6. Re:Mythbusters is Good by AK+Marc · · Score: 1

      I think mythbusters is better than higher education research in some ways too, because they show you their methodologies in clear terms and not jargon designed to make it inaccessible to most people outside a certain field.

      You must think of the scientific method differently than I do. It is a process, not a restriction on language. You can follow the scientific method without ever using jargon, and the fact that you imply otherwise implies a lot about your reasoning abilities.

    7. Re:Mythbusters is Good by Mateito · · Score: 1
      I think mythbusters is better than higher education research in some ways too, because they show you their methodologies in clear terms and not jargon designed to make it inaccessible to most people outside a certain field.

      Um. and I'm "burnt up"? You sound like the unpopular fat kid at school who never gets invited to parties.

      You've obviously never done any higher education research, or written a paper for an international journal. All respectable journals encourage showing methodologies and results in clear terms. Those who aim to be obscure and generally the older generation and looked down up. Of course there is some 'Jargon' - there has to be in every profession in order to communicate succinctly. Jargon is just an industry accepted shorthand.

      And you lose your bet. I'm not "mired" in academia. I left academia 12 years ago to work in the "real world" of the IT industry.

  26. Like reading Playboy for the articles... by Anonymous Coward · · Score: 0

    Admit it...we watch the show because of Kari!

    1. Re:Like reading Playboy for the articles... by InfiniteWisdom · · Score: 1

      Um.. no. Maybe YOU do, but most people watch it because it's entertaining and they do stuff most of us here would dream of... blowing things up, building stuff, having all kinds of tools and equipment at our disposal.

      If ogling a Keri is the only reason you have for watching the show, you really need to get out more.

  27. Never seen before?!? You sure about that? by Anonymous Coward · · Score: 0

    Maybe they don't play it on reruns but I've seen pretty much all of those "lost" segments.

  28. Try "The Science Channel" by ashpool7 · · Score: 1

    Never heard of it until I went to my employer's house, who has all the channels (sans sports) that DirectTV offers. They had something on fabric roofs vs everything else. I think they kicked all that "weird" but good stuff to that channel.

  29. Re:Sites like this that require flash.... by oddbudman · · Score: 1

    Check your Adblock settings if your running it with Firefox. This caused problems with flash videos on my computer.

  30. i LOVE HOW by Anonymous Coward · · Score: 0

    The bald guy and the producer basically tried to force that chick to slide on the wire with a piece of plywood above her.

    Is that even legal in the United States? Their attitude was pretty fucking blase about what they were doing. The producer came off like a complete jackass who didn't give a shit about her safety.

  31. These aren't new by 11_biznatch_11 · · Score: 1

    I've seen these before, I think they were in fact on TV on the "MythBusters Outtakes" episode. Although I can't find a reference to this episode on the MythBusters website.

  32. Otter Ping-Pong? by Jah-Wren+Ryel · · Score: 4, Funny

    Forget Otter Ping-Ping - I want to know if Thai beaver really can shoot ping-pong balls! I knew a girl with a half-thai beaver, but I could never convince her to give it a shot, so clearly this is a job for mythbusters!

    --
    When information is power, privacy is freedom.
    1. Re:Otter Ping-Pong? by catdevnull · · Score: 1

      Which half was Thai?

      --

      I might know what I'm talkin' about, but then again, this is Slashdot...
  33. Science by Freaky+Spook · · Score: 5, Insightful

    Science in its most basic form is a system of acquiring knowledge, based on experimentation to find truth.

    The mythbusters discuss the theory of the myth & then generate a hypothesis weather it is plausible or not, then conduct an experiment to find out weather their hypothesis is correct.

    What is not science about that???

    It may be basic science, but its still science.

    From what I have seen it is getting a lot of people interested in science so that has to be good doesn't it.

    1. Re:Science by Mateito · · Score: 1

      The problem is that their experiements aren't usually well constructed. I spent five misspent years of my an applied physicist doing experimental materials science on thin films... I understand experiement construction. But Mythbuster gets people thinking - and that's a good thing. Its also bloody entertaining.

  34. Re:What do these experiments entail? by NeoSkandranon · · Score: 1

    Otter Ping Pong - They were testing the myth that you could raise a sunken ship by pumping thousands of ping pong balls into the hull. During the myth, an otter swam down to the hull and stole a ping pong ball and started playing with it, which caused everyone to worry that it might choke on it if it tried to swallow it. The myth was eventually proved successful.

    I don't understand how that's any different than merely filling the hull with air (which would of course cause it to float, as it would return the boat to the condition it was before it sank)

    --
    If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  35. Re:Video summaries. by raoul666 · · Score: 4, Informative

    As it happens, she was pretty freaked out by it, which neither she nor anyone else was really expecting. It was very unpleasant to watch, I found. :(

    --
    When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl
  36. Re:What do these experiments entail? by evilviper · · Score: 4, Insightful
    The clip in the video showed a snafu that occured with the first truck when they accidentally filled it up with cement rather than just having enough for a thin coat. It lead up to a spectacular event where they blew up the enture truck with 850 pounds of TNT.

    The cement truck was the most disappointing one in a long time. Everyone who has ever even seen explosives in action knows that you drill a hole in the material (the cemet block in this case) and drop the TNT down the hole before detonating it. They just hung a stick of dynamite above the cemet, and gave up when it didn't do anything.

    Before Mythbusters, I've never wanted to reach through my TV and smack people for being so stupid. With Mythbusters, it's a regular occurance. It almost seems like they go out of their way to make their tests complete nonsense.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  37. Yes. by lorcha · · Score: 2, Informative
    Yes, Thai bar girls really can shoot ping-pong balls from their pussies. They can also smoke a cigarette, suck in a bottle of Coke, and operate chopsticks, among other stupid pussy tricks.

    And before you ask, yes, I have seen it done.

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
    1. Re:Yes. by TerranFury · · Score: 1

      A whole bunch of stuff that went straight over my head about a year ago is suddenly boomeranging back into my consciousness. And it hurts. Bad.

  38. didn't prove power line myth by tedpearson · · Score: 2, Interesting

    As for the power line myth - they didn't prove it by any means. Consider: 1) They didn't know the current on the wires above them, compared to the current of said myth, perhaps it wasn't very high voltage at the time? 2) They had a huge loopy coil of wire, something makes me think that there are more efficient ways of developing an inductive coil... The show is fun to watch, but it makes people who have sense ask a few more questions.

    1. Re:didn't prove power line myth by xitshsif · · Score: 1
      huge loopy coil of wire
      Isn't that what an inductive coil is??
    2. Re:didn't prove power line myth by Professr3 · · Score: 1

      No, that would be a tight loopy coil of wire ;) At least, it was in all the experiments I've seen involving stealing power from power lines. It does work, just not very efficiently, and the power company does find out.

    3. Re:didn't prove power line myth by wahwah · · Score: 1

      What about the direction of the coil -- they positioned it parallel to the power line. Maybe it should be perpendicular?

  39. alt.binaries.multimedia.battlestargalactica by snuf23 · · Score: 1

    Almost always has HDTV rips. I usually watch these instead of my standard Tivo'd off cable ones because the quality is that much better.

    --
    Sometimes my arms bend back.
    1. Re:alt.binaries.multimedia.battlestargalactica by Anonymous Coward · · Score: 0

      Well there is no group by that name but I know what you mean. I have never seen quality captures posted. All of them have been less than 300MB and the quality is much worse than my own relatively low-quality 352x240 VCD captures (600MB/hr).

      Although I do see a large SVCD version of the last two episodes... But even they are blurry. What the hell kind of filtering are these guys doing to the poor thing? I would rather have a noisy but sharp picture than nauseatingly blurry looking.

    2. Re:alt.binaries.multimedia.battlestargalactica by THE+ROCK · · Score: 1

      Well there is no group by that name

      Even my ISPs news server has a bsg binary group. Your server must really suck.

      I prefer torrents anyway.

    3. Re:alt.binaries.multimedia.battlestargalactica by Anonymous Coward · · Score: 0

      ITYM alt.binaries.battlestar-galactica.

  40. Re:Digg by Anonymous Coward · · Score: 0

    Seeing as how they're both tech/sci-oriented, why is it so difficult to comprehend that they will both cover some of the same stories?

    Especially seeing as how:
    A) regardless of age/maturity level - both digg & /.'s visitors tend to be the "geeky" type &
    B) there is a certain amount of crossover visitors as well

  41. Re:What do these experiments entail? by Anonymous Coward · · Score: 1, Insightful

    Um, perhaps if you tried to fill it with air, it would escape out the same holes that caused it to sink....last I checked, ping pong balls were slightly larger than an average molecule of N2 or 02.

  42. Re:Video summaries. by Anonymous Coward · · Score: 0

    *rofl*

    (What was it modded informative? It's BS!)

  43. Re:What do these experiments entail? by MagicDude · · Score: 4, Informative

    With ping pong balls, you don't have to worry about the thousands of microcracks in the hull which would allow regular air to seep through. You only have to secure the hull so that there aren't any cracks bigger than 10 or 15 millimeters, since the pingpong balls make it so that you basically have air "molecules" that are ping pong ball sized and won't escape at any tiny hole.

  44. Oh wow! by Broue+Master · · Score: 0, Offtopic

    I don't care what is it going to be moderate to, but after a couple of beers, I just had to say "WOW!"!!! Nice gift we got there!!!!

    1. Re:Oh wow! by jaymzter · · Score: 1

      (Score:0, Offtopic)

      --
      If thou see a fair woman pay court to her, for thus thou wilt obtain love
  45. What happened to CmdrTaco's guidelines? by hkb · · Score: 1, Offtopic

    And yet an article that already violates Taco's guidelines.

    --
    /* Moderating all non-anonymous trolls up since 2004 */
    1. Re:What happened to CmdrTaco's guidelines? by Anonymous Coward · · Score: 0

      Whoopty-doo. Get over it.

    2. Re:What happened to CmdrTaco's guidelines? by mattsucks · · Score: 1

      (Score:2, Offtopic)

      I wish I could mod the moderation of the parent as Funny.

  46. Re:Video summaries. by Z0mb1eman · · Score: 1

    Yup... no one likes to see a pretty girl cry!

    (well, okay, there are some sickos out there, but that's another matter).

    --
    ClutterMe.com - easiest site creation on the Net. Just click and type.
  47. Re:Sites like this that require flash.... by theJML · · Score: 1

    I'm definately not a huge fan of flash for videos like this. yeah, it works for quick animations and menus and such, but this is a video, how about we pick a tried-and-true standard that everyone can play back, like Mpeg. or if you want to skimp on bandwidth, divx or xvid.

    That being said this is perhaps the only time I've gotten flash videos to play on here correctly. Usually this box just shows a big "you need to download this" box and then it tells me that the appropriate plugin isn't available (firefox on linux). But this time it played, with sound and everything. not sure what they did that other people haven't but kudos to them.

    And before people say "well you just need to install..." or "can't you install linux properly" or whatever else they want to say. I kinda like browsing without flash working. Saves me from tons of crap on the net, and half the the time I'm on windows I flat out disable it. Afterall, Slashdot/Gmail/ebay/plenty of other sites run fine, why should I allow more flash based pop-up-over-everything-until-I-Adblock-them ads to annoy me?

    And back on topic. I've definately seen all of these before During shows On TV. It's hard to forget an episode where they blow up a concrete truck with TONS of TNT!

    --
    -=JML=-
  48. Discovery Wings is gone by Spy+Handler · · Score: 1

    I knew Discovery Channel went to the dogs when they dropped excellent shows like Discovery Wings and started showing crap like American Chopper.

    1. Re:Discovery Wings is gone by Anonymous Coward · · Score: 0

      Even American Chopper was an okay show at first, but now it is just all father-son abuse...er, I mean, "entertainment."
      Discovery Wings...to American Chopper...to motorcycle soap opera.

    2. Re:Discovery Wings is gone by tedrlord · · Score: 1

      Didn't they make Discovery Wings into its own channel?

      What makes me sad is they got rid of cable in the classroom and other initiatives to put actually interesting documentaries and such on cable channels. I used to watch History Channel at 4am and see the most interesting things. Now it's infomercials.

      --
      [insert witty quote here]
  49. They're all Flash videos by idonthack · · Score: 1

    At least they're not streaming WMV.

    --
    Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    1. Re:They're all Flash videos by Dachannien · · Score: 1

      At least with streaming WMV we have options.

    2. Re:They're all Flash videos by idonthack · · Score: 1
      Supported OS: Win95 / Win98 / Win98SE / WinME / WinNT4 / Win2000 / WinXP / Win2003
      Right. Options.
      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    3. Re:They're all Flash videos by Dachannien · · Score: 1

      Obviously, you're missing the point of my post (assuming you're not just trolling). Being able to view a video file outside of your web browser is important, but it's also far more difficult when the video is mired in Flash. I'm sure there are similar stream capture programs for Mac and Linux, but I use a Windows machine for most of my web surfing, so I linked to the program I have used in the past.

  50. Next myth to bust by Anonymous Coward · · Score: 2, Informative

    Are Slashdot comments moderated to +5 informative, really informative?

  51. Re:What do these experiments entail? by Anonymous Coward · · Score: 0

    > Water Torture - Chineese water torture myth. Basically
    > the idea that if you restrain someone to a chair and
    > constantly drip water at a slow rate (1-2 drops per
    > second or so) it'll cause them to crack.

    The REAL myth is that the water torture is dripping water on people. That's annoyance, not torture.

    They would actually seal the person's mouth, shove a tube down their nose and pump water in slowly until the victim's stomach exploded. If it didn't explode on its own they would kick the victim in the stomach until it did.

  52. Re:Yes (OT) by 808140 · · Score: 1

    Operate chopsticks?

    Thai people don't use chopsticks, and there are precious few in the country (unless you go to a Chinese restaurant or are hanging out somewhere where there are a lot of Chinese tourists).

    So this aspect of your story seems, well, apocryphal.

  53. MOD PARENT DOWN by idonthack · · Score: 1

    This one added for extra emphasis, the the mods don't seem to be noticing the other one.

    He gives false summaries. It looks like he just guessed on every one.

    --
    Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
  54. Re:What do these experiments entail? by anethema · · Score: 1

    Keep in mind when mythbusters say BUSTED. I am not sure if i have EVER seen a show that was actually "busted". It just didnt wokr in their very specific implementation.

    But, when they say plausible, it is almost always actually plausible.

    --


    It's easier to fight for one's principles than to live up to them.
  55. Re:What do these experiments entail? by Anonymous Coward · · Score: 0

    Yeah, anyone catch the Robin Hood episode? Why not just call in a trained archer, guys....I assure you, hitting the same spot isn't that hard. I'm no pro, and I've never managed to split an arrow to the base...but I'll usually destroy about one knock per hour, and I've destroyed 2 arrows so far by jamming another down the end. Ten metres with a basic unsighted recurve. I've seen it happen 7 times in the past 6 months, with people my age (15) using similar gear. I'm sure a pro with a sighted compound could manage it in a few minutes. Fools.

  56. Re:Sites like this that require flash.... by 6*7 · · Score: 1

    I don't use adblock, only noscript. But even after giving permission to all javascript sources and to run the plugin the screen stays empty. Konqueror works flawlessly (like suggested else where).

  57. Still lost.. by MrLint · · Score: 2, Interesting

    I wonder if they are ever going to show the video of the the card throwing experiment using metal cards? With the tivo you can see that the numbers are recorded on the data sheet but the experiment isnt shown. However from the data the results looked rather lethal.

  58. Re:What has happened to the shows like... by Zantetsuken · · Score: 1

    I'm glad somebody else besides me finally sees OCC and American Chopper for what they are - when I watch the Discovery channel, its because I WANT to watch documentaries and engineering shows. They have basically tried to make the channel into MTV or VH1, but without the music.

    What the hell ever happened to shows like Junkyard Wars, the robot wars show, and other cool engineering shows like them???

  59. Re:Yes (OT) by Anonymous Coward · · Score: 0

    Thai people also don't smoke with their pussies, except at creepy strip joints.

  60. from digg by bLindmOnkey · · Score: 0, Redundant

    ok people have got to stop stealing stories from digg and vise versa. makes me wanna choke a bitch!

    1. Re:from digg by Bungopolis · · Score: 1

      Neither digg nor slashdot own the stories that they publish, and cannot, therefore, have them stolen from one another.

    2. Re:from digg by theparag0n · · Score: 1

      Since when have two news outlets not been able to post the same story? You'd better get onto fox, cnn, bbc etc and tell therm to stop "stealing" each others stories too!

    3. Re:from digg by IRNI · · Score: 0, Offtopic

      i think the key here is that slashdot is becoming a joke in the tech news world. This was on digg early in the week or late last week. Seems like most of the stories that show up on slashdot are several days late from other news outlets. So the site has just become pointless. I still have a 'live bookmark' for slashdot and just clicked it to see what the headlines were. And there I see yet another story from digg from days past. That has happened to me at least twice in the last week.

  61. Re:Video summaries. by UncleJam · · Score: 1

    Did you see the part of the show where they tested a piece of plywood's effectiveness as a parachute and basically found that it made the fall worse? I'm sure if you did the calculations anyway you would find that the force upward from the air resistance at some 30 mph would rip it out of the most determined hand. Its sort of like the belief that you can hold onto a baby in the front seat of a car and restrain it during a car accident, where even in a 15 g crash a 30 pound baby becomes 450 pounds trying to go forward.

  62. Re:Video summaries. by gregm · · Score: 1

    Well yeah that's what they found but it wasn't really relevant. Is the guy strong enough to hang from a piece of plywood? I would certainly hope so.... he's fairly fit so I'm just sure he could. He could surely do a pullup or chinup. Perhaps the 4' span of the plywood was too far for the dude but a taller guy with a longer reach might be able to hold on better.

    Could he hold onto the plywood while being strapped to the back of a pickup going down the road? No he could not, which means nothing. The wind was exterting forces on the plywwod that weren't all directed at liftng him.

    Had he been lying down on a flatbed trailer a ways away from the truck holding onto a piece of plywaood that was perpendicular to the wind then the forces exterted would have been applied more to lifting him or in this case stretching him. If you set up a piece of plywwod hooked to a really big fish scale on the back of a trailer how much force would be applied to the scale at X speed? That would have been a better test.

    G

  63. Re:What do these experiments entail? by MagicDude · · Score: 1

    While you're probably trolling, I think they did a good job of fleshing this myth out. The found that being restrained and blindfolded on an uncomfortable table made the torture worse than just water alone. Adam did the torture while sitting comfortably on a Barcalounger, and while he did last fairly long, he did eventually give it up (he claimed it was because he had to pee). The myth crew had the tough senarios, being chaned down and such. On the deleted clips, one of them (the non chineese dude) bet Adam and Jaime $20 each that he could go a total of 3 hours blindfolded, chained, and dripped on. As I recall, he didn't last more than half an hour, and this was in the security that he could stop the test anytime he wanted. I'd imagine it'd be much tougher when chained up in some chineese dungeon.

  64. Re:What do these experiments entail? by rhavyn · · Score: 2, Informative

    Congratulations on not understanding the myth. The myth is you can split an arrow from end to end on command like Robin Hood did in the myth. They proved that it is effectively impossible. No matter how good you are, you're at the mercy of the grain of the wood of the arrow. So it is impossible to split an arrow from end to end on command.

  65. Now we know what happened to Christine. by OgGreeb · · Score: 3, Funny

    In the last clip, where they were testing aperson sailing from a height using a plywood sheet, at the very end when they were trying to persuade Christine to be the third guinea pig -- I mean test pilot, you could see the show's producer push her one last time to take the leap. I think she was kidding about asking for a raise, but they abruptly cut away thereafter.

    Coincidence that she's no longer seen on the show? I think not!

    --
    -- Gary Goldberg KA3ZYW 301/249-6501 AIM:OgGreeb Digital Marketing Inc., Bowie, MD //www.digimark.net/
    1. Re:Now we know what happened to Christine. by sarastro_us · · Score: 1

      I imagine she probably quit after this, or after being hit in the face with boiling hot candy in the Exploding Jawbreaker myth...

  66. Re:Yes (OT) by Urusai · · Score: 1, Offtopic

    Uh, mod -1 Redundant? I hardly think that a high-class joint even in Thailand has women shooting ping pong balls out of her nether orifices. On a similar note, high class clubs in Mexico don't feature women pleasuring donkeys, either. That doesn't mean such things don't occur in their respective locales. I was in the Navy, and I know these things.

  67. Re:What do these experiments entail? by Derling+Whirvish · · Score: 4, Interesting
    Congratulations on not understanding the myth. The myth is you can split an arrow from end to end on command like Robin Hood did in the myth. They proved that it is effectively impossible. No matter how good you are, you're at the mercy of the grain of the wood of the arrow. So it is impossible to split an arrow from end to end on command.

    They used turned dry wood for the arrow shafts which has grain that is never perfectly parallel to the shaft. Back in the day of Robin Hood they would split straight green wood along the grain to produce the rough shafts and dress them afterwards, resulting in shafts with perfectly parallel wood grain. It can be done (and has been done -- ask at any archery club), just not with the items they used.

    Look at the "make fire without matches" episode. Had they not known that millions of Boy Scouts had achieved it already, they would have concluded that making fire by rubbing sticks together is "busted" because they failed at every attempt even when using a power drill to drive the active stick!

  68. Re:What do these experiments entail? by TigerNut · · Score: 1
    The cement truck was the most disappointing one in a long time. Everyone who has ever even seen explosives in action knows that you drill a hole in the material (the cemet block in this case) and drop the TNT down the hole before detonating it. They just hung a stick of dynamite above the cemet, and gave up when it didn't do anything.

    The idea was (first of all) to try to prove or disprove what the hypothetical truckdriver was supposed to have done - which would not have entailed drilling a hole in the cement. After that failed, the point was to make the biggest bang possible. And they succeeded beyond all expectation - the sound even coming over the TV speakers was incredible. I agree that it would have been interesting to do any number of other experiments, but with explosives you only get one successful shot at it.

    --

    Less is more.

  69. Straight from the Bottlers mouth... (oooh Yuck!) by Spock+the+Baptist · · Score: 1

    A couple of weeks ago I was in Mack's Discount Tackle in Lindale, Texas. While there a fellow that's a manager with the local Dr Pepper bottler came in. Being a Diet DP drinker I ask about DDP switching to sucralose. He said that all soft drink companies were trying to make the switch to sucralose.

    Not necessarily because it tastes better, but rather because it has a shelf life that is twice as long as aspartame. 60 days vs. 30 days.

    --
    "Oh drat these computers, they're so naughty and so complex, I could pinch them." --Marvin the Martian
  70. You guys seem to be missing the point.... by Anonymous Coward · · Score: 0

    ok so they do do alot of "worthless" experements, but they are damn fun to watch. for example, they did this one myth about how during a crash a kleenex box could come from the back of the car, hit you in the head, and kill you.
    clearly they could have figured it out by using p1=p2 and all of those other first year physics equations. but instead they built a dummy, and actually crashed a friggin car!
    now, that is much more fun for me (and %99.9 percent of the population) to watch, and that is what they are after.

  71. "Just posted"? Erm, no by spoco2 · · Score: 1

    These have been on the website for months now. I watched them around 6 or so months ago. And yes, they are all from episodes that have screened, but these are BITS of them that were not aired. PAY ATTENTION PEOPLE! :D

  72. Re:Straight from the Bottlers mouth... (oooh Yuck! by buck_wild · · Score: 1

    I'm no chemist, but I imagine he was refering to lab shelf life, rather than store shelf life, and I'm not quite sure how that rates an 'oooh Yuck!' reaction...

    --
    If all you have is a hammer, everything looks like a nail.
  73. As Grand Roto-Rooter of the Galactic Guild... by Spock+the+Baptist · · Score: 1

    ...of Rocket Scientist, Brain Surgeons, Nuclear Physicists, and Assundry Brainiacs,

    by the dW/dt invested in my office; I hearby banish you from our hallowed ranks, for poor taste, and viewing habits unbefitting a Uber Genius.

    --
    "Oh drat these computers, they're so naughty and so complex, I could pinch them." --Marvin the Martian
  74. Re:What has happened to the shows like... by nmb3000 · · Score: 1

    I'm glad somebody else besides me finally sees OCC and American Chopper for what they are

    I completely agree! I don't have a problem with those shows per se, but they've been showing so many of them that it's saturated the channel to the point where I just don't watch it anymore.

    Lately, if I watch TV it's either something like Jeopardy or History Channel. One of my favorite shows right now is Modern Marvels on History. They go over all sorts of very interesting topics from a variety of fields. Also of interest is Engineering Disasters, though they don't have very many episodes of that. For my SciFi fix, I download Stargate and Battlestar since I don't get SciFi with the cable package in my apartment.

    Shows like American Crapper, er, Chopper are just the new pop-culture type engineering and documentary shows. Kids want to see "cool" and "badass" guys build stupid looking bikes. "Lookit me ma! I'm acting like a moron while skirting with breaking the law and riding my shiny new trike!" No wonder sites like MySpace are so populous anymore...

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
  75. it actually works for cleaning by dunkelfalke · · Score: 1

    yep, it does. a bit. when you clean calcium carbonate off an electric kettle or rust of iron. but only because of the phosphor acid in it.

    --
    Conservatism: The fear that somewhere, somehow, someone you think is your inferior is being treated as your equal.
  76. Re:Video summaries. by Guysmiley777 · · Score: 1

    Water torture: they question whether or not water torture can be used to extract quality information from detainees.

    Otter ping pong: they test whether otters play a form of ping pong with bundles of leaves and mud.

    Live power lines: they test the danger of downed power lines.

    Cement build up: they question whether solidified cement can be removed from a cement truck using dynamite.

    Plywood fight: they test the myth that a kick can do more harm than a piece of plywood wielded as a weapon.

    As Adam would say: Wrong, wrong, wrongity wrong.

    Water torture: Kari, Scotty, Grant and Tory see how long they can withstand drops of water hitting them on the head while restrained. Nothing at ALL about "quality information".

    Otter ping-pong: Footage of Adam being told that it is illegal to harm marine animals in the area they are shooting, followed by an otter stealing and playing with a ping-pong ball from the sunken ship they're trying to raise. The crew freaks out thinking that the otter will somehow kill itself with the ball.

    Live power lines: They test the myth that you can get 'free' power from high voltage transmission lines by using a coil of wire near the live lines to generate current via induction.

    Cement build up: More footage from the "Remove cement with dynamite" myth where they tell Tory to get in the truck full of hardened cement and remove it by hand. After an hour he's gotten less than a 5 gallon pail of broken cement, and looks ready to die.

    Plywood flight: There was a planned 3rd flight by an intern who chickened out at the top of the tower and eventually refused to try jumping down a zip line with a sheet of plywood.

    Good lord, for someone with so much know-it-all attitude, that was pretty awful guesswork. Thanks for playing, feel free to try again next week.

    --
    Coding with assembly is like playing with Legos. Coding an application in assembly is like building a car with Legos.
  77. On Demand by Anonymous Coward · · Score: 0

    This was on Discovery On Demand awhile ago. Most places seem to use On Demand to advertise their network rather than provide an actual useful service.

    Since they've already got the edited video, might as well put it on their website, too.

  78. Screw Mr. Wizard by tedrlord · · Score: 3, Insightful

    People keep complaining about how unscientific Mythbusters is, and I often see problems with their experiments, but personally I just like the creative ways they use their special effects skills to build test cases. It's just fun to watch, and it makes me wonder about the actual myths.

    Mr. Wizard always bugged me, because it was targeted toward children as actual scientific experiments, but it was really obvious even when I was young that they just took existing facts then had these kids do rigged and generally flawed experiments to demonstrate them.

    There was one that I still remember from when I was young where he had a kid test whether vision or hearing was more sensitive. They had the kid match a tone using a generator that had 1000 different tones, and was off by one. Then they had her match a shade of blue out of a range of a hundred cards. Again, she was off by one. Since 1/1000 is more exact than 1/100, obviously hearing was more sensitive.

    I got really upset about that one and went huffing off to tell my mother how they didn't use an equivalent sample set or use the same gradation of sound/light frequency between the two experiments (not in so many words, of course). The way Mr Wizard told the kid that the results demonstrated her hearing was more sensitive than her vision really irked me and turned me off the show completely.

    At least with the Mythbusters there's that general sense of "Huh, well this seemed to work," and they're open to retesting a theory if people call them on it. Personally I think incorrect conclusions and an open, experimental mindset are better science than established facts and weighted demonstrations. For kids these days, it's easy to look up information, but the inquisitiveness and cleverness in experimentation they demonstrate is a lot more compelling to young minds.

    --
    [insert witty quote here]
    1. Re:Screw Mr. Wizard by haunebu · · Score: 1
      The way Mr Wizard told the kid that the results demonstrated her hearing was more sensitive than her vision really irked me and turned me off the show completely.

      I loved Mr. Wizard, and that one experiment irked you that much? Man, in the absence of any other compelling shows geared at showing kids simple science experiments, I am thankful Mr. Wizard gave us the chance to think that critically - even about their methods.

      So after it turned you off the show completely, what did you do to get your experiment fix? Watch Reading Rainbow out of protest? Talk about throwing the baby out with the bath water.

      --

      Blue skies, Barthy Burgers, girls...

    2. Re:Screw Mr. Wizard by gEvil+(beta) · · Score: 1

      I always like it when Mr Wizard would ask one of the kids a question and then they'd answer "I don't know."

      --
      This guy's the limit!
    3. Re:Screw Mr. Wizard by Fantastic+Lad · · Score: 1
      I don't know about Mr. Wizard, but I got my experiment fix by getting my hands dirty while trying to build stuff.

      Zoning out in front of a TV is chumpy, and it opens your mind wide to accept a raft-load of garbage. It's not just what Mr. Wizard was saying about science, it's how he was dressed, how he behaved, how he treated his guests, and what the commercials in between were main-lining deep into your subconscious about the shape of reality and your function and thoughts within it, all while you sat in a hypnotic state. -Not to mention the half-hour of television before Mr. Wizard came on. And the half afterwards.

      TV is a neat toy, and there's nothing wrong with experiencing it if you're willing to pay the price for how messed up your head will become as a direct result. But honestly, the whole concept of experimenting with the world is to actually experiment with the world! People, especially kids, should get their hands dirty on a regular basis. That's how we're designed to learn.


      -FL

    4. Re:Screw Mr. Wizard by DocLandolt · · Score: 1

      I tend to agree, although I wouldn't say it turned me off completely. I wasn't exactly the brightest bulb (I still isn't, I suppose), and even at age 8 or so I had the same objections...

      But I kept watching -- and I'm thankful I did. Mr. Wizard taught me how to make a blow torch out of a lighter, a can of hairspray and a paper towel roll (well, just the aerosol part, but I filled in the blanks). Needless to say...almost burned down the house, but good times, good times!

  79. Re:What do these experiments entail? by prockcore · · Score: 2, Informative

    Interestingly enough, both myths you talked about were tested by the B team (Kari, Grant, et al). The B team sucks. They don't seem to have much critical thinking power.

    For example, they talk about lighting a fire with a gun. It would've been much easier if they used a shotgun without any buckshot in the cartridge. You are guarranteed to get not only a very large flame out the barrel, but a good chunk of burning wad as well.

    The B team also spends about 5 minutes on each myth.

  80. Re:What do these experiments entail? by jizmonkey · · Score: 1
    The worst one I saw was the "do you get wetter running or walking." They even redid it after viewer letters and still got it wrong. They had two people run out in the rain in identical dry overalls, then re-weighed the overalls. It never even occurred to them that people run in different ways (e.g. hunched over or not, how high the legs are raised, etc.) -- they didn't control the main variable. No wonder they got garbage results. (They thought the problem was their indoors-rigged fake rain v. outdoors real rain -- sheesh; if anything the "fake rain" would be more consistent.)

    There are other episodes where they test "Rare Event" and, as one would expect from a rare event, it fails to happen on command. The cell phone gasoline-vapor ignition is one that comes to mind. Or they test "Events That Take a Long-Ass Time," like soda eating through various objects. I have personally seen years-old old aluminum cans of Pepsi, stored indoors, that leaked from internal corrosion; maybe there's a new kind of liner now that prevents it or something, or maybe it just takes a long time. It didn't happen for them though, which makes it "busted." Good thing these guys don't design airplanes or spacecraft.

    --
    With great power comes great fan noise.
  81. Re:What has happened to the shows like... by pomo+monster · · Score: 3, Interesting

    You know, I don't especially know why, but I feel compelled to chime in here. Look, I'm 23. I've got a BA from a liberal northeastern Ivy. I like Battlestar, even if it's a little cheesy sometimes. Jeopardy tickles me too. And I've been loving the History Channel lately. Catching the Lincoln biopic after coming home late this week was probably worth my cable bill in itself--and I pay Manhattan prices for my cable.

    Yet I have a Myspace profile. I'm a pretty active user, in fact. And I was raised on shows like Friends and Seinfeld. Nowadays I love catching Project Runway on Bravo--shit, I'll even watch Blind Date if I'm bored. And while I don't watch American Chopper or Mythbusters, I do think it's cool that programs like these are getting people interested in engineering and science at all. Dismissing them because they're "pop" is like lambasting Christopher Pike for not having written Ulysses: surely the point is that kids are reading. The Shakespeare can come later.

    I guess I just wanted to point out that this attitude of superiority comes off a little sour. Thumbing your nose at popular culture doesn't make you better than everyone else. Not to single you out--I see this all over Slashdot.

  82. Re:What do these experiments entail? by limit · · Score: 1

    I find water torture more effective when releasing one drop every forty five minutes - plus or minus a random number of minutes from one to five.

  83. Re:What has happened to the shows like... by phriedom · · Score: 1

    "What the hell ever happened to shows like Junkyard Wars, the robot wars show, and other cool engineering shows like them???"

    I too miss Junkyard Wars. They actually showed people BUILDING things instead of fighting about building things. I mean, I'll watch Moster Garage because some of the stuff they make is pretty cool, but not without being frustrated that the camera is on the people rather than the car.

    But it is funny you should bring up Battlebots. What happened to those guys? Well two of the contestants who made the most legendary bots, Blendo and Deadblow, they happen to be doing a TV show. Yeah, you might have heard of it, it's called....Mythbusters.

    --
    Don't moderate flamebait as Troll. Know the difference or you will be Meta-moderated.
  84. Re:What has happened to the shows like... by Zantetsuken · · Score: 1

    Ya I like Monster Garage, most of the time, they make cool cars, but a lot of the time theres a few guys on the team that are outright assholes, and Myth Busters is ok, but some of the things they do are just stupid, or the myth is common sense. but as for shows like American Chopper, like I said, and the guy that started the post, and probly half the people that posted on it, it's not real engineering, or even bike building for that matter, its a bunch o guys that are supposed to be tough arguing, not coming up with insanely radical new bike designs or solving real engineering problems - like I said, they are trying to make the Discovery channel into something that interests the MTV/VH1/MySpace crowd, not real engineers or people that want to be engineers, hell its not even trying to get people to want to be engineers.

    BTW: modern marvels and engineering disasters are AWESOME

  85. Re:Yes (OT) by gateep · · Score: 1

    Bullshit.

    I live in Thailand, have done for the last 10+ years. Thais use spoon+fork for rice-based meals, and chopsticks+spoon for noodle dishes.

    Just last night I had a nice plate of "bamee moo daeng" - yellow noodles with red pork - bought from a street vendor, eaten with - OMG!!1!1one!! - chopsticks.

  86. Well it was always a mixed bag by SmallFurryCreature · · Score: 1
    It really depends on the documentaries themselves. Some are crap and some are good and others are just meh. I remember watching quite a few dealing with things like military hardware or space exploration that were 100% perfect unless you happened to know that the US != the entire world. Helicopters can't have ejection seats is a nice example. America doesn't, russia does.

    How many times have you been told that the germans first used sloped armour when it was in fact copied by the german of captured russian tanks?

    To be fair. It is not like discovery channel is hiding these facts. It also airs those docu's that tell a more complete world history. It just doesn't screen out the ones that are american centric.

    Does it matter? Well I know that a program that says helicopters can't have ejection seat is telling lies. I then got to ask myself wich other lies is it telling I don't know about. If I tell you two facts and you know one of them is a lie then what reason have you got to believe the other one?

    The mythbusters are prone to this problem as well. I know that a couple of the myths they bust are either false or just plain badly done. A poor example? The jaws special. Jaws was not a normal shark yet the entire docu through they try to reduce the shark from the size it is in the movie/book to real sizes because no shark so big ever existed. Wich is a lie. They have existed, the jaw bones exist to prove it. The movie/book never claims Jaws is normal. It is a freak and making it normal sized is pointless. Either examine Jaws or examine real sharks.

    They do this often where they 'rewrite' myths till they no longer make sense.

    It is not a bad program, just don't trust it to get all the facts straight.

    Programs like the American Chopper are not docu's. They don't tell me anything but they are in a way just like those programs were you follow someone travelling around the globe showing you new things. American chopper ofcourse thought me nothing new. I already knew all americans are fat.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

  87. Well... by aug24 · · Score: 1

    You go modded +1 informative for asking a bloody question, so I think we know the answer.

    Next, is +5 Funny actually funny?

    J.

    --
    You're only jealous cos the little penguins are talking to me.
  88. Re:What do these experiments entail? by aug24 · · Score: 1

    ...and load it smoothly enough that the lifting forces don't tear the hull.

    --
    You're only jealous cos the little penguins are talking to me.
  89. yes but... by Kildjean · · Score: 0, Offtopic

    what does this have to do with News for Nerds... and how does this matter? I think this is an all time low for /.

    --
    Nom de dieu de putain de bordel de merde de saloperie de connard d encule de ta mere.
  90. Re:Sites like this that require flash.... by dpiven · · Score: 1

    Heh. Arlington National Cemetery has a large installed base.

  91. Lost Experiments! by jaimz22 · · Score: 1

    the article title " MythBusters - The Lost Experiments" makes me wonder how they got lost in the first place. wouldn't jamie have them stored in one of his anally organized containers? maybe between the rubber chickens and ammunition?

  92. Re:What do these experiments entail? by Aceticon · · Score: 1

    Actually in the water torture show they had 2 different setups for the water torture, one in which the person being tortured was just sitting on a comfy-chair, with no restraints and water dripping on his forehead and the other where the person being tortured was tied to a flat wood "torture table" and water driping on her forehead.

    The confy-chair person had no problems whatsoever.

    The person tied to a "torture table" panicked in less than 1h (even though she knew she would be released as soon as she asked).

    The conclusion was that simply driping water in a person's forhead per-se doesn't work as torture. However, in combination with a "torture situation" (for example, bound to a flat wood table) it does work.

    Interesting episode for those interested in psychology.

  93. Re:What do these experiments entail? by Phanatic1a · · Score: 1

    but a good chunk of burning wad as well.

    Burning wad?

    Yeah, maybe from a blunderbuss. The wads in modern mass-produced shotgun shells are plastic, just like the shells themselves. Walk downrange where people have been patterning their shotguns and you'll find them all over the ground. They don't burn.

  94. Coke is terrible out of a bottle/can by tkrotchko · · Score: 1

    If you have Coca-Cola from a soda fountain, it is significantly better. The carbonation is never correct from a bottle or can.

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Coke is terrible out of a bottle/can by Johnny5000 · · Score: 1

      If you have Coca-Cola from a soda fountain, it is significantly better. The carbonation is never correct from a bottle or can.

      I suppose it's just a matter of personal preference, but I disagree entirely... I much prefer Coke from a bottle or can vs the soda fountain. The fountain Coke is never fizzy enough for my tastes.

      --
      The libertarian solution to the failures of capitalism is to apply more capitalism til the failures are fixed.
  95. Re:Do your homework or quit complaining by Psykechan · · Score: 1

    Yes, these are flash files. Flash may not be ideal for you but it is a darn sight better than streaming WMV or RM or Quicktime. Flash should be able to be viewed on the major three OSes; Windows, Linux, and Mac.

    If you want to pull them down, then fine, do so. I managed to grab them all by using wget, which is incidentally avalable for all the above platforms. You can then use another tool to extract the videos from the flash files or just watch them in a flash player.

    At least this way, you have....options.

  96. Mythbusters video clips by Mattfn · · Score: 1

    Actually, the newest of those video clips have been up since shortly after "Mythbusters Outtakes" aired last spring, so if you've looked since last summer, there is nothing new. Many of the "Lost Experiments" ones were in that episode. If you haven't, do go and check all the video clips out....they are great! Mattfn

    --
    Come to the dark side.....we have cookies! www.Mythbustersfanclub.com
    1. Re:Mythbusters video clips by Mattfn · · Score: 1

      Here are 3 clips someone found not on the Discovery site. http://video.google.com/videosearch?q=mythbusters Mythbusters blow up the cement truck, Pocket ref, Rocket "holy crap"!

      --
      Come to the dark side.....we have cookies! www.Mythbustersfanclub.com
  97. Fire lighting by Merlyn_3k · · Score: 1

    Yes, but that was not the myth.
    The myth AFAIK was that you can start a fire by firing a pistol (with bullet).

    And the B team spends as much time per myth as the A team, they just don't get as much usable footage out of it.

  98. Not completely by everphilski · · Score: 1

    Between Discovery, TLC and the History Channel there is a lot of good educational content. Between the triumvirate there are more shows that tend to appeal to younger audiences (like miami ink, American Chopper, etc) than there used to be and recently TLC has been jumping on the home improvement bandwagon (which isn't all bad, especially as a homeowner) but there are still a lot of good shows like Modern Marvels, Extreme Engineering, Monster Garage, and then the specials that any given channel will do (Discovery does a lot on modern aircraft and structures, history of course on historical events, etc.) And I only watch about an hour of TV a day...

    I do tend to find a lot of bones to pick with Mythbusters, but that's just because I'm a mechanical/aerospace engineer and I tend to see the misteaks they make in their setups. I like the concept. When my kids get a little older I hope to do real-time experiments with them in a similar fashion.

  99. Too bad this isn't hardly ever "science" by Ancient_Hacker · · Score: 1
    Not science:
    • In the flying plywood experiment it looked like they were using 3/4" plywood, which is insanely heavy. You just need enough thickness to not fold under your weight. 1/4" woul dhave been plenty thick, and may have actually been able to soar.\
    • I don't see any science in the blow up the concrete "experiment". Especially since they didnt show the truck AFTER the explosion. This is backwoods hee-haw stuff, not science.
    • The electric coil "experiment" was even more bogus:
      • There are separate electric and magnetic fields around the high voltage cables.
      • If they would have raised a flat sheet of metal they could have captured some of the electric field.
      • If they'd put a coil in the correct orientation,( which they did exactly wrong), and with an iron core, they could have captured a heck of a lot more magnetic field.
      • ANd oh, their measuring method ws bogus too. You want to capture power, which is voltage times current. It shows nothing to just measure the voltage.
      • Yes, they got the right answer, you can't get any useful amount of power this way, but they totally flubbed the methodology.

    Somewhat amusing, yes. Real science, hardly ever.

  100. Ugh. Geeks on TV telling me how reality works..? by Fantastic+Lad · · Score: 1
    Myth Busters drives me crazy.

    A big problem is simply that they claim to bust myths, that myths need busting and that there are smart who don't believe in myths and stupid people who do, and that the TV People are the smart ones who should be trusted and emulated. Through this, people have their thinking subverted. --And it has less to do with crashing cars and splitting arrows. It has to do with the unstated walls of the prison in which those activities take place. When you watch television, the walls are just as much observed as are the dramas going on between them. On the Discovery Channel, is the male host wearing hot or cold colors? Is he seated above or below his female co-host? How do her mannerisms read versus his as he dictates the state of reality to her concerning vital subjects? --This stuff is regularly and deliberately manipulated and it goes in and it carries deep effect.

    So many people are so very frightened of believing the 'wrong' things, and of being ostracized by society as a result, that television, and shows like Myth Busters, wield real power despite its goofiness.

    --The basic undercurrent being that there are things we should feel embarrassed about considering or thinking of until the smart TV people with big budgets have validated everything for us. It links right in with the talking newsheads telling us how the world is, who is evil and who needs to be bombed, etc. --It wouldn't be such a problem if the TV didn't lull everybody who sits before one into a hypnotic state where all the information, right or wrong, gets buried deep in the subconscious, shaping our perceptions and behaviors and beliefs in ways we are barely even aware of but which manifest in very real ways.

    I'll do my own experiments, thank-you very much. Television is most dangerous when it purports to tell us directly how reality works.

    Television lies.


    -FL

  101. Re:What has happened to the shows like... by dozer · · Score: 1

    surely the point is that kids are reading. The Shakespeare can come later.

    No, the point is that the kids are reading crap. Will the Shakespeare come later? Will American Idol and American Chopper watchers suddenly all go to the library and start reading Keats? You're dreaming.

  102. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  103. How to deal with water torture? by silicon+not+in+the+v · · Score: 1

    I think the aspect of this that broke a lot of them too easily is that they weren't keeping their minds on something else. They were focusing on what it was like and having to talk about how they were feeling and such. That just intensifies things like that and makes them worse. I'll bet the best ways to stand stuff like that is to put your mind in a totally different place and daydream really hard to make yourself as unaware of it as possible.

    --
    We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
    1. Re:How to deal with water torture? by mink · · Score: 1

      So they should have gone to Brazil?

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
  104. Hilter? by Cska+Sofia · · Score: 1

    "He's got wonderful plans for Minehead."

  105. Try McDonalds by tkrotchko · · Score: 1

    McDonalds has the exact correct mix usually. That, and if you can manage to find an old-fashioned soda fountain.

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Try McDonalds by Anonymous Coward · · Score: 0

      Gotta agree. Despite how much I hate McDonalds, they do have the best Coke mixture out there.

    2. Re:Try McDonalds by hdh · · Score: 1

      Thank heavens. I thought I was crazy all these years...I'm generally 'against' fast food and soda, but there is something about McDonald's fountain coke. Perfectly balanced.

      --
      I like toast!
  106. Re:Yes (OT) by lorcha · · Score: 1
    You know, this is why I love slashdot. You can have somebody whose only exposure to Thailand is peeking in the window of the Tara Thai restaurant in Akron, Ohio telling you that you've fabricated a story about the wonderful Land of Smiles.

    I hereby sentence you to shut the fuck up until such time as you have actually left your home state to travel somewhere.

    Enjoy!

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  107. Re:What do these experiments entail? by winwar · · Score: 1

    "There are other episodes where they test "Rare Event" and, as one would expect from a rare event, it fails to happen on command. The cell phone gasoline-vapor ignition is one that comes to mind."

    Well, is there a situation where this occured that has been documented? I mean if this happened in real life there would be extensive newspaper articles and TV news coverage. I suspect any documented ignitions would come from static electricity while someone just happened to be using a phone. And if you can't reproduce it under ideal conditions.....

    Finally, they test the MYTH. Not whether something can happen. A lot of complaints occur because people don't pay attention to what they are testing. Like the difference between being able to set ships on fire vs a whole fleet. One is the myth, the other isn't. Some of yours fall into this category.

    That's not to say there aren't problems. But fewer than you think. And the bulk of experiments done by scientists aren't any better....

  108. Re:Ugh. Geeks on TV telling me how reality works.. by Tiny+Elvis · · Score: 1

    Well they also do experiments that aren't practical for Average Joe viewer, like building a tree trunk cannon or trying to ignite fumes with a cellphone ring. Those are fun to watch.

    I don't consider it dangerous if they 'tell me what to believe' because I can still decide to reject it anyway.

  109. Re:What do these experiments entail? by Anonymous Coward · · Score: 0

    'Survivorman' gets a fire started with a rifle shell that he has removed the bullet from. Takes him a couple tries, but he does it.

  110. Re:What has happened to the shows like... by pomo+monster · · Score: 1

    "No, the point is that the kids are reading crap. Will the Shakespeare come later? Will American Idol and American Chopper watchers suddenly all go to the library and start reading Keats?"

    Well, I do. But I guess your experience differs.

    Who are you to pass judgment on popular culture, anyway? If no one's out there reading Gottfried's original, untranslated Tristan und Isolde, maybe it just isn't engaging for a modern audience in that form. I know plenty of people smarter than you or me who happen to enjoy shows like Fear Factor and Desperate Housewives, which, if you've got the imagination to make the stretch, are all just classics reinterpreted. This is not the downfall of civilization--on the contrary, if you ask me, it's evidence of a smart and discerning public.

    But hey, it's Slashdot, so let's blame the user. Their fault for being stupid, right?

  111. oops wrong group name by snuf23 · · Score: 1

    "Well there is no group by that name"

    I got the name wrong. The group is:

    alt.binaries.battlestar-galactica

    The rips I'm talking about are 720 horizontal res, I think DIVX encoded sourced from HDTV. They are 700+ MB for a hour show (minus commercials) and are the sharpest I've seen. Not all posts are that good quality though. There are the SVCD and low bitrate DIVX/XVID ones.

    --
    Sometimes my arms bend back.
  112. Re:What do these experiments entail? by prockcore · · Score: 1

    The wads in modern mass-produced shotgun shells are plastic, just like the shells themselves.

    Um, since you're going to be removing the buckshot, I'm assuming you pack them yourself. DIYers tend to use cotton.

  113. Plywood correction by Merlyn_3k · · Score: 2, Informative

    They actually tried a number of different plywood rigs, they took sheets of single ply (1/8" thick) and glued them together in various arrangements to construct a rough parachute (maximum surface area to weight) And still couldn't get it to keep buster from crashing.

  114. Re:What has happened to the shows like... by dozer · · Score: 1

    All I took issue with was your hope that Shakespeare will come later. Let's be realistic here -- it won't (and it sounds like you partially agree?) All that about pop culture being evil, downfall of civilization, blame the user... I didn't say any of that.

    Interesting discussion style you have... I feel like you could get into a heck of an argument all by yourself. :)

  115. Re:Straight from the Bottlers mouth... (oooh Yuck! by Spock+the+Baptist · · Score: 1

    He's statement specified shelf life in stores. I'm just going on his statement. FWIW. The ooo yuck was an atempt at humor as in stright from the mouth and thus oooh yuck.

    --
    "Oh drat these computers, they're so naughty and so complex, I could pinch them." --Marvin the Martian
  116. Re:Video summaries. by Emot · · Score: 0

    You are seriously the biggest douchebag on Slashdot. This place is like the 'feminine hygene' aisle at your local supermarket, everybody here is a douchebag, but you sir, are the out-and-out biggest. Oh god.

    --

    ALL HAIL THE BEAST THAT ASCENDETH FROM THE PIT WITH HIS CUTE WIDDLE NOSE =^o.o^=

  117. Re:Straight from the Bottlers mouth... (oooh Yuck! by buck_wild · · Score: 1

    That's store shelf-file?!? Damn, I've gotten some dusty-ass cases of diet soda from my local grocery store before. I wonder of that load was...expired (or whatever soda does when it's past the 30-day)...

    --
    If all you have is a hammer, everything looks like a nail.
  118. Re:What has happened to the shows like... by pomo+monster · · Score: 1

    Ah, yeah. Sorry I read too far into your comment.

  119. HEE-HAWED PACK-X- From HOTFIX LISTED. by thomasxstewart · · Score: 1

    Heres some pretty good science thanks to HOTFIX, I Listed what HOTFIX called SP3. They work & work very well.Media fixes seem most powerful, as well as large file sizes, stay away from catalog indexing or anything that slow computer down, just remove or restore, theres no trojan TOTAL WAR blitz kreig at all in there, JUST SEVERAL SLOGS MIXED INTO MESS. http://www.geocities.com/tsvondrashekmd/WASHINGTON .html Signed:PHYSICIAN THOMAS STEWART VON DRASHEK M.D.

    --
    WINDOWS XP Service Pack -X- 396 mb. http://www.geocities.com/tsvondrashekmd/WASHINGTON .html
  120. Re:Straight from the Bottlers mouth... (oooh Yuck! by smbarbour · · Score: 1

    I always found the Diet Dr. Pepper advertising slogan amusing. "Tastes more like regular Dr. Pepper"... than what? Budwiser? Cough syrup? Horse piss? (For the record, I drink regular Dr. Pepper.)
     
    On a side note, diet sodas taste infinitely better from a fountain, and I definately miss drinking pop from glass bottles. Plastic and aluminum alter the taste too much.

  121. Re:What do these experiments entail? by evilviper · · Score: 1
    The idea was (first of all) to try to prove or disprove what the hypothetical truckdriver was supposed to have done - which would not have entailed drilling a hole in the cement.

    Why not? As far as I could tell, the myth was that you could get cemet out of a truck with a stick of dynamite.

    Where's the definitive source of this myth, that says it can't involve drilling a small hole?

    This explanation just reeks of the stupidity of the "hammer throw" (or whatever they called it) where they called it "busted" even through the hammer consistently reduced the surface tension. They just pulled a height out of their asses that was so high NOTHING could possibly have helped, so they pretty well pre-determined the outcome.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  122. Re:What do these experiments entail? by evilviper · · Score: 1

    Unfortunately, at the very least, that leaves their "one or the other" myths as complete wastes of time.

    See: Car Air conditioner vs. Open Windows, Coke vs. Tarnish remover, Salsa vs. Acid on Prison Bars, etc.

    Also, having no standards what-so-ever doesn't lend much credibility to their "plausible" results either. They could easily have screwed-up a basic condition.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  123. Re:Yes (OT) by 808140 · · Score: 1

    I live in Asia, you moron, and have for nearly 4 years now.

    Admittedly, not Thailand (China), but I've been there several times as a tourist.

    I've never been to Ohio, as it happens.

  124. Re:Ugh. Geeks on TV telling me how reality works.. by Inthewire · · Score: 0

    So how do you feel about Cops? (Seriously)

    --


    Writers imply. Readers infer.
  125. COPS. . . by Fantastic+Lad · · Score: 1
    So how do you feel about Cops? (Seriously)

    Same deal, different values. The basic message being that, "Police are patient and good, while civilians are stupid and dangerous animals which need to be controlled." --And moreover, the message as regards to, Poor civilians.

    If, for instance, a person watches COPS every week, then it is likely a low-level element of his/her thinking will voice itself through a strong emotional reaction when the idea of cutting back on police powers is brought to the table. When a neocon movement to further cut back on civil liberties and enact more Big Brother gestapo stuff, one of the building blocks of the public mind will be the public reality of the world as depicted by COPS. That building block, no matter how irrelevant or small a percentage it represents of a population's behavior, will hold an undue level of power in coloring the person's world view.

    Joseph Goebbles depicted German Jews as vermin, showing scenes of rats racing through alley ways interspersed the scenes of Jews looking shifty. People watched this stuff, and made the emotional association of Jews with vermin. We've learned a lot since WWII. We've increased the effectiveness of the medium, (television versus film in its strobe effect, enhancing the absorption of the message). Now we know how to pin the 'desired' emotional value to a target population with much greater finesse, years in advance of the intended coup de gras.


    -FL