snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit d17180a735356a5a8067e2e1b2de4fe43dabc50e
parent 1aaa904035fd4758d59bcf37b4d528a233268da2
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Tue, 29 Dec 2020 23:28:15 +0100

Update faq.md
Diffstat:
Mdocs/faq.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/faq.md b/docs/faq.md @@ -25,7 +25,9 @@ Yes. Your files are sent using WebRTC, which encrypts them on transit. ### Why don't you implement feature xyz? Snapdrop is a study in radical simplicity. The user interface is insanely simple. Features are chosen very carefully because complexity grows quadratically since every feature potentially interferes with each other feature. We focus very narrowly on a single use case: instant file transfer. -We are not trying to optimize for some edge-cases. We are optimizing the user flow of the average users. Don't be sad if we decline your feature request for the sake of simplicity. +We are not trying to optimize for some edge-cases. We are optimizing the user flow of the average users. Don't be sad if we decline your feature request for the sake of simplicity. + +If you want to learn more about simplicity you can read [Insanely Simple: The Obsession that Drives Apple's Success](https://www.amazon.com/Insanely-Simple-Ken-Segall-audiobook/dp/B007Z9686O) or [Thinking, Fast and Slow](https://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555). ### Snapdrop is awesome! How can I support it?