2024-12-10

[EN] "Rage Baiting" for the Gain

In the old days participants in a discussion forum were advised to send flames to /dev/null.
Nowadays flames are not only intentionally provoked, but converted to monetary gain, both by agitators and propagandists and by owners of social media.

BBC article on rage bait:
_________
Words explained:
Flames are called hate these days.
Agitators and propagandists are called influencers.
In computer systems /dev/null, also called a bit sink, is a receptacle for throwing away data whose generation cannot be avoided.

No comments:

Post a Comment

[EN] Performance of 'Naive' Ratio Addition

;;;; -*- mode: lisp -*- ;;; Explore the performance of 'naive' ratio addition. ;;; Evaluate (time-addition 17000) ;;; to compare tha...