Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.04 KB

README.md

File metadata and controls

16 lines (8 loc) · 1.04 KB

Eisenhower

Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.

🚀 Launch Eisenhower (preferably from your smartphone)

🤷🏻‍ The Problem

So you read a book or a magazine and see the link like https://some-url.com/which/may/be/long?and_with_params=true, but you can't click on it since it is printed. To visit this link you need to start typing it character by character in the browser's address bar, which may be pretty annoying and error-prone.

💡 The Solution

Similarly to QR-code detection, we may try to "teach" the smartphone to detect and recognize printed links for us and to make them clickable. This way you'll do just one click instead of multiple keystrokes. Your operational complexity goes from O(N) to O(1).

This is exactly what Eisenhower tries to achieve. It makes you do just one click on the link instead of typing the whole link manually character by character.