FB has recently added Instagram reels to the app. Not quite TikTok but it's getting to a point where I work out how to disable them or I uninstall FB for the first time in a decade.
My lizard brain is no match for infinite scroll
101–110 of 459 posts
Re: My lizard brain is no match for infinite scroll
#102Earlier quoted context omitted.
Read books I'm not joking, it's the best antidote to the thought-theft of "social media". Pick a subject in which you're interested, find a representively excellent text, and read. And then re-read, because unless you're a genius you won't absorb everything first time. Also it's wonderful to just curl up with a book and a cup of tea and let time pass you by as you ... learn the considered thought of others! This is c…
I would love to do this, but years of mindlessly browsing social media has seriously shortened my attention span. I used to read books all the time. I remember staying up late as a kid just to read the new Harry Potter book. Nowadays I pick up a book, read a few pages, then immediately lose interest and go do something else. Anybody know how to get back into reading?
Re: My lizard brain is no match for infinite scroll
#103I'm still young so maybe my mind hasn't matured enough to where I can combat this well. So I went heavy-handed - I have a button on my desk that when I press it, my server's DNS server (through which all my devices and router resolve) begins rejecting requests to reddit, instagram, twitter, hackernews, news.google.com, etc. For the next two hours, there is nothing I can do outside of SSH'ing through my mobile device…
Would be interested to learn more about this approach.
Re: My lizard brain is no match for infinite scroll
#104The reason why I don't have TikTok installed. Facebook is manageable, TikTok is a 2 hour rabbit hole of "oh crap, it's 2am and I've got work in the morning". FB has recently added Instagram reels to the app. Not quite TikTok but it's getting to a point where I work out how to disable them or I uninstall FB for the first time in a decade.
Re: My lizard brain is no match for infinite scroll
#105Earlier quoted context omitted.
What does ‘back button works’ mean in the context of infinite scroll?
Clicking the back button after navigating away from the infinite scroll madness should return to the same spot in the infinite scroll list.
Even HN might have this problem a bit. If you visit the homepage you click an article, spend some time reading it, then click back, the homepage might have changed, and even post you were reading might not even be on the homepage anymore. HN is much less bad than infinite scroll sites, because HN's homepage is the same for everyone, and doesn't change nearly as often.
One way to to solve this might be to store a session ID as a query parameter that gets automatically added when you visit the homepage, and store the complete state of each session either serverside or locally in the browser. Then when you navigate back to that session ID, you get the same page. There are a number of downsides to this though. The session ID in the URL is ugly, there's a lot of storage needed for all these session, sessions likely need to be pruned at some point (so the back button will stop working at some point), and it's very difficult to figure out what to do when multiple tabs open the same session ID.
Re: My lizard brain is no match for infinite scroll
#106It’s honestly so bad. No matter how hard I try, I find myself re-downloading TikTok or Reddit (Apollo) every month and then wasting away all my free time for a week or two before re-deleting them out of disgust. I truly don’t know what the solution is. I would just get rid of my smartphone if life wasn’t quite inconvenient without it.
You just have to plan things in advance a bit more. It's liberating in a way. You plan dinner with someone on Thursday at 6:00 and it's set. You don't have to think about it, tweet about it, post it on Facebook, or anything else. Just show up.
Re: My lizard brain is no match for infinite scroll
#107It’s honestly so bad. No matter how hard I try, I find myself re-downloading TikTok or Reddit (Apollo) every month and then wasting away all my free time for a week or two before re-deleting them out of disgust. I truly don’t know what the solution is. I would just get rid of my smartphone if life wasn’t quite inconvenient without it.
If you must use Reddit, set up an account that's unsubscribed from all subreddits. Then only add small, niche subreddits and never any of the default or popular subreddits. At worst, you'll get a homepage that updates with new content maybe once or twice a day, drastically reducing the chance of scrolling your free time away. It's preferable to just not use it at all if you can, though.
Re: My lizard brain is no match for infinite scroll
#108I don't use any product with infinite scroll. If it's not paginated or single-paged, it's a clear sign they regard their users' time as worthless. Why would you interact with a company that believes that?
An exception: I find Duck Duck Go's infinite scroll quite pleasant, and find paginated results quite cumbersome. Elsewhere it's just annoying. Especially when a misclick makes you lose the position. Dilbert's website is a good example of this. For Reddit or Twitter I don't know, I read them using libreddit and nitter when I occasionally land on them from a link or a search result. TikTok and Facebook I have never tri…
Re: My lizard brain is no match for infinite scroll
#109On the other hand, why does every shopping, manufacturer, parts supplier, etc. Have to paginate everything? That only makes sense if you are trying to increase page views with ads. It is frustrating to have to click next, re load all the background clutter, sometimes every ten items.
Re: My lizard brain is no match for infinite scroll
#110I'm still young so maybe my mind hasn't matured enough to where I can combat this well. So I went heavy-handed - I have a button on my desk that when I press it, my server's DNS server (through which all my devices and router resolve) begins rejecting requests to reddit, instagram, twitter, hackernews, news.google.com, etc. For the next two hours, there is nothing I can do outside of SSH'ing through my mobile device…