I'm cynical because I've been forced to be.
"copypasta" used to mean that a programs source code was copied from many places and hastily wired up so it all works without any cleanup or untangling of unnecessary bits of code, like casts from uint16 to uint32 so that one copied method could be used, then a cast back to uint16 so another copied method could be used, then a cast to uint32 again so that the ultimate result could be used.
could those types have been changed in the methods so that the casts weren't needed? you bet. but it is a hastily assembled Frankenstein's monster that lives and breathes but that gives you nightmares when you look at the source code again in 1 weeks time.
today, "copypasta" is often used to mean "I copied a single method from another project, used it, and now my program is legit copypasta, lol."
I'm just tired of people using words and technical terms without understanding them. I know that it's a reality of spoken languages, but I don't have to like it.