Live data from Hacker News

Resurrecting flip phone typing as a Linux driver

github.com

31–40 of 73 posts

Re: Resurrecting flip phone typing as a Linux driver

#31
post #27

Earlier quoted context omitted.

I bet it just felt fast (there are lots of repeated key-hits, right?). I remember around that time (maybe a little later) I had a slide-out keyboard Samsung of some sort. I got a reputation for writing long texts, haha.

> there are lots of repeated key-hits, right? Nope, one key per letter. T9 uses an internal dictionary to figure which word you meant, with some memory for preferred words when there's multiple matches and adding custom words.

Oh wow, that’s wild.

Re: Resurrecting flip phone typing as a Linux driver

#32
post #14

Why we don’t have t9 support on tv remotes??? I gotta aim and peck some bullshit or open up some app with a QR code instead. Give me T9

If you are doing searching, then a variant can be that it does not need to predict what words you meant, but will search for all words that match the numbers you pushed. For example, if you try to search for a title and one of the words in your search is entered "223", then either "ace" or "bad" can be in that position, and if there is a title with "ace" matching in that position and a title with "bad" matching in th…

This sounds like it would be mostly great but occasionally really awful if you get a lot of matches.

Re: Resurrecting flip phone typing as a Linux driver

#33
post #14

Why we don’t have t9 support on tv remotes??? I gotta aim and peck some bullshit or open up some app with a QR code instead. Give me T9

If you are doing searching, then a variant can be that it does not need to predict what words you meant, but will search for all words that match the numbers you pushed. For example, if you try to search for a title and one of the words in your search is entered "223", then either "ace" or "bad" can be in that position, and if there is a title with "ace" matching in that position and a title with "bad" matching in th…

Some phone directories use this method. "Please dial the numbers that correspond to the the first 4 letters of the last name of the person you would like to reach."

Re: Resurrecting flip phone typing as a Linux driver

#35
post #19

"Flip phone typing" = T9: * https://en.wikipedia.org/wiki/T9_(predictive_text)

the library is named libt9, I believe the author is aware of this...

Then why is a flip phone in the title? That was not specific to flip phones at all.

Re: Resurrecting flip phone typing as a Linux driver

#36
post #14

Why we don’t have t9 support on tv remotes??? I gotta aim and peck some bullshit or open up some app with a QR code instead. Give me T9

If you are doing searching, then a variant can be that it does not need to predict what words you meant, but will search for all words that match the numbers you pushed. For example, if you try to search for a title and one of the words in your search is entered "223", then either "ace" or "bad" can be in that position, and if there is a title with "ace" matching in that position and a title with "bad" matching in th…

On Android, I always enjoy how the dial pad in the phone app will let you start typing in numbers and it tries to match into a name or number. My favorite one, 666, brings up "Mom" as the first result.

Re: Resurrecting flip phone typing as a Linux driver

#37
post #14

Why we don’t have t9 support on tv remotes??? I gotta aim and peck some bullshit or open up some app with a QR code instead. Give me T9

Speaking of novel inputs, one of the only consistent uses of the PS4/5 controller's integrated trackpad is when games pop up a text input modal.

Always kind of saddened me there weren't more games that did interesting things with it, even things like scrolling around an overworld map.

Re: Resurrecting flip phone typing as a Linux driver

#38
post #19

"Flip phone typing" = T9: * https://en.wikipedia.org/wiki/T9_(predictive_text)

the library is named libt9, I believe the author is aware of this...

> I believe the author is aware of this...

What about those reading the headline and deciding whether to follow the link or not?

Re: Resurrecting flip phone typing as a Linux driver

#39
post #35
post #19

Earlier quoted context omitted.

the library is named libt9, I believe the author is aware of this...

Then why is a flip phone in the title? That was not specific to flip phones at all.

Because vastly more people will know what "flip phone typing" is over "T9 typing".

Re: Resurrecting flip phone typing as a Linux driver

#40
post #14

Why we don’t have t9 support on tv remotes??? I gotta aim and peck some bullshit or open up some app with a QR code instead. Give me T9

Because that would require at least 8 dedicated buttons, instead of 5 buttons that can be used for other things when not in the keyboard context (dirs + enter). Of course, some manufacturers will sell you an upgraded remote separately to help make life easier.
Post reply on HN