top | item 22651404

(no title)

zackb | 6 years ago

I'm working on a morse code iOS app that can optionally use Force (3D) Touch. My dad had a stroke recently and is quarantined in a care facility. He can't talk but remembers morse code like a boss. He can't lift his finger off the screen to "tap" and there were no other morse apps out there for people with physical impairment. With this he's able to communicate... I've been coding for 15 years but this was life changing when it worked!

FOSS: https://github.com/zackb/forcecode

only TestFlight right now but AppStore soon under the name "Force Code"

discuss

order

lpage|6 years ago

Congrats on the awesome project. In case you haven’t come across it ACAT [1] might be of interest, especially if word rate becomes a limiting factor in communication for you dad, or if he’s interested in using a computer. ACAT is highly flexible around how it accepts inputs. To that end, you might be able to take what you’ve done and open it up to a broader audience by writing an extension that turns the iPhone with force touch into an input sensor, with or without the use of Morse.

[1] https://github.com/intel/acat

zackb|6 years ago

Thanks, and thanks for showing me ACAT. I was not aware of it but looks interesting.

rijoja|6 years ago

Hi, so many cool ideas in this thread but this one really caught my attention. As it happens I've been investigating solutions like this under an open source basis. Unfortunately I didn't pay enough attention to "marketing" so I was forced to quit due to lack of funding. Now my hands are sort of tied by a greedy copyright clause in my contract so I'm not sure how much I personally can do as I really want my work to be in the hands of the public.

One of my ideas is exactly using morse but more as a means to demonstrate a way to make a new input method learnable via a HUD.

Apart from that I'd think you might be interested in Dasher and that you should check out the solution that Stephen Hawking is using which happens to be open source.

I've put in quite a lot of thought into this and would love to discuss this with you. If you are interested please use contact form in link below or let me know how I can contact you.

http://tbf-rnd.life

zackb|6 years ago

This is fascinating. Dasher looks incredible. I was wondering where this thing was going to go (if anywhere) after this initial "use case". I will definitely look into this.

Thanks!

viralpoetry|6 years ago

Hi, thanks for sharing your website. You are doing interesting research.

lostgame|6 years ago

Consider an Apple Watch app/extension?

It could be incredibly useful to not have to pick up a phone to use, and probably would not be that difficult to port over.

If you need help, testing or advice feel free to contact me at claire at theoic dot me. I’m a bit of a Watch nut and do iOS programming for a living.

thewarpaint|6 years ago

Really interesting use of force touch, not sure if the repo is meant to be public already, would suggest you add a README with a short description of the project, installation instructions and so on. Best of luck!

austinjp|6 years ago

What a wonderful thing to read on another day in covid isolation. Very sorry to hear about your father. He must be beyond delighted with what you've made.

willjp|6 years ago

This is incredibly creative!! I wish you and your father the best of luck!

chrissnell|6 years ago

That's so awesome. Is he a ham?

zackb|6 years ago

Yes he is. Thanks!

pgt|6 years ago

This is so cool! Love the name too.

zackb|6 years ago

Thank you all so much for all the feedback. This community is amazing.