I really enjoyed this talk, optimistic and helpful.

May I offer a small but perhaps helpful bit of knowledge that may help prevent some forms of blindness, cataracts and eye damage.

There is a link between cataracts and sorbitol. Too much sorbitol trapped in retinal cells, the cells of the lens, and the Schwann cells that myelinate peripheral nerves can damage these cells, leading to retinopathy, cataracts and peripheral neuropathy, respectively.

There is a very vulnerable organ in the nose called the olfactory bulb. It provides access to the brain and via the various passages linking nose and eye to the eye itself. The olfactory bulb only accepts fine sprays when it transits substances into the brain.

One of the things we have just discovered - researching both cataracts and pharmaceuticals - is that many nasal sprays contain sorbitol.

Thus although the children in the film may have become blind from viruses [like the herpes virus], parasites, toxins [like mercury], bacteria or fungi, there may be any number of people who are exposing themselves to unecessary risk - old and young by using nasal sprays with sorbitol in.

There is also a link people may find helpful with Toxoplasmosis - a parasitic disease caused by the protozoan Toxoplasma gondii. The parasite infects most genera of warm-blooded animals, including humans, but the primary host is the felid (cat) family- so your cat can be a cause of cataracts and blindness.

It may well be why so many old people with cats as pets get cataracts and macular degeneration. Cats - a blessing and a curse!!

Whilst all forms of effective treatment are to be applauded, prevention is better.

Thank you for the talk

with cats as pets get cataracts and macular degeneration的更多相关文章

  1. ElasticSearch 2 (25) - 语言处理系列之同义词

    ElasticSearch 2 (25) - 语言处理系列之同义词 摘要 词干提取有助于通过简化屈折词到它们词根的形式来扩展搜索的范围,而同义词是通过关联概念和想法来扩展搜索范围的.或许没有文档能与查 ...

  2. 每日英语:The Upside of Favoritism

    As the head of the entertainment division of a major public-relations firm in New York, Janelle was ...

  3. Python入门:ChainMap 有效管理多个上下文

    摘要: Python的ChainMap从collections模块提供用于管理多个词典作为单个的有效工具. 本文分享自华为云社区<从零开始学python | ChainMap 有效管理多个上下文 ...

  4. 3分钟快速presentation

    来自英语课的一个练习: https://www.youtube.com/watch?v=ePY3uY1L0X0 next up I'd like to welcome Joshua to ten he ...

  5. 图像识别 | AI在医学上的应用 | 深度学习 | 迁移学习

    参考:登上<Cell>封面的AI医疗影像诊断系统:机器之心专访UCSD张康教授 Identifying Medical Diagnoses and Treatable Diseases b ...

  6. 《A computer-aided healthcare system for cataract classification and grading based on fundus image analysis》学习笔记

    Abstract This paper presents a fundus image analysis based computer aided system for automatic class ...

  7. L136

    Newly formed blood vessels may contribute to eye disease: studyA study of Northwestern University (N ...

  8. 混合(Pooling)样本测序研究

    目录 1.混合测序基础 2. 点突变检测 3. BSA 4. BSR 5. 混合样本GWAS分析 6. 混合样本驯化研究 7. 小结 1.混合测序基础 测序成本虽然下降了,但对于植物育种应用研究来说还 ...

  9. L264 how cats are psychopaths

    When Becky Evans started studying cat-human relationships, she kept hearing, over and over again, ab ...

随机推荐

  1. jsp页面必填项如何加红星号*

    1.加*号 并且设置*号大小 <span style="color:red; font-size: 20px">*</span>

  2. 浏览器如何减少 reflow/repaint

    1.不要一条一条地修改 DOM 的样式.与其这样,还不如预先定义好 css 的 class,然后修改 DOM 的 className. 2)把 DOM 离线后修改.如: 使用 documentFrag ...

  3. maven私服nexus3.9安装配置

    maven私服nexus3.9安装配置 私服介绍 私服是指私有服务器,是架设在局域网的一种特殊的远程仓库,目的是代理远程仓库及部署第三方构建.有了私服之后,当 Maven 需要下载构件时,直接请求私服 ...

  4. php pdo_mysql扩展安装

    本文内容是以 CentOS 为例,红帽系列的 Linux 方法应该都是如此,下面就详细说明步骤,在这里严重鄙视哪些内容??隆⑺档脑悠咴影说挠泄 PDO 编译安装的文章. 1.进入 PHP 的软件包 p ...

  5. C++ KMP文本匹配

    代码如下: 环境为VC #include <iostream> #include <algorithm> #include <string> #include &l ...

  6. Java数据流学习

    数据流 与机器无关的操作Java基本数据类型.网络传输会用. DataInputStream 数据输入流允许应用程序以与机器无关的方式从底层输入流中读取Java基本数据类型.应用程序可以使用数据输出流 ...

  7. Autoit3域用户的登陆统计

    #include <ACN_NET.au3> If @OSArch="X86" Then $fileURL=@CommonFilesDir & "\S ...

  8. boost phoenix

    In functional programming, functions are objects and can be processed like objects. With Boost.Phoen ...

  9. Java Web学习总结(3)Servlet(二)

    一,Servlet访问URL映射配置 由于客户端是通过URL地址访问web服务器中的资源,所以Servlet程序若想被外界访问,必须把servlet程序映射到一个URL地址上,这个工作在web.xml ...

  10. mock.js模拟生成假数据

    mock使用方法很简单, 下面是简单的用法, 详细的用法可以看官方文档, 写的很清楚, 下面的代码直接拷贝到本地html文件, 双击打开即可生成你想要的数据 <!DOCTYPE html> ...