Live data from Hacker News

Dsxyliea

geon.github.io

101–110 of 208 posts

Re: Dsxyliea

#101
post #26

Ugh, as someone with dyslexia, it's nothing visual, so trying to visualize being dyslexic is an exercise in futility. You know those "drunk" googles that distort your view? They certainly make it harder to walk, but they in no way make you feel drunk... Try explaining someone what it feels like being on LSD... you can't. Telling people that letters jump around is an easy way to dismiss people whit out having to do a…

I am dyslexic, and just for some background info I have uncorrected 20/20 vision but my symptoms are exacerbated by comorbid ADHD. I'm sure everyone experiences it differently, but the image on the left is a pretty close approximation of what I often see when trying to read from a page: https://upload.wikimedia.org/wikipedia/commons/9/9c/Dyslexic... Say I was reading the line "...as well as other perceptual tasks." I…

does things like the open dyslexic[1] font actually help?

1: opendyslexic.org

Re: Dsxyliea

#102
post #60

Earlier quoted context omitted.

Especially when the first and last letters aren't changing as in this example.

It looks like it's just doing random anagrams of all the letters in the word, except the first and last. From what I know of dyslexia, wouldn't it be more appropriate to replace each letter with a weighted random selection from groupings of similar glyphs? a e g 6 9 @ b d p q P c n u C G U ( ) f t k x H K X + h y F T Y i ! : ; j r J L 7 [ ] l I 1 / | \ m w E 3 { } o D O Q 0 s z S Z 2 5 ? $ v A V ^ 4 B R 8 & M N W . ,…

It seems like only replacing similar glyphs would make it even easier to read.

Re: Dsxyliea

#104
post #26

Ugh, as someone with dyslexia, it's nothing visual, so trying to visualize being dyslexic is an exercise in futility. You know those "drunk" googles that distort your view? They certainly make it harder to walk, but they in no way make you feel drunk... Try explaining someone what it feels like being on LSD... you can't. Telling people that letters jump around is an easy way to dismiss people whit out having to do a…

I am dyslexic, and just for some background info I have uncorrected 20/20 vision but my symptoms are exacerbated by comorbid ADHD. I'm sure everyone experiences it differently, but the image on the left is a pretty close approximation of what I often see when trying to read from a page: https://upload.wikimedia.org/wikipedia/commons/9/9c/Dyslexic... Say I was reading the line "...as well as other perceptual tasks." I…

The image on the left is pretty much what I see if I was reading "other perceptual tasks".

I just figured that was normal. I have always been a very slow reader though.

Re: Dsxyliea

#105

Having dyslexia, I would say this is rather extreme, I can't speak for everyone but reading isn't like this for most dyslexics. Usually it is a pair of letters being swapped, or numbers order reversed. They don't jump around/change randomly, you just misread it. http://dyslexia.learninginfo.org/symptoms.htm The new font for dyslexics also goes into this some more: http://www.scientificamerican.com/article/new-font-he…

[deleted]

Re: Dsxyliea

#106
post #26

Ugh, as someone with dyslexia, it's nothing visual, so trying to visualize being dyslexic is an exercise in futility. You know those "drunk" googles that distort your view? They certainly make it harder to walk, but they in no way make you feel drunk... Try explaining someone what it feels like being on LSD... you can't. Telling people that letters jump around is an easy way to dismiss people whit out having to do a…

I am dyslexic, and just for some background info I have uncorrected 20/20 vision but my symptoms are exacerbated by comorbid ADHD. I'm sure everyone experiences it differently, but the image on the left is a pretty close approximation of what I often see when trying to read from a page: https://upload.wikimedia.org/wikipedia/commons/9/9c/Dyslexic... Say I was reading the line "...as well as other perceptual tasks." I…

uhh... I'm sitting here wondering if I'm mildly dyslexic. I often swap letters around when typing, read words that aren't there, leave words out, etc... I've always had this problem and just assumed I didn't proof-read well enough.

Is there a test for mild dyslexia? How would one know for sure? Should I care? I doesn't bother me much other than people thinking I have terrible grammar and reading comprehension skills.

Re: Dsxyliea

#107
post #26

Ugh, as someone with dyslexia, it's nothing visual, so trying to visualize being dyslexic is an exercise in futility. You know those "drunk" googles that distort your view? They certainly make it harder to walk, but they in no way make you feel drunk... Try explaining someone what it feels like being on LSD... you can't. Telling people that letters jump around is an easy way to dismiss people whit out having to do a…

Unlike inebiration, dyslexia is in fact visual by definition; it has to do with having difficulty reading, even in the absence of other cognitive difficulties. It's just not something that occurs due to some issues in the visual pipeline, which could give it a "pixel level" representation/explanation. However, the entire pipeline from the cornea of your eye and retina, through the optic nerve and back to the visual c…

To qoute user obeone from this thread:

According to Alice Wellborn, a dyslexia expert of some note: Many years ago, researchers believed that dyslexia was a visual perceptual problem - that it was based in how a person saw letters and words. Now we know for sure, through brain imaging studies, that dyslexia is a problem in the language system of the brain, not the visual system.

Dyslexia is the result of a significant weakness in the phonological processing system, or how a person's brain understands and can use the sound-based reading "code". A dyslexic reader has difficulty cracking that code.

Re: Dsxyliea

#108
Some quick thoughts on the code: http://pastebin.com/hYiB01RH

First, the isLetter function is both wrong and unused.

Second, messUpMessyPart is suboptimal. Rather than using a while loop to generate random numbers until a < b, why not do something like `var nums = [rand, rand].sort(); a = nums[0]; b = nums[1]`. There's still the case where a=b, but maybe you just run the function 2/10 times instead of 1/10 to compensate for that case.

Re: Dsxyliea

#110
Wow, could you use this plugin to effectively DRM a document?

This may be a stupid question...

Assume you wanted to ensure non plagerism, just use this this to make it such that each visitor is given a random version of the document which the human mind can read but will be tough as hell to copy/paste phrases or paragraphs?

Post reply on HN