惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
罗磊的独立博客
The GitHub Blog
The GitHub Blog
V
V2EX
Last Week in AI
Last Week in AI
博客园 - 聂微东
MyScale Blog
MyScale Blog
美团技术团队
L
LangChain Blog
博客园 - Franky
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
S
SegmentFault 最新的问题
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
量子位
小众软件
小众软件
宝玉的分享
宝玉的分享
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Neuropsychology: What Brain Damage Reveals About the Mind
Aditya · 2026-05-24 · via DEV Community
Cover image for Neuropsychology: What Brain Damage Reveals About the Mind

Aditya

Introduction

brain

Neuropsychology teaches us that the brain is modular—different regions handle different functions. By studying what happens when these regions are damaged, we've learned more about how our minds work than almost any other method in psychology.

Key Concepts

  • Localization of Function: Specific brain regions are responsible for specific abilities (speech, memory, motor control, etc.)
  • Lesion Studies: When a brain area is damaged, we can infer what that area normally does by observing what the person can no longer do
  • Dissociation: A person loses one ability while keeping others intact, proving those functions are separate
  • Double Dissociation: Two people lose different abilities from different brain damage, confirming separate systems

What Brain Damage Has Taught Us

The Case of Phineas Gage (1848)

A railroad worker's tamping iron pierced his frontal lobe. Before: responsible, polite. After: impulsive, aggressive, poor judgment. This showed us the frontal lobe handles personality and decision-making, not just movement.

H.M. – The Man Without New Memories

H.M. had his hippocampus removed to treat severe epilepsy. He could recall his past, but couldn't form new long-term memories. Lesson: the hippocampus is essential for encoding new memories, not retrieving old ones.

Broca's Area vs. Wernicke's Area

  • Broca's Aphasia (frontal lobe damage): People struggle to produce speech but understand it. They speak slowly, effortfully, with words like "the," "and" often missing.
  • Wernicke's Aphasia (temporal lobe damage): People speak fluently but don't understand speech and often say nonsensical things.

This dissociation proved speech production and comprehension are separate neural systems.

Split-Brain Research

When the corpus callosum (connecting left and right hemispheres) is severed, the two halves operate independently. The left hemisphere controls language; the right handles spatial awareness. This revealed the brain isn't one unified system—it's a collection of specialized modules.

Key Takeaways

  1. The brain is modular: Functions are localized to specific regions. Damage to one region impairs that function while leaving others intact.

  2. We learn from loss: Neuropsychology relies on identifying what's broken to understand what normally works. This principle extends beyond neurology—it's fundamental to how we study systems.

  3. Dissociations matter: Two people can have opposite deficits from different brain damage. This proves the brain doesn't use a single "master system" for everything.

  4. Memory isn't one thing: H.M. taught us there are multiple memory systems (short-term, long-term, procedural). Each relies on different brain structures.

  5. Language has modules: Broca's and Wernicke's areas show that even within language, the brain separates production from comprehension.

Final Note

Modern neuroscience uses fMRI and PET scans to confirm these insights, but the principles came from careful observation of brain damage. Neuropsychology reminds us: sometimes the best way to understand how something works is to see what happens when it breaks.

Disclaimer

This article series is based on the MIT Introduction to Psychology course lectures. The content written here reflects my personal understanding and interpretation of the topics after going through the lectures.

These articles are created for learning and educational purposes only. I do not claim ownership of the original course material, and all credit for the concepts and teachings belongs to the instructors and MIT OpenCourseWare.

bye