Slashdot Mirror


You Really Are What You Know

jd writes "There has been research for some time showing that London cab driver brains differ from other people's, with considerable enlargement of those areas dealing with spacial relationships and navigation. Follow-up work showed it wasn't simply a product of driving a lot (PDF). However, up until now it has been disputed as to whether the brain structure led people to become London cabbies or whether the brain structure changed as a result of their intensive training (which requires rote memorization of essentially the entire street map of one of the largest and least-organized cities in the world). Well, this latest study answers that. MRI scans before and after the training show that the regions of the brain substantially grow as a result of the training, and they're quite normal beforehand. The practical upshot of this research is that — even for adult brains, which aren't supposed to change much — what you learn structurally changes your brain. Significantly."

46 of 188 comments (clear)

  1. You would have to be differently abled by Anonymous Coward · · Score: 5, Funny

    To navigate a city looks like it was planned by throwing spaghetti at a wall and calling it a map.

    1. Re:You would have to be differently abled by TWX · · Score: 4, Insightful

      To navigate a city looks like it was planned by throwing spaghetti at a wall and calling it a map.

      And to think, that's after the Great Fire of London in 1666, and the subsequent planned rebuilding strategies to improve it! I'd had to think what it was like before that!

      --
      Do not look into laser with remaining eye.
    2. Re:You would have to be differently abled by Jesse_vd · · Score: 2

      I watched an episode of The Beauty of Maps last night all about this. They really had a blank slate and still ended up with that!!

    3. Re:You would have to be differently abled by AaronLS · · Score: 5, Informative

      I think the focus of the rebuilding was on enforcing building codes that would prevent future catastrophic fires.

      They did try to improve the city layout, but the actual layout I don't believe was improved significantly because it would have meant buying out many property owners and the city couldn't afford that nor fight against the public outrage of displacing so many people. I seem to also remember from a documentary that so many took the initiative to begin rebuilding their homes and businesses so quickly that there wasn't any proper surveying done, plus the damage was so extensive it was difficult to tell where walls were previously. So property lines moved slightly and made things worse than before in some cases.

    4. Re:You would have to be differently abled by GrahamCox · · Score: 5, Interesting

      iTo navigate a city looks like it was planned by throwing spaghetti at a wall and calling it a map.

      Nevertheless, London is pretty understandable if you have to go there more than a few times. While I wouldn't claim to know all of it well, I know certain sections of it fairly well. It's fun to use your mental model of where things are to try and find a new route that brings you out close to your destination (probably best not tried if you are pressed for time). It doesn't always work but can lead to new discoveries.

      When I drive in cities that use the grid model, I find myself bored. They are far too predictable and lose the power to surprise and entertain. It also is mildly irritating that there are no true short cuts as there are so few diagonals. The distance between any two points is always an integral multiple of "a block". How is that any fun?

    5. Re:You would have to be differently abled by Gamer_2k4 · · Score: 2

      When I drive in cities that use the grid model, I find myself bored. They are far too predictable and lose the power to surprise and entertain. It also is mildly irritating that there are no true short cuts as there are so few diagonals. The distance between any two points is always an integral multiple of "a block". How is that any fun?

      I'd rather drive in a city that was meant to be efficient than one meant to be "fun."

    6. Re:You would have to be differently abled by fotoflojoe · · Score: 4, Insightful

      I grew up in Boston, Massachusetts. The first time I visited London, I felt right at home.

    7. Re:You would have to be differently abled by UnoriginalBoringNick · · Score: 2, Funny

      Mornington Crescent

  2. Changes your brain? by fahrbot-bot · · Score: 5, Funny

    The practical upshot of this research is that — even for adult brains, which aren't supposed to change much — what you learn structurally changes your brain. Significantly.

    Okay. Now I *really* feel sorry for Windows programmers/admins :-)

    --
    It must have been something you assimilated. . . .
    1. Re:Changes your brain? by TWX · · Score: 5, Funny

      I used to blame Bill for all of the ills in the profession I work in, but I've recently had a change of heart...

      In the years I've worked I've made about $500,000 in salary. 90% of the time I've worked on Windows machines, and frequently the same Windows machines, year after year, as the problems can't truly be fixed.

      I've made half-a-million bucks because of Microsoft! Woohoo!

      --
      Do not look into laser with remaining eye.
    2. Re:Changes your brain? by narcc · · Score: 2

      Why? If you were a kid in the 80's, chances are you cut your programming teeth on whatever BASIC came with your families home micro. As a bonus, making the jump from unstructured BASIC to assembly was practically painless -- you could use the exact same techniques you developed in BASIC to structure and organize your code.

      Visual Basic had it's warts, no doubt. But it was practically mindless to use. That is, it made doing common boring things quick and easy. It was perfect for many common business applications -- the only major problems you'd have is when someone used it for a project that the tool wasn't well suited.

      I remember using version 6 it in the late '90's to do all sorts of things. I had one that talked to coin sorting machines to record the count and source to the main database (scan a bar code, dump the coins, repeat) It saved hours of effort and significantly reduced errors. I also had one that acted as an interface between the db and the shipping software. The warehouse would scan a bar code on the order sheet and the program would populate the fields in the shipping software with info from the DB. Again, saving hours of time and reducing errors. VB was the perfect choice for these programs and they took astonishingly little time to develop. (Less than a day for the warehouse software, for example.)

      Languages like Java and C# are a huge step backward in language design. Sure, they're considered "easy", but they're in no way as easy to use as good VB. In the case of Java, it may seem really easy -- but it's very difficult to write good Java. Heh, if you thought novice VB code was a nightmare, you haven't seen novice Java code! There are an incredible number of technical details you need to understand in order to write even passable Java code. To make matters worse, doing the most obvious thing is the surest way to write terrible code! (How many Java devs here can tell me when to use a string vs a stringbuilder? If you hit google, you've made my point.)

      There is a lot to be said for making languages simple and obvious to use. On that front, structured programming is unmatched. OOP is a massive failure on that front (just look at Java and C# -- I know those are the 'real OOP' -- oh, or 'I just don't understand OOP' Heh, turns out that no one seems to! Hell, even the two most commonly cited OOP essentials (encapsulation and inheritance) are at odds with one another! It's an incoherent mess! Objects are a nice language feature, and can work well when used extremely sparingly, but OOP is a bad joke that has set back the industry at least 20 years.)

      So there you have it. Good old-fashioned unstructured BASIC doesn't cripple the mind any more than 6502 assembly -- you use the exact same approach to structuring and organizing your code in both. Visual Basic may not have been the best language, it had some severe limitations, but that didn't stop it from being an incredibly useful tool. If there can be any objection to it at all, it's that it made it possible for someone almost completely inexperienced to develop really bad software that worked or almost worked. Of course, this "failure" means it was successful at one of its design goals -- to be an easy-to-use development tool. (On a side note, COBOL was also designed to be easy to use, and it's arguably the most successful language on the planet; with billions of lines of mission critical code that runs the financial world.)

      I've always believed that programming languages were supposed to remove complexity, not add it -- writing machine code is hard, writing in assembly is easier, C is easier still, etc. So-called 'modern' languages have done nothing but add complexity, with no obvious benefits. Certainly it's obvious that OOP has done nothing to make developing software simpler or less error prone and has instead added complexity and created an entirely new set of problems. (Heh, you haven't seen spaghetti code until you've seen any medium sized Java project! Let the defenders cry 'modul

    3. Re:Changes your brain? by Twinbee · · Score: 2

      No offense, but the broken window fallacy comes to mind here. I wonder why.

      --
      Why OpalCalc is the best Windows calc
  3. Why did I waste my cranium space?! by TWX · · Score: 4, Funny

    Great... I wasted my space in my head on Star Trek...

    --
    Do not look into laser with remaining eye.
    1. Re:Why did I waste my cranium space?! by poena.dare · · Score: 5, Funny

      Waste?

      If you have been a real Star Trek fan then there have been significant changes in your brain that allow you to better understand social justice, equality, currency-less societal structures, diplomacy, human-alien sexual congress, and the advisability of wearing red apparel.

      Not a waste at all!

  4. " Even for adult brains, which aren't supposed to by Anonymous Coward · · Score: 5, Insightful

    " Even for adult brains, which aren't supposed to change much"

    How is it that this is still passed around as fact. This idea is incredibly outdated.

  5. Re:" Even for adult brains, which aren't supposed by TWX · · Score: 3, Funny

    How is it that this is still passed around as fact. This idea is incredibly outdated.

    Really? I watched several Republican Primary Debates, and I have to disagree with you...

    --
    Do not look into laser with remaining eye.
  6. Good news! by mosb1000 · · Score: 4, Insightful

    This is good news for you then, since it means that it's never too late to forget all that junk.

  7. Meditation by Laxori666 · · Score: 4, Interesting

    Anyone who meditates effectively for any length of time can attest to the fact that the brain can change quite dramatically as a result of what you do with it. Things that I did not even know were possible have happened to me as a result of it, and not in a subtle way, either.

    1. Re:Meditation by no1nose · · Score: 2

      I am interested in how you meditate and what results you have observed. I am 36 years old and want to make sure I don't turn old and grumpy before my time.

    2. Re:Meditation by Laxori666 · · Score: 3, Interesting

      I do different things now than when I started. First it was just following the breath 20min/day... then doing a technique called Mahasi-style Noting... at some point a shift occurred which made it far, far easier to concentrate on whatever I wanted and for however long (I basically am never bored anymore as there is always something interesting going on that I can observe). If you'd like to get into it more I invite you to introduce yourself on the Dharma Overground.

    3. Re:Meditation by Laxori666 · · Score: 2

      I used to try to lucid dream actively, and had a period of lots of lucid dreams then. I haven't really focused on it since starting to meditate, though they will happen when I think about them sometimes (like I'll remember they exist, then have one that night). When they have happened I've noticed that meditating while in the dream makes it more lucid, and is also actually great meditation - it's easier to do somehow in that state.

      Meditating is indeed quite rewarding. I also invite you to post on the Dharma Overground if you like.. lots of experienced meditators there who can help you if you're looking to do something more with it or just refine what you're doing already.

  8. Re:The question is how long does it take? by martin-boundary · · Score: 4, Interesting

    Along the same lines, do some types of jobs lead to stable equilibrium configurations of some sort (which cannot be easily escaped)? For example, does learning to take orders and being a good employee reconfigure the brain in different ways than being an entrepreneur and making up your own decisions? Is it possible to become the latter if you've already spent 20 years being the former?

  9. Re:" Even for adult brains, which aren't supposed by Anonymous Coward · · Score: 5, Insightful

    He still has a century on the people he's insulting, champ.

  10. Oh no by Tigersmind · · Score: 2

    I have memorised a significant collection of porn sites over the years for "research". What happened to my brain?

    1. Re:Oh no by sedman · · Score: 3, Funny

      Your vision center has shrunk. Careful or it will disappear all together.

  11. But? by M0j0_j0j0 · · Score: 3, Funny

    The question is: How is the Brain of the people that study the Brain?

  12. Not what you know by gmuslera · · Score: 3, Insightful
    but what you exercise. Probably there are (maybe in different areas) brain improvements too for piano players, people that speak in several languages or players of some games. The brain is a muscle that grows with training.

    Related with the title, not the content of the article, probably there is very little of what is "you" that wasnt what you know or what you lived. Someone else that looked essentially like me (to not have different experiences based on looks) living exactly what i lived would probably think like me.

    1. Re:Not what you know by jd · · Score: 5, Informative

      The following is what I could dig up on the effects of multi-lingualism. It does impact the brain in many different areas and there appears to be a growing belief that learning a new language at any age will have a pronounced impact on your ability to think and reason, but that if taught young the improvements are far more dramatic still. I didn't want to clutter the submission with this stuff, especially as these studies don't have nearly the same level of rigour as the MRI scans of the taxi drivers (where a whole host of variables can now be examined directly versus the somewhat more indirect studies done on polyglots). They're also a bit more controversial, with opposing studies claiming that the benefits either don't exist or don't exist in the way that is claimed.

      http://www.cal.org/resources/digest/0012brain.html
      http://www.sfn.org/index.aspx?pagename=brainbriefings_thebilingualbrain
      http://psychcentral.com/news/2010/11/10/cognitive-ability-improved-when-bilingual/20740.html

      (Press coverage adds yet another level of indirectness and potential sources of errors, but there's still some useful info here)

      http://www.nytimes.com/2011/05/31/science/31conversation.html
      http://news.bbc.co.uk/2/hi/health/3739690.stm
      http://www.guardian.co.uk/science/2011/feb/18/bilingual-alzheimers-brain-power-multitasking

      The impact of music on learning is also not very well studied - I can find press links that talk about the research, but not much actual research.

      http://www.livescience.com/5327-music-memory-connection-brain.html
      http://www.sciencedaily.com/releases/2007/08/070801122226.htm
      http://news.bbc.co.uk/2/hi/health/3095807.stm
      http://www.bbc.co.uk/news/health-12135590

      However, the story gets MUCH more complicated...

      http://www.bbc.co.uk/news/magazine-15791973
      http://www.mymultiplesclerosis.co.uk/misc/amnesia.html

      There IS a fascinating "reverse" case, where alteration of the brain resulted in a remarkable alteration in musical ability, but as far as I know there has been no real work done on what changes the brain has undergone as a consequence of the new obsession.

      http://en.wikipedia.org/wiki/Tony_Cicoria

      If anyone can add to the list, that would be great, especially for the different areas you were mentioning.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  13. Re:" Even for adult brains, which aren't supposed by cyachallenge · · Score: 3, Informative

    Well, neural plasticity does slow down considerably after early adulthood. I imagine you're responding to the theory that plasticity simply halted after childhood, which has been disproven many times. Neuroscience is a complex field that ties Philosophy of Mind, Psychology, Neurology etc together. It's hard to make any lasting broad statements about the brain and how it works.

  14. Re:pr0n? by BMOC · · Score: 3, Funny

    "Sir your visual cortex is extremely complex. At these percentages of activity and size, you should be able to spot perfect-10 curves from 5000 feet in the air. Of course someday you'll just magically go blind, with no medical explanation, so there's that."

    --
    I swear they give me mod points to shut me up.
  15. Re:" Even for adult brains, which aren't supposed by PopeRatzo · · Score: 4, Interesting

    " Even for adult brains, which aren't supposed to change much"

    How is it that this is still passed around as fact. This idea is incredibly outdated.

    Absolutely. There's a recent study, done at Mass Gen, that shows adults who practice mindfulness medication, such as tai chi, benefit from measurable physical changes to their brain in as little as 8 weeks of 20min/day meditation. Even older adults. And these changes occur to the regions of the brain that are associated with memory, sense of self, empathy and dealing with stress.

    I teach Chinese martial arts, including tai chi chuan, and love to point this out to my students.

    By the way, tai chi is really good for tech types like programmers. It's fun and the martial arts aspects are extremely cool. You also get to use swords (long swords (jian) and broadswords (dao)) as well as staffs and spears. Tai chi also puts lead in your pencil, if you catch my drift.

    --
    You are welcome on my lawn.
  16. Re:The question is how long does it take? by jd · · Score: 3

    That's actually a very good question. I'm not sure anyone has done that study, but I'd love to know the results.

    If we go with current thinking (the Peter Principle, the idea that people generally will have their best ideas when young, the high failure rate of start-ups that appear to be by people moving out of regular industry, the apparent "strangeness" of inventors and innovators to those with a strong work ethic, etc) then the answer would be "almost certainly" for your first question, "quite likely" for your second and "yes but it's unimaginably rare" to your third.

    However, you must bear in mind that until there's hard evidence of cause-and-effect, this is all supposition based on anecdotal evidence (which, if you remember your Dilbert videos, is only good for selling books) and apparent correlation. It seems very plausible, but without something a bit more solid I'm not confident anyone can give a real answer.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  17. Well of course. by wisnoskij · · Score: 2

    I am pretty sure Humans do not have the equivalent of software that works on generic brain hardware. Skills come about by the brain being hard wired to do certain tasks and this has been known for a long time.

    The real question here is why do cabby's still have to go though such a intensive training regiment when you could just install a GPS.

    --
    Troll is not a replacement for I disagree.
    1. Re:Well of course. by jo_ham · · Score: 2

      Have you ever tried to use a GPS in London?

      It's like trying to navigate the Pacific Ocean when the most accurate details you can give to the computer are "I can see water" and "I'm in a boat".

      Even if the GPS has a decent fix, so many of the streets are at random angles, with really narrow winding side streets that it easily gets confused. There's no substitute for a driver who knows the layout.

    2. Re:Well of course. by jo_ham · · Score: 2

      I'm sorry to say this but.... whooooooooooooosh.

      I'm well aware of how GPS works, just that it doesn't work very well in London due to the close-together buildings, odd angles of reflection and very dense, non-patterned road network.

      I have done it many times - the GPS gets lost more often than you do just looking up a route in a map since it gets confused by the weak and reflecting signals, then it tells you to turn around and go the other way (sometimes on a road with no ability to turn), only to suddenly recalculate and tell you to go somewhere else, and all manner of other things. You can take the correct road that it tells you, but it thinks you've just gone up the other, wrong fork of a road that runs almost parallel, then spends frantic minutes recalculating routes based on roads you are not driving on. Of course, by the time it figures out where you *actually* are, you've missed your original turning.

      Seriously, it's something of an achilles heel for satellite navigation.

    3. Re:Well of course. by MaskedSlacker · · Score: 2

      Because GPS systems are slow and inefficient for dedicated, rapidly changing navigational tasks. I used to work pizza delivery. Half the guys at the store had GPS systems when I left. They were also the slowest delivery drivers. The guys who memorized the area (not that hard to do really), were much faster. I lost track of the number of times I was out the door, in my car, and almost around the end of the block before one of the guys who was sitting in his car keying an address when I walked out the door managed to leave the parking lot. Cab driving would be the same, only worse. Moreover, "sorry my GPS doesn't know where that is" is a pretty stupid thing for a cabby to say (and it happened a lot for our delivery drivers).

  18. Re:" Even for adult brains, which aren't supposed by roman_mir · · Score: 2

    see how a moderator's brains don't change? Hard to teach the old dogs new tricks.

  19. Before you ask... by PopeRatzo · · Score: 2
    --
    You are welcome on my lawn.
    1. Re:Before you ask... by PopeRatzo · · Score: 2

      alt-med herd of idiots exploiting a big-name hospital

      That "big-name hospital" is the teaching and research unit of Harvard Medical School. The research was published in the journal Psychiatry Research: Neuroimaging, which is hardly "alt-med".

      And the summary only described the study in general terms, but it does mention "groups". Perhaps a portion of the participants were a control group.

      You're making a lot of very stupid assumptions just because you don't like the conclusion. And nobody said anything about "magic". Again, that's your assumption. Nothing about tai chi is "magical" or "woo woo" in the terminology of pop skeptics.

      They weren't measuring "reaction time, blood pressure, performance on standardized tests" they were measuring the structure of parts of the brain that deal with some of those things. Don't put words in their mouths.

      But if you want to find the effect on "reaction time, blood pressure and performance on standardized tests" you can find those studies too. The scientific literature on tai chi is extensive, though most of it was done in China and Japan, which probably also disqualifies them in your mind. But you'd probably not like them because you have already decided what you will believe no matter the evidence. anyway.

      It must be sad to live that way.

      --
      You are welcome on my lawn.
  20. wat by tryptogryphic · · Score: 2

    This is old news and has been known by Neuroscience for a long time now...neurons move closer to other neurons based on how often certain movements and memories / thoughts are used so of course the makeup of your brain is going to be dependent on what you know and do on a consistent basis. There is nothing new about this discovery.

  21. Re:The question is how long does it take? by Khyber · · Score: 2

    I spent from 15-25 being a retail slave. I design complex horticultural systems and LED lighting to match those systems, now. I'm about to be on the BBC.

    I'd say it's not so stuck.

    --
    Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  22. Re:" Even for adult brains, which aren't supposed by zephvark · · Score: 2

    Mindfulness medication, such as tai chi? Am I to guess this is only legal in California and when prescribed by a registered physician?

  23. Re:Bullshit - Nothing in the article about tai chi by PopeRatzo · · Score: 2

    The article is about f**ing meditation, not tai chi chuan.

    Dummy, half of tai chi is meditation. Anybody who studies tai chi seriously spends as much time in various mindfulness meditations as he does in movement.

    The standing meditation, usually in the horse posture, is the quintessential mindfulness meditation, and mindfulness meditation is exactly the kind of meditation that this study showed to have physical effects on the brain.

    Yang Lu Chan said that when you look at the tai chi symbol, aka the "yin/yang" symbol, the light half represents the movements of the tai chi form, pushing hands, and weapons forms. The dark half of the symbol represents the tai chi meditation. Together, the represent balance. Together, they represent the whole - the Tao.

    Anyone who does tai chi and does not practice meditation daily is not really practicing tai chi.

    Now, in the words of the great 12th century master, Zhang San Feng, "Go fuck yourself".

    --
    You are welcome on my lawn.
  24. Re:" Even for adult brains, which aren't supposed by jd · · Score: 2

    You are absolutely right, particularly as high-res MRI is extremely new and very limited. Almost all studies rely on either external observations or gross structural change that can be seen on the cheaper and commonplace MRIs, and of those it is exceedingly difficult to draw any sensible conclusion because of the sheer number of variables and the difficulty of knowing what is a cause and what is an effect - especially when you've a multitude of feedback loops that can turn one into the other.

    Tests are also exceedingly hard to design well. The so-called "Mozart Effect" turned out to have an element of truth (listening to music you enjoy and listen to for a particular purpose will typically have that same effect any time you listen to it, even when it's not for that purpose) but not the effect that the original experimenters claimed (Mozart's music has no special properties beyond the one of being composed by Mozart).

    IMHO, the best that can be said is that objective experimental data is more trustworthy than subjective experimental data, that multiple experiments to establish what is cause, what is effect and what is independent is absolutely essential, that science isn't about proving as much as falsifying, and that many groups should conduct overlapping but different experiments to eliminate error by flawed design. In this particular case, the first was done, the second can obviously go on forever but has been done to an extent, the third's a bit harder without analyzing the methods in depth, and the fourth hasn't happened but should.

    For the plasticity, yes it's been known that plasticity doesn't stop after childhood, but this isn't simply the occasional neural connection forming, we're talking 14-20% growth in the hippocampus in adults. That's a hell of a lot. Yes, it's an area where neurogenesis happens, but that's... ...a lot. This third study in the series appears to have been aiming to determine if (a) there was growth and not just a lot of X-Men mutants becoming cabbies, and (b) that the growth was a function of the learning and not the experience after.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  25. Some memorize far easier than others by wdef · · Score: 2

    Most of us knew one or two of those people in college/university. They look at a whiteboard full of difficult content, note it down once without ornamentation, never rewrite their notes, maybe read through the night before an exam and then regurgitate the lot perfectly. They get called brilliant. We tell ourselves that it's not the same skill necessarily as inspired creative problem solving though they usually seem to be good at that too, so maybe they are brilliant.

    I was friends with and studied alongside one of these creatures (he became a Rhodes scholar) so I observed his techniques. I became a straight A student myself that year partly from that. He had honed his learning skills, intentionally or not, all of his life. He had genuine interest in the material (except Comp Sci which he hated while getting A++ grades), and was ambitious, competitive and extremely motivated, even when appearing to be half asleep. He was a good classical pianist (correlates with high IQ) and basketball player (so was fit), and never wasted time. No mindless boozing or bonging, it was wholesome-vomitus Christian Youth Group for him once per week. He could solve problems or find where to go for a solution when no-one else could. When an exam required answering three out of five questions perfectly for a 100% score, he would answer all five in the time it took me to answer three. In short, he was a rare talent and knew everything. When a key reference work was unavailable in English, he read both volumes in French. I later met students who also had so-called "photographic memories" but none were as sharp as him. To add insult to injury, he was handsome.

    By observing him I learned some very important things. (1) He had no fear of apparent complexity. Most people's brains freak when presented with a dense page of abstruse symbols. Something inside says "It's too hard" and "I hate this" and "I can't understand" - and they can't and they don't. I tried to relax while looking at complex material so I could get to the meaning instead of the fear. If I didn't get it then I'd ask questions and work it through it later. Even when this only half works your grades go up hugely and you start to enjoy it. (2) He could do working in his head, jumping ahead two lines in a proof. This skill is hard to cultivate. (3) He worked damn hard, really hard, but highly efficiently, reading through things but never re-writing. I admit I had to re-write things, that was the only way I was sure I knew the work. I think with enough practice and cleaner living I might have got this skill eventually though.

  26. Re:" Even for adult brains, which aren't supposed by sFurbo · · Score: 2

    Firstly, a study with 16 participants is interesting, and can generate hypotheses, but nothing more than that.
    Secondly, it seems the controls were simply non-intervention. How do we know whether it was meditation, relaxation or simply learning something new that had that effect if it is not controlled for? The senior author even says:"This study demonstrates that [...] people are not just feeling better because they are spending time relaxing." It does no such thing, they haven't controlled for it!
    Thirdly, I particularly like the part of "Although no change was seen in a self-awareness-associated structure called the insula, which had been identified in earlier studies, the authors suggest that longer-term meditation practice might be needed to produce changes in that area. ". Ah, yes, we didn't find any effect, but if we had just kept on longer, I'm sure we would have! A beautiful example of special pleading. Do the test for longer and see if there is a difference, until then we can only state that we haven't seen an effect yet.

    Really, they have a center for mindfulness, and they produce this kind of bullshit? Talk about cargo cult science.

    Of course, none of this says anything bad about tai chi, which I am sure is fun and relaxing, and relaxation is something most people could do with more of.