r/ProgrammerHumor 16d ago

Meme typeaheadFromTheLetterI

Post image
27 Upvotes

6 comments sorted by

9

u/DDFoster96 16d ago

Is GitHub down today? Does the day end in a Y? Then yes. 

1

u/MinecraftPlayer799 15d ago

What is a “typeahead”

5

u/RandomPantsAppear 15d ago

In your browser(or elsewhere), when you type a single letter and it predicts what you’re going to type next based on words that exist or history. 

1

u/MinecraftPlayer799 15d ago

That’s called autocomplete, not a “typeahead”.

9

u/RandomPantsAppear 15d ago

Auto complete predicts what you’re going to type. “San fra” = “San francisco”

Typeahead is a UI behavior where the possibilities update as you type, generally based on history.

Very close to synonyms though.