You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the existing Pause strategy could evolve with a second mode while preserving its current philosophy.
Proposed behavior
The Pause strategy would offer two modes:
One-shot (current behavior): the pause is available only once during the blocking session.
Consecutive (new): a new pause becomes available after a configurable period of uninterrupted blocking.
Example configuration
Total blocking session: 2 hours
Pause duration: 5 minutes
Blocking time required before a new pause becomes available: 30 minutes
Example flow
The blocking session starts.
The user can take a 5-minute pause.
When the pause ends, blocking automatically resumes.
After 30 minutes of uninterrupted blocking, another 5-minute pause becomes available.
This cycle repeats until the blocking session ends.
Inspiration
The idea is inspired by the Pomodoro technique, where a period of focused work unlocks a short break before the cycle starts again.
Here, the same principle would be applied to app blocking:
Blocking → Short break → Blocking → Short break…
Each new pause would be earned after a configurable period of uninterrupted blocking. Instead of having a single pause available at any time, users are rewarded for respecting their focus period.
This enhancement would make the existing Pause strategy much more flexible without introducing an entirely new blocking strategy.
It would help users handle situations where they occasionally need temporary access to an app (replying to an important message, quickly checking some information, approving a notification, etc.) while encouraging them to automatically return to their focus session.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I think the existing Pause strategy could evolve with a second mode while preserving its current philosophy.
Proposed behavior
The Pause strategy would offer two modes:
Example configuration
Example flow
Inspiration
The idea is inspired by the Pomodoro technique, where a period of focused work unlocks a short break before the cycle starts again.
Here, the same principle would be applied to app blocking:
Blocking → Short break → Blocking → Short break…
Each new pause would be earned after a configurable period of uninterrupted blocking. Instead of having a single pause available at any time, users are rewarded for respecting their focus period.
This enhancement would make the existing Pause strategy much more flexible without introducing an entirely new blocking strategy.
It would help users handle situations where they occasionally need temporary access to an app (replying to an important message, quickly checking some information, approving a notification, etc.) while encouraging them to automatically return to their focus session.
All reactions