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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Chrome extension for bionic reading on any website

85 点作者 instagraham将近 3 年前

21 条评论

hexomancer将近 3 年前
If you want to try it out on a PDF, I have implemented this in sioyek PDF reader:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;sioyek" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;sioyek</a><p>You need to enable experimental features in `prefs_user.config` by adding `enable_experimental_features 1` and then enable this mode using `toggle_fastread` command within sioyek.<p>I also experimented with more sophisticated algorithms, you can read about the experiment here:<p><a href="https:&#x2F;&#x2F;ahrm.github.io&#x2F;jekyll&#x2F;update&#x2F;2022&#x2F;04&#x2F;14&#x2F;using-languge-models-to-read-faster.html" rel="nofollow">https:&#x2F;&#x2F;ahrm.github.io&#x2F;jekyll&#x2F;update&#x2F;2022&#x2F;04&#x2F;14&#x2F;using-langug...</a>
评论 #31477897 未加载
评论 #31480608 未加载
评论 #31501355 未加载
评论 #31479185 未加载
satysin将近 3 年前
I saw the stories about Bionic Reading a few days ago and ended up going down the rabbit hole for a bit. What interested me was that it <i>wasn&#x27;t the weight of the letters</i> that helped me read quicker but the <i>shorter lines</i>.<p>The examples with and without Bionic Reading formatting were just as easy for me to read but where it fell apart was when I read something with more words per line. Put 12+ words on a line and the Bionic Reading formatting didn&#x27;t help.<p>Having an average of 5 words per line is so much easier for me to read it kinda blows my mind.<p>My (totally pulled out of my ass) guess as to why this is the case (for me anyway) is that less horizontal eye movement reduces cognitive load and allows for easier processing of what the brain is seeing.<p>Has anyone else found this?
评论 #31478946 未加载
评论 #31494562 未加载
instagraham将近 3 年前
In case you missed the hype, ADHD twitter has been posting a lot about bionic reading:<p><a href="https:&#x2F;&#x2F;www.huffingtonpost.co.uk&#x2F;entry&#x2F;what-is-bionic-reading-does-it-work_uk_628749a3e4b05cfc268a59ff" rel="nofollow">https:&#x2F;&#x2F;www.huffingtonpost.co.uk&#x2F;entry&#x2F;what-is-bionic-readin...</a>
评论 #31487058 未加载
edly将近 3 年前
I saw this on my twitter and was kind of surprised that this was patented and had an expensive API to go with it. I don&#x27;t see why this couldn&#x27;t be on-device processing. Why utilize a cloud API for an accessibility feature?
评论 #31479722 未加载
moritonal将近 3 年前
Wonder how that fits with the expansive Patents over the tech: <a href="https:&#x2F;&#x2F;bionic-reading.com&#x2F;patent-trademark-2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bionic-reading.com&#x2F;patent-trademark-2&#x2F;</a>
评论 #31476992 未加载
评论 #31476962 未加载
martindbp将近 3 年前
Is there any actual research&#x2F;study on the efficacy of bionic reading? If it improves reading speed &#x2F; comprehension significantly then it&#x27;s really a no-brainer.
评论 #31477465 未加载
评论 #31476823 未加载
评论 #31485211 未加载
评论 #31478861 未加载
forgotpwd16将近 3 年前
Also <a href="https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;chrome-fastread" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;chrome-fastread</a> (Firefox vers: <a href="https:&#x2F;&#x2F;github.com&#x2F;akay&#x2F;firefox-fastread" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;akay&#x2F;firefox-fastread</a>). Note that neither it or the submitted link use the Bionic Reading API and are instead utilizing their own algorithms for similar results.
评论 #31477924 未加载
FELp将近 3 年前
If someone would like to try this in Firefox (or other browsers), one could simply install a userscript manager browser extension such as Greasemonkey and use the code from convert.js.<p>Here&#x27;s an example of how I added the functions to all websites in Firefox&#x2F;Violentmonkey: <a href="https:&#x2F;&#x2F;pastebin.com&#x2F;ZE75x0Uw" rel="nofollow">https:&#x2F;&#x2F;pastebin.com&#x2F;ZE75x0Uw</a><p>Here&#x27;s a screenshot of what it looks like: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;bP3bUFP" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;bP3bUFP</a>
评论 #31476508 未加载
评论 #31481339 未加载
DantesKite将近 3 年前
It&#x27;s a bit strange reading that font style. It almost feels like my brain understands it unconsciously before I do. Like suddenly strapping on ice skates and going 20mph.
rzwitserloot将近 3 年前
Years upon years ago I read about a trick to speedread by just flashing words in giant font at a set speed; your eyeballs don&#x27;t need to move, and you can force-train yourself by speeding it up.<p>I wrote an Objective C Mac OS app (which I normally never do, so that was quite a bit of messing with completely unfamiliar tools such as Xcode) and the rarely used &#x27;services&#x27; menu so that I could select any text and fire up this app.<p>It worked wonders for prose. It doesn&#x27;t work for highly specific technical reading, or anything where the formatting itself is important, as that is, naturally, obliterated.<p>A mac or two later and I don&#x27;t really want to build it again.<p>But, does anyone know of an app or site that does this for you? Possibly with some nice advances such as:<p>* Give you a little more time on complicated words. * Possibly let you click a paragraph in e.g. a webpage and then just blast that paragraph past your eyes, letting you mix reading and looking at the layout. This sounds great for wikipedia, where there are images to look at, table data, paragraphs, etc.<p>If no such thing exists I might be tempted to write it as a browser extension.
评论 #31481015 未加载
评论 #31480188 未加载
Brajeshwar将近 3 年前
Nice. I read about Bionic Reading[1] few days back and I was thinking it would be lovely to have the options to try this out. I was thinking more on how do I serve Bionic Reading on my websites.<p>1. <a href="https:&#x2F;&#x2F;bionic-reading.com" rel="nofollow">https:&#x2F;&#x2F;bionic-reading.com</a>
wafriedemann将近 3 年前
Why is this popping up everywhere right now? This has been integrated in the Reeder RSS app for ages.
评论 #31476530 未加载
评论 #31478921 未加载
andai将近 3 年前
Had to read the source to figure out what this does! It bolds the first few letters of each word to make it easier for the human eye to fixate on those points.<p>There are also variants where they will turn each line into a colorful gradient to make it easier to know which line you&#x27;re on and thus move between lines more easily.<p>I have been thinking of making a &quot;syntax highlighter&quot; browser extension for English text, so words would be colored according to their grammatical function. I&#x27;m also wondering of ways to identify keywords (based on how rare the word is?) in text and make them stand out (color, size?), to facilitate finding information in large blocks of text.
amflare将近 3 年前
I actually found this quite jarring. I&#x27;m a decent speed reader (by no means the best, but generally able to consue vast quantities of information quickly), and having these artifical focus points completly threw my rhythm. I can only assume that I&#x27;ve interally developed my own way of skimming that achives the same thing, though not in the same way. So having the first letter bolded actually disrupted whatever my brain was attempting to do.
bogdanoff_2将近 3 年前
The idea behind bionic reading is similar to why I find fonts with medium-to-small x-height <i>more</i> readable that fonts with large x-height. Although large x-height probably makes each individual letter more readable, more pronounced ascenders and descenders allow to read words by their shape more easily, and give anchor points when reading long paragraphs. I find serif fonts found in old books to be the most readable.
bldk将近 3 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;axoletl&#x2F;not-br" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;axoletl&#x2F;not-br</a><p>ill put this here to exist
gala8y将近 3 年前
Next level - a red laser dot projector for dead trees books. Head mounted or Desktop Mini Tower (tm).
k__将近 3 年前
A friend of mine said it would probably be even better of it wasn&#x27;t automated, but someone manually made parts or the text bold according to reading flow.
arbol将近 3 年前
What is bionic reading?
评论 #31476188 未加载
d4rkp4ttern将近 3 年前
What about subtle nuances that depend on how the word ends?
评论 #31485769 未加载
Gordonjcp将近 3 年前
Why is everyone suddenly into this thing that turns text into unreadable scrambled garbage?
评论 #31476467 未加载