Tag: Facebook’
Envisioning Social Network Integration Aspects in Diaspora
- by Asher Bond

The following is part of a diaspora-dev discussion:
I’ve had difficulty quarantining the feature-itis, because I can’t stop dreaming about integrating Twitter and Facebook differently.
What I envisioned in these dreams (which I hope you won’t call nightmares) is something I’m calling an ‘integration aspect’ which would display the contents a Twitter account, Facebook wall, etc. This would be different from the way it is now: limited to a single Facebook wall or a single Twitter account only accessible as write-only when posting to the world. I think it would be useful to read and write to ‘integration aspects’ which are Twitter accounts, Facebook Walls and Facebook Page Walls, and whatever API hackers deem hackable in their integration adventures. ‘Integration aspects’ would become part of the ‘all aspects’ aggregation and who knows, maybe even serve as a way to drag and drop share invitations from Diasporans to Twitter and Facebook, et. al.
You might be asking yourself, “Why do we need to support multiple Twitter accounts?” Perhaps we don’t NEED it, but many people have at least two accounts, especially for business purposes. In some ways, these multiple accounts are their attempt at ‘aspects’ in the world of Twitter.
You might be asking yourself “Why do we need to support more than one Facebook wall?” Facebook pages have their own walls which are manageable under one account.
The presence of SaaS dashboards which already integrate these social network features… and the fact that some of them charge $5 to $15 per month per user… perhaps indicate demand.
You might be asking yourself “How on earth and in Diaspora would we execute these features without causing API drama?” That’s a good question. We would most likely need to heavily cache the results from querying these social networks at large. It’s doable and others have done this with their integration platforms.
The value proposition is that these features would create a multi-threaded integration environment which is consistent with the aspect-driven, contextually-aware user experience we have already instigated.
- Asher Bond
asherbond@joindiaspora.com
https://convore.com/diaspora/ui-ux-uask/
A step-wise approach to changing the world of social networking forever and ever:
- Go to https://github.com/diaspora/diaspora
- Click “Fork this.”
- Sign up for access to a pod and provide alpha feedback
- Push your secret sauce to master if you’re dev savvy.
- Merge updates from the main project and others if you’re dev savvy.
- If you’re design savvy be providing lots of feedback via getsatisfaction and via Github issues”
- If you’re a social butterfly invite 25 high attenders to your Diaspora aspects
- If you’re a deployment butterfly (lol you’re a moth) then make sure the chef recipes are in good alpha health?
- DiPaaSpora shall be upon you.. heroku tonight.. tomorrow THE WORLD of Open PaaS.
- If you’re a maker… make some cheap pods under your desk and see if you can move your contacts… soon you will be able to move (import+export) all of your data
- Join the mailing lists. There is one for dev, one for services-integration, and of course the standard user group for everyone.
- Go to the diaspora meetups… when people ask you when Diaspora is going to launch or take off..
Diaspora may never launch or land, but it’s gonna keep taking off in ways difficult to measure with your average stick.
Hootsuite lets you take it with you.
- by Asher Bond
Finally a social media dashboard that integrates your LinkedIn, Facebook, Twitter, Myspace, Tumblr, and other social networks et. al. into one mobile-friendly platform that let’s you sign on once and manage many social media campaigns and social media teams. Multi-tenant and multi-platform? Yeah.
Social Media Analytics in Hootsuite
HootSuite Social Analytics from HootSuite on Vimeo.
(Music: Salteens / Grey Eyes – Everything They Know About Us)
Elastic Provisioner is proud to announce that we are now a HootSuite Pro Solution Partner.
HootSuite is a social media management system for businesses and organizations to collaboratively execute campaigns across multiple social networks from one secure, web-based dashboard. Key social network integrations include Facebook, Twitter, and LinkedIn, plus a suite of social content apps for YouTube, Flickr, Tumblr and more.
Earlier this year HootSuite hit 3 million users with over 700 million messages sent through over 6 million unique social profiles. Along with HootSuite’s web platform, 20% of users access the dashboard through their mobiles including iPhone, Android, Blackberry and iPad. HootSuite also offers localized versions of their dashboard in six languages – English, French, Italian, Japanese, Spanish and Portuguese.
There are many benefits to HootSuite Pro
Engage: Optimize your audience engagement by creating search streams, scheduling messages and monitoring all of your social network profiles from one customizable web and mobile dashboard.
Collaborate: Invite clients and colleagues to participate in your social media management. Assign messages for follow up and share streams, helping you increase efficiency.
Analyze: Measure your efforts using over 40 social analytics modules to build and share custom reports. Or select from one of our pre-made templates for quick and easy reporting.
Secure: Share access with team members without compromising security. The team permission levels and advanced sharing options ensure you remain in control of your valuable social profiles and accounts.
Sign up for a 30-day free trial of HootSuite Pro now: http://ow.ly/3C8qv
Scalability: Facebook Releases HipHop – An Open Source PHP to C++ Transformer
- by Asher Bond
Facebook is written mostly in PHP, which generally scales well for most sites. Large scale web sites can greatly reduce memory resource utilization as well as CPU resource utilization by eliminating unused and inefficient code instructions.
Although PHP is considered to be a scripting language, PHP’s parser does in fact compile code before it is processed by the Zend Engine. Opcode caching allows compiled PHP code to be shared and recycled in memory, rather than compiling the PHP source on the fly. Opcode caching is already available in Zend Server’s community edition and will be available when PHP6 is released.
HipHop takes a much more aggressive approach to performance optimization by translating the source code into C++ which can be compiled into more machine specific instructions. Not only does HipHop compile the source code into a more system friendly language, it also rewrites your code to be more efficient. Through static binding, scripty system calls and functions such as eval() are eliminated and loosely defined types are tightened up to meet specific runtime requirements. Here is an illustration of how HipHop optimizes PHP:
According to Facebook’s Senior Engineer Haiping Zhao, HipHop reduced Facebook’s CPU overhead by 50%!
HipHop will be released tonight under the open PHP license.



