[SQL] SELECT t.*, COUNT(ut.user_id) AS follower_count FROM d_topic t LEFT JOIN d_user_topic ut ON ut.topic_id = t.id GROUP BY t.id ORDER BY follower_count DESC | Params: [] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND FIND_IN_SET(?, REPLACE(i.hashtags, ',', ',')) ORDER BY i.dt_created DESC LIMIT ? OFFSET ? | Params: ["health",20,0] [SQL] SELECT u.*, COUNT(DISTINCT i.id) AS idea_count FROM d_user u LEFT JOIN d_idea i ON i.user_id = u.id AND i.is_draft = 0 GROUP BY u.id ORDER BY idea_count DESC LIMIT ? | Params: [5] Explore Ideas — Eduo
Eduo
Log in Sign up
Why We Sleep
📰 Article

Why We Sleep

<b>“<i>Why We Sleep</i> is an important and fascinating book…Walker taught me a lot about this basic activity that every person on Earth needs. I suspect his book will do the same for you.” —Bill Gates</b><br> <br><b>A <i>New York Times </i>bestseller and international sensation, this “stimulating and important book” (<i>Financial Times</i>) is a fascinating dive into the purpose and power of slumber.</b><br><br>With two appearances on <i>CBS This Morning </i>and <i>Fresh Air</i>'s most popular interview of 2017, Matthew Walker has made abundantly clear that sleep is one of the most important but least understood aspects of our life. Until very recently, science had no answer to the question of why we sleep, or what good it served, or why we suffer such devastating health consequences when it is absent. Compared to the other basic drives in life—eating, drinking, and reproducing—the purpose of sleep remains more elusive.<br> <br> Within the brain, sleep enriches a diversity of functions, including our ability to learn, memorize, and make logical decisions. It recalibrates our emotions, restocks our immune system, fine-tunes our metabolism, and regulates our appetite. Dreaming creates a virtual reality space in which the brain melds past and present knowledge, inspiring creativity.<br> <br> In this “compelling and utterly convincing” (<i>The Sunday Times</i>) book, preeminent neuroscientist and sleep expert Matthew Walker provides a revolutionary exploration of sleep, examining how it affects every aspect of our physical and mental well-being. Charting the most cutting-edge scientific breakthroughs, and marshalling his decades of research and clinical practice, Walker explains how we can harness sleep to improve learning, mood and energy levels, regulate hormones, prevent cancer, Alzheimer’s and diabetes, slow the effects of aging, and increase longevity. He also provides actionable steps towards getting a better night’s sleep every night.<br> <br> Clear-eyed, fascinating, and accessible, <i>Why We Sleep</i> is a crucial and illuminating book. Written with the precision of Atul Gawande, Andrew Solomon, and Sherwin Nuland, it is “recommended for night-table reading in the most pragmatic sense” (<i>The</i> <i>New York Times Book Review</i>).

Health Habits Mental Health
5 ideas 30 reads

Are you sure?