Earlier quoted context omitted.
I always assumed Whistler in Sneakers was a reference to https://en.wikipedia.org/wiki/Joybubbles
I did as well. I can't find a reference at the moment, but I'm almost positive the authors of the screenplay said as much in the early 90s.
Ask HN: I'm a software engineer going blind, how should I prepare?
431–440 of 497 posts
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#432Earlier quoted context omitted.
I always wonder at the madness of elevator design. Most of them "ping" as they pass a floor for accessibility. But that means the blind rider must first know the floor he is on, then count the pings to the right floor. It should simply announce each floor as it passes. I know from experience that you can make quite comprehensible voice sounds by connecting a 5V I/O pin to a speaker, so there is no excuse. (All you do…
The one edge case is that the bells work for all blind folks, not just those who understand the language spoken by and announcement. Of course, a blond person in that case could just count announcements …
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#433Earlier quoted context omitted.
I fee like UI/UX needs to be completely redesigned and dvorak isn't even half (or any) of the battle. Single-key copy/paste, undo/redo, keyboard driven UIs, etc etc. I say this as I type on dvorak and while I love it, I also regret it due to interoperability issues and breaking of common keyboard shortcuts (I miss Ctrl+CVX). But I just aliased `us` and `dv` to setxkbmap shortcuts, so thanks for that!
That's what Colemak is for. IMO no one should consider learning Dvorak these days.
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#434Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#435Earlier quoted context omitted.
I can’t speak to physical blindness, but I have aphantasia[0] which basically means I cannot voluntarily invoke my minds eye. Up until I found out about it last year, I thought that “visualizing” things was a metaphor for thinking, as I didn’t realize people could actually see things without looking at them. There are varying degrees of aphantasia. For context, I am completely unable to “see” anything in my mind. I d…
> For context, I am completely unable to “see” anything in my mind. I do not dream either. If I close my eyes and think of something, nothing happens visually Correct me if I'm wrong but I suspect a lot of self-diagnosed cases of aphantasia are due to the ambiguity of language (specifically, English)... Qualia lost in translation. I suspect nobody really sees something visually when thinking/imagining something, in a…
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#436Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#437Earlier quoted context omitted.
Yes that's the one, I forgot what it was called. Always found this part interesting (from the wiki): "This inner speech is characterized by minuscule movements in the larynx and other muscles involved in the articulation of speech. Most of these movements are undetectable (without the aid of machines) by the person who is reading."
Try gently pressing your finger against your larynx when you read in your head - you'll likely find you read faster - this works for me, although I tend not to bother.
The worst thing about the inner voice is it's not just when reading, it won't be quiet at bed time. And I have a tendency to complete thoughts as words. Even if I know where it is leading, and what the conclusion is, it feels like I have to see it through and phrase it correctly in my head. I feel very uncomfortable leaving it hanging.
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#438Earlier quoted context omitted.
As someone preparing for this, too, I still have no clue on how to rasterize the code quickly. Voice always feels inefficient and braille feels like a joke when it comes to the amount of information being displayed. Do you have suggestions? Do you transpile code? I also use VIM because it feels like the best case of voice integration or braille integration...but I have no source for how to actually do this properly.…
(BTW, stealth sounds awesome!)
I totally switched my workflow to Test Driven Development due to the last 6 months parsing CSS and http1.1 responses.
It’s amazing how much server infrastructure violates w3c specs and recommendations. Something like partial content (206) is mindblowingly crappily implemented on servers these days when it comes to keep alive sockets and multiple range requests. Some servers reply only with chunked encodings, even for frames with less than 256 bytes (looking at you, cloudflare dns), some only send back a single stream...some just send back ranges without headers...
And I only support http1.1 as of now, because http2 and 3 are both kinda undebuggable and there’s no reference-class testsuite to test against implementations.
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#439http://www.buddhanet.net/pdf_file/mahasit1.pdf
and/or listen to these talks
https://www.amaravati.org/series/the-collected-teachings-of-...
or anything from within this realm.
Personally I believe there is cure and way out of suffering only in meditation. But don't believe me - try it out.
Re: Ask HN: I'm a software engineer going blind, how should I prepare?
#440Earlier quoted context omitted.
I've never been in an elevator that announced the floors with anything better than a ping. This is despite elevators being controlled by single board computers since around 1980. The buttons have had braille on them for a long time.
In a lot of modern buildings in Hong Kong, lifts announce floors in three languages: English, Cantonese, and Mandarin. I'd imagine in Macau, they might use four (those three plus Portuguese); the public transit stop announcements do, and quite frankly I'm not sure how they guarantee that they can complete the announcements before the next stop.