TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Software for helping visually impaired persons?

2 点作者 adamwi超过 8 年前
My dad is slowly going blind due to macular degeneration (basically the nervcells in the retina slowly dies, starting in the macular region). He still has ok vision but starts to have real issues reading longer texts, long term he will go completely blind.<p>I&#x27;m now looking for software (preferably open source) that can help him when using the computer. Main use case is being able to retrieve larger quantities of information (e.g. emails, news articles, etc) either by magnifying some part of the screen or by reading out the text loud.<p>Current solution is using a large &quot;analog&quot; magnifying glas in front of the screen, feels like there should exist a better solution. Long term it would be preferable if the solution can also assist him with navigating the web using audio.<p>Did some googling but mostly ended up on pages with more generic tips on how to adjust ambient lighting in the room etc. Any tips on where to look?<p>Grateful for the help!

4 条评论

10dpd超过 8 年前
What kind of computer does he have? Screen magnification software is built into most OS&#x27;s for free.<p>E.g. macOS:<p><a href="http:&#x2F;&#x2F;www.apple.com&#x2F;uk&#x2F;accessibility&#x2F;osx&#x2F;#vision" rel="nofollow">http:&#x2F;&#x2F;www.apple.com&#x2F;uk&#x2F;accessibility&#x2F;osx&#x2F;#vision</a><p>Free screen readers:<p>VoiceOver (built into macOS &#x2F; iOS)<p>NVDA: <a href="http:&#x2F;&#x2F;www.nvaccess.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.nvaccess.org&#x2F;</a><p>ChromeVox: <a href="http:&#x2F;&#x2F;www.chromevox.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.chromevox.com&#x2F;</a>
评论 #12537553 未加载
Davidbrcz超过 8 年前
There are screen readers (text to speech generators), braille displays.<p>I don&#x27;t know what is the status for fingerreader ( <a href="http:&#x2F;&#x2F;fluid.media.mit.edu&#x2F;projects&#x2F;fingerreader" rel="nofollow">http:&#x2F;&#x2F;fluid.media.mit.edu&#x2F;projects&#x2F;fingerreader</a> )<p>Also have a look at HandyDV Linux (<a href="https:&#x2F;&#x2F;handylinux.org&#x2F;index-en.html" rel="nofollow">https:&#x2F;&#x2F;handylinux.org&#x2F;index-en.html</a>). The aim is to offer for visually challenged and blind people an accessible computer. A french guy is beyond it and there is a kickstarter-like compain to support it (french page about it <a href="http:&#x2F;&#x2F;linuxfr.org&#x2F;news&#x2F;financement-participatif-de-handydv-linux-et-sa-machine-a-lire" rel="nofollow">http:&#x2F;&#x2F;linuxfr.org&#x2F;news&#x2F;financement-participatif-de-handydv-...</a>, couldn&#x27;t find anything in english).
lovelearning超过 8 年前
This article written by a blind developer was posted here some years ago. You might find some good tips there about tools.<p>[Article]: <a href="http:&#x2F;&#x2F;blog.freecodecamp.com&#x2F;2015&#x2F;01&#x2F;a-vision-of-coding-without-opening-your-eyes.html" rel="nofollow">http:&#x2F;&#x2F;blog.freecodecamp.com&#x2F;2015&#x2F;01&#x2F;a-vision-of-coding-with...</a><p>[Discussion]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8965048" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8965048</a>
评论 #12537564 未加载
scpotter超过 8 年前
You&#x27;re looking for accessibility tools. Modern desktop and mobile OSes have these built-in, Google [whatever OS] accessibility zoom.<p>Open source screen reader: NVDA (www.nvaccess.org) Industry standard screen reader: JAWS (www.freedomscientific.com&#x2F;Products&#x2F;Blindness&#x2F;JAWS)