91³Ô¹ÏÍø

Watch CBS News

Keller: Why "brain rot" is Oxford's word of the year

The opinions expressed below are Jon Keller's, not those of WBZ, CBS News or Paramount Global.

BOSTON - Oxford University Press has officially dubbed "brain rot" its 2024 word of the year. It's described as that feeling you get after spending hours scrolling through social media.

You could say this news has been 170 years in the making. That's how long it's been since Henry David Thoreau sat by Walden Pond and reflected on the spread of brain rot. And now an unholy union of clever tech and cultural dreck have turned that illness into a global plague.

Brain rot and social media

Experts define brain rot as mental lethargy and cognitive decline caused by too much doomscrolling, zombie scrolling, video gaming and other forms of social media addiction.

"In many ways we have abdicated our responsibility as parents because we feel we aren't competent in the digital space," said Dr. Michael Rich of the Digital Wellness Lab at Children's Hospital, of "The Mediatrician's Guide: A Joyful Approach to Raising Healthy, Smart, Kind Kids in a Screen-Saturated World."

He says the issue isn't so much the lure of the web and its seductive algorithms, but kids being left alone, unchallenged, and easily seducible.

"First of all, a parent should model the kind of behavior they want to see in their kids," said Rich. "We have to be the change we want to see in our kids. The smartphone, the laptop is a power tool that can do incredible things, we can be all around the world with all kinds of people, and yet we often choose the path of least resistance which is well-paved for us by very sophisticated psychological design in these online programs."  

Fighting brain rot in kids

But for parents willing to fight brain rot, here's the good news.

"Kids actually do want our attention, that's one of the most frequent answers I get from kids when I ask them what could your parents do better - pay more attention to me," said Rich.

The deck might seem stacked when it comes to the rotting of our kids' brains by social media - unsavvy mom and dad vs. billion-dollar corporations peddling garbage dressed up with slick graphics and addictive technology. But you parents have a secret weapon - you're right there, while Elon Musk and Mark Zuckerberg are not.

And as Dr. Rich puts it: "the kids are going to be alright, if we are there with them."  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });