Is it possible to explain "sticky contents" without using computer terminology?

More importantly what do they do on your computer?

Could you explain what you mean, using any terminology?

Sticky content is content that makes you return to the source next time. It’s the reason you buy a magazine every month, or a newspaper every day, instead of just picking one up occasionally.

As you can see, I have more of a problem finding a good explanation for “content”.

Coke did it in 1971: https://m.youtube.com/watch?v=ib-Qiyklq-Q
It’s a variant on seductive advertising; stuff which once seen, cannot be unseen.
That property will keep pulling the customers back.
-Fighting Ignorance Since 1971.

I still don’t know what this thread is about. Clever advertising? Jingles that were earworms? What does that have to do with computers?

You want a site that people stay on for awhile. You want lots of stuff that people find fun to watch/read/interact with. That’s sticky content. And then they come back for more.

I have only ever heard this refer to websites, and I don’t know why it’s important to keep people there for awhile. The context I heard it in was attracting people to your product (specifically, in the place where I heard this, it was about creating websites for writers of fiction).

It’s the reason HBO is now broadcasting Sesame Street. Children’s TV is “sticky” in that while people may purchase a month or two to binge watch a particular show, children get hooked on regular new content and create long term subscribers.

A parental corrective - children get hooked on something, and can be happy to watch or listen to it to the exclusion of all else on a four hour car trip.

I think for grown-ups stickiness is found in different types of sites where there is a combination of comforting familiarity, minimal interaction, irregular rewards for continuing to participate and minimal distraction. Online gambling and games like Candy Crush have ‘it’, but they are leveraging on psychology that was perfected by the gambling industry with poker machines. A painless siphoning of small amounts of money from your pocket over a long time only pays out for them if its done with stickiness.

My answer to the OP is to ask someone here they have spent the most time mindlessly gambling small amounts of money without realising it. That is what stickiness is.

These are all informative answers, but I see no way to match them to the OP.

OP, please tell us what you were talking about, ideally with an example.

Isn’t it more like the concept of a note tacked up to the top of a (real physical) bulletin board that says “Rules for using the bulletin board”?

Another user who can’t figure out the OP. The “computer terminology” thing awoke my old CS professor side.

The def already given doesn’t seem to relate to the “on your computer” phrase. The whole point of web sticky content is to get you to come back to a site since it isn’t on your computer.

In Network Loadbalancing we use sticky in a different way.

Let’s say you have a website (www.myexample.com) and you need to handle 10000 users. But a single webserver only handles 500 users, so you need 20 webservers hiding behind a load-balancer that presents a single IP address to the outside world and distributes incoming connections (or requests) to your 20 webservers.

You have a shared database for authentication and recording data like orders, which is fine, but the actual session variables that control things like a shopping cart and user state are restricted to the local webserver (because distributed cache coherence is hard and database accesses are expensive operations).

So your load balancer needs to ensure that a user with their session always goes back to the same webserver so the session is correctly maintained - we call this sticky sessions or persistence.

You can base this on a number of things - source IP, a session variable passed as a cookie or header, or by an inserted cookie. The goal is the same - to ensure that a particular user “sticks” to the webserver they started with until their session expires.

I looked up an app on Google Play that’s supposed to improve the sound quality on any device I download it on. The list of permissions included a thing called “Sticky contents” when I went to look up sticky contents every definition I could find said it controlled something on the computer called “sticky”, “contents” and “sticky contents”. I can’t remember the name of the app. I’ll have to ask the guy who recommended it to me.

Okay apparently I misremembered the words. I’ll need to find the app again. Sorry.

All I can find is a deprecated call for Android called “Sticky Broadcast

Sticky Intents is what I was looking for. Thank you for your replies.