Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There might be people with more than one account.
Also, people who operate several fake accounts, which makes sense to create the illusion of a large group that pursues some agenda. -
mundo0349795yMFW users create multiple accounts.
MFW bots are created automatically and randomly just to fuck with the data.
MFW fake accounts due to politics are created every second.
MFW facebook has more accounts that humans on this earth: -_- -
Monthly active users is different to users though. There may be fake accounts that haven't posted in the last month and they won't be counted in the former. These metrics are not correlated and users removed can easily exceed the number of users who return the next month.
Related Rants
Numbers:
- Facebook Monthly Active Users = 2.4 Billions
- Facebook Fake Users, not included in MAU = 3.4 Billions (FB declared recently disabling that much)
Total: 2.4+3.4=5.8 Billions
Worldwide internet users: 4.3 Billions
Maybe a little function like this could help?
function createFBAccount() {
if (numberOfAccounts++ > peopleOnEarth) {
print "You are not human"
exit
}
...
}
rant
facebook