ADVERTISEMENT

Troubled sleep

Published Oct 14, 2019 12:05 am
IF SYMPTOMS PERSIST By DR. JOSE PUJALTE JR.

“O sleep! O gentle sleep! Nature’s soft nurse, how have I frighted thee, That thou no more wilt weigh my eyelids down, And steep my senses in forgetfulness?”

–William Shakespeare (1564–1616), British dramatist, poet.

King Henry, in Henry IV, Part 2, act 3, sc. 1, l. 5-8.

Dr. Jose Pujalte Jr. Dr. Jose Pujalte Jr. Why is it that even if the dailies trumpet that the peso “sizzles” and the market is up and that businessmen are upbeat, most of us are still worried sick and unable to sleep? We have become a nation of insomniacs – victims of troubled sleep, in a time that we need it the most. Insomnia Defined. There’s no clear cut definition of insomnia but just like undefinable pornography (as opposed to “art”) you know it when you see it. Now you know you have insomnia (as opposed to sleeping like a baby) when you have it. Just the same, insomnia means lack of sleep occurring regularly or frequently. Most somnolence experts recommend an average of 8 hours of sleep a day but some people get by on 4 to 6 hours of sleep. Therefore, insomnia is also relative and varies with individuals and changes with age. Causes. The common causes of insomnia are:
  • Stress – as it relates to sleep is excessively worrying about something – about work, school, health, love, family, etc.
  • Anxiety – is also worrying but not about anything in particular. It is a general sense of dread
  • Depression – may either cause little sleep or too much sleep; either way regular sleep is disrupted and the reason for this is that depression is marked by imbalances in brain chemicals that prevent minimum relaxation for sleep to occur
  • Stimulants – prescription drugs such as anti-hypertensives, anti-depressants, and corticosteroids can interfere with normal sleep. Some weight loss drugs have caffeine and caffeine-like products which should have you staring into space through out the night; the nicotine in cigars or cigarettes stimulate
  • Medical conditions that cause chronic pain – in particular, late stage arthritis that makes trying to sleep an ordeal because joints hurt; some neuropathies or nerve derangements from diabetes can cause discomfort and loss of sleep; cancer pain is indescribable
  • Eating too much at night – Gorging makes lying down uncomfortable and can even cause heartburn (food and digestive juices backflow).
  • Sleep apnea – a condition where breathing stops temporarily during sleep giving the person a sensation of drowning and of course, sudden awakening
Signs and Symptoms.  Insomnia can present as inability to get enough sleep at night; waking up in the middle of the night; waking up too early; waking up tired instead of rested; daytime fatigue; and daytime irritability. It also follows that energy levels are down in the daytime and that moods suffer immensely. How to Cope. Chronic sleeplessness makes medical problems even worse. These include high blood pressure, heart disease, and diabetes. Remember that sleep ought to be restorative. The body that is already sick to begin with further deteriorates without deep rest. Since sleep patterns are disrupted, some people fall asleep through out the day - on the wheel. The results are tragic. Sleeping pills can be abused. But people with occasional and temporary insomnia respond well. Sometimes the doctor will give an antidepressant or an antihistamine that causes drowsiness. The tried and tested tips for combating insomnia are:
  • Limit caffeine, nicotine, even alcohol. Alcohol interferes with REM (rapid eye movement) or the dream state which makes sleep unrestful
  • Check medications, if taking any that cause sleeplessness; see if there are substitutes or if you can taper dosage
  • Exercise at least five to six hours before bedtime; vigorous exercise before bedtime will keep you awake
  • Stick to a sleep schedule: try to sleep and wake up on a pre-determined time
  • Avoid tryingto sleep; if you can’t sleep, get up and read or do something and only return to bed when drowsy. Get up, however, at the same time.
Alternative Medicine. By far the most popular alternative option is melatonin. International flight attendants swear by it. After all, these long haulers understand what erratic hours are all about. One also is almost sure of insomnia among the thousands working in call centers locally. Here the graveyard shift is a way of life. Melatonin is said to cure insomnia and prevent jet lag. However, experts agree that more research is needed. Some herbal teas like chamomile claim to have relaxing properties but it’s probably the ritual of making and sipping tea that does the trick. The demands of daily life can and does push us to sleeplessness. Temporary insomnia happens all the time. But chronic insomnia, this is something to worry and do something about. Our lives depend on restful sleep. E-mail: [email protected]
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.