And all of this is brought to you by the friendly folks of PHP. Next time when you bash PHP because the argument order for functions is inconsistent, think about how some people overlook semantics and build great things with the tools they have at their disposal.
The Implications of Facebook Indexing a Trillion Posts
11–20 of 33 posts
Re: The Implications of Facebook Indexing a Trillion Posts
#12And all of this is brought to you by the friendly folks of PHP. Next time when you bash PHP because the argument order for functions is inconsistent, think about how some people overlook semantics and build great things with the tools they have at their disposal.
PHP sometimes doesn't get the credit it deserves for what can be accomplished with it, particularly modern PHP... but i'm not entire sure it deserves credit for this in any reasonable way.
Re: The Implications of Facebook Indexing a Trillion Posts
#13Re: The Implications of Facebook Indexing a Trillion Posts
#14> Most obviously, the News Feed could learn to mimic our external dialogue, showing us posts with similar content to what we spread. Never talk about sports or babies? Facebook could eventually filter those out of your feed. Just shared your thoughts on Syria, celebrity gossip, or the police state? The algorithm could pull an audible and show you more about related news. I was pretty sure Facebook was already doing t…
Re: The Implications of Facebook Indexing a Trillion Posts
#15Earlier quoted context omitted.
You could build an index per person, but rather than search 500 indexes, the index of each person would be of all their and their friends' posts, so you would only search one index.
Doesn't that make updating rather expensive - for each new post it needs to go into a lot of different search indexes? Off-topic: Wasn't there a start-up a while back that was allowing people to build their own personal search index for their social media content?
In fact it was probably already developed long before this feature was deployed to the general populace, and this new feature is just a token gesture of "giving back to users."
I doubt it'll see much use from end-users themselves.
Yes the search terms from users will be useful, but I don't see this as being a replacement for Google.
Re: The Implications of Facebook Indexing a Trillion Posts
#16And all of this is brought to you by the friendly folks of PHP. Next time when you bash PHP because the argument order for functions is inconsistent, think about how some people overlook semantics and build great things with the tools they have at their disposal.
Re: The Implications of Facebook Indexing a Trillion Posts
#17Re: The Implications of Facebook Indexing a Trillion Posts
#18The "Deactivate your account" button is still the only privacy setting you need to click. The implications are only for facebook - now they have more rope to play with - and something else to maintain - this does nothing for users, who expressly waive their right to privacy from the outset in setting up an account.
Re: The Implications of Facebook Indexing a Trillion Posts
#19I'm pretty interested in how this is implemented, actually. Naively you could search a global index and then filter results down to your friends, but that filter seems impossibly slow. Alternatively you could maintain a separate index per person, but querying 500 indexes seems unreasonable. Maybe they partition the graph into cliques which they index, search and then fix up with a second pass to add and remove noncli…
You could build an index per person, but rather than search 500 indexes, the index of each person would be of all their and their friends' posts, so you would only search one index.
Re: The Implications of Facebook Indexing a Trillion Posts
#20I'm pretty interested in how this is implemented, actually. Naively you could search a global index and then filter results down to your friends, but that filter seems impossibly slow. Alternatively you could maintain a separate index per person, but querying 500 indexes seems unreasonable. Maybe they partition the graph into cliques which they index, search and then fix up with a second pass to add and remove noncli…
https://www.facebook.com/notes/facebook-engineering/under-th...
https://www.facebook.com/notes/facebook-engineering/under-th...