Live data from Hacker News

Bionic Reading – Convert Text into Better Way to Read Faster

github.com

1–10 of 65 posts

Re: Bionic Reading – Convert Text into Better Way to Read Faster

#3
Since it isn't mentioned this is inspired/based on https://bionic-reading.com/ (discussed in https://news.ycombinator.com/item?id=30787290). Note, although it has been granted patent only in France, the Bionic Reading name is registered trademark. A web extension was made soon after the link was posted and can be found in https://github.com/ahrm/chrome-fastread (Firefox vers: https://github.com/akay/firefox-fastread).

Re: Bionic Reading – Convert Text into Better Way to Read Faster

#4
This is patent encumbered, so if you use it for a product, you’re setting yourself up for trouble down the line.

The project page should be updated to mention the patent situation IMO. The license is MIT, but that doesn’t mean you can use this without paying the patent holder whatever has asks.

Re: Bionic Reading – Convert Text into Better Way to Read Faster

#10
Kind of similar to this bookmarklet:

javascript:(function(){var q="p, title",e=document.querySelectorAll(q),o=[],str1="",str0="",str="",j=0,pivotchar=0,finvar="",ans="",d=window.open("","_blank"); for(var i in e){var t=e[i].textContent; if(t){o = o + "\n" + t;}} str0 = o; str1=str0.replace(/\n/g, "
"); str=str1.split(" "); for(j=0;j" + str[j].substring(0,pivotchar) + "" + "" + str[j].substring(pivotchar,str[j].length) + "" + " "; if(str[j].substring(str[j].length-1,str[j].length)=='.') { finvar=finvar+" * "; } ans=ans+finvar; } d.document.write(""+ans+"

");})()

https://www.locserendipity.com/Hyper.html

Post reply on HN