Slashdot Mirror


Internet Use Found To Affect Memory

An anonymous reader writes "The rise of Internet search engines has changed the way our brain remembers information, according to a new study out of Columbia University (abstract). 'We are reorganizing the way we remember things,' said the study's lead researcher. Because search engines like Google and Bing are so easily at hand, we feel less need to remember details that can be easily looked up. One possible upside: 'Perhaps those who teach in any context, be they college professors, doctors or business leaders, will become increasingly focused on imparting greater understanding of ideas and ways of thinking, and less focused on memorization. And perhaps those who learn will become less occupied with facts and more engaged in larger questions of understanding.'"

171 of 207 comments (clear)

  1. From the department of... by Anrego · · Score: 3, Interesting

    explaining the gory details of what we already know? Ok maybe for a general audience this is news, but for any tech minded person, I imagine this was already well understood.

    I learnt to program before I had access to the internet, on a Dragon32 (TRS-80 clone), from one source of information: a single book. I remember re-reading a paragraph many many times over to squeeze a little more understanding out of it). I can _still_ remember the specific memory address you had to poke to squeeze a little extra performance out of the processor.

    Now days (and I think we all know this or at least relate to it), I have the stuff I use frequently memorized, and anything else I relegate to “stuff I can just look up”.

    Would also note that it isn’t just the internet (at least for programming). Auto-complete and intuitive naming also plays a big part in the lack of need to memorize stuff.

    1. Re:From the department of... by toastar · · Score: 1

      Ha, reminds me of what my prof said about interrupts. Your going to have to memorize them for this test. Then just forget them, becuase if if you need to know one you can just google it.

    2. Re:From the department of... by Baloroth · · Score: 1

      tl;dr. By the time I got to the end, I forgot what you said at the begi

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    3. Re:From the department of... by nog_lorp · · Score: 1

      Hey now, not all of us experienced life pre-internet.

    4. Re:From the department of... by eyenot · · Score: 1

      I also learned to program "pre-internet" (really, pre-innarwebs) in 1986 on an Atari 130 and a Sinclair ZX-81. Later, the Atari was upgraded; the Sinclair was not.

      My programming book was "Basic Atari BASIC". It worked. The experience was much as you describe. I continued with that experience through Borland TurboPascal, MS QuickBASIC, and Borland C++.

      However, I never became a decent and logical programmer until I gave up programming for awhile and returned to it post-internet, and learned entirely from textfile "tutorials" and other online data collections and guides. I would have to say the quality of conciseness and thoroughness offered by the average long-lived internet FAQ more is more than quadruple what you would get out of your average published tree-killer. In fact the most striking memory I have of those books was supplementing them with things they failed to include, cribbing notes into them or printing the notes out and taping them into the margins of appropriate pages.

      And yet, I have no idea how you can program without memorizing a set of commands and at least most of a working syntax. But I program strictly in C, so. . . I have no idea what the wacky, OOP types are shooting up or snorting these days.

      --
      "Stratigraphically the origin of agriculture and thermonuclear destruction will appear essentially simultaneous" -- Lee
    5. Re:From the department of... by Anrego · · Score: 1

      Great machine to learn on too.

      Yeah.. screw something up.. hit the reset switch.. all is good! You probably could destroy the thing if you really tried, but it was a great machine to just mess around with.

      Also miss when upgrading memory involved some vague instruction, a tube of chips, and a soldering iron! I always wanted to get a floppy drive for the thing .. reading old Cocoa magazines (nostalgia trip) they were all the rage. Never did though :(

    6. Re:From the department of... by Quirkz · · Score: 1

      And yet, I have no idea how you can program without memorizing a set of commands and at least most of a working syntax. But I program strictly in C, so. . . I have no idea what the wacky, OOP types are shooting up or snorting these days.

      Back when I knew just one language, I remembered a decent number of commands. By the time I'd fiddled with my sixth or seventh, a lot of them are pretty jumbled together. I'll admit in PHP I seem frustratingly unable to recall the precise syntax of rather simple commands like a for() loop, which is definitely in the "you should just have this down" kind of material. However, I've got a fantastic memory for what other page makes use of the for() loop, and the search/copy/paste/edit process is quick enough for my own purposes, and the same memory trick also leads me to a more complicated 20-line chunk I want to modify and re-use.

      And perhaps that's a good case of what the article is talking about. You could argue I should take the time to pick up a few dozen of the more common functions and commit them to memory, but there'll always be obscure ones I won't remember. So as it is I don't bother remembering anything more complicated than if(), while() or switch() and instead put my brainpower to remembering where I've used other instances of that code before, however simple or complex.

    7. Re:From the department of... by geekoid · · Score: 1

      No, it was assumed, not studied. Learn the difference. Hint: most assumptions, 'gut feelings', and intuitive answers are wrong.

      you're experience could just be aging.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    8. Re:From the department of... by Compaqt · · Score: 1

      Yeah, this.

      The worst thing is when someone wants to give you a test on syntax minutiae for language $X.

      Regardless of the fact that, to put together the average project, you have to be able to use 5 or 6 languages.

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    9. Re:From the department of... by houghi · · Score: 1

      Full ack. I used to know peoples phone numbers. Now I don't. I do remember others things that I used not to.

      And it is not even related to computing alone. It happens with everything. People we meet. Things we learned at school. Places we visited.

      So basically we remember what we need and we forget what we don't need. Forgetting is not a bad thing, it is human.

      --
      Don't fight for your country, if your country does not fight for you.
  2. When All of TODAY's Professors are Dead by Jeremiah+Cornelius · · Score: 1

    'Perhaps those who teach in any context, be they college professors, doctors or business leaders, will become increasingly focused on imparting greater understanding of ideas and ways of thinking, and less focused on memorization.

    Structure of Scientific Revolutions and whatnot.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  3. A Smart man once said... by BagOBones · · Score: 4, Interesting

    Never memorize what you can look up in books. --Albert_Einstein
    http://en.wikiquote.org/wiki/Albert_Einstein

    --
    EA David Gardner -"... but the consumers have proven that actually what they want is fun."
    1. Re:A Smart man once said... by stephathome · · Score: 1

      Precisely. Just think how much had to be memorized before the printing press was invented. It's something of an ongoing process, although these days it's rather different sorts of information we need to have.

    2. Re:A Smart man once said... by MobileTatsu-NJG · · Score: 2

      Never memorize what you can look up in books. --Albert_Einstein

      I'm inclined to agree. What's more valuable: Knowing how to solve problems or memorizing the solutions to a bunch of problems?

      --

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

    3. Re:A Smart man once said... by Kenja · · Score: 3, Insightful

      Reminds me of this SMBC comic on the difference between a science fan and a scientist.

      http://www.smbc-comics.com/index.php?db=comics&id=1777

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    4. Re:A Smart man once said... by interkin3tic · · Score: 3, Insightful

      I think Einstein may have been overstating things. Some details may often be safely left in books, but a portion of the memorization I did in school has served me quite well, despite what I thought at the time. You have to build a framework of knowledge in any subject area to know what details you can look up in the first place, and having at least a foggy recollection of things you memorized at one time helps. "Is it in a book or not" is not a good standard for that.

    5. Re:A Smart man once said... by Normal+Dan · · Score: 1

      Came here to post this. I've always agreed with Einstein on this one. I'm even considering building a device to link my mind directly into a computer so I can look stuff up. One day computers might be far more reliable than meat memory, so why not?

      --
      A unique way to learn a language: http://languageloom.com
    6. Re:A Smart man once said... by Have+Brain+Will+Rent · · Score: 2

      Never memorize what you can look up in books. --Albert_Einstein

      Yeah, why bother memorizing stuff like 6*6=36 when you can just look it up in a book?

      Plus as an added benefit the government won't need rats in a face cage to get you to the 2+2=5 stage, they'll just change the web page to make that the new truth.

      --
      The tyrant will always find a pretext for his tyranny - Aesop
    7. Re:A Smart man once said... by AndyAndyAndyAndy · · Score: 1

      Different sorts of information, yes, but also far more advanced sorts. We will still need to memorize the basics ... language, math principles, rules of science, etc. to be able to learn at high levels.

      It's a double-edged sword: being able to look up the bits of information you don't already know can be a great mental bridge-builder, but being able to recall many complex ideas at once (working in advanced physics, for example) requires one to have instant recall of many unrelated laws, theories, and bits of information to forge ahead and create new ideas. It narrows the gap between people learning and working at low and medium levels of knowledge, but too much reliance in society could stymie advanced work.

      --
      It's always confirmation bias!
    8. Re:A Smart man once said... by heathen_01 · · Score: 3, Insightful

      I agree with your point. My example is the java JDK. Sure its searchable and indexed, however if you don't know you need to use a ReentrantLock it will (potentially) take a lot of searching before you realise that is what you need to use. However once you remember that you need a ReentrantLock then looking up what the constructor parameters are is invaluable.

    9. Re:A Smart man once said... by mehrotra.akash · · Score: 1

      I guess it should be managed like a cache, with your brain being the cache, and books being secondary storage

    10. Re:A Smart man once said... by dcigary · · Score: 1

      I agree with this. It's silly to look up the fact that 2+2=4, those things can be easily memorized. But leaving the tomes and tomes of information to the books or the internet in my opinion frees you to assess the situation, have a fairly good idea of what or how you want to do, and then go look up how to do it. That's why I don't memorize Oracle manuals and database initalization parameters - if I need to correct syntax, I'll look it up, but I know vaguely what types of things are available.

      Now, if I can ever figure out why my head latches on to movie quotes and pop trivia items like a rare earth magnet to an I-beam, we'll be talking. I can't get those things outta my head for nothing!

      Mitch: You know, um, something strange happened to me this morning...
      Chris Knight: Was it a dream where you see yourself standing in sort of sun-god robes on a pyramid with a thousand naked women screaming and throwing little pickles at you?
      Mitch: No...
      Chris Knight: Why am I the only one who has that dream?

      --
      ...my Karma ran over your Dogma...
    11. Re:A Smart man once said... by hedwards · · Score: 1

      He was not suggesting that one shouldn't memorize things, just that certain thins aren't worth memorizing. There's no good reason why anybody should need to memorize the value of Pi, e or other constants when memorizing the presence of that particular constant will suffice. You'll get shit accuracy if you try to memorize it anyways.

      In general, the Internet isn't so much affecting memory as the sloth of average individuals is. I've got an astonishing memory in large part because I use it, I've practiced with it and I've developed it. I only use the internet for information I don't know or to double check what I know. But even for finding information in the first place the internet is a bad place to get it.

    12. Re:A Smart man once said... by jellomizer · · Score: 1

      Also as a person who never really excelled at school. The problem with a lot of schooling is the fact most of the testing is based on memorization. Math been taught by telling the kid to remember the formula vs. Trying to teach them how the formula was approached. Which is interesting because I have talked to a lot of people who Say I HATE math and I cant do it and the only math class I did well was when they actually did proofs.
      Perhaps because my minor was focused in Discrete mathematics but I think understanding how math works is more important then going threw the motions to solve the answer.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    13. Re:A Smart man once said... by Shotgun · · Score: 2

      Depends on how quickly you need to know the answer to the problem. You ever seen someone searching desperately for a calculator because they need to add up a list of 5 or 6 numbers? Or someone that can't write a paragraph without a dictionary? It's such a sad spectacle.

      --
      Aah, change is good. -- Rafiki
      Yeah, but it ain't easy. -- Simba
    14. Re:A Smart man once said... by MobileTatsu-NJG · · Score: 1

      Yes, I've seen fish out of water before.

      --

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

    15. Re:A Smart man once said... by MacTO · · Score: 1

      A scientist who knows pi to 1 significant figure is useless (e.g. they cannot make basic estimates).

      A scientist who knows pi to 3 significant figures is efficient.

      A scientist who knows pi to 1600 significant figures doesn't understand what they're doing.

      Memorization is a basic part of learning, but we need to realize what is important to remember and what is not.

    16. Re:A Smart man once said... by schlachter · · Score: 1

      I thought he said...
      "Never memorize what you can look up online" --Einstein

      --
      My God can beat up your God. Just kidding...don't take offense. I know there's no God.
    17. Re:A Smart man once said... by burning-toast · · Score: 1

      Or you know... you can instead memorize HOW to do multiplication instead of memorizing the fact of 6*6 = 36...

      I learned how to multiply, and when I did the same multiplication many times I naturally memorized the results, but I did not strive to remember all of the results...

      Memorizing results doesn't get you anything else of greater usefulness out of having done so.

      Personally I would rather learn the why and the how than memorize the what.

    18. Re:A Smart man once said... by cheekyjohnson · · Score: 1

      You ever seen someone searching desperately for a calculator because they need to add up a list of 5 or 6 numbers? Or someone that can't write a paragraph without a dictionary?

      No, and I don't think many people are like that. Adding numbers and being able to write in your own language are basic skills. I'd say remembering such things is more useful than remembering other things (because of how frequently you use them).

      --
      Filthy, filthy copyrapists!
    19. Re:A Smart man once said... by infolation · · Score: 1

      By 'book', Einstein meant a physical, printed, unchangeable book.

      When we're relying on the internet for unchanging 'facts', we're at the mercy of information storage that can be changed at will.

      In George Orwell's 1984, history was re-written by destroying books and creating new ones.

      But when our brains don't remember 'facts' because we think the internet will remember for us, those facts can be changed without us realising.

      We're reliant on a system of logging, caching and revision-history to tell us otherwise.

      But not every stored fact on the internet has the revision-history of wikipedia et al.

    20. Re:A Smart man once said... by Have+Brain+Will+Rent · · Score: 1

      But you did memorize 6*6=36.

      Your motivation for doing so, or not doing so, and the method by which you arrived at that memorization isn't germane to what I said.

      And when you were learning to multiply did you learn to calculate 6*66 by adding 66+66+66+66+66+66? Or did you multiply 6*6 and add it to 6*60?

      I would be interested in knowing what useful (as in practical for everyday purposes) algorithm you could use to multiply a couple of three digit numbers, without the assistance of a device like a calculator/computer, that didn't either require the memorization of the times table or require an awful lot of addition.

      --
      The tyrant will always find a pretext for his tyranny - Aesop
    21. Re:A Smart man once said... by Quirkz · · Score: 1

      So the question is, did you have that quote memorized, or did you have to look it up? And if you looked it up, did you look for the author (hey, I think Einstein said something about memory once) or did you start with a vague sense of the quote (what was that about memorization, and who said that anyway?) to come to that post?

    22. Re:A Smart man once said... by Quirkz · · Score: 1

      Only if you can look it up in a book every time you need to be reminded how.

    23. Re:A Smart man once said... by maxwell+demon · · Score: 1

      There's no good reason why anybody should need to memorize the value of Pi, e or other constants when memorizing the presence of that particular constant will suffice.

      Nobody knows the value of pi or e anyway. People only differ in whether e.g. their best known approximation of pi is 3, 3.14, 22/7, 3.14159, or something even more precise.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    24. Re:A Smart man once said... by tringstad · · Score: 1

      You should maybe re-read the quote because it implies exactly what you said.

      It does not say, "Don't memorize something that is in a book."

      Without building a framework of knowledge to begin with, you would not know how or where to look up what you don't need to memorize.

      --
      "I got a half gallon of Jack, and 2 dozen Ant Traps. I'm about to get wild." -me
    25. Re:A Smart man once said... by dontbgay · · Score: 1

      That's not memorization, that's math... Unless you haven't learned basic math, but have decided to memorize the "hard" ones.

      --
      Sig not found.
    26. Re:A Smart man once said... by Have+Brain+Will+Rent · · Score: 1

      Well it's arithmetic not math but that quibble aside obviously memorization servers a purpose. I chose the example I did because it's so crystal clear and uncluttered by irrelevant details that it's pretty hard to argue that memorization isn't necessary.

      The whole "I don't need to know it, I can just look it up" attitude is sadly far out of touch with how intellectual/creative processes actually happen.

      --
      The tyrant will always find a pretext for his tyranny - Aesop
    27. Re:A Smart man once said... by nbauman · · Score: 1

      Or you know... you can instead memorize HOW to do multiplication instead of memorizing the fact of 6*6 = 36...

      6*6 = (5+1)*6 = 30+6 = 36.

      Easy.

    28. Re:A Smart man once said... by lpq · · Score: 1

      I wonder how much time he spent looking up his own name?

      If he said such a statement it only proves that even genius can make categoric statements that prove them either fools or prey to taking mental shortcuts and not really thinking things through.

      I'd amend or rewrite the above to say never memorize that which you will spend less time looking up, that it would take you to memorize it.

      Having to look up my login password everytime I logged in, could be a problem if I couldn't find out where I hid the location.

      400 passwds on random sites -- those get written down as memorization cost way exceeds the utility. But a login pasword's memorization probably exceeds the multiple times you will have to find the pw (not to mention if you put something like that in an obvious location, it wouldn't really be very secure)....

    29. Re:A Smart man once said... by TeknoHog · · Score: 1

      I guess it should be managed like a cache, with your brain being the cache, and books being secondary storage

      My thoughts exactly. While RAM and disk have grown by huge amounts, our CPU and cache are basically the same as in the caveman days. To get any thinking done, you still need to get that data into the cache, and frequently used data will tend to stay there.

      This is also why huge organizations are inefficient, there is too much communication overhead, and it is mainly in small teams where actual work gets done.

      --
      Escher was the first MC and Giger invented the HR department.
    30. Re:A Smart man once said... by X0563511 · · Score: 1

      I can't even remember the last time I had to add numbers with more than 2 digits by hand... ... that said, I -do- remember how to do it.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    31. Re:A Smart man once said... by X0563511 · · Score: 1

      It's not always related to motivation.

      Eg, I have memorized a relatively large chunk of the [1, 2, 4, 8, 16, 32, 64, 128 ... 4096] set out of common use and familiarity. At no point did I say to myself "gee I should memorize these numbers!" - and buried down I do know the how/why of them too, but I have to think about it for a moment because i almost never use that fact.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    32. Re:A Smart man once said... by X0563511 · · Score: 1

      Hell your brain already uses such a system!

      Working set < Short-term < long-term

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  4. and the dead-tree press covers this with: by rbrausse · · Score: 1

    Perhaps the Internet doesn't make stupid

    sigh. Die Zeit is a respected weekly paper here in Germany, but headlines like this are not really helpful...

  5. From the ashes, tools arise by kakyoin01 · · Score: 1

    Seems to me that the internet just encourages selective memory development, and dependence on software and the internet (with a a bit of magic sprinkled in) for everything. This era is leaning more towards effective tool development, from what I've seen. This is not necessarily a bad thing; good tools usually lead to better products, and more use of the tools leads to further tool development. Some of us don't seem to need feedback to make changes to tools though (I'm looking at you, Mozilla).

    --
    The more you know, the more you have to say and the more you should listen.
    1. Re:From the ashes, tools arise by hedwards · · Score: 1

      Right which is a common observation of students in any field. You'll find a few people that learn everything they can, but most students just want to know what's on the test. In language classes, most students just want enough of the language to get by. And the result is virtually always inferior to a more thorough learning of the subject, but people being lazy, that's what they want to learn.

  6. Not really by HalAtWork · · Score: 1

    This same argument has been made time and again, but the only thing I find myself forgetting is trivia. As for facts, I used to know a lot of methods, words, etc by rote, or I my recollection would be derived from things I had heard, but now it's so easy to satisfy my curiosity from multiple sources. I know more and it is better reinforced. I do use the internet for reference, but it is not on hand every moment of the day, nor is it always opportune when it is available. Maybe if you need to look up a detail for one time and you never use it again, you'll forget that, but I don't really find myself running to a search box every five minutes because I can't remember anything anymore. Now when I don't know something, I write it down, and when I am bored I look these things up. I watch videos with closed captioning on because I can easily look up the words I am unsure about. I've been able to volunteer information more often than before, and if others can't remember something, I've been able to fill in the gaps. But I really can't say I find myself forgetting anything.

    1. Re:Not really by Svartalf · · Score: 1

      It's trivia that I tend to forget...that and numbers. But then, I had problems with the numbers anyhow. :-D

      The trivia, I seem to still be doing okay, but it's hazier- I have to resort to Googling it occasionally with my phone or other computer to verify my recollections.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    2. Re:Not really by hedwards · · Score: 1

      There's a reason for that. It's a prediction that's made primarily by constructivists. What you refer to as trivia is probably a random fact with no particular connection to anything else you know. The facts you know are probably integrated into other bits of knowledge or other interests you have, meaning that they've got more connections than the random trivia does. The more connections a particular idea has the less easily it is forgotten as the more connections have to be disconnected before the information is gone.

  7. All men rejoice by Ukab+the+Great · · Score: 1

    For now we can blame Google for any unremembered anniversary.

    1. Re:All men rejoice by Jeremiah+Cornelius · · Score: 1

      Oh sh*t!!!

      Today is the 15th?!!?

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:All men rejoice by mark-t · · Score: 3, Insightful

      No... because that should be in your Google calendar, and you'll receive a reminder when you visit it.

    3. Re:All men rejoice by hedwards · · Score: 1

      Precisely, things like anniversaries and birthdays are precisely the sort of thing that you should be delegating to a machine to remember. With the plus side being that you can even set it up to remind you early enough to do something about it.

    4. Re:All men rejoice by Ukab+the+Great · · Score: 1

      Yes, and your significant other will be hella pissed when she sees you rushing to make reservations for Battle Of Grunwald Day.

    5. Re:All men rejoice by Jeremiah+Cornelius · · Score: 1

      My mother's descent from the founders of Deutschordensland is in some dispute...

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    6. Re:All men rejoice by LongearedBat · · Score: 1

      "Honey, I was going to enter it into the calendar, but I forgot... I'm so sorry."

  8. Yup :( by master_kaos · · Score: 1

    I know there are a bunch of things that I should remember, but I don't because I know they are a quick google away... It's similar to GPS. I have one and love it, but if you were to take it away I would have no idea how to get anywhere. My dad travels a lot, and knows a good portion of canada like the back of his hand. I ask how he remembers it all, and he said, "Easy, I don't rely on maps/gps" He says he can't believe how stupid people are these days, and cant do "basic" math in their head and always have to use a calculator... I know I am a shining example of that.

  9. So I study biotechs... by Nrrqshrr · · Score: 1

    And we had to learn certain protocols of experimentation and manipulation and what not.
    I know that this kind of knowledge isn't a waste, but honestly. The first time I entered an analysis lab, I found those exact protocols printed on a paper and posted on the walls, and the chief researcher advised us to use the lab's computer to look up the protocols in case we have a doubt.
    When I think of the insistence of certain professors about learning these by heart and their numerous occurrences in exams, I can't hep but feel cheated.
    They could have invested that time explaining other things or just delving deeper into the logics behind them.

    1. Re:So I study biotechs... by Attila+Dimedici · · Score: 1

      The problem with this approach can best be explained by math. If you don't know that 2+2=4, you will not understand that 2x2=4. If you don't know that Louis Pastuer proved that life does not come into existence by spontaneous generation, you might believe that all life came into existence by spontaneous generation.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    2. Re:So I study biotechs... by gomiam · · Score: 1
      You can explain multiplication from geometry without needing to know addition. It is better to know addition, but remember that there are many ways to define addition.

      Knowing that it was Louis Pasteur who disproved spontaneous generation isn't critical. Knowing current life isn't spontaneously generated is important, but it is even more important to be able to use your intelligence to find a way to prove it one way or the other.

    3. Re:So I study biotechs... by lahvak · · Score: 1

      I think the point here is that you will eventually be using these protocols a lot. You should have those eventually ingrained in your memory in such a way that following the protocol will be more natural for you than not following the protocol. You should also know them well enough so that in the case you are tempted to take a shortcut, you will know "oh, I cannot do that, since the protocol says to do it in such and such way". Of course that can all be achieved without rote memorization, but I believe that at least for some people, memorizing the protocols helps them to get there.

      What irks me more is the insistence of some instructors on "proper format" of citations. There are situations where you judge paper for some sort of writing award, you come across a paper that is very well written, so that in your opinion it far exceed all other submissions and deserves to win, and some colleague of yours insists that that paper cannot win, because it doesn't follow the proper MLA citation format.

      --
      AccountKiller
  10. Google it up by JK124 · · Score: 1

    Brb.. Let me google up my response.

  11. Bad teachers and bad students by Anonymous Coward · · Score: 1

    perhaps those who learn will become less occupied with facts and more engaged in larger questions of understanding.

    I'm a college teacher and sadly the short-term effects of the internet have been exactly the opposite. Most students see the internet as a quick and effortless source of information, and seem unable to distinguish information gathering from actual understanding. Worse, because they don't actually process the information to build a consistent model of the subject they're studying, they're unable to filter out misinformation, so I keep getting papers where one paragraph completely contradicts the previous one, since they were "inspired" by (i.e., copied from) different sources, which were either wrong or talking about different contexts.

    Easy access to search engines does have a lot of potential for education reform and progress, but not as long as teachers allow students to pass off their "googling skills" as proof of understanding.

    Except, of course, for journalism students, but those have clearly come to terms with the fact that they can't actually understand anything, or they wouldn't have chosen a career in "repeating someone else's words". ;-)

    1. Re:Bad teachers and bad students by Dunbal · · Score: 1

      Ahh yes, I call them the copy & paste generation. Absolutely no ambition, thinking is a chore and a tedious bore to be done between Facebook/Playstation/Starcraft sessions.

      --
      Seven puppies were harmed during the making of this post.
  12. How I've always learned by gstrickler · · Score: 1

    I'm old enough that I was out of school before the Internet became available to most people, but I've always learned this way. I learn concepts, memorize the most important details and note the exceptions. All the other stuff, I'll learn if I use it regularly, and look it up if I don't.

    As one of my high school teachers said, "Half the information in the world is knowing where to find the other half". That was before anyone had heard of a search engine and the internet didn't exist as such (it was ARPAnet and very few had heard of it).

    --
    make imaginary.friends COUNT=100 VISIBLE=false
  13. bing? by bobaferret · · Score: 1

    People still use Bing? I guess IE must point there by default....

  14. Supplements to improve memory by nido · · Score: 3, Interesting

    Last summer I found a little herb shop in Phoenix, Arizona. One of their custom loose-leaf tea blends was called An Elephant Never Forgets. My memory had been rather fickle, ever since I lost it entirely for a 2-week period after I nearly drowned at the lake, some 12 years before. The lack of consistency was rather annoying, but only when I realized that there was something I couldn't quite remember.

    I bought an ounce of said tea, and immediately noticed a dramatic improvement in my ability to remember. I don't take it all the time, or even regularly, but I did happen to see the bag this morning. Funny how that works.

    Here are the ingredients from the above link, to save you all a click:

    Mental focus formula
    Ingredients:
    Ginkgo (Ginkgo biloba) – increases circulation to brain, increases cerebral function
    Gotu Kola (Centella asiatica) – nerve and brain tonic
    Rosemary (Rosemarinus officinalis) – antioxidant, supports cerebral function
    Rhodiola (Rhodiola rosea) – increases memory and overall performance
    Sage (Salvia officinalis) – antioxidant, supports cerebral function
    Spearmint (Mentha spicata) – increases circulation, flavor
    Cardamom (Eletteria cardomomum) – increases circulation
    Calendula Petals (Calendula officinalis) – encourages lymphatic circulation

    Additional Information
    This formula is great for those who wish to be mentally alert without using caffeine. A very popular tea among students, but excellent for anyone wishing to support focus, concentration and memory.

    Huperzine-A, from the moss, also has potent memory-improving properties.

    There are a lot of other important factors to memory improvement... I should look for a publisher. :)

    --
    Learn the rules so you know how to break them properly.
    www.teslabox.com
    1. Re:Supplements to improve memory by JonySuede · · Score: 1

      you Slashdoted them

      --
      Jehovah be praised, Oracle was not selected
    2. Re:Supplements to improve memory by PrescriptionWarning · · Score: 2

      Pretty sure you were just sold snake oil, you know like those multivitamins that claim to increase your penis size...

    3. Re:Supplements to improve memory by gomiam · · Score: 3, Insightful

      You missed an ingredient: placebo ;)

    4. Re:Supplements to improve memory by Svartalf · · Score: 4, Interesting

      Heh... Actually...

      Gotu Kola has been shown to pretty much be one of the highest natural sources of B1, B2, and B6 vitamins- which would be brain/memory boosting.

      Ginko's been claimed to be memory loss/dementia preventing. Mixed bag there on the research (some research indicating so, some not...)- but they DO know it has an impact on healthy individuals by boosting attentiveness considerably through it's ability to inhibit norepinephrine uptake. I'd say it'd help in remembering things because of that aspect.

      Not sure about the other herbals in the tea, but Firmoss happens to supply a known fairly potent nootropic. Research has shown that it's roughly as effective at dealing with Alzheimers as the current drugs on the market with quite a bit less side effects. Other research on the nootropic aspects are currently ongoing but they're in the process of producing a highly refined and concentrated version of this substance to treat Alzheimers right at the moment.

      So...saying that they were just sold snake oil...not as such. Where do you think asprin came from? It was by researching the effect of salicylic acid and trying to find a "better" answer for the stuff that already largely worked- from plant extracts, much like this herbal medicine you're calling "snake oil". Yes, much of this stuff is that- but to dismiss it like you did is to ignore where your medicines at least initially came from.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    5. Re:Supplements to improve memory by Windwraith · · Score: 1

      Well, natural solutions aren't the miracle they tend to sell, but if coffee can give you an edge, why not some herbs? They are full of chemicals that are released with heat (cooking chemistry 101).
      I need to take a combination of both raw, pharmacy chemicals and herb infusions to treat a esophagus/stomach affliction. Both on prescription by a certified medic.
      All we eat is as well a mass of chemicals after all.
      That of course doesn't bar actual "all natural" placebos being sold, but it happens on the other side of medicine as well.

    6. Re:Supplements to improve memory by geekoid · · Score: 1

      " which would be brain/memory boosting."
      no, in fact in the technical sense, your statement doesn't even make sense.

      It's snake oil, pure and simple. Snake oil meaning, it HAS been studied in this area, and it doesn't work. Time to move on.

      If I say parsley cures cancer, and we tested it and the good studies* show no effect, it's time to stop studying it and go on to something else.

      Your just dressing up nonsense and putting a white coat on it to make it sound scientific.

      *proper controls, proper blinding, etc.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    7. Re:Supplements to improve memory by geekoid · · Score: 1

      ".. why not some herbs?"
      Taht's not the discussion. Many major drugs come from herbs, and then are refines and made well.

      However, most of these claims are on thing that have no evidences at all the work. People selling them rely on FUD and lies.

      "certified medic."
      Whats a certified medic?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    8. Re:Supplements to improve memory by Smauler · · Score: 1

      There might be decent things in that tea.... without evidence showing that they are decent, it _is_ just snake oil.

      That being said, you've claimed that there may be sources of B1, B2, and B6 vitamins there. Personally I'm slightly sceptical about the amount of the vitamins that are getting though the boiling process and the infusion process, even prior to ingestion. I may be wrong, but I'd guess there wouldn't be that much compared to just dropping a supplement (not that I reccommend this necessarily), or just eating vaguely healthy foods.

      The number 1 easily accessible preventative drug for Alzheimers is nicotine. There are quite a few studies showing big correlations between nicotine use and Alzheimer's prevention. It's not patentable, and it's got a bad reputation due to the tobacco industry, so it's unlikely there will be much funding for it.

    9. Re:Supplements to improve memory by Will.Woodhull · · Score: 1

      It's snake oil, pure and simple. Snake oil meaning, it HAS been studied in this area, and it doesn't work. Time to move on.

      Spoken like a true believer in Science.

      Some of us would never go further than saying that so far the claimed benefits of the tea have not been reproducible under laboratory conditions. That is about as far as anyone who uses the scientific method can go. Persons who go beyond that are generally invoking Science as a God Substitute: some kind of Almighty Authority.

      --
      Will
    10. Re:Supplements to improve memory by flyingsquid · · Score: 1
      Plants and fungi make an amazing variety of drugs. Fungi have given us penicillin, LSD, psilocybin, and of course, alcohol. Plants have provided us with caffeine, cocaine, heroin, cannabis, nicotine, and mescaline. So if you take half a dozen different folk remedies and throw them into a tea, there's a reasonable chance that one of them is a drug. Hell, most of the tea that you buy does contain a mild drug in the form of the caffeine. Some of them contain stronger stuff. I've seen tea at the store that contains Saint John's Wort, which is a drug, pure and simple- you actually need a prescription to get the stuff in Europe. Saint John's Wort is an antidepressant that's manufactured by flowers instead of by the pharmaceutical companies, and it's been shown to work at least as well as Prozac in clinical studies; the major difference is that it has fewer side effects than man-made antidepressants.

      As far as the poster's tea, if it improved his memory, there's a chance it's the Rhodiola. I've heard it's effective and there are a handful of clinical studies that have found that it works to improve depression and anxiety.

      Which isn't to say you should run out and get this stuff. It may be herbal, organic, and natural, but these are still drugs. Don't assume the stuff is harmless because it's natural, any more than you should assume it's ineffective because it's natural. Drugs are drugs no matter where they come from.

    11. Re:Supplements to improve memory by jimmydevice · · Score: 1

      If it works for you, even if it's a placebo effect, I guess it worked.

    12. Re:Supplements to improve memory by Ragondux · · Score: 1

      Ginko's been claimed to be memory loss/dementia preventing. Mixed bag there on the research (some research indicating so, some not...)- but they DO know it has an impact on healthy individuals by boosting attentiveness considerably through it's ability to inhibit norepinephrine uptake. I'd say it'd help in remembering things because of that aspect.

      Would you have a reference, regarding Gingko having an impact on healthy citizens? I've done some research in the past and found no study saying that.

    13. Re:Supplements to improve memory by badkarmadayaccount · · Score: 1

      Fun fact: Prozac and placebo have similar efficiencies in a substantial portion of patients.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
    14. Re:Supplements to improve memory by X0563511 · · Score: 1

      While that tea may do the job, some of the other things on the site scream "BS" to me. For example (I'll bold the parts that seem especially bad)

      Ingredients:
              Nutritional Yeast and Brewer’s Yeast – high in the B vitamins
              Spirulina(Spirulina platensis) – a blue-green algae high in protein, beta carotene, and other essential nutrients – a perfect food, no carbs
              Bee Pollen – a perfect food for humans containing all the life force energy found in flowers
              Alfalfa (Medicago sativa) – high in all known vitamins and minerals

      Really? It's an algae. It's not a 'food' - and WTF? "No Carbs"? It's a fucking pill.
      I won't even get into the "life force energy" part.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    15. Re:Supplements to improve memory by Lundse · · Score: 1

      If it works for you, even if it's a placebo effect, I guess it worked.

      ...the placebo effect worked, that is...

      --
      IAIFARSIJDPOOTV - I Am In Fact A Reality Star; I Just Don't Play One On TV
    16. Re:Supplements to improve memory by Lundse · · Score: 1

      It's snake oil, pure and simple. Snake oil meaning, it HAS been studied in this area, and it doesn't work. Time to move on.

      Spoken like a true believer in Science.

      Some of us would never go further than saying that so far the claimed benefits of the tea have not been reproducible under laboratory conditions. That is about as far as anyone who uses the scientific method can go. Persons who go beyond that are generally invoking Science as a God Substitute: some kind of Almighty Authority.

      No. Persons who do not go from "not reproducible" to "no reason to give this any more credence than tinfoil hats" are failing to use science/common sense as a basis for making rational decisions. This is not about science substituting god - it is about science complementing common sense and helping you make better decisions.
      If you still believe in X does Y, when X has been shown, using the best scientific methods, not to do Y, then you have the problem. The guy who is ready to move on from X, he has a pretty good crasp of reality and is using science exactly right.

      --
      IAIFARSIJDPOOTV - I Am In Fact A Reality Star; I Just Don't Play One On TV
  15. Understanding requires factual knowledge by KalvinB · · Score: 4, Insightful

    You can't "understand" things if you don't have the "facts"

    The brain is also far superior than Google in combining facts into new understandings. Google cannot relate Moby Dick and Treasure Island together. You have to actually read the books to know what each are saying so that your brain can extrapolate the common themes.

    The idea that having "stubs" of knowledge in the most powerful computer on the planet and leaving the real meat of facts in the dumbest computers on the planet is somehow a good thing is just idiotic. Google is not going to link information together for you. You have to put the real meat of information into your head and then only your brain is capable of making connections to create real understanding.

    1. Re:Understanding requires factual knowledge by DemonGenius · · Score: 1

      This sounds a lot like Data vs. Code. Data comes and goes, but how that data is understood and worked with stays forever. Translated in more biological terms, it doesn't matter what specific facts we know at any one point in time because things change and people can and have rewritten history. How we learn to interpret information and how much better we get at it throughout the ages is what makes or breaks a civilization. It's probably more of a good thing than a bad thing that we have information at our fingertips, then we can focus more on how to interpret information, become more adept at it and less prone to manipulation and misinformation.

    2. Re:Understanding requires factual knowledge by martas · · Score: 1

      You're making a lot of unfounded assumptions about the way the brain works... Do you really think the generalization/pattern recognition abilities of the brain function by analyzing large amounts of detailed, memorized information? That's not how it works at all... Understanding how changes in the way people manage information affect various cognitive abilities is certainly an important research problem. But unless you happen to be a cognitive psychologist/neurologist, your extremely vague intuition on the matter (based presumably on nothing more than your personal conservative prejudices regarding technology, which seem paradoxically common among the /. crowd) is, in my opinion, "noise disguised as signal" (i.e. not useful, and damaging due to seeming potentially informed).

    3. Re:Understanding requires factual knowledge by avandesande · · Score: 2

      Your example defeats your argument. Nobody needs to memorize Moby Dick or Treasure Island to relate them together. Reading a book is not the same as memorizing it. If you were going to write a thesis on this you would just go back to the books and find the passages that back up your assertion.
       

      --
      love is just extroverted narcissism
    4. Re:Understanding requires factual knowledge by slinches · · Score: 2

      You can't "understand" things if you don't have the "facts"

      Sort of. You can't "understand" without at one point knowing the facts. Do you currently remember all of the words to both books? But you obviously do remember the general story lines and plot themes. This is exactly the point TFA was making. We don't recall things that we know are available to look up, but do remember those that that aren't (i.e. your interpretation of that data).

      The idea that having "stubs" of knowledge in the most powerful computer on the planet and leaving the real meat of facts in the dumbest computers on the planet is somehow a good thing is just idiotic. Google is not going to link information together for you. You have to put the real meat of information into your head and then only your brain is capable of making connections to create real understanding.

      The human brain is powerful, but it's strength is not accurately storing information. What it is good at is recognizing patterns and linking data together to build models that are applicable in a larger context. Once our understanding is built, there's no need to store every piece of information that went into it, just a link to where it is or the ability to recreate it from our mental model.

      --
      Knowledge Brings Fear
    5. Re:Understanding requires factual knowledge by Jah-Wren+Ryel · · Score: 1

      Your example defeats your argument. Nobody needs to memorize Moby Dick or Treasure Island to relate them together.

      However, the better your memory of each book the better you are able to synthesise the information in both books in order to see connections and draw new insights.

      Memory is not all or nothing - it's a continuum between remembering nothing and total memorisation. In other words, you can't readily "connect the dots" if the "dots" are off in google instead of in your head. Synthesis is probably the most useful part of intelligence, people who can't synthesise knowledge are just squishy dictionaries.

      --
      When information is power, privacy is freedom.
    6. Re:Understanding requires factual knowledge by avandesande · · Score: 1

      ...and the better your memory the more you can make use of the internet. I really don't understand your point about google- are you saying people just google things and look at the search results to come up with ideas? People find stuff with google, read the web page, and if they want to use the data in the future they will re-do the search. I am sure living next go a large good quality library (and taking advantage of it) will also change how you remember things.

      I will agree the article of the OP is kind of silly.

      --
      love is just extroverted narcissism
    7. Re:Understanding requires factual knowledge by Jah-Wren+Ryel · · Score: 1

      if they want to use the data in the future they will re-do the search.

      I think you are having trouble understanding the concept of synthesis. You can't "want" to use the knowledge if you don't remember it. It won't even occur to you in the first place. Knowing the information exists somewhere, someplace does not enable someone to spontaneously draw a connection between that information and something they are currently reading or thinking about.

      For example, if you don't remember Queequeg's name then if you see a reference to it in another book that reference will have no meaning for you.

      --
      When information is power, privacy is freedom.
    8. Re:Understanding requires factual knowledge by avandesande · · Score: 1

      You cherry pick an example- just because I can't remember the weight of an electron doesn't mean I won't know how to apply it.

      --
      love is just extroverted narcissism
    9. Re:Understanding requires factual knowledge by Jah-Wren+Ryel · · Score: 1

      You cherry pick an example- just because I can't remember the weight of an electron doesn't mean I won't know how to apply it.

      But if you run across another calculation that results in a number that is exactly 1000 * the weight of an electron you will totally miss the significance. This is the essence of synthesis.

      --
      When information is power, privacy is freedom.
    10. Re:Understanding requires factual knowledge by CodeBuster · · Score: 1

      leaving the real meat of facts in the dumbest computers on the planet is somehow a good thing is just idiotic. Google is not going to link information together for you. You have to put the real meat of information into your head and then only your brain is capable of making connections to create real understanding.

      The problem lies with the fact that our brains are very limited as to the number of facts that can be reliably maintained and recalled in our long term memories. Indeed, much of our brain structure is still geared towards the hunter gatherer lifestyle that encompassed all of human history up until about 10,000 years ago or so (relatively recently in the grand scheme of things) when the first groups of people settled down and began the long march towards what we now call civilization (whether or not we actually are civilized is still a matter of some debate or at least it would be if we were civilized, but that's another argument all together). The brain is really good at remembering things that convey a survival advantage, like the fact that large predators sitting in trees didn't get there by accident and represent a dangerous situation RIGHT NOW, while conveniently forgetting the freshman calculus that you haven't needed since you passed lower division maths twenty years ago. The point is that external memory (i.e. the Internet) is a huge advantage compared to the pre-Internet days when knowledge was expensive and difficult to obtain in the breadth and depth that is now available in just a few clicks with Google or (gasp) Bing. Why should I waste precious long term memory on a comparative analysis of Moby Dick and Treasure Island when any number of other facts would be way more useful to my immediate survival in modern society? No, I will leave Moby Dick and Treasure Island to Ishmael and Ben Gunn while I try to plan and save for my retirement years when I might actually get around to reading them; I suspect that they will still be there waiting for me when the time comes.

  16. For anyone saying this is bad... by bmo · · Score: 2

    Literacy changed the way how we remember things. Before that, we had to rely on oral tradition.

    If you think that external tools weaken your brain and are bad for you, I suggest you try giving up reading and writing for a week. Not forever, just a week. No newspapers, just word of mouth. No jotting things down on post-it. No Sacred Shopping List for your Fallout Shelter.

    --
    BMO

    1. Re:For anyone saying this is bad... by complete+loony · · Score: 1

      Another similar thing I've noticed. Mobile phones have certainly had an effect on how people plan to meet somewhere, and how much patience they have to wait or look around.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
  17. Socrates crticicism of writing foreshadows this by peter303 · · Score: 1

    In Plato's Pheadrus volume Socrates complains that writing weakens memory and the mind. It causes them to become dependent on written words and books. "Rhetoric" was one of the four liberal arts in classical education. It not only covered how to compose good speeches but tricks to memorizing them too. The Internet may just be the next stage in the process.

    1. Re:Socrates crticicism of writing foreshadows this by Pfhorrest · · Score: 1

      In Plato's Pheadrus volume Socrates complains that writing weakens memory and the mind. It causes them to become dependent on written words and books. "Rhetoric" was one of the four liberal arts in classical education. It not only covered how to compose good speeches but tricks to memorizing them too. The Internet may just be the next stage in the process.

      There were seven classical liberal arts, not four. Rhetoric was part of the fundamental three, the trivium, along with grammar and logic. The remaining four, the quadrivium, were arithmetic, geometry, music, and astronomy.

      I knew most of this from memory, but confirmed it with Wikipedia first, and had too look up the four parts of the quadrivium because I don't understand the reasoning behind why those four disciplines were chosen for the quadrivium. (The trivium makes sense to me: grammar tells you how to construct propositions, logic tells you how to connect those propositions into arguments, and rhetoric tells you how to smooth delivery of those arguments).

      In my experience, understanding actually aids fact-retention like that. And if I recall correctly (har har), there is neurological evidence to back that up: interrelations between memories aid retention of those memories, so understanding how and why things fit together helps us remember those things better than we would a random laundry list. I don't recall the names of the studies that concluded thus... but I could probably look them up ;)

      --
      -Forrest Cameranesi, Geek of all Trades
      "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  18. Quiet a few things the internet sucks at by gurps_npc · · Score: 1

    For example, if you want to get statistics on sex, it is pretty much impossible to do so without going through a ton of inappropriate links. This is just the most obvious case of a standard problem of "overshadowing". Often the thing you want is over-shadowed by many other people looking for a similar issue. If you want to get reviews of a website that is optimizing search engines, often you get sent directly to various pages on that website.

    --
    excitingthingstodo.blogspot.com
    1. Re:Quiet a few things the internet sucks at by DrData99 · · Score: 1

      No kidding-ask Rick Santorum what he thinks of google!

    2. Re:Quiet a few things the internet sucks at by JimProuty · · Score: 1

      "Inappropriate" in this case can easily be seen to mean "not appropriate/relevant to researching the statistics on sex". Religion bashing is uncalled for in this case.

  19. There's a problem there... by bennomatic · · Score: 1

    Facts are indeed helpful; they provide a framework with which to better understand the concepts that drive what we do from day to day. While I have never felt that rote memorization was the most important thing in learning a process, it's my strong feeling that without some concrete facts to act as cornerstones to more abstract concepts, those concepts could go greatly awry. And as is evidenced by the likes of Palin and Bachman, people who don't memorize facts tend to make up new ones to justify their actions ("Paul Revere's mission was to warn the British!" and "There is not one single study that indicates that CO2 is dangerous!", respectively) rather than look them up.

    --
    The CB App. What's your 20?
    1. Re:There's a problem there... by bennomatic · · Score: 1

      And I guess what I tried to imply here but probably didn't is that if kids are released from various grades without certain facts well set in their minds and verified by people who are responsible for their education, they are likely to go forward in the world with greater and greater belief that they are responsible for making up their own facts.

      --
      The CB App. What's your 20?
  20. YES.. THIS THIS. by Maxo-Texas · · Score: 1

    My memory has always been poor on details but I remember pointers and key words.

    Having access to the internet has been a significant boon.

    But my memory has been this way since before the internet.

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  21. Looking up something is not equal to understanding by nfunk_ky · · Score: 1

    The Keys to understanding something involve some of the following... (feel free to add other examples)

    Knowing what question to ask:
    The right answer may be buried in the results if you don't ask the question in the right way.

    Being able to apply the solution to the problem you have:
    If the person who solved the same type of problem you had used materials or methods you don't have
    access to then can you work around and get the same results?

    Using the results that you get to restate your question for a finer focus:
    The perfect is the enemy of the good, you need to know how much effort needs to go into the answer you are seeking.

  22. First post! by Anonymous Coward · · Score: 1

    Took me some time to google how I should respond, sorry about the delay.

  23. Bing? Well, maybe... by NReitzel · · Score: 1

    Funny you should use the term "just at hand" ...

    The thing is about Bing, I don't really feel the need to remember details about porn sites or fabulous marketing "But Wait, There's More!" sites.

    And I remember the details of sex, as it relates to me, without any assistance at all.

    Maybe next year, when I'm older and more decrepit...

    --

    Don't take life too seriously; it isn't permanent.

  24. Slashdot Bias shows through by nido · · Score: 1

    I suppose that you didn't hear about the recent studies that found Big Pharma's anti-depressants are no better than placebo.

    If it's not sold by MegaCorp Pharmaceuticals it's no good, right?

    --
    Learn the rules so you know how to break them properly.
    www.teslabox.com
    1. Re:Slashdot Bias shows through by Anonymous Coward · · Score: 1

      Do you believe that this in any way counters gomiam's claim that the tea has no medical value, or are you just spouting off about your own cause because you're too stupid to follow the thread of the conversation?

    2. Re:Slashdot Bias shows through by nido · · Score: 2

      I assume you are referring to the studies that show anti-depressants are no better than placebo. This was discussed here some time back:

      http://science.slashdot.org/story/08/02/26/107234/Antidepressants-Work-No-Better-Than-a-Placebo links to http://medicine.plosjournals.org/perlserv/?request=get-document&doi=10.1371/journal.pmed.0050045

      hth, HAND.

      --
      Learn the rules so you know how to break them properly.
      www.teslabox.com
    3. Re:Slashdot Bias shows through by hedwards · · Score: 1

      You do realize that those are at least tested for efficacy and safety, right. Antidepressants were never intended to be a stand alone treatment for depression, they were always intended to be a part of a treatment program. So, ultimately, if they don't turn out to be any more effective than a placebo it isn't that big of a deal, as the therapy is what's supposed to make the difference in the long run.

      But with this stuff, it might be dangerous, it might work, it might be safe and perhaps it doesn't work. Not to mention the possible drug interactions and counter indications which the shops don't necessarily know about.

      But, I'm sure that Big Pharma is just completely evil in every way and that nobody ever benefits from their products.

    4. Re:Slashdot Bias shows through by gomiam · · Score: 1
      Oh, an ad-hominem (with a sprinkle of insufficient adulation to give it taste). I think I can do that too

      Ok... keep jumping to conclusions (I never talked about it being a "Big Pharma" product or not, did I?), it will help you turn an unscientific anecdote (you took it -law of small numbers- and felt better -completely non-blind experiment-) into a recommendation. Who needs research? Not you, it seems, nor, sometimes, Big Pharma.

    5. Re:Slashdot Bias shows through by nido · · Score: 2

      All drugs have placebo effects (even the ones that actually have physiologically useful effects), so gomiam's statement was entirely meaningless. But because of the Slashdot Bias for "Corporate Science", he gets instant +1 insightful +1 funny.

      --
      Learn the rules so you know how to break them properly.
      www.teslabox.com
    6. Re:Slashdot Bias shows through by jayme0227 · · Score: 1

      I haven't been around Slashdot too much lately, but I thought that most pharmaceuticals were well-hated around here, especially the ones for over-diagnosed illnesses like depression and ADHD.

      That said, I also hate the marketing schemes of "It's good because it's natural" and "It's good because it's not made by a giant pharmaceutical company." Because so many folk medicines use those gimmicks, I tend to shy away from them.

      --
      But then I realized the cable was blue, so I only gave it one star. I hate blue.
    7. Re:Slashdot Bias shows through by gomiam · · Score: 1
      Quoting the second link's conclusions:

      Drug-placebo differences in antidepressant efficacy increase as a function of baseline severity, but are relatively small even for severely depressed patients. The relationship between initial severity and antidepressant efficacy is attributable to decreased responsiveness to placebo among very severely depressed patients, rather than to increased responsiveness to medication.

      So perhaps the antidepressant doesn't work as well as it was thought... or the placebo works much better when the brain is more able to believe in it.

    8. Re:Slashdot Bias shows through by nido · · Score: 1

      Big pharma has some good stuff... Ideally, pharmaceuticals should be used temporarily for the immediate survival of the patient. I'll even concede that some people find benefit from a short term dose of certain antidepressants

      Big Pharma makes $billions for Wall Street with maintenance medications for chronic conditions. Many people are on anti-depressants or heartburn medications for years at a time. Sometimes that can't be helped (thyroid for people without a thyroid, for example), but for the most part, Medicine should be looking for the cause behind the symptom first.

      --
      Learn the rules so you know how to break them properly.
      www.teslabox.com
    9. Re:Slashdot Bias shows through by bunratty · · Score: 1

      I've seen studies that show that the placebo effect seems to be getting stronger. I didn't understand why until my wife (who works in the pharmaceutical industry) explained that homeless people, criminals, and drug abusers like to volunteer for drug trials for the extra money. They report that the drugs (or placebo) work because they think it's the answer that the doctors and nurses want to hear. As a result, it's getting harder and harder to show that a drug works significantly better than placebo. Imagine a trial with people who are desperate for money who are being asked if they're happier than before. They're getting paid, so of course they're happier than before, whether they're taking placebo or Prozac!

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    10. Re:Slashdot Bias shows through by Jah-Wren+Ryel · · Score: 1

      I've seen that excuse before. However, one of the common controls used for such studies is to exclude the results from everybody who reports an immediate improvement. That's particularly effective for anti-depressant studies because those usually take a month or so before they are even supposed to start working.

      --
      When information is power, privacy is freedom.
    11. Re:Slashdot Bias shows through by Culture20 · · Score: 1

      Worse, even. Placebo doesn't come with a slew of side effects, except maybe walrus like body changes.

    12. Re:Slashdot Bias shows through by geekoid · · Score: 1

      I actual am very familiar with those studies, and they aren't what you think they are.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    13. Re:Slashdot Bias shows through by geekoid · · Score: 1

      "Medicine should be looking for the cause behind the symptom first."
      Do you realize how stupid you sound? how flaming ignorant?

      It does both.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    14. Re:Slashdot Bias shows through by geekoid · · Score: 1

      The pharmaceutical are hated by some people on /. .

      " "It's good because it's not made by a giant pharmaceutical company.""
      which also translates to:

        "It's good because it's not regulated, controlled, tested for safety, and we really have no proof it works, at all."

      Seriously.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    15. Re:Slashdot Bias shows through by Smauler · · Score: 1

      That is why people do double blind studies. That is the entire point of double blind studies... the placebo effect is taken into account, and compared with the active drug.

      If those on the placebo are experiencing the same thing as those on the active drug, the drug does fuck all.

      It's relatively simple to set up double blind experiments - It doesn't matter who your subject group is, whether they want to please the researchers or not (unless they _all_ claim the drug worked perfectly, but this doesn't often happen).

    16. Re:Slashdot Bias shows through by Will.Woodhull · · Score: 1

      However several of those Big Pharma anti-depressants are among the most addictive substances known, such that acute withdrawal can actually kill. Oh, yeah, they also have very high price tags.

      None of the pure placebos can make those claims. So there.

      --
      Will
    17. Re:Slashdot Bias shows through by jimmydevice · · Score: 1

      I'm not so sure about the SSRI crap, Although i've tried them without improvement. But, Atavan ( an old, easily abused drug with a fast tolerance ramp ) will make you feel like you can pick up a supermodel or carry on a conversation with Hawking.
      Finally got over it, Just realized that it's not worth worrying about, Nothing is worth worrying about.

    18. Re:Slashdot Bias shows through by jimmydevice · · Score: 1

      Forgot to add, It seems depression is just chronic fear.

    19. Re:Slashdot Bias shows through by nido · · Score: 1

      Many people here use that word, "placebo", as if they understand the full implications. You do realize that everything has a placebo effect, even and especially "real" drugs, right?

      Research is important, but who's going to pay for it? Big Pharma pays for research into things that will make them money, and to "capture" government agencies which are supposed to regulate them. This responder to the "snake oil" dismissal mentioned some of the research that's been done on various components.

      The tea is only a small portion of what I've done to restore my memory. The effect the first time I took it was quite dramatic, which is why I mentioned it first. I guess my post did imply that it did a lot, but I did note "There are a lot of other important factors to memory improvement..."

      Huperzine A

      hth, hand.

      --
      Learn the rules so you know how to break them properly.
      www.teslabox.com
    20. Re:Slashdot Bias shows through by gomiam · · Score: 1

      Nice post... and even more interesting answers. Pity they mostly contradict that post.

    21. Re:Slashdot Bias shows through by gomiam · · Score: 1

      I forgot to answer the other part of your post, sorry. You say there are other factors, but you only mention two, and one of them just in passing (Huperzine A). Are you sure you don't consider that tea critical to your memory recovery? Because it really looks like it. Or perhaps it is just me being naive for thinking the subject that covers over 80% of a post is the point of it :)

    22. Re:Slashdot Bias shows through by nido · · Score: 1

      There are several factors that I didn't mention - because if people are allergic to the idea that herbs have beneficial properties, it's even less likely that they'd appreciate processes for releasing traumas that get stored in the body, and restoring balance to the nervous systems.

      Huperzine A is something I've taken a time or two, and have seen a bit of research on. It has an effect, but I don't know how to quantify it very well in my study of 1.

      There's a bit of research on nootropics, but they tend to be expensive. I'll stick to the occasional glass of tea, thanks. :)

      --
      Learn the rules so you know how to break them properly.
      www.teslabox.com
  25. Remembering phone numbers by HockeyPuck · · Score: 1

    Before we all had cellphones with contact lists in which you select the name "bob" and the phone automatically dialed the number, we had manually enter the phone number. This triggered both muscle memory and seeing the number over and over.

    Go try and dial all your friend's phone numbers without using the contact list, just dial them manually. This can be quite a shock...

  26. Relevant Einstein quote by shoehornjob · · Score: 2


    ONE OF Einstein's colleagues asked him for his telephone number one day. Einstein reached for a telephone directory and looked it up. "You don't remember your own number?" the man asked, startled. "No," Einstein answered. "Why should I memorize something I can so easily get from a book?" Einstein was waay ahead of his time.

    --
    "We are just a war away from Amerikastan. When god vs god the undoing of man." Dave Mustaine
    1. Re:Relevant Einstein quote by Jah-Wren+Ryel · · Score: 1

      ONE OF Einstein's colleagues asked him for his telephone number one day. Einstein reached for a telephone directory and looked it up. "You don't remember your own number?" the man asked, startled. "No," Einstein answered. "Why should I memorize something I can so easily get from a book?" Einstein was waay ahead of his time.

      I can't remember my own telephone number either, not because I can "just look it up" but rather because I never use it. I know other people's telephone numbers (well I used to before cell phones had personal phonebooks) because I use those numbers all of the time.

      --
      When information is power, privacy is freedom.
    2. Re:Relevant Einstein quote by lahvak · · Score: 1

      I completely agree! Why should I memorize my own phone number? I only need it when somebody else asks me for it.

      Also, phone numbers have no relation to anything else. They are just more or less random sequences of digits, knowing someone's phone number will not increase your understanding of how the world works.

      Lot of "facts" are related to other things, and knowing them well can actually increase one's understanding. For example, I can always look up the binomial theorem if I need it, or I can always derive it. However, memorizing it, or at least some general pattern of it, will help you understand bunch of stuff about algebra. Memorizing digits of pi is mostly useless, memorizing the formula for the circumference of a circle as a function of radius isn't.

      --
      AccountKiller
  27. False equivalency by Kijori · · Score: 2

    From my experience the internet does indeed create greater access to knowledge and facts, therefore making things like research much easier and making it unnecessary to remember trivial details that can easily be re-found. I think there is, though, a negative side to this abundance of information: a false equivalence among the different sources of information. How many times do you hear internet-users - and particularly, I would say, those who have grown up with the internet - stating as fact things they read in a blog, or an article from some unheard-of digital publication, and using that information to attempt to refute statements from a far more authoritative source? How often - here on Slashdot, for example - have you seen people refuse to believe something where another poster has cited a credible offline source, but accepting any link, no matter where from, as proof? How often do you see Wikipedia articles with footnotes that reference a page with no citations and no reputation as though the mere existence of a link somehow confirmed the point's veracity?

    It's very easy, and in my experience very common, to treat the internet as a single source of knowledge, every fact that flows from which is equally credible and deserving of equal respect; this is perhaps helped by the anti-hierarchical bent of many internet users and online communities. This, I think, is something very strongly to be resisted. Hierarchy should be welcomed, provided it is won on merit. As an example, the authors who write the works of reference (offline) on a subject are selected because of their eminence and learning, and their writing is criticised by other respected experts in journals and other books. When we pretend that that filter is without value and that everyone's contribution is equally informative we put ourselves in the paradoxical position of having our learning hampered by an overabundance of information.

    I was going to continue and give further examples and explanation but I don't want this to become overly lengthy and obscure my point: we should embrace the value of the internet - but we need also to be honest about its limitations. The online community is at present hostile to the idea of expert editorial control on online resources. They should not be (within reason). The internet can remove hierarchy and equalise everyone - but is that always desirable?

    1. Re:False equivalency by eyenot · · Score: 1

      Funny; just the last few days I have been ruminating on how these days, "meritocracy" is a very dirty word.

      --
      "Stratigraphically the origin of agriculture and thermonuclear destruction will appear essentially simultaneous" -- Lee
    2. Re:False equivalency by Jah-Wren+Ryel · · Score: 1

      using that information to attempt to refute statements from a far more authoritative source?

      Yes, the problem is facts without context. Any specialised area of knowledge has a vocabulary where otherwise normal words carry all kinds of subtlties with them and their particular use connotes all kinds of unstated meaning.

      So you get people who do not even realise that there are all kinds of layers of context to these "facts" they dig up and just go with the face value, often in partial (or even) full contradiction of the meaning intended by the author.

      For example in the bill of rights, the 1st amendment explicitly mentions freedom of the press, a naive reader will see "press" and think newspaper or tv news, an organisation that has professional reporters rather than the original meaning which was simple a printing press. Or the 2nd amendment which talks about a "well regulated militia" - the naive reader frequently takes regulated as meaning "controlled by law" when at the time the bill of rights was written it meant trained/designed and functioning.

      Still, it is better to have information available because at least there is the opportunity for the uneducated internet user to dig in deep and get a more accurate understanding. There will always be people who care less about truth than they do about "winning" that's human nature and its unlikely we can do much to stop them other than learn to recognise and discount them.

      --
      When information is power, privacy is freedom.
    3. Re:False equivalency by Oligonicella · · Score: 1

      I have absolutely no problem with that, as long as I'm on the selection panel. Or at least have veto power so I can stop the Chinese from censoring everything. Educated people are no more trustworthy than anyone else. Plenty of censorship has been initiated and suggested from the 'top' of the intellectual society. No thanks.

    4. Re:False equivalency by Kijori · · Score: 1

      Ah - I should perhaps have said slightly more; there's a difficult trade-off on Slashdot between trying to write a post that will meet the criticisms of intelligent people while also making it short enough that they actually read it, and in pursuit of a balance I chose not to address censorship.

      Very briefly, I'm not talking about censorship. I have no problem with anyone's opinions being voiced or their theories being aired. What I argue for is simply the recognition that the fact that everyone should be free to express their views does not mean that everyone's views should be taken to have equal weight. We are blessed as a civilisation to have access to the views and thoughts and ideas of real experts - people who have dedicated their life to a particular discipline. They are not always right, and occasionally the best idea will come from the unlikeliest quarter - but I believe that we can learn a lot more if we respect the expertise and learning that certain people possess, and accept that it means that when their views are in conflict with those of a nameless blogger it is likely that it is because the latter is wrong.

  28. How is this specific to the Internet by chicago_scott · · Score: 1

    Wouldn't encyclopedias and dictionaries have had the same effect before people used the Internet?

    Maybe the phenomena would be proportionality bigger now, but it's not specific to the Internet.

    1. Re:How is this specific to the Internet by Dunbal · · Score: 1

      There was a little more effort involved in looking something up in an encyclopedia. Going through the index. No scroll. Tiny print. Flipping pages. This effort is what makes the difference. When things are too easy we tend to take them for granted.

      --
      Seven puppies were harmed during the making of this post.
  29. Used to dislike history class ... by perpenso · · Score: 3, Interesting

    Never memorize what you can look up in books. --Albert_Einstein http://en.wikiquote.org/wiki/Albert_Einstein

    I disliked history until I had a class in high school where a teacher went off curriculum and taught the class like a college class. No memorizing dates and such, they can be looked up in a reference, what we focused our time on was *why* that historic person made that particular decision at that time and place. What influenced or led to that decision? This is when history became interesting to me.

    FWIW this was all pre-internet.

    1. Re:Used to dislike history class ... by Kotiya · · Score: 1

      Those kind of teachers are the best--helping students understand WHY, instead of memorizing relatively useless facts. I had a teacher like that for biology, who taught me the fundamentals of algebra in fifteen minutes after a semester of pre-algebra class taught me to hate math. I got to Calculus BC because of that guy, and could figure out the answers to equations correctly even if I didn't remember the exact formula. I later used the same method of explanation to tutor some kids in their algebra class, and they all said they understood it better than when their teacher instructed them.

      Too much of the standard curriculum is just memorization, without any regard to thinking critically or reasoning, and it's taking its toll on our youth. With the great wealth of resources available through the web, memorization is becoming more and more obsolete. It's time to start instructing students by helping them fully understand underlying principles instead, especially since they are well aware that they will not be using most subjects in their future careers--and end up thinking most of their classes are a waste of time (when they don't have to be).

  30. Every 10 years computers change our brains by scorp1us · · Score: 1, Insightful

    I remember back in college, they said "today's generation was losing focus ability for task-switching ability", much like the very computers creating the change. Now, we're ADD. Now, according to this, we won't remember a thing! So that's how computers come to take over. Not because they want to, but because they have to.

    What really did my attention in though was my DVR. If I go distracted, I could just hit back and re-watch something. Except you can't do that in conversation. The ability to focus less often has I think changed my mind the most for the worse.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:Every 10 years computers change our brains by geek · · Score: 1

      In my opinion, computers just gave us a greater capacity to bitch and whine to a wider audience. All this junk science is just smart people bitching and whinig about other people bitching and whining on the internet.

  31. find answers by phrostie · · Score: 1

    in school we were taught to know how to find answers rather than risking remembering it wrong.

    btw, that was pre-google.

  32. Causality by Gravis+Zero · · Score: 1

    the Internet is NOT responsible for our memories being stored differently, it's our brains that have done that on their own. the human brain is incredible at organizing and optimizing itself which is a trait machines are far from achieving. giving an altered environment and without intervention, a new memory storage schema was implemented. how awesome is that?! :D

    the Internet does nothing but provide access to information. how we utilize that information is determined by our brains.

    --
    Anons need not reply. Questions end with a question mark.
  33. Re:Riight... Let's just skip facts...that'll work. by eyenot · · Score: 1

    The facts that can be remembered can be forgotten;
    The facts that are remembered are not the eternal facts.

    --
    "Stratigraphically the origin of agriculture and thermonuclear destruction will appear essentially simultaneous" -- Lee
  34. Martin Fowler's Take by flanders123 · · Score: 1

    This quote from his book "Refactoring" comes to mind:

    "I deliberately try not remember anything I can look up, because I'm afraid my brain will get full"

    Not coincidentally, I couldn't remember this quote verbatim...Or in which book Fowler wrote it....So I used Google to find the exact quote.

  35. That's not why teachers change by violasvegas · · Score: 1

    The way teachers teach by and large has less to do with what works pedagogically and more to do with educational policy in America, which is regrettably focused on "results" and "standards" and not on things like critical thinking skills and higher level mental processing. There needs to be a shift away from what is testable and quantifiable toward what is useful and productive, however, it's not going to come from Google, Apple, Microsoft, or really anyone else who has an interest in keeping people from making informed decisions about the technology they consume.

  36. Re:Anti-Depressants by TaoPhoenix · · Score: 1

    Depression is one of the most elusive complicated states.

    Without scrutinizing those studies for the sake of a simple slashdot post, those studies are not the same as "anti-depressants do nothing at all". The slippery word here is "better".

    Part of the horrific downside to Big Pharma anti-depressants SSRI-class is they are not "modular", aka you can't just take take some for a week to get past a slump. They take some two weeks to properly kick in past initial gyro-ing, and another 2 weeks on the back end if you want to quit.

    So a placebo may actually win out by being less intrusive.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  37. *shrug* what? did you say something or not? by eyenot · · Score: 1

    I'm one of those people who had good memory and cognitive skills before the internet, and post-internet as well. I don't understand what the article is referring to. I just generally see the populations around me growing more retarded every day, but I assuming it's because of other factors:

    1. bad parenting worsening over generations without correction

    2. economic bubbles making entertainment more valuable than productivity

    3. despite bad economy, we can still afford the bleeding-heart resource of forking tax monies over to the mentally retarded despite their inability to aid either of the above points OR any other point you might think of besides "we don't have enough retards in this macdonalds, Billy!" In states that don't have laws against those with hereditary mental disability procreating, they do so. And though it's sad that they often do so with their peers, thus creating generations worse off than they were, I've also seen many viable women who were simply lazy and pathetic decide to wed and breed men who any intelligent person would agree had something wrong with them dating from gestation (and it's politically incorrect to point this out for some *coughreligiousscumbagcough* reason, so... and the beat goes on -- even in the midst of economic turmoil, predictably, even if we went into full-on "depression").

    4. Nobody is doing anything about the Mid-West. It's branching out and normalizing everything it touches. If there's no differentiation between one thing and another, they appear to be the same. Well as you graduate through degrees of separation, pinpointing a coordinate of one specific person, you pass by many others who -- if they decline by intelligence only so much one to the next -- mark no major difference to the pinpointing observer, who finally reaches the person (a retarded CEO let's say) and who fails to recognize that they've happened across a retard. Gradual changes in environment go unnoticed, things get sublimated, etc.

    Anyways, you get the picture. It's this way because it was allowed to slip in a little a time, like anyone understands. We were cuckolded into this dismal future by the laziness, indifference and neglect brought to our table by excess, hoarding and over-competition. The symptoms of those pressures were corpulence, ignorance, and anti-social behaviour, and look how those trends are faring; they rule. Look at Michigan, crazy-crown-King of the Midwest. It's frequently holding positions both at the bottom of education and the top of percentage of body-fat.

    I think blaming the internet is something done, frankly, ONLY by people suffering from problems like autism or Asperger's, who have no fucking real grip on reality whatsoever, and who are jacking off on the face of slashdot and contributing to the fucking stupid mess of nonsense and idiocy it's slowly become over the years.

    --
    "Stratigraphically the origin of agriculture and thermonuclear destruction will appear essentially simultaneous" -- Lee
  38. When URLs change by tepples · · Score: 1

    If you "know where to look something up" then you know it provided you've Bookmarked it.

    Not necessarily. A web publisher might poorly maintain the URLs where documents can be found, or it might consider a document no longer worthy of publication. I've discovered that knowing the title and/or author of a document is sometimes more reliable than knowing a URL.

  39. I can atest to this... by hesaigo999ca · · Score: 1

    I read some info on art of memory and the method of loci.....which are ways to help you remember things, of which was used back in the days of the early greek, where many historians and librarians, would have to remember full texts at a time, in order to propagate its content to other villages and cities in their travels.....
    when you consider the importance of this feat and its complex nature....which many volumes were memorized....is astounding.

    Now when we consider most teens cant calculate worth a sh*t and sit there in front of a cash till looking blankly at the screen wondering how much to give back....waiting for them to figure it out is torture as they have lost the skills of calculations.....but now we seem to be heading down the same road with penmanship...(due to overuse of keyboards and not enough writing skills) , and now with retention of content due to its instant availability for when we ask it.

  40. Lack of access to where it's stored by tepples · · Score: 1

    And I think that where the study is implying is that we're developing ways of not remembering every little insignificant detail but where it's stored

    Unless you know in advance that you're not sure to have access to "where it's stored" when you need the information. For example, explicitly copying a document to local storage might be more cost-effective than subscribing to mobile broadband at 60 USD/mo plus taxes and UFM recovery fees.

  41. My memory by SnarfQuest · · Score: 1

    I've been using the internet since ... since ... well, since a long time ago, and my mind is still as sharp as ... as something really sharp.

    --
    Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
  42. Re:GPS by TaoPhoenix · · Score: 1

    Sorry, mini whiney-rant coming!

    I appear to be using the net in a 100% different way than everyone else on this entire thread.

    Trying to be on topic, I'll start by replying to you.

    My GPS taught me to navigate. Yes, *without it*. Here's why. I have a memory black hole for visual-spatial road info. I simply cannot visualize where roads go if they curve. So if I had to go somewhere new, sure, I start with the printed net map. Then I'd miss a turn, then make a random panicked second turn, and it would be all over. I'd lose an hour grinding my way back to a First Principle. (Freeway). The reason is that the roads "just sit there". They're just roads. You turn down on one, "yay, you're on a road." But it's the wrong one, so I'd feebly try to fix it. "Look, another road! They're twisty and all alike!"

    With a GPS, because it corrects the optimal route, it produces a new "turn here" *better than the random twisty roads next to it". My *Verbal* memory is pretty good - so I remember that if I missed one road, the way to fix it is "go there instead".

    I have learned more about navigating with a GPS in 2 years than the 25 before that.

    Meanwhile, for the "look it up" crowd, I for one can't look *all* of it up - I hit the limits of your short term inbound load really fast. So I try to judge the overall quality of the info vs how many times I'll use that whole set of knowledge, and do put some work into "almost knowing" it. "Yes, you do need to know your times tables" because you need your *intuition* to fire. I'm an accounting liaison. You have to know *roughly* what 358,945 times 15% is instantly so that when you're staring at a contract clause in a meeting with a Shark, you can fire back that you want the lump sum profit of $55,000, not Estimated Price plus 15%. You don't have time to go "look in a book".

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  43. Trivia Versus Concept by JimFive · · Score: 1
    From the summary:

    And perhaps those who learn will become less occupied with facts and more engaged in larger questions of understanding.

    Makes an assertion that understanding can be gained without facts. This seems absurd to me. In order to understand e.g. History, you need to know what has happened when and what has influenced whom. I like to break facts up into two categories: Trivial and Conceptual. Trivial facts can be easily looked up and forgotten and are, in general, unimportant for good understanding (although they may be important in specific cases, in which event, you look it up). Conceptual facts, on the other hand are required to be known in order to generate understanding. They cannot easily be looked up in a reference because they aren't the kind of thing that is usually stated as such. An example might be in order: Two trivial facts: The Treaty of Versailles ended WWI on June 28, 1919. A Spanish Flu Epidemic in 1918 killed an large proportion of 20-40 year olds. Conceptual fact: The untimely deaths of fighting age people led to Germany being unable to continue the war. Knowing that there was a flu epidemic just before the end of WWI is an important thing to memorize. Knowing specific dates or casualty figures isn't.

    The problem with education has always been that it is easier to teach and test trivia.
    --
    JimFive

    --
    Please stop using the word theory when you mean hypothesis.
  44. memory... by schlachter · · Score: 1

    I remember a time before the internet when people had to actually......oh, never mind...I forget what I am trying to say.

    --
    My God can beat up your God. Just kidding...don't take offense. I know there's no God.
  45. Nothing new under the sun... by n5yat · · Score: 1

    Decades before the internet existed, I had a physics professor who proclaimed "It's not what you know that matters, it's knowing where to find what you need when you need it." He emphasized understanding concepts and procedures, not memorizing every little detail.

  46. Christopher Stasheff nailed it in 1969 by Leo+Sasquatch · · Score: 1

    in The Warlock in Spite of Himself. If not the precise methods, then at least the ideas behind them.

    "Squawking by radio had proved singularly effective, due largely to an automatic record of the squawk. The problems of records and other bureaucratic red tape had been solved by red oxide audio recording tape, with tracks a single molecule in width, and the development of data-retrieval systems so efficient that the memorization of facts became obsolete. Education thus became exclusively a training in concepts, and the success of democracy was assured."

    I don't remember 200+ 11-digit numbers, I have my phone remember them for me. My intelligence is limited, but my extelligence is growing all the time. I've noticed when I deliberately take holidays in the Highlands - no wi-fi, and only enough mobile signal for emergency calls, it takes a few days to acclimatise to the concept that I can't just Google/wiki any item that comes to mind, to settle an argument, or complete a crossword puzzle, or identify a bird species.

    I like the idea that I don't have to remember anything I don't really want to, because I can always look it up if I need it.

  47. This. by dtmos · · Score: 1

    Most students ... seem unable to distinguish information gathering from actual understanding.

    Absolutely. As I've commented elsewhere, having free access to the world's ideas is great, except when you're trying to train students to generate new ideas. With information and ideas so freely available, it's now incredibly difficult to get students to study an issue and develop their own viewpoints -- they've been trained since childhood to "look it up on the web," and are now fact-rich but understanding-poor. Ask for a few paragraphs describing, say, why the Great Eastern was used to lay the first submarine telegraph cable, and one gets the same paragraphs from a dozen students, copied from a web site.

    Copying others' work has been done since the second cuneiform stylus was made, so that's not the new problem. The new problem is, the students don't understand that they've done anything wrong. Since the information they've submitted is factually correct, they say, what's the problem? They equate the production of correct information with understanding.

  48. Re:deja vu by dtmos · · Score: 1

    http://tech.slashdot.org/story/10/09/13/1342209/How-Good-Software-Makes-Us-Stupid

    Did you Google that?

    Or did you remember it?

  49. I'm going to have to defer to Dara O'Brien by Sycraft-fu · · Score: 1

    As he said: "Oh herbal medicine has been around for thousands of years. Indeed it has and then we tested it all and the stuff that worked became 'medicine.' And the rest of it is just a nice bowl of soup and some potpourri."

    http://www.youtube.com/watch?v=YMvMb90hem8

    1. Re:I'm going to have to defer to Dara O'Brien by Walkingshark · · Score: 1

      Not always. Keep in mind that if it isn't going to be massively profitable, it won't be massively marketed. If it can't be patented, it often won't get funding for research.

      Purely anecdotal, but I have an undiagnosable (doctors mostly just shrug and offer me Bentyl when I try to get them to figure out what is wrong) chronic pain in my left lower abdomen. When I was trying to figure out on my own what was wrong I tried a lot of things to make the pain go away, and the only thing that ever seemed to help was an herbal supplement that had a mix of ingredients. Unfortunately one of them was wormwood, which can be dangerous if you take it over any length of time, so I had to stop. I ended up trying each ingredient to find out which one was making the pain go away, and it turned out it was Black Walnut.

      Now, I take Black Walnut every day to manage the pain (Bentyl, the pharma answer to abdominal pain, causes severe allergic reactions and is way more expensive). It works like a charm, though I couldn't tell you why.

      Herbal tradition says black walnut is good for stomach problems, so there is something there. I think it might be balancing PH (my problems might be acid related), but until I find a doctor with enough intellectual curiousity to help me figure out my condition I won't be able to say for sure.

      Which is, ultimately, the problem with these kinds of things. They work, sometimes, but even when they do you don't know what they're doing or why.

      --
      The world you experience is only a close approximation of reality.
  50. I am smarter with the Internet. by antdude · · Score: 1

    I don't remember details well since I have bad memory. However, I am better with the Internet. Without it, I feel stupid/dumb. :(

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  51. Written words of any kind do this.. by Roogna · · Score: 1

    Prior to writing humanity would have passed on all knowledge, from memory, verbally and through training...
    Then writing was developed, and our memories have gone downhill from there. Or on the other hand, because we only need to remember where to find the -details- now, instead of remembering every detail ourselves, we can now learn and "remember" far more than ever in history. Yes there are things that are highly important to actually remember, but to act as if the Internet is having any different effect than books, or parchment, or whatever was the invention of the moment is probably just proving the researchers aren't well versed in history.

  52. Re:I used to remember phone numbers ! by PPH · · Score: 1

    "Quick!. What's the number for 9-1-1?"

    --
    Have gnu, will travel.
  53. memory vs reasoning by MrKaos · · Score: 1

    I like to keep all my code documented and use tools and ticket systems to remember where I am at with a project, I don't want to remember that stuff, so I suppose this is anagolous to what the internet does.

    I like to think I use this offset capacity for reasoning and problem solving. Sadly I think many people use it for nothing. Ultimately I see this being augmented right into the brain with some sort of mind interface. I think that technology is part of our collective evolution of the brain and this illustrates it.

    I suspect that our brains are evolving faster than we realise towards being problem solvers as opposed to reciters of facts and, hopefully, more reasoned.

    --
    My ism, it's full of beliefs.
  54. You "look it ups" are living in a cave. by TitaniumWhite · · Score: 1

    Haven't ANY of you taught a single course and noticed that nobody has a readily available fund of knowledge so they can answer questions without doing ten lookups?? My view is that people are getting dumber and one preeminent quality of that dumbness is a low knowledge base. So what're we gonna do ... have "conversations" between know-nothings that take an hour for a five minute conversation because everybody's busy looking up stuff on their Iphones because they know no history, music, science, literature, economics, or world affairs?? I think the study in question merely points out prosaically what almost every teacher knows.