Live data from Hacker News

DoNotNotify is now Open Source

donotnotify.com

41–50 of 54 posts

Re: DoNotNotify is now Open Source

#41
post #21

I would pay a lot to have this on iPhone as I'm distracted easily due to my ADHD. iOS doesn't have as granular notification configuration as Android (topics?) plus Apple probably wouldn't agree to funnel all notification through 3rd party app.

This is what drove me to uninstall Facebook, twitter, etc. I use their websites if I occasionally want to visit. I don't want notifications hooking me into my phone.

Re: DoNotNotify is now Open Source

#43
post #35

Earlier quoted context omitted.

... Is this for real, like do you really not see the difference? Not tryingto be snarky or sth, just struggle to comprehend this. You compare apples to oranges here. From a short look at the provided link, i guess it doesn'tcompare at all because it's something completely different? Link you provided seems to be Samsung or OneUI only, integrated with Good Lock. This seems to collect and present notifications together…

I think that would have been an excellent answer if it didn't come with the first two paragraphs. I couldn't tell the difference at a glance without being familiar with both apps.

As is said, not trying to rude or sarcastic or anything.

I do not use any of the apps and just had a short look at the respective pages to see what they are. Both clearly state the repsective apps purpose, both have images of the apps.

I thought it was (in both cases) pretty clear what the respexctive app is and what not.

Re: DoNotNotify is now Open Source

#45
post #8
post #5

I'm surprised Android has an API for one app to block notifications from other apps. I guess enjoy it while it lasts.

The NotificationListenerService. It has genuine use-cases such as this DoNotNotify app, but could easily be misused - e.g. malware intercepting a wallet OTP notification and forwarding it to the attacker. Access to the API is controlled by a specific permission which users have to explicitly enable in "Special app access". https://developer.android.com/reference/android/service/noti...

Another legitimate use case are e.g. Event Reminder, which intercept my calendar notifications and turn them into full screen alarms.

My distracted ADHD brain misses event notifications just too often, but with this app, even I my phone is in another room, I get reminded of that meeting, in time.

Re: DoNotNotify is now Open Source

#46
post #21

I would pay a lot to have this on iPhone as I'm distracted easily due to my ADHD. iOS doesn't have as granular notification configuration as Android (topics?) plus Apple probably wouldn't agree to funnel all notification through 3rd party app.

For me the biggest pain was email.

I created a free and open source set of filters to fix this. Soooo much better.

https://unfuck.email

Re: DoNotNotify is now Open Source

#47
post #21

I would pay a lot to have this on iPhone as I'm distracted easily due to my ADHD. iOS doesn't have as granular notification configuration as Android (topics?) plus Apple probably wouldn't agree to funnel all notification through 3rd party app.

For me the biggest pain was email. I created a free and open source set of filters to fix this. Soooo much better. https://unfuck.email

This addresses email notifications only. There is a lot of apps that would send you notifications that you want to see like your hardware needs attention but also sends some useless promo notifications

Re: DoNotNotify is now Open Source

#49
"First we write the bad code, then we write the good code."

Your concerns are valid but not unique to AI generated code, the same feeling has existed for as long as open source software has existed: is my code good enough, will I just look stupid when people suggest oversights and mistakes?

The fact of the matter is that if you have created software that solves an actual issue, especially if that issue was previously unsolved, you have created something valuable. Making it open source only means that the code is now open to contribution, forks, or other modifications by anyone using it.

The performative idea of open source software being a part of your resume and written only to increase your personal brand is a perversion of what the open source movement originally was about. It's about learning, and you learn by making mistakes, regardless of whether your bad code was written completely from your own brain or from the suggestion of an LLM.

Don't ever be afraid to open source your code, nobody has any right to expect anything from you, and if they do they are just too stupid to understand that free and open code is always a gift, regardless of how bad it is, if it solves a problem for real people.

Re: DoNotNotify is now Open Source

#50
I use FilterBox and Buzzkill.

FilterBox does seem to be superior with an inbuilt offline ML model to filter spam notifications, whilst also having a robust set of heuristic filtering options.

It's also amongst the snazziest apps to use with a design that delights. Best lifetime IAP I made 7+years ago.

FilterBox: https://filterbox.catchingnow.com/ Comparison post: https://www.reddit.com/r/androidapps/comments/hsq7ep/buzzkil...

Post reply on HN