Facebook hires all Pieceable employees
What Facebook did disappointed those venture capitals who support Pieceable because this is not an acquisition, Facebook only hired all people from Pieceable. Pieceable announced that they would still support their users until December 31st, 2012 and later they will open source some Pieceable products to provide continuous update from the open source community.
We don't know what the employees from Pieceable will do in Facebook. According to the past experience, we can make some simple guesses: They may help Facebook build a web app which will be used to check the apps Facebook builds for mobile platforms or they may help Facebook find a better way to integrate Facebook service with iOS. Now the newly released iOS has wide social network support such as Facebook. Facebook can take this chance to enhace their cooperation with Apple.
Facebook's performance in mobile platform is unsatisfactory. Although they have so many users, but many of them are mobile users. If they cannot improve their service on mobile platforms, this will finally make them lose the potential mobile users. Maybe Pieceable employees will help them to increase their development speed on mobile platforms.
Reference : http://www.businessinsider.com/facebook-hired-the-pieceable-team-and-now-pieceable-will-shut-down-its-ios-service-2012-6
RELATED
0 COMMENT
No comment for this article.
RANDOM FUN
![]() |
Go Error Handling in Practice |
This is some real code from Kubernetes repo and it uses lots of errors for each call, does this looks strange or terrible? Is it a good design of error handling in Go? Any better solution?
Using Rust's ? operator might be a better one in this specific case. |