Whatever the setting is for “don’t you EVER pop a browser-originated notification. Don’t even ASK.” in macOS, I have that turned on.
Ask HN: Are browser notifications user-hostile?
21–30 of 51 posts
Re: Ask HN: Are browser notifications user-hostile?
#22I have intentionally denied them on every other website that asked, not many have asked.
I'm glad they exist. Currently they don't seem to be widely abused. If they become widely abused a "default to silently deny" policy would handle any user-hostility.
Re: Ask HN: Are browser notifications user-hostile?
#23I can imagine a responsible implementation Like others are explaining here but have never seen it in the wild myself.
Re: Ask HN: Are browser notifications user-hostile?
#24Re: Ask HN: Are browser notifications user-hostile?
#25Re: Ask HN: Are browser notifications user-hostile?
#26Notifications can be useful for web apps. A good rule of thumb is to only ask for permission when the user interacts with your app. For example, I ask for permission when the user clicks a button with the text "Enable Push Notifications" on the user settings screen. Then I let the user choose what kind of notifications they'd like to receive - typically CRUD actions for entities that the user cares about.
This is absolutely the right way to do it. A little unobtrusive in-page suggestion to enable notifications is not a problem; I've enabled them for Slack via such a notification, for instance. But I'm never going to grant a site notification permission if it pops up the browser permission dialog without interaction.
Re: Ask HN: Are browser notifications user-hostile?
#27Re: Ask HN: Are browser notifications user-hostile?
#28I don’t even enable notifications for most apps on my desktop or on my phone. There are enough distractions in modern life already.
Re: Ask HN: Are browser notifications user-hostile?
#29Any website that asks for them gets immediately flagged as an entitled piece of s--t.