Earlier quoted context omitted.
The user expectation is that if you refresh the page, you will see fresh content.
mine isnt? if i refresh the page it should be almost the same. maybe a couple new things at the very top, but i should still be able to find the thing i was just looking at. by comparison, facebook auto-reloads while you're halfway down a page, and wont show you any of the same things. its an incredibly poor experience
The infinite scroll may become endangered if controversial Calif. law passes
451–460 of 464 posts
Re: The infinite scroll may become endangered if controversial Calif. law passes
#452Earlier quoted context omitted.
How are you going to keep your place if the order changes anyway? What is your place if the order has changed? If the order changes, all bets are off regardless of pagination or infinite scroll.
When asked to load more items, simply take the entire list (which may have changed) and remove the items already shown on the screen.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#453Earlier quoted context omitted.
That would cause most, if not all, modern tech companies to go out of business (or massively downsize). I support it.
Facebook really didn't like that apple made device IDs optional, it's strange that they quieted down about that. They must have found an alternative fingerprinting method.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#454Curious as to where the line between “addictive feature” and "good UX" is. Is deliberate pagination actual impedance to use or merely an annoyance that's been weeded out with modern UX design? When does a feature that simply makes your product easier to use cross into a territory that it's illegal? What about media previews, in a platform like reddit if you can preview or expand media directly from the main list is t…
> a feature that simply makes your product easier to use Except it doesn't. You lose context and are now drowning in an endless morass of lazy-loaded blocks and widgets, all hiding under invisible elements. Nothing has a permanent URL, so there is zero accountably if the user was shown something that they need to reference - unless it benefits the platform. And of course, it will eventually all force reload when the…
Re: The infinite scroll may become endangered if controversial Calif. law passes
#455Earlier quoted context omitted.
> unless I get specific, informed, consent. Explain how you'd do that without a banner or similarly annoying UX
I don’t know where to begin explaining UX to someone who struggles with the basic concept of consent.
Of course if your answer is “people should just stop using cookies” then I have bad news for you.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#456Earlier quoted context omitted.
Absolutely. While we're at it, why should asbestos be regulated? You can just not go in buildings that have it.
I’d have no problem with this as long as the building makes it known that it contains asbestos. Infinite scroll is immediately evident. Just don’t use it if you don’t like it
What are your thoughts on introducing a law that requires social media sites with infinite scroll to feature an addiction warning, something like: "Using this platform may cause addiction in some users."?
Re: The infinite scroll may become endangered if controversial Calif. law passes
#457Earlier quoted context omitted.
This isn't useful advice for addictive things that have high short term reward and high long term regret though. Especially so when the other party has a strong incentive to keep you trapped in that loop of regret.
Exactly. Also, for responders, let's skip past the "if addicts didn't want to use them they wouldn't," and go straight to framing it as a moral failing implying that they deserve it.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#458Earlier quoted context omitted.
What's very obviously unnecessary is the need for a law to police this. You can just not use things you don't like. This need to project one's own morality upon others will be the source of endless conflict.
We can decide to pass laws to protect people from addictive behaviors. Do you support bringing cigarette advertising back for example?
I would support a law that enforces a "This product may cause addiction in some users" warning on social media sites with infinite scroll.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#459Earlier quoted context omitted.
This societal view that you are a powerless NPC slave to ones desires/addictions is highly toxic. It is not in fact binary for most people and people do have free will to make different choices. To absolve the individual of accountability is to undermine the very fabric of society. The way individuals typically overcome addiction is through reliance on close family & friends. Those family & friends can "take the phon…
I’m a Buddhist, so I really do see what you’re saying about personal responsibility and agency, but the other problem I see is that the companies at the forefront of these ultra-addictive industries (including mass social media) get busted eventually every single time for working overtime to hide what they knew about how damaging their products can be, and in fact to convince the public that their products do the opp…
What are the downsides and societal costs of social media addiction? We have decades of strong evidence on the harms of nicotine and cigarettes, but the evidence regarding social media addiction is nowhere near as clear-cut, at least from what I've read. Likewise, the causal relationship between cigarettes and their harms is well established, whereas the relationship between social media use and addiction-related harms is much harder to disentangle from other contributing factors.
Not to mention, nicotine is highly addictive for almost any user, while most people who use social media do not become addicted.
I understand the broader point you're making. I'm just not convinced there's enough evidence to justify treating social media addiction as comparable to cigarette addiction.
Re: The infinite scroll may become endangered if controversial Calif. law passes
#460Earlier quoted context omitted.
Offset / page index is not exactly stable especially for the most common case of newest-first.
“Anchor + Offset” is stable because the anchor param should uniquely identify a specific record from which the offset is applied; a sort-order, direction, and page-size may also be optimally specified.
The only stable way to share what you're seeing is with a screenshot.