Live data from Hacker News

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

github.com

21–30 of 35 posts

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

#21
post #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.

Maybe exactly for that reason?

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

#22
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 often leave the window while waiting for something to build, and that’s when I get distracted. Would be cool if leaving the window started a timer, and if I’m not back within five minutes it pops a notice on the screen.

I have Visual Studio play a sound when the build finishes/fails. May not help you if you’re not using Visual Studio, though. I’m not sure is this can be done with VS Code.

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

#24
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 often leave the window while waiting for something to build, and that’s when I get distracted. Would be cool if leaving the window started a timer, and if I’m not back within five minutes it pops a notice on the screen.

Eliminate all loading times from your workflow using incremental and background builds. The computer will constantly do work for you, but the computer is a work horse, not your baby. Get the fastest CPU you can afford, with silent cooling.

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

#25

Not bad but still intrusive. So idea is to let you continue for some time and not be intrusive and not change anything (OK, anything important at all). Suggestions like chaning fonts or graying the screen are just not that. Besides color, what else could be done ? Here is some brainstorming from me: 1. THe more you work, the slower are keys rendered, just as when computer slows down. This allows for some continuation…

Of course it's intrusive, as are your suggestions, as the whole concept is literally to intrude so you take a break. If you just want a suggestion to take a break try timed notifications.

Of course I can use timed notifications. There is also snooze for continuation.

That is not the point here tho. The point was to reinvent it with something more subtle :)

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

#26

Earlier quoted context omitted.

Of course it's intrusive, as are your suggestions, as the whole concept is literally to intrude so you take a break. If you just want a suggestion to take a break try timed notifications.

Of course I can use timed notifications. There is also snooze for continuation. That is not the point here tho. The point was to reinvent it with something more subtle :)

Random beeps and mouse movement are less intrusive?!

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

#27
post #21
post #10

Earlier quoted context omitted.

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.

Maybe exactly for that reason?

So, to not function. Great reason.

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

#29

Earlier quoted context omitted.

To "stay healthy" obviously, as by not doing that you may need to interrupt forevever.

You don't often get sprints where you are typing consistently, those are usually your most valuable "zoned-in" sessions. I don't see why you would interrupt that, it takes awhile to get zoned back in. Go walk around after you have a good session. This seems really annoying.

So, this still allows your valuable zoned-in session to continue and also reminds you that it is time for a break. Taking breaks increases your productivity, in overall, across time. Mainly because you save yourself from the huge dips of exhaustion caused by pushing your organism over its limit. Your body will strike back, believe me.

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

#30

Earlier quoted context omitted.

Of course I can use timed notifications. There is also snooze for continuation. That is not the point here tho. The point was to reinvent it with something more subtle :)

Random beeps and mouse movement are less intrusive?!

It depends on how you define intrusive.

To me the most intrusive thing is to change things in my environment. Font size for example will change how lines wrap and scroll position. The color will mess with syntax highlighting. Etc.

Something not intrusive will not change my editor but something not important for that type of work. It doesn't mean its not distracting, it should be for this kind of thing.

Mouse movements are defenitelly intrusive in classic IDE, I don't use mouse in vscode.

Post reply on HN