I wonder if this has parallels in subconscious email formatting?
Weird line breaks in emails used to really bug me until I realised most people were composing inside an email program that only showed them a reduced width editor, but because I wasn't used to formatting myself it took a long time for me to get used to things like forum posts, where the lines continue over and you don't think much about it unless you are making a sylistic point
The problem with using scrolling as a metric is it assumes satisfaction with the content presented and ignores the fact that, on certain apps, many scroll miles go into skipping around articles or ads or reposts to get to the content you want, and imo a punishment for seeking more content while also diluting said content with forced ads at an alarming ratio is not indicative of addiction but scarcity of satisfaction and engaging content
If you continue scrolling, that shows you think that the content presented is valuable enough that scrolling past some misses is worth it. A good scroll like TikTok carefully metes out the ads so that half of them you don't mind and the other half you enjoy. If you find a site whose scroll makes you feel this way, just stop scrolling and don't try to ban the concept for everyone else.
What I'm about to say is going to sound very 'layman', and this is coming from someone who's been building UI's for like, 20 years.
This discussion makes me both laugh and feel sad, because we all know this is bad for us and gives us zero ROI for our time... and yet there's a whole thread developing here to justify the pattern.
I don't think I have a point on that, just that observation.
Actually, it was the acceptance of blatantly and provably wrong information used to justify attacking an unrelated country and then deciding it didn't warrant any further investigation, justification or consequences that proved American fascism
Automating my email inbox, I just wanted to split them into folders according to the attachment name but the fields were often incomplete and ended up missing rules, and imap fetch was taking forever and kept failing. In frustration I decided to turn to ChatGPT to split them by messageid which I had never bothered with because the strings were too long to be useful. I initially intended to build a text list of messages and fetch them all one by one but I ended up making chatgpt crush all the instructions into one gigantic python dictionary using the messageid as keys and using it to generate a single pipelined imap call with success flags, dynamic folder naming, cleanup steps the whole works. I was just working on theory of what I knew was possible, and it's the ugliest table you ever saw, but it works and it runs from memory instead of reading and writing values to a temp file and I'd never been able to keep up with that level of nesting before
My aunt had a Macintosh with this game and we used to play for hours. I still vividly remember because it was one of the first "computer" games I'd ever seen with sound
I believe squid can do this, I experimented using it on a raspberry pi to cache HN locally so it could be accessed offline, it managed to get the front page ok but I honestly don't know enough to get it working, and the hardware I was using wasn't up to the task