I like the idea! Looks similar to focus mode from Google's digital well-being, which I use often.
Launch HN: Motion (YC W20) – defense against online distractions and addictions
91–100 of 131 posts
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#92Congrats Omid and team! I’ve been using it everyday. Probably saves me an hour
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#93Earlier quoted context omitted.
You are correct - that would work to send reminders (notifications). However, we wouldn't be able to prevent people from using their apps. This is definitely something we are considering.
Love the idea. Absolutely needed. You should at least offer the VPN solution, even if it's not as feature rich as the desktop extension. The desktop problem is pretty solvable for programmers. I wrote a simple bash script to add/remove blocked sites to /etc/hosts. I mapped that script to aliases 'focus' and 'distract' that block and unblock sites, respectively (requiring the root password). Finally, I set up a root c…
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#94Earlier quoted context omitted.
You are correct - that would work to send reminders (notifications). However, we wouldn't be able to prevent people from using their apps. This is definitely something we are considering.
You could effectively block the network connectivity for them though by mapping domains to 127.0.0.1. Why wouldn't that be just as good? nextdns.io does a really good job of running such a service.
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#95This looks well packaged, and I can see the argument that it may be easier to use than the competition. But how do you plan to make money? I’m looking for a model that isn’t “we sell data on our customers”, which I see is prohibited based on the TOS. But what would be the road to profit and what safeguards are in place to prevent you from just selling to a less ethical company down the road?
Was my first thought, as well. However, making something previously un-monetizable with a much better UX can unlock new opportunities. Craigslist sublet board → Airbnb
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#96Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#97Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#98I always find apps like this bizarre. How about practicing willpower? The shortest answer between A (wanting it) and B (having it), is to just do it. And when you fail, non-judgmentally self-analyze and try again.
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#99I always find apps like this bizarre. How about practicing willpower? The shortest answer between A (wanting it) and B (having it), is to just do it. And when you fail, non-judgmentally self-analyze and try again.
Re: Launch HN: Motion (YC W20) – defense against online distractions and addictions
#100Earlier quoted context omitted.
You could effectively block the network connectivity for them though by mapping domains to 127.0.0.1. Why wouldn't that be just as good? nextdns.io does a really good job of running such a service.
> nextdns.io does a really good job of running such a service. It is not trivial to build, run, and operate a nextdns-esque service. The founders, Olivier and Romain, are some of the world's best at what they do, imo. That said, a client-side DNS re-write solution might be relatively cheaper to implement and might even be a tad-easier than deploying an global DNS resolver with per-user custom configurations and endpo…