I've been blind since birth. When it comes to 2d things such as linear and quadratic graphs, shapes such as triangles, circles, squares, etc, I had no issues when the material was provided using braille graphics. I can't comprehend representing a 3d object in two dimensions. When I was in college I switched from Computer Science to Telecommunications the second time I failed calc ii. I just couldn't comprehend rotating a shape around the access of a graph to get a 3d shape. This may be something solvable by 3d printing, but that was not easily available when I was in college.
Not blind, and can't speak to how popular or useful they are, but there are products meant to be used like that [0]. I can't find the link but I've also seen this done with paintings, where someone creates essentially a sculpture based on a painting, and then they can 3D print it so a blind person could "see" something like the Mona Lisa or Starry Night.
A while ago I read a biography of Louis Braille, and he created his system to replace an older one where they would teach people to feel the shape of letters in wooden blocks. Braille replaced it because it was much easier to read fast, but it was never meant to be used for something like a picture.
I'd also be interested if something like a tactile floor plan would even be useful for someone blind from birth, from what I've heard you don't think about navigating spaces the same way, so a floor plan might be far away from the mental models they use.
Given the low information density of tactile graphics (eyes can resolve finer details than fingers, so braille letters are large, dithering isn’t useful in small areas, etc), it’s even more important to know what you want to show in an image, though, so that you can leave out the rest.
This does not look like Braille to me. Braille is a system that uses cells composed of six (or eight) dots. This is just dots strewn all over the place.
d-lisp|1 month ago
Would you be able to "perceive" a picture if that picture was engraved on a surface ?
jareds|1 month ago
e_i_pi_2|1 month ago
A while ago I read a biography of Louis Braille, and he created his system to replace an older one where they would teach people to feel the shape of letters in wooden blocks. Braille replaced it because it was much easier to read fast, but it was never meant to be used for something like a picture.
I'd also be interested if something like a tactile floor plan would even be useful for someone blind from birth, from what I've heard you don't think about navigating spaces the same way, so a floor plan might be far away from the mental models they use.
[0]: https://evengrounds.com/services/tactile-3d-printed-models-f...
Someone|1 month ago
See https://en.wikipedia.org/wiki/Tactile_graphic, https://data.europa.eu/apps/data-visualisation-guide/tactile...
Given the low information density of tactile graphics (eyes can resolve finer details than fingers, so braille letters are large, dithering isn’t useful in small areas, etc), it’s even more important to know what you want to show in an image, though, so that you can leave out the rest.
smkelly|1 month ago
Reminds me of this relatively new device in the space though: https://store.humanware.com/hca/monarch-the-1st-dynamic-tact...
cat-whisperer|1 month ago
irjustin|1 month ago
Still, I'm confused as to what you're mentally expecting.
unknown|1 month ago
[deleted]
max-m|1 month ago
The source code is unminified and unobfuscated.
Another somewhat similar toy is https://max-m.github.io/InstaECB/index.html :)
rballpugr|1 month ago
10 REM 'BANNER PROGRAM'
20 REM 'CURRENTLY LIMITED TO LETTERS'
30 REM
90 PRINT 'SCALE: (1) ' ; : INPUT S : IF S = 0 LET S = 1
95 PRINT 'UNIT: (0) ' ; : INPUT U
100 PRINT 'TEXT: ' ; : INPUT A$
105 LET X = IOCTL( U , 101 ) : PRINT # U
110 FOR I = 1 TO LEN( A$ )
wazbug|1 month ago
ilhanomar|1 month ago
[deleted]