Live data from Hacker News

Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

news.ycombinator.com

41–50 of 153 posts

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#41
I'm a programmer, a creative person, working on my projects, and regularly I need a short break, so on every break I usually lay in bed and checked the news and I often ended on YouTube watching more videos, wasting hours every day. What eventually helped me was use css to replace entire YouTube (and other doom scrolling websites) with a motivational picture that says:

"One day, you'll realize that your dream died because you chose comfort over effort. Don't let that regret haunt you forever."

And it worked.

The css for yt looks like this:

    body {
     min-height: 100vh;
     background-image:url(https://example.com/effort.jpg);
     background-size: contain;
     background-repeat: no-repeat; 
     background-position: center; 
     background-color: black;
    }
    p,div,h1,span {display:none}
It's been 6 months and it's still working.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#42
I deleted all my socials more than a decade ago and never looked back, to be honest it's expensive, this august I've spent a lot of money going out almost every day, but I also think it's because it's hard to stay in when outside the weather is great, also gym was closed, but I think getting rid of social completely it's the only way to go, when they are engineered to monopolise your time, there is no limiting

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#43
Your routine seems completely normal. This is Not Youtube addiction and procrastination. You work 8 hours - that's already your productivity. The idea that your personal time also needs to be optimized and highly productive is tech bro nonsense.

After a full workday, your brain wants easy dopamine. That is being human. You're not a startup. The people posting about 5am routines are just performing productivity online.

Maybe go to bed earlier or be more mindful when it comes to digital dooms scroll.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#44
I can relate. I've made some changes in my life that helped avoid Youtube.

The single most effective thing I did was during my week off when I put my phone in a drawer and mostly stuck to my apple watch for notifications and a keycard for my car.

Obviously I need my phone for work, so I've been trying other things to reduce its importance in my life.

I moved the TV from the room with the sofas to the room with chairs. I wind up spending more time in conversation with my wife or my friends on those sofas, rather than "Hey check out this video I saw..".

I've also replaced my phone with my watch for stuff involving unlocking car, and using a mostly-offline Linux handheld device with custom apps to replace stuff on my phone. You'd be surprised how many things don't require internet access; books and videos can be cached, and other things (paying credit cards, etc..) can be done on a desktop.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#45
Other than putting screen timers on all my apps, I've found that physically leaving my phone in other rooms to be helpful. Also recognizing it as a problem and acknowledging "Agh, I'm doing it again" when I get caught in a doom scroll hole at least puts some counterweight to the problem.

I also keep my laptop by my couch so I reach for it vs my phone. I hate typing on my phone so I end up just clicking on a dopamine drip app rather than actual reading / work which I tend to do more readily on a laptop or desktop.

It is a behavioural problem at the end of the day. Which means it will take discipline and accepting some feelings of discomfort up front to change for the long term.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#48
The best advice I got on breaking a bad habit is that you can't do it by ordering yourself "don't do X" which takes will power and teeth-gritting effort. Any success with this method will fail over time. The problem is that it is like telling yourself to not think about pink elephants which makes you think about pink elephants.

So the trick is to set the rule [don't do X, do Y instead] and immediately stop thinking about X and move on to Y. Just shut down the "do X" thought and shift to Y. "Y" can be anything even the absurd like patting the top of your head 5 times because it breaks your subconscious programming. In fact, the absurd Y's seem to be more effective BECAUSE they a silly or ridiculous. Of course, as you gain skill at this method you can start using more productive Y's like doing 10 pushups or do a quick household chore, do a small task on your to-do list, etc. Once the subconscious program is broken then thoughts to do X will fade and you can move on to X2 that you want to change.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#49
Disable history.

When it is disabled the yt screen will not contain any recommendations and will actually be empty. After you do this, you'll find yourself dozing off to yt on occasion and reaching a blank screen only to realize you didn't actually come to watch something specific but more as a force of habit and you'll lose the trigger. I recommended this to a couple of friends of mine and they all say it worked wonders.

I'm not sure if you only have to disable history or some other options as well, but basically you want a blank screen when you reach yt. You can still have subscriptions, but the idea is that you intentionlly look for what you want to watch instead of having the yt screen recommendations offering videos and you choosing.

Re: Ask HN: How do you fight YouTube addiction and procrastination? I'm struggling

#50
post #25

YouTube is easy to block. Just clear all your history and disable history. This stops home screen recommendations and also disables YouTube shorts

Yup, this is the way. Regarding Shorts, I have no YouTube history, but I still get Shorts. I hate them. You must be doing something else to disable them.

Install the Freetube client (https://freetubeapp.io), then make the following configuration changes:

  1. In the left navbar, click "Settings > Distraction Free".
  2. Enable the "Subscriptions Page > Hide Subscription Shorts" switch.
  3. Enable the "Channel Page > Hide Channel "Shorts" Tab" switch.
Post reply on HN