Live data from Hacker News

Show HN: VS Code extension that fades out the colors until you take a break

github.com

1–10 of 35 posts

Re: Show HN: VS Code extension that fades out the colors until you take a break

#2
I don't use VS Code, but I like that there's experimentation in this space -- every X minutes, do something to the UI to remind you to take a break.

I currently use Time Out on Mac and every X minutes it slowly greys out the entire screen. The hardest scenario is if I'm in "the zone" and super focused on fixing a bug, etc. and the notification pops up. I end up feeling antagonistic towards the break reminder.

This looks like it's a good balance.

Re: Show HN: VS Code extension that fades out the colors until you take a break

#4
It is an interesting idea, but I am not sure that a VS code extension is a complete solution - When I code, it is rarely typing in the IDE for 25 straight minutes. It is thinking, taking notes, drawing, testing in the browser, looking at dev tools... and then a few minutes of typing once I have figured out what I want to do.

I also question the wisdom of breaks at specific intervals. Do I really want to get knocked out of flow because a timer expired? I take my breaks when I complete a task. Sometimes that is after 10 minutes, sometimes it is after 2 hours.

If I were in your position, I'd look for a different metric than just time. Maybe measure the rate of activity across all running apps, and provide a notice of, "Your typing speed has dropped, and you are taking more time between mouse movements - if you are slowing down, maybe it is time for a break?"

Re: Show HN: VS Code extension that fades out the colors until you take a break

#5
post #3

I kind of need the opposite, something that pokes me with a stick if I take a break before I'm supposed to.

I wonder if an extension can be made to scramble your keyboard for x minutes. Rendering your keyboard input unusable while you take a break.

Re: Show HN: VS Code extension that fades out the colors until you take a break

#6
I feel like for me, this would end up just making me gradually strain my eyes without noticing. I'd prefer it to try doing a gradual change that didn't make it harder to see - maybe increase the font size until I'm working in a 20character wide screen or something, which would be annoying but not bad for me?

Re: Show HN: VS Code extension that fades out the colors until you take a break

#7
post #2

I don't use VS Code, but I like that there's experimentation in this space -- every X minutes, do something to the UI to remind you to take a break. I currently use Time Out on Mac and every X minutes it slowly greys out the entire screen. The hardest scenario is if I'm in "the zone" and super focused on fixing a bug, etc. and the notification pops up. I end up feeling antagonistic towards the break reminder. This lo…

I created a browser extension called Remindoro[0] exactly for this purpose. Right now it is available for Chrome and Firefox. It is also open source[1]

Edit: But I really like the idea of this VS Code extension and will definitely try out. As I type this, I just got lost in editor for like 2 hours and a VS Code extension like this would have helped.

[0] - https://palerdot.in/remindoro/ [1] - https://github.com/palerdot/remindoro

Re: Show HN: VS Code extension that fades out the colors until you take a break

#10
post #9

As some one, who is back to no syntax highlighting at all, I would like the opposite. From distraction-free to papagei-mess.

I'm curious, why did you remove syntax highlight. I feel like I couldn't function properly if I didn't have my Dracula themed VS Code.
Post reply on HN