Hacker News

Favorites Setup
Comment by silvestrov | original | Bug Blindness
[−]silvestrov · 2026-08-30 Sun 13:37 UTC · link
I think this comes from the same problem as notifications on iPhones: if you dismiss them accidentally then it is very difficult to find out what it was.

It is missing the equivalent of the "history" in e.g. browsers and YouTube.

If a user dismisses an alertbox on desktop, why isn't there an history menu item that shows the previous 100 alert messages?

[−]blfr · 2026-08-30 Sun 13:42 UTC · link
iOS has no (user-viewable) notification history?
[−]silvestrov · 2026-08-30 Sun 14:12 UTC · link
Very limited: as soon as you have cleared a notification it is gone forever and old notifications are also gone rather quickly.

https://www.lifewire.com/iphone-notification-history-1189516...

[−]foxglacier · 2026-08-30 Sun 14:45 UTC · link
That may be an issue for messages from people but almost anything that pops up because the computer wants to tell you is useless and certainly doesn't need to be findable later. If you want to work on the problem, you can do that when you're ready, at your own initiative, not in the middle of what you're actually trying to do. Programmers wouldn't stand for a language that pops up a modal dialog when you type incorrect code but we think users are somehow less deserving of respect and ready to drop everything to deal with some stupid notification telling them they did it wrong or the software is broken like a crying child demanding his mother knows that he hurt his finger.

Reflexively dismissing error message popups is reasonable behavior because they're almost always unhelpful. It is often easier to mindlessly trial-and-error your way around obstacles than waste your attention on them.