Of course, the most-Liked proposed questions such as "when u gonna introduce the dislike button ?" and "Why you forced us to install Facebook messenger ?" are the ones that would never be answered in a million years by Mark, therefore making the "vote on a question you want me to answer by liking it" community selection process somewhat pointless.
Both questions have been answered by Facebook employees on Quora: http://www.quora.com/Why-is-there-no-Dislike-button http://www.quora.com/Whats-the-point-of-Facebook-Messenger
Q&A with Mark Zuckerberg
11–20 of 31 posts
Re: Q&A with Mark Zuckerberg
#12Of course, the most-Liked proposed questions such as "when u gonna introduce the dislike button ?" and "Why you forced us to install Facebook messenger ?" are the ones that would never be answered in a million years by Mark, therefore making the "vote on a question you want me to answer by liking it" community selection process somewhat pointless.
or "Why can't the news feed stay as 'most recent?"
Re: Q&A with Mark Zuckerberg
#13Of course, the most-Liked proposed questions such as "when u gonna introduce the dislike button ?" and "Why you forced us to install Facebook messenger ?" are the ones that would never be answered in a million years by Mark, therefore making the "vote on a question you want me to answer by liking it" community selection process somewhat pointless.
or "Why can't the news feed stay as 'most recent?"
Re: Q&A with Mark Zuckerberg
#14Earlier quoted context omitted.
or "Why can't the news feed stay as 'most recent?"
It has been answered so many times. The data has shown that it actually hurts engagement. The algorithm is better than a simple time-ordered sort.
If you change your view to "Most Recent," it should stay that way, regardless of what they think it does to "engagement."
Re: Q&A with Mark Zuckerberg
#15Earlier quoted context omitted.
It has been answered so many times. The data has shown that it actually hurts engagement. The algorithm is better than a simple time-ordered sort.
Overriding a user's stated preference by silently reverting it is what we're talking here, not changing the default. If you change your view to "Most Recent," it should stay that way, regardless of what they think it does to "engagement."
That's not even what is frustrating for me. I'm pretty sure that it didn't used to work this way, but now whenever somebody likes or comments on a post it is moved to the top of "Most Recent". Just as a poster above has noted, the main reason Facebook wants you to use "Top Stories" is to increase usage, and I would guess that is exactly the reason they are doing this. When I log in I just want to see all the new posts, but now I have to scroll through a bunch that I have already seen just because more people have liked them, and I have to keep scrolling past several posts I've already seen unless I can remember how many likes/comments they had the last time I checked to make sure I've seen everything that's new. Ironically, I submitted feedback to Facebook about this last night.
Re: Q&A with Mark Zuckerberg
#16Earlier quoted context omitted.
or "Why can't the news feed stay as 'most recent?"
It has been answered so many times. The data has shown that it actually hurts engagement. The algorithm is better than a simple time-ordered sort.
Engagement doesn't work the same way for everyone. If I can't get away from seeing stuff I've already seen, I'm less likely to open the app as much...
Annoyingly, if I opened the app less, I'd be more likely to appreciate the algorithm...
Re: Q&A with Mark Zuckerberg
#17 Hello Zuck, I would like to ask that when our facebook fanpage's reach will be come back? its too frustrating having 100k -likes with only 1k, 2k reach ,& 1m likes with only 10k, 20k reach .. sometimes too low
Don't destroy our hard work and efforts, we want organic reach back !!! im not the only one who is unhappy with pages post reach . , Hope u are not ignoring my comment . thanks
(i also wanted to know that is there any source to reach you ? if there is, i want to know..and if none..do establish one... a good idea can come from anywhere..from anyone.. )
I've also experienced this, you're only able to reach 5-10% of your fans without paying. Only way of getting a message out to all your fans is to "boost" your post, which will cost you around 0.015 EUR per like the page has. [1]And on top of that if you ever used Facebook ads to get likes to your page, a majority of those are fake. [2]
[1] Based on my rough calculations on a couple of pages I run.
Re: Q&A with Mark Zuckerberg
#18Re: Q&A with Mark Zuckerberg
#19Of course, the most-Liked proposed questions such as "when u gonna introduce the dislike button ?" and "Why you forced us to install Facebook messenger ?" are the ones that would never be answered in a million years by Mark, therefore making the "vote on a question you want me to answer by liking it" community selection process somewhat pointless.
or "Why can't the news feed stay as 'most recent?"
Re: Q&A with Mark Zuckerberg
#20I don't have a Facebook account so I can't post a question. Can someone post this question for me? Ask Zuck why he's invested so much money into making their own frankenstein PHP when they could have just used Java? I mean I like PHP and all. It's great for blogs or personal websites, but why would you invest all of that blood, sweat and beers into build something at that scale on PHP?
The whole development process of Hack is interesting. It was very organic, if the stories I heard were true. Someone got it in their head to try compiling php to c++; they tested it and got a free 20% (ballpark) speedup of everything. Then they made a VM to make it faster and more efficient, and once they had that vm, it was easy to add small, useful features like 'await' and such.
Much of what people hate about PHP isn't in Hack, by the way. It has type hinting, lots of dumb conversions don't happen, and obviously it's not interpreted. Hack is really just a better language they made that, because it shares the same syntax as PHP, was very easy to switch over to while still developing features.