<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; employees</title>
	<atom:link href="http://gigaom.com/tag/employees/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 10:04:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; employees</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>How Facebook solves the IT culture wars and scales its site</title>
		<link>http://gigaom.com/2012/09/28/how-facebook-solves-the-it-culture-wars-and-scales-its-site/</link>
		<comments>http://gigaom.com/2012/09/28/how-facebook-solves-the-it-culture-wars-and-scales-its-site/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 21:59:31 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[employees]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[surge conference]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=567912</guid>
		<description><![CDATA[People and processes are just as important as servers when it comes to scale. A Facebook engineer explains how the social network built a culture and tools to help it keep up with its ever-expanding hardware infrastructure and software toolsets.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=567912&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Scaling isn&#8217;t just a matter of software and code, there&#8217;s also a huge cultural issue at play. At Facebook, solving problems between the engineering and operations teams, quelling fears about job loss related to automation at the employee level, and delivering tools to monitor the company&#8217;s IT operations all play big roles in helping the site scale to 950 million users.</p>
<p>In a talk at the <a href="http://omniti.com/surge/2012">Surge Conference</a> in Baltimore, Md., Pedro Canahuati, director of production engineering and site reliability at Facebook, explained how the social network keeps the site available, reliable and efficient.</p>
<h2>Scale smart not not just fast. </h2>
<p>Adding servers is essential to keeping Facebook available to the rapidly growing user base, but to remain reliable for the long term, Facebook needed a system that could scale up in a hurry if it needed to add tens of thousands of servers at a time. In August 2009 when Canahuati arrived at Facebook, he said the site spent seven weeks to get 10,000 servers into production once they were plugged in. Thanks to the <a href="http://gigaom.com/cloud/how-facebook-brings-a-new-data-center-online/">development of Triforce</a>, it now takes seven days to get the site running on 10,000 servers. But in Canahuati&#8217;s opinion, the rate of getting software on servers is still too slow, so there are two Facebook employees still working on making that process faster.</p>
<p>Building a tool itself saves Facebook the headache of dealing with open source code that might not be able to hack the strain of its infrastructure demands, while also keeping Facebook from paying a vendor a license fee that could become astronomical as it scaled. Understanding the process of building the tools to keep the site&#8217;s infrastructure up and running, and the impact that process plays on the ultimate goal of reliability, is where Facebook has carved out another advantage that other large web services could learn from.</p>
<p>Like his <a href="http://gigaom.com/2012/09/27/scaling-pinterest-and-adventures-in-database-sharding/">peers at Pinterest</a>, Canahuati stressed that when you are at massive scale, you need to keep it simple.</p>
<h2>Make it easy to see what&#8217;s wrong. </h2>
<p>He also added a few more tenets, including &#8220;instrument your world.&#8221; He explained how Facbeook collects a lot of data across many of its systems in order to understand how the different services that comprise the site are performing and interacting. Tools such as <a href="http://gigaom.com/cloud/exclusive-facebooks-scuba-project-dives-into-performance-data/">Scuba</a> and <a href="http://gigaom.com/cloud/at-facebook-cache-is-king-heres-how-it-keeps-it-up/">Claspin</a> are examples of this effort to take complex operational data and make it easy to understand.</p>
<p>&#8220;Smart visualizations are often overlooked,&#8221; said Canahuati, but scanning data at a glance and then acting quickly on it is an essential ingredient for keeping systems up and running.</p>
<h2>Automation can be a dream &#8212; or a nightmare. </h2>
<p>One of Facebook&#8217;s secrets to scale is automation, but automation can create its own problems. At its worst, one could create a system that automatically brings down the whole site. Elsewhere, automation can mask a more systemic problem.</p>
<p>However, a more persistent worry is that engineers and operations people working to automate certain actions might think they&#8217;re coding themselves out of a job. To alleviate those fears, Canahuati says Facebook has implemented several strategies that boil down into keeping a lean team works on multiple jobs and problems. This ensures that when automation solves one problem, there&#8217;s another one waiting in the wings to be solved, and also sets the expectation that employees are responsible for the whole site broadly and not just one tool set.</p>
<p>This approach is carried all the way to the way Facebook manages and hires its employees. It expects the engineering team that builds Facebook products to be aware of the operations side of things and build tools that help the operations team out. Operations employees are expected to be able to code and work with the engineering teams. &#8220;The software guys who build the code must take ownership for it working on a big system at scale,&#8221; Canahuati said.</p>
<p>But these operationally aware engineering teams and engineering-aware operational teams must have buy in at the top because people who code generally cost more, so hiring operational team members who code requires a bigger budget.</p>
<p>The tactic seems to work for Facebook, which is clearly trying to build a culture of responsibility and effectiveness that can scale the same way its servers do. Hence its continued release of tools that others can use to monitor their own giant deployments, as well as its operational slogan: &#8220;Fix more, whine less.&#8221;</p>
<p>In many ways, Canahuati&#8217;s points are good policies for any corporate culture today. Traits such as communication between teams, blame avoidance and employees that think strategically instead of just about their skillsets are helpful no matter how many servers you have.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=567912&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=402928"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=402928" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=567912+how-facebook-solves-the-it-culture-wars-and-scales-its-site&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=567912+how-facebook-solves-the-it-culture-wars-and-scales-its-site&utm_content=shigginbotham">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=567912+how-facebook-solves-the-it-culture-wars-and-scales-its-site&utm_content=shigginbotham">Migrating media applications to the private cloud: best practices for businesses</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=567912+how-facebook-solves-the-it-culture-wars-and-scales-its-site&utm_content=shigginbotham">Dissecting the data: 5 issues for our digital future</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/09/28/how-facebook-solves-the-it-culture-wars-and-scales-its-site/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/09/20120928_145723-e1348859016128.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/09/20120928_145723-e1348859016128.jpg?w=150" medium="image">
			<media:title type="html">Pedro Canahuati at Facebook</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>Do we need a line between big data and big brother?</title>
		<link>http://gigaom.com/2011/10/28/do-we-need-a-line-between-big-data-and-big-brother/</link>
		<comments>http://gigaom.com/2011/10/28/do-we-need-a-line-between-big-data-and-big-brother/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 23:01:19 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[Big Brother]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Cataphora]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[remote employmees]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=429297</guid>
		<description><![CDATA[We often laud big data when it's capturing and storing all sorts of new data types, but would the positive tone change if we we're talking about monitoring your every digital interaction while at work to discover questionable behavior? Cataphora CEO Elizabeth Charnock doesn't really care.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=429297&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2011/10/big-brother.jpg"><img  title="big brother" src="http://gigaom2.files.wordpress.com/2011/10/big-brother-e1319840287875.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="alignleft size-medium wp-image-429452" /></a>We often laud big data when it&#8217;s capturing and storing all sorts of new data types such as <a href="http://gigaom.com/cloud/will-twitterball-become-sports-next-moneyball/">social media feeds</a>, <a href="http://gigaom.com/cloud/dnanexus-cloudant-biotech-deals/">genome-sequencing data</a> and <a href="http://gigaom.com/cloud/splunk-wants-to-webify-big-data/">server logs</a>, but would the positive tone change if we were talking about monitoring your every digital interaction while at work to discover questionable behavior? I tend to think it would &#8212; Americans are particularly skeptical of Big Brother tracking their activity &#8212; but <a href="http://www.cataphora.com/">Cataphora</a> CEO Elizabeth Charnock doesn&#8217;t agree, at least when it comes to the workplace. In fact, she thinks that in a world with increasingly larger corporations and distributed workforces, companies will be doing themselves and their employees big favors by keeping close tabs on what employees are doing.</p>
<h2>It&#8217;s about more (and less) than wide-scale fraud</h2>
<p>To get a full sense for where Charnock sees the value of her company&#8217;s software, which tracks and analyzes electronic communications carried out over corporate networks, one really needs to read a Cataphora blog post called <a href="http://www.cataphora.com/blog/uncategorized/getting-big-brother-right-2/">&#8220;Getting Big Brother Right.&#8221;</a> You&#8217;ll notice in a hurry that while Cataphora is concerned with uncovering nefarious activity such as fraud and with discovering the truth in the case of any complaints, investigations or lawsuits, it&#8217;s also quite adept at proactively tracking and highlighting employees&#8217; personal lives if their bosses are so inclined. It&#8217;s the latter type of activity that I think toes some ethical lines, and it&#8217;s on this issue that Charnock and I began a recent conversation.</p>
<div id="attachment_429453" class="wp-caption alignright" style="width: 235px"><a href="http://gigaom2.files.wordpress.com/2011/10/cataphora_ceo_charnock.jpg"><img  title="Cataphora_Portrait 111" src="http://gigaom2.files.wordpress.com/2011/10/cataphora_ceo_charnock.jpg?w=225&#038;h=300" alt="" width="225" height="300" class="size-medium wp-image-429453" /></a><p class="wp-caption-text">Elizabeth Charnock</p></div>
<p>To defend the tracking of employees&#8217; personal lives, Charnock points to the scenario of someone &#8220;flipping out.&#8221; Maybe someone is going through an ugly divorce, she explained, or is otherwise very stressed out and could be a danger to himself, to others or to the bottom line by operating heavy machinery or sensitive equipment. Those issues might not be visible to the naked eye, but they might be clearer in someone&#8217;s emails. If a company gets &#8220;sued out of existence&#8221; or faces a large civil judgment or regulatory fine, everyone loses, especially if the result is a wave of layofffs or bankruptcy.</p>
<p>Or, she said, consider today&#8217;s distributed workforces in which employees are spread across multiple offices or even are working from home. In the past, Charnock said, managers could see their employees on a daily basis and might be able to put two and two together if, say, the guy who came in looking hungover every morning was also an unproductive employee. That&#8217;s not always possible today, but Cataphora can help replace those in-person interactions if that same guy is emailing co-workers about his wild nights or tweeting about them from his office desktop.</p>
<p>The aforementioned blog, written by Cataphora VP of Marketing Rick Janowski, takes a more positive tack on this type of monitoring:</p>
<blockquote><p>At least some level of protective monitoring helps to replace the basic kinds of feedback that managers are used to having readily available, whether that is seeing an employee with a runny nose and concluding they have a cold or seeing a normally calm person pacing around their office and inferring that they are having some kind of issue. Such knowledge helps managers make better decisions in the day-to-day management of their employees.</p></blockquote>
<p>But this is where we get into the proverbial slippery slope. Even if you can buy into what Charnock is proposing as simply being good business and really just serving as an electronic proxy for a floor manager, you have to wonder where it stops. Where is the line at which companies decide particular information isn&#8217;t important enough to warrant monitoring and/or acting upon?</p>
<h2>What really matters?</h2>
<p>Charnock says she doesn&#8217;t care about whether someone is looking at Facebook, but rather cares about uncovering broad and worsening problems, or acute but intensifying problems. She also suggested that sometimes it&#8217;s in companies&#8217; best interests to know as little as possible about their employees&#8217; personal lives. If personal details about, for example, sexual orientation were included in an employee&#8217;s email, evidence that the company knew about them might play an important role in a wrongful termination lawsuit.</p>
<p>The problem, of course, is that while Charnock as a third party selling software can take a seemingly prudent stance toward monitoring, petty or overly draconian employers might not be able to draw those lines. They might equate Facebook usage with being unproductive on the company dime. Maybe they&#8217;ll find it acceptable to monitor discussions about employees&#8217; health so they can pressure them to get in shape. Hey, it&#8217;ll mean lower insurance premiums for the company and everyone else.</p>
<p>But maybe there&#8217;s no problem at all with employers monitoring what their employees are doing. Maybe employees should just stop conducting personal conversations using company email accounts, computers and cell phones. The <a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/06/17/AR2010061705928.html">law is on the employers&#8217; side</a> &#8212; at least within reason &#8212; and, to some degree, so is the Electronic Frontier Foundation. Charnock said she and EFF boardmember Brad Templeton are friends, and the EFF&#8217;s main concern is that employees know when they enter the workplace that they&#8217;re communications are not free from prying eyes.</p>
<p>And with that, the issue of workplace privacy converges with the issue of consumer privacy. Are clear disclosures of tracking practices and informed consent all that matter, after which anything is fair game? Or <a href="http://gigaom.com/2011/01/13/is-your-online-presence-property-or-a-person/">do we want to guarantee a minimum of rights</a> regardless what the technology enables and the contract stipulates? That&#8217;s a question I don&#8217;t suspect we&#8217;ll have an answer to anytime soon.</p>
<p><em>Feature image courtesy of <a href="http://www.flickr.com/photos/kissmygrandmother/2742674174/">Flickr user kissmygrandmother</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=429297&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=288837"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=288837" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=429297+do-we-need-a-line-between-big-data-and-big-brother&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/05/the-importance-of-putting-the-u-and-i-in-visualization/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=429297+do-we-need-a-line-between-big-data-and-big-brother&utm_content=dharrisstructure">The importance of putting the U and I in visualization</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=429297+do-we-need-a-line-between-big-data-and-big-brother&utm_content=dharrisstructure">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=429297+do-we-need-a-line-between-big-data-and-big-brother&utm_content=dharrisstructure">Dissecting the data: 5 issues for our digital future</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/10/28/do-we-need-a-line-between-big-data-and-big-brother/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/10/big-brother-e1319840287875.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/10/big-brother-e1319840287875.jpg?w=150" medium="image">
			<media:title type="html">big brother</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/10/big-brother-e1319840287875.jpg?w=300" medium="image">
			<media:title type="html">big brother</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/10/cataphora_ceo_charnock.jpg?w=225" medium="image">
			<media:title type="html">Cataphora_Portrait 111</media:title>
		</media:content>
	</item>
		<item>
		<title>Siri&#8217;s co-founder leaves Apple on &#8220;amicable&#8221; terms</title>
		<link>http://gigaom.com/2011/10/24/siris-co-founder-leaves-apple-on-amicable-terms/</link>
		<comments>http://gigaom.com/2011/10/24/siris-co-founder-leaves-apple-on-amicable-terms/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 13:19:06 +0000</pubDate>
		<dc:creator>Darrell Etherington</dc:creator>
				<category><![CDATA[@NYT]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[icloud]]></category>
		<category><![CDATA[siri]]></category>
		<category><![CDATA[staff]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=426089</guid>
		<description><![CDATA[In addition to the apparent acquisition of Yahoo's former head of Global Data Center Infrastructure, Apple's recent staff shifts apparently also include the departure of one of Siri's co-founders. Don't worry, though, the iPhone 4S's personal assistant remains in good hands.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=426089&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  title="siri-feature" src="http://gigaom2.files.wordpress.com/2011/10/siri-feature.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="alignright size-medium wp-image-415564" />Two major Apple staffing moves came to light this weekend, with one employee on the way out, and one coming in, both of whom either have or will have the chance to figure prominently in the company&#8217;s future. Stacey reported on Saturday that former Yahoo Global Data Center Chief <a href="http://gigaom.com/cloud/apple-hires-yahoos-data-center-chief/">Scott Noteboom appears to have joined the Apple team</a>, and a <a href="http://allthingsd.com/20111023/exclusive-siri-co-founder-kittlaus-departs-from-apple/">report from AllThingsD&#8217;s Kara Swisher</a> says Siri co-founder Dag Kittlaus is leaving.</p>
<p>Kittlaus was not only co-founder of the company behind Siri, but also its CEO when it was acquired by Apple in 2010. The reasons for his departure included wanting to be closer to family, who are based in Chicago, and an interest in pursuing more entrepreneurial plans, according to Swisher&#8217;s sources. Kittlaus&#8217; leave-taking is said to be &#8220;amicable&#8221; and long-planned.</p>
<p>Despite his role in the creation of Siri, the voice-powered assistant that&#8217;s the star of the show for the new iPhone 4S, it should remain in good hands at Apple without him, as sources claim other key staff and executives from Siri will remain at Apple following Kittlaus&#8217; departure. The other two Siri co-founders, <a href="http://www.linkedin.com/in/adamcheyer">Adam Cheyer</a> and <a href="http://www.linkedin.com/profile/view?id=5338&amp;authType=NAME_SEARCH&amp;authToken=w1KB&amp;locale=en_US&amp;srchid=f0738bd0-9306-4fcc-b0c1-9e8540a3e7cb-0&amp;srchindex=1&amp;srchtotal=54&amp;goback=%2Efps_PBCK_*1_Tom_Gruber_*1_*1_*1_*1_*2_*1_Y_*1_*1_*1_false_1_R_true_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2&amp;pvs=ps&amp;trk=pp_profile_name_link">Tom Gruber</a>, both remain Apple staff members, according to their LinkedIn profiles. Gruber and Cheyer have more technical background than Kittlaus and were VP of engineering and CTO, respectively, at Siri prior to the acquisition.</p>
<p>Kittlaus&#8217; departure likely won&#8217;t slow down Apple&#8217;s investment in or development of Siri, but its hiring of Noteboom away from Yahoo definitely indicates it wants to beef up its cloud infrastructure, which is a big part of what powers Siri. The next step for the digital assistant is probably rolling out international localizations of features tied to maps and local search, which will undoubtedly be a huge challenge from a data center management perspective. Apple has promised additional country localizations by 2012 on its <a href="http://www.apple.com/iphone/features/siri-faq.html">official Siri FAQ</a>.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=426089&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=726461"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=726461" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=426089+siris-co-founder-leaves-apple-on-amicable-terms&utm_content=etherin">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/12/how-the-mobile-first-world-will-transform-the-data-center/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=426089+siris-co-founder-leaves-apple-on-amicable-terms&utm_content=etherin">How tomorrow&#8217;s mobile-centric data centers will look</a></li><li><a href="http://pro.gigaom.com/2012/05/the-living-room-reinvented-trends-technologies-and-companies-to-watch/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=426089+siris-co-founder-leaves-apple-on-amicable-terms&utm_content=etherin">Who and what to watch in the new era of the living room</a></li><li><a href="http://pro.gigaom.com/2012/04/connected-consumer-q1-controversy-courtrooms-and-the-cloud/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=426089+siris-co-founder-leaves-apple-on-amicable-terms&utm_content=etherin">Controversy, courtrooms and the cloud in Q1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/10/24/siris-co-founder-leaves-apple-on-amicable-terms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/10/siri-feature.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/10/siri-feature.jpg?w=150" medium="image">
			<media:title type="html">siri-feature</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/188039e12983eb749171a75cfd01378d?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">etherin</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/10/siri-feature.jpg?w=300" medium="image">
			<media:title type="html">siri-feature</media:title>
		</media:content>
	</item>
		<item>
		<title>5 ways to keep your rockstar employees happy</title>
		<link>http://gigaom.com/2011/10/15/5-ways-to-keep-your-rockstar-employees-happy/</link>
		<comments>http://gigaom.com/2011/10/15/5-ways-to-keep-your-rockstar-employees-happy/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:00:06 +0000</pubDate>
		<dc:creator>Daniel Debow, Rypple </dc:creator>
				<category><![CDATA[Daniel Debow]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Rypple]]></category>
		<category><![CDATA[workplace]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=419481</guid>
		<description><![CDATA[Salary and benefits aren’t enough to guarantee that your best and brightest creatives will remain engaged. Rypple’s Daniel Debow presents some best practices about what does motivate your top employees and how you can keep them from going to the competition.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=419481&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2011/10/946302099_ac888c2d2c_z.jpeg"><img title="Rock on" src="http://gigaom2.files.wordpress.com/2011/10/946302099_ac888c2d2c_z.jpeg?w=300&#038;h=200" alt="Rock on " width="300" height="200" class="alignright size-medium wp-image-419522"></a>The Googleplex, Google’s corporate headquarters in Mountain View California, is legendary for its perks. Employees have access to unlimited free meals, haircuts, dry cleaning, massages, and even onsite medical care.</p>
<p>Yet earlier this year, when Google <a href="http://www.nytimes.com/2011/03/13/business/13hire.html%3F_r=3%26scp=2%26sq=google%26st=cse">interviewed its employees</a> about what they valued most at work, none of these extravagant benefits made the top of the list. Neither did salary. Instead, employees cited access to “even-keeled bosses who made time for one-on-one meetings, who helped people puzzle through problems by asking questions, not dictating answers, and who took an interest in employees’ lives and careers.”</p>
<p>Tangibles like salary and benefits aren’t enough to guarantee that your best and brightest creatives will remain engaged. Indeed, a recent landmark study by Arnold Worldwide of 3,000 employees and 500 executive leaders across a range of communication and advertising firms found that <a href="http://www.aaaa.org/events/video/Pages/030811_bennett.aspx">30 percent of the advertising workforce say they’ll be gone from their job</a> within 12 months.</p>
<p>Take Jill, an outstanding, experienced copy editor whom Agency X recently recruited at considerable expense from one of its chief rivals. Despite her outward success, she’s unsure how she’s performing, where she stands in the company, and how she fits into the overall goals of the agency. Her pay is great, she loves the Friday office happy hour, but over time, she finds herself feeling demotivated by the lack of communication, and checks out.</p>
<p>The loss of star performers like Jill doesn’t just leave a talent vacuum to fill; it also leaves a gaping hole in the bottom line. Indeed, a recent article in the <em>Wall Street Journal</em> calculated that <a href="mailto://http://online.wsj.com/article/SB10001424052748704113504575264432377146698.html">it typically costs a company about half a position’s annual salary</a> to recruit for that job ¾ and several times that if the position requires rare skills.</p>
<p>So how can your company keep its stars engaged? It comes down to creating a culture of communication — one in which employees know where the organization is headed, how they fit into these plans, and what’s expected of them. Here are a few key strategies your agency can employ to make this happen.</p>
<h2><strong>1. Create a culture of education</strong></h2>
<p>The <a href="http://www.aaaa.org/events/video/Pages/030811_bennett.aspx">average Starbucks barista gets more training in a year</a> than the average employee in a communications company, according to the Arnold Worldwide study.</p>
<p>For employees, the single most important motivational factor was the ability to learn. Yet the study found a huge disconnect when it comes to perceptions about company training. While 90 percent of employees say they learn by figuring things out on their own, only 25 percent of executives think that employees learn independently.</p>
<p>To keep employees motivated, agencies need to build a culture of learning, where employees leave more enriched at the end of each day.</p>
<h2><strong>2. Provide regular, consistent feedback</strong></h2>
<p>Employee feedback is a critical part of the education process, and shouldn’t just be relegated to the annual review. To be effective, feedback needs to be specific and actionable. But that’s not always how it works.</p>
<p>In a <a href="http://www.leadershipiq.com/news-and-research/managers-are-ignoring-their-employees">study by Leadership IQ</a>, 53 percent of employees said that when their boss praises excellent performance, the feedback does not provide enough useful information to help them repeat it. And 65 percent responded that when their boss criticizes poor performance, it doesn’t provide enough useful information to help them correct the issue.</p>
<p>Feedback, both positive and constructive, is most effective when given right away. Negative feedback given a month after the fact can lead to a passive-aggressive environment in which an employee feels powerless to act on the advice.</p>
<p>Think of it this way: no one wants to go a full day knowing their price tag was hanging from the back of their shirt, or the remnants of the salad they had for lunch were still stuck in their teeth. If an employee does something well, that activity should be encouraged. And if there’s room for improvement, they should be given the opportunity to learn for their next task.</p>
<h2><strong>3. Set time aside for weekly 1:1 meetings</strong></h2>
<p>At first, most employees and managers will cringe at the idea of yet another meeting. But instituting <a href="http://rypple.com/blog/2011/08/bored-people-quit-how-to-engage-your-people-11/">weekly 1:1 meetings</a> can be the most important step you take to retaining your top performers.</p>
<p>In its quest to <a href="http://venturebeat.com/2011/09/20/people-analytics-google-hr/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Venturebeat+%28VentureBeat%29">build a better boss</a>, Google discovered that its worst managers weren’t consistent in their 1:1 meetings; some focused on meeting with people who were underperforming, while others met primarily with the top performers.</p>
<p>Consequently, Google implemented the best practice of 1:1 meetings with <strong>all </strong>team members.</p>
<p>These meetings can cover anything and everything from upcoming projects to the latest client news. With each week, discussions about goals, feedback, and concerns become a lot more natural unlike the awkward, starchy conversations during annual reviews. Over time, it becomes easier for both sides to raise potential problems and deal with them early on, before they fester into something destructive.</p>
<h2><strong>4. Manage the grunt work properly</strong></h2>
<p>Not every project is going to be awesome. That’s just the way business works. And chances are your employees understand this.</p>
<p>However, managers need to handle such projects responsibly and that means a few things. Boring projects should always be balanced with more stimulating work. Employees should always be told how any grunt works fits into the overall needs of the company (“If we do a good job on x, we’re hoping the client will give us their cool launch next year”). And specific parameters should always be set for the boring stuff ¾ meaning employees should always see light at the end of the tunnel.</p>
<h2><strong>5. Publicly acknowledge good work</strong></h2>
<p>All too often, managers see motivation in terms of financial compensation, but money is far from the only way to effectively reward talented employees. A 2009 survey by <em>McKinsey Quarterly</em> <a href="http://www.mckinseyquarterly.com/Motivating_people_Getting_beyond_money_2460">asked which incentives were the most effective</a> in motivating employees. The top two responses were: “Praise and commendation from immediate manager” (67 percent), and “Attention from leaders” (62 percent).</p>
<p>Praise and commendation go a long way in making employees feel noticed and valued. And the impact of a pat on the back is multiplied when it’s done publicly. Through public commendations, employees not only feel the support and respect of their manager, but the entire organization as well (including top-level executives). Creating a framework for “social recognition” will encourage a culture of appreciation throughout your firm.</p>
<p>Keeping your rockstar employees on board has always been important, and don’t think that economic uncertainty will keep your employees around. Your company has worked hard to recruit some bright people and great talent; make sure an opaque work environment doesn’t drive them into the arms of your competition.</p>
<p><em>Learn more about how to keep remote workers happy and your team collaborating at <a href="http://event.gigaom.com/network?utm_source=tech&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=419481+5-ways-to-keep-your-rockstar-employees-happy&amp;utm_content=gigaguest">GigaOM’s Net:Work event</a> on December 8, 2011.</em></p>
<p><em>Daniel Debow is co-founder and co-CEO of <a title="Rypple" href="http://rypple.com">Rypple</a>, a social performance management platform.</em></p>
<p><em><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/">Image courtesy of</a> Flickr user <a href="http://www.flickr.com/photos/esparta/">Esparta</a>. </em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=419481&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=587692"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=587692" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=419481+5-ways-to-keep-your-rockstar-employees-happy&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/supporting-startup-growth-with-the-new-recruiting-ecosystem/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=419481+5-ways-to-keep-your-rockstar-employees-happy&utm_content=gigaguest">Startup growth and the new recruiting ecosystem</a></li><li><a href="http://pro.gigaom.com/2012/02/practical-business-content-collaboration-personal-tools-show-the-way/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=419481+5-ways-to-keep-your-rockstar-employees-happy&utm_content=gigaguest">Personal tools lead to practical business</a></li><li><a href="http://pro.gigaom.com/2012/01/newnet-q4-platform-mania-and-social-commerce-shakeout/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=419481+5-ways-to-keep-your-rockstar-employees-happy&utm_content=gigaguest">NewNet Q4: Platform mania and social commerce shakeout</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/10/15/5-ways-to-keep-your-rockstar-employees-happy/feed/</wfw:commentRss>
		<slash:comments>110</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/10/946302099_ac888c2d2c_z.jpeg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/10/946302099_ac888c2d2c_z.jpeg?w=150" medium="image">
			<media:title type="html">Rock on</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/10/946302099_ac888c2d2c_z.jpeg?w=300" medium="image">
			<media:title type="html">Rock on</media:title>
		</media:content>
	</item>
		<item>
		<title>Verizon&#8217;s strike pits its past against its future</title>
		<link>http://gigaom.com/2011/08/08/verizons-strike-pits-its-past-against-its-future/</link>
		<comments>http://gigaom.com/2011/08/08/verizons-strike-pits-its-past-against-its-future/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:59:50 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[@CNN]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[controversy]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[Enterprise Collaboration]]></category>
		<category><![CDATA[FiOS]]></category>
		<category><![CDATA[Future Of Work]]></category>
		<category><![CDATA[pay-TV]]></category>
		<category><![CDATA[riots]]></category>
		<category><![CDATA[strike]]></category>
		<category><![CDATA[Terremark]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=389468</guid>
		<description><![CDATA[More than 45,000 Verizon workers are striking this morning. People are concerned about what the strike could mean for telecom equipment vendors, but a better question is how much will Verizon’s legacy employees drag down the company as it competes against more modern IT companies?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=389468&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2011/08/istock_000007895162xsmall.jpg"><img  title="On Strike" src="http://gigaom2.files.wordpress.com/2011/08/istock_000007895162xsmall.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="alignleft size-medium wp-image-389525" /></a>More than 45,000 Verizon workers are <a href="http://www.cwa-union.org/news/entry/45000_workers_on_strike_at_verizon">striking</a> this morning, causing the telecommunications provider&#8217;s stock to <a href="http://www.reuters.com/article/2011/08/08/verizon-shares-idUSN1E7770IO20110808?feedType=RSS&amp;feedName=companyNews&amp;rpc=43">drop slightly</a>. Others are concerned about what the strike could mean for <a href="http://www.thestreet.com/_yahoo/story/11213444/1/verizon-strike-another-blow-to-suppliers.html?cm_ven=YAHOO&amp;cm_cat=FREE&amp;cm_ite=NA">telecom equipment vendors</a>, but a better question might be how much will Verizon&#8217;s legacy employees drag down the company as it competes against more modern I.T. companies? The line between computing and communications is blurring, and Verizon is clearly aware of that, as it focuses on faster broadband, pay TV and also <a href="http://gigaom.com/cloud/why-verizon-bought-terremark-for-1-4b/">cloud computing</a>.</p>
<p>However, the company has a rich past that stretches back decades. Heck, its previous CEO was a former lineman who actually <a href="http://en.wikipedia.org/wiki/Ivan_Seidenberg">spliced cables for telephone wires</a>. The striking workers, who are responsible for maintaining Verizon&#8217;s wireline telephone network as well as its fiber-to-the-home FiOS network, are <a href="http://newscenter.verizon.com/2011-bargaining/bargaining-facts.html">being asked</a> for the usual share of rising healthcare costs, but also that they become more flexible. As Verizon&#8217;s <a href="http://www.theatlantic.com/business/archive/2011/08/45-000-strike-at-verizon-as-landline-business-collapses/243242/">wireline DSL business shrinks</a>, the company is still supporting an expensive workforce that&#8217;s responsible for a business that may soon represent a much smaller portion of Verizon&#8217;s profits.</p>
<p>Verizon is competing now against companies such as Amazon and Rackspace, which don&#8217;t have unionized workers, and against pay TV providers which sometimes do. As Verizon gets more digital, mobile and cloud-focused, its culture has to shift from one where a person has a single job for 40 hours a week with set time off to one where people work all out to deliver services and innovation for decent paychecks or the chance to take home a piece of the pie. There&#8217;s plenty of <a href="http://blogs.reuters.com/reuters-money/2011/08/04/overworked-americans-dont-take-all-their-vacation-time/">room for debate</a> over whether this is a good thing, but it&#8217;s certainly the thing that Verizon has to adjust to. Will its workers let it?</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=389468&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=654360"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=654360" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=389468+verizons-strike-pits-its-past-against-its-future&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/05/the-living-room-reinvented-trends-technologies-and-companies-to-watch/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=389468+verizons-strike-pits-its-past-against-its-future&utm_content=shigginbotham">Who and what to watch in the new era of the living room</a></li><li><a href="http://pro.gigaom.com/2012/01/12-tech-leaders-resolutions-for-2012/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=389468+verizons-strike-pits-its-past-against-its-future&utm_content=shigginbotham">12 tech leaders’ resolutions for 2012</a></li><li><a href="http://pro.gigaom.com/2009/05/the-future-of-pay-tv-services/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=389468+verizons-strike-pits-its-past-against-its-future&utm_content=shigginbotham">The Future of Pay TV Services</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/08/08/verizons-strike-pits-its-past-against-its-future/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/08/istock_000007895162xsmall.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/08/istock_000007895162xsmall.jpg?w=150" medium="image">
			<media:title type="html">On Strike</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/08/istock_000007895162xsmall.jpg?w=300" medium="image">
			<media:title type="html">On Strike</media:title>
		</media:content>
	</item>
		<item>
		<title>6 Tips for Keeping Your Remote Team Motivated &amp; Happy</title>
		<link>http://gigaom.com/2011/02/17/6-tips-for-keeping-your-virtual-team-motivated-and-happy/</link>
		<comments>http://gigaom.com/2011/02/17/6-tips-for-keeping-your-virtual-team-motivated-and-happy/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:00:30 +0000</pubDate>
		<dc:creator>Amber Singleton Riviere</dc:creator>
				<category><![CDATA[@NYT]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[virtual team]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=298667</guid>
		<description><![CDATA[In last week’s post, I wrote about what it takes to become a virtual CEO, after speaking with Chris Ducker of Virtual Business Lifestyle. During our conversation, Ducker also shared his tips for keeping a virtual team happy and motivated.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=298667&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-298668" href="http://gigaom.com/collaboration/6-tips-for-keeping-your-virtual-team-motivated-and-happy/happy-team/"><img title="happy team" src="http://gigaom2.files.wordpress.com/2011/02/happy-team.jpg?w=300&#038;h=204" alt="" width="300" height="204" class="alignleft size-medium wp-image-298668"></a>In last week’s post, I wrote about what it takes to <a href="http://gigaom.com/collaboration/becoming-a-virtual-ceo/">become a virtual CEO</a>, after speaking with Chris Ducker of <a href="http://www.virtualbusinesslifestyle.com/">Virtual Business Lifestyle</a>. During our conversation, Ducker also shared his tips for keeping a virtual team happy and motivated.</p>
<p>As Ducker says, “I don’t think there’s a whole lot of difference between motivating someone from a virtual standpoint and motivating somebody [...] where you’re working in real time with each other under the same roof. It just comes down to simple things, like being a nice guy, being understanding, being flexible, [and] wanting to spend a bit of time with them, above and beyond just giving them tasks.”</p>
<p>Here are a few things Chris recommends to help <a href="http://gigaom.com/collaboration/how-to-use-communication-to-establish-trust-in-remote-teams/">build stronger relationships</a> with your virtual team:</p>
<ol><li><strong>Have an open door policy. </strong>“I always make time for my management,” Chris explains, “My management fundamentally run my company for me, and I’m well aware that without them, I would have to come in and start working ridiculous hours every single day. If they need to speak with me, all they have to do is pick up the phone, and I’ll make time to speak with them.”</li>
<li><strong>Provide opportunities for career growth. </strong>Chris says, “I never want to hire externally, unless I truly have to. I’ll always look internally to try to promote people, if possible. That creates a great culture within a company.”</li>
<li><strong>Provide opportunities for education. </strong>“I think there [are] other things you can do,” Chris says, “not only spending the time with somebody and giving them career opportunities, but also investing in them. I regularly put my management on different types of courses, training and things like that. It’s developing them as employees, and it gives them the opportunity to better themselves, and they appreciate that.”</li>
<li><strong>Provide support resources. </strong>“We created our Live2Sell library, which now has just over a hundred books on everything from self-help to how to get over issues and problems in the workplace,” he explains, “People can come up to the HR department and borrow the books, just like in any other library.”</li>
<li><strong>Spend time together as a team. </strong>“We do one yearly team-building weekend,” Chris says, “where we go out and stay the night at one of the resorts here, and everybody is together.” The purpose of the weekend is to build stronger connections in a fun atmosphere. He adds, “I’ve found that I have a lot in common with [team members]. We enjoy the same things. There is a lot more in common with workmates than a lot of people think.”</li>
<li><strong>Treat your team members like family. </strong>“We have ten core values, and the first one is, ‘Treat everyone as family.’ That’s really important for any company,” Chris says, “We recently launched our company culture website, <a href="http://www.live2sellfamily.com/">Live2Sell Family</a>. It’s open for the public, but it’s all about us, [and] we’re now giving out little mini birthday cakes to everybody on their birthdays.” Another example, he adds, one of his assistants is a big music-lover, and every so often, he emails an iTunes gift certificate, because as Chris says, “The little things make big, big differences.”</li>
</ol><p>“Above and beyond monetary gain,” he adds, “the fact of the matter is that, as long as you give opportunities to people, you’re nice, and they enjoy working for you, they’re not going to go anywhere. As long as you’re treating them well and with respect and paying them what they’re worth, you don’t need to lose people, unless you’re not managing your company properly.” By establishing these little connections, you’ll build better relationships with your virtual team and build a greater sense of unity and purpose.</p>
<p><em>How do you keep your virtual workforce happy and motivated?</em></p>
<p><em><a href="http://www.flickr.com/photos/cjmartin/5126543291/">Photo</a> courtesy Flickr user <a href="http://www.flickr.com/photos/cjmartin/">cjmartin</a></em></p>
<p><strong>Related content from GigaOM Pro (sub. req.):</strong></p>
<ul><li><a title="Report: The Real-Time Enterprise" href="http://pro.gigaom.com/2010/05/are-you-empowering-your-mobile-workforce/?utm_source=tech&amp;utm_medium=editorial&amp;utm_content=brownbugproject&amp;utm_campaign=intext&amp;utm_term=298667+6-tips-for-keeping-your-virtual-team-motivated-and-happy">Are You Empowering Your Mobile Workforce?</a></li>
<li><a href="http://pro.gigaom.com/2010/09/how-to-manage-consumer-grade-collaborative-tools-in-the-workplace/?utm_source=tech&amp;utm_medium=editorial&amp;utm_content=brownbugproject&amp;utm_campaign=intext&amp;utm_term=298667+6-tips-for-keeping-your-virtual-team-motivated-and-happy">How to Manage Consumer-Grade Collaborative Tools in the Workplace</a></li>
<li><a id="ccfm" title="Top Remote Work Trends to Watch for in 2011" href="http://pro.gigaom.com/2010/12/top-remote-work-trends-to-watch-for-in-2011/?utm_source=tech&amp;utm_medium=editorial&amp;utm_content=brownbugproject&amp;utm_campaign=intext&amp;utm_term=298667+6-tips-for-keeping-your-virtual-team-motivated-and-happy">Top Remote Work Trends to Watch for in 2011</a></li>
</ul>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=298667&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=588418"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=588418" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/02/17/6-tips-for-keeping-your-virtual-team-motivated-and-happy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/02/happy-team.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/02/happy-team.jpg?w=150" medium="image">
			<media:title type="html">happy team</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/514801c1de3f91183bee6f8e61f92b3a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Amber</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/02/happy-team.jpg?w=300" medium="image">
			<media:title type="html">happy team</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Lockdown: Fact or Fiction?</title>
		<link>http://gigaom.com/2009/12/17/is-apple-run-by-nazis/</link>
		<comments>http://gigaom.com/2009/12/17/is-apple-run-by-nazis/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:48:22 +0000</pubDate>
		<dc:creator>Charles Jade</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[Gizmodo]]></category>
		<category><![CDATA[godwin]]></category>
		<category><![CDATA[leaks]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=37738</guid>
		<description><![CDATA[UPDATED: I apologize for anyone offended by the initial headline. If you&#8217;ll read the Gizmodo article referenced in the first paragraph you&#8217;ll see where this headline came from. This article is a response to the absurdity of Gizmodo&#8217;s article that implies that Apple uses Nazi-like tactics. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173758&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="excerpt"><em><strong>UPDATED:</strong> I apologize for anyone offended by the initial headline. If you&#8217;ll read the <a href="http://gizmodo.com/5427058/apple-gestapo-how-apple-hunts-down-leaks">Gizmodo article</a> referenced in the first paragraph you&#8217;ll see where this headline came from. This article is a response to the absurdity of Gizmodo&#8217;s article that implies that Apple uses Nazi-like tactics. We unequivocally disagree with what Gizmodo is implying or its references to Nazi/Gestapo tactics. Again, please do read the <a href="http://gizmodo.com/5427058/apple-gestapo-how-apple-hunts-down-leaks">Gizmodo article</a> first to put this in context.</em></p>
<p class="excerpt">Breaking <a href="http://en.wikipedia.org/wiki/Godwin%27s_law">Godwin&#8217;s Law</a> at a sub-atomic level, incendiary <a href="http://gizmodo.com/5427058/apple-gestapo-how-apple-hunts-down-leaks">Gizmodo</a> cites an anonymous source describing how security finds leakers at Apple, not to mention creating a pervasive atmosphere of fear and dread, referencing &#8220;Nazi&#8221; tactics by the &#8220;Gestapo.&#8221; That is, if you believe it.</p>
<p>Reading like something by <a href="http://www.fakesteve.net/">Fake Steve Jobs</a>—only not nearly as entertaining—Jesus Diaz relays the experience of &#8220;Tom,&#8221; a supposed current or former employee of Apple.  Tom alleges that Apple has &#8220;moles,&#8221; or informants, &#8220;working everywhere, especially in departments where leaks are suspected.&#8221; When a leak is strongly suspected, members of the <span style="text-decoration: line-through;">Team Apple World Police</span> &#8220;Apple Worldwide Loyalty&#8221; arrive and an &#8220;operation&#8221; takes place.<span id="more-173758"></span></p>
<p>What&#8217;s described is effectively a lockdown. Employees are forced to remain at their desks. Their cellphones are collected, and anyone needing to contact the outside is monitored. Interviews are done. NDAs are signed. If security finds the suspected leaker, and &#8220;they usually do,&#8221; the person is fired after questioning. Of the questioning itself, &#8220;Tom&#8221; has no first-hand experience.</p>
<blockquote><p>&#8220;There is a lot that goes behind doors that I don&#8217;t really know about. I do know, however, that they really interrogate people that are serious suspects, intimidating them by threatening to sue.&#8221;</p></blockquote>
<p>Setting aside logical inconsistencies in the article like cameras being forbidden at Apple yet every employee having an iPhone, and legal questions such as confiscating personal cell phones, &#8220;Tom&#8221; asserts this type of corporate behavior is <em>common</em> at Apple. With 35,000 employees, it seems difficult to imagine that were such invasive tactics the norm, that it could be kept a secret, or at least made public by more than one guy through e-mail.</p>
<p>Looking at comments about Apple at <a href="http://www.glassdoor.com/Reviews/Apple-Reviews-E1138.htm">GlassDoor.com</a>, a website where employees can rate their employers, there&#8217;s not a lot of Nazi analogies&#8230;though from reading <a href="http://gizmodo.com/5427058/apple-gestapo-how-apple-hunts-down-leaks">Gizmodo&#8217;s article</a> you&#8217;d certainly think there should be. There are negative comments, but in aggregate the opinion is positive. <a href="http://gigaom.com/2009/12/15/which-top-tech-company-to-work-for-not-google/">In a recent survey</a>, Apple scored 3.9 out of 5.0 for fifth place in the top 10 tech companies to work for. As CEO, Steve Jobs had an approval rating of 91 percent, highest on the list. In contrast, Dell was rated lowest among tech companies with a score of 2.8, while CEO Michael Dell&#8217;s approval rating was 28 percent.</p>
<p>If you are waiting for some purple prose about working Dell tech support hell in some warehouse outside of Mumbai, you&#8217;ll probably be disappointed. There&#8217;s no fame or fortune in stating the obvious.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173758&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=122059"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=122059" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173758+is-apple-run-by-nazis&utm_content=charlesjade">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/mobile-q2-smartphone-growth-surges-ipads-rule-continues/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173758+is-apple-run-by-nazis&utm_content=charlesjade">Mobile Q2: Smartphone growth surges; iPad&#8217;s rule continues</a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173758+is-apple-run-by-nazis&utm_content=charlesjade">Why iPad 2 Will Lead Consumers Into the Post-PC Era</a></li><li><a href="http://pro.gigaom.com/2011/02/what-googles-honeycomb-means-for-apple-and-microsoft/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173758+is-apple-run-by-nazis&utm_content=charlesjade">What Google&#8217;s Honeycomb Means for Apple and Microsoft</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/12/17/is-apple-run-by-nazis/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bdc3550e79fc663c8208a504793eb760?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Jade</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe Laying Off 680 Employees</title>
		<link>http://gigaom.com/2009/11/10/adobe-laying-off-680-employees/</link>
		<comments>http://gigaom.com/2009/11/10/adobe-laying-off-680-employees/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:28:31 +0000</pubDate>
		<dc:creator>Sebastian Rupley</dc:creator>
				<category><![CDATA[Sebastian&#039;s Posts]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[layoffs]]></category>
		<category><![CDATA[work force]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=79191</guid>
		<description><![CDATA[It&#8217;s official &#8212; following several tweets today from Adobe employees, a company spokesperson confirmed for us that Adobe &#8220;filed an 8-K this afternoon [that]  reports a company restructuring which will result in a 9 percent reduction in the company’s work force (approximately 680 employees).&#8221; You can [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=79191&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img  src="http://farm3.static.flickr.com/2610/4093975472_c10e8ffdc0_o.jpg" alt="" width="38" height="63" class=" alignleft" />It&#8217;s official &#8212; following several tweets today from Adobe employees, a company spokesperson confirmed for us that Adobe &#8220;filed an 8-K this afternoon [that]  reports a company restructuring which will result in a 9 percent reduction in the company’s work force (approximately 680 employees).&#8221; <a href="http://www.sec.gov/Archives/edgar/data/796343/000110465909064037/a09-33303_18k.htm">You can read the filing here</a>.<span id="more-79191"></span></p>
<p>&#8220;Adobe is restructuring its business to align costs with its fiscal 2010 operating plan and budget, the company’s three-year strategic priorities and the realities of the business environment, as well as to ensure its ability to continue investing in long-term growth opportunities,&#8221; the spokesperson continued. The advisory we received also noted that at the close of its acquisition of Omniture, Adobe reduced the Web analytics firm&#8217;s work force by 9 percent.</p>
<p>These are tough times for some folks in the software industry. Adobe&#8217;s announcement comes right on the heels of <a href="http://gigaom.com/2009/11/04/reports-800-more-job-cuts-at-microsoft/">Microsoft laying off 800 employees</a>.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=79191&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=887838"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=887838" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=79191+adobe-laying-off-680-employees&utm_content=sebastianrupley">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/the-state-of-cross-platform-measurement-across-tv-online-and-social/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=79191+adobe-laying-off-680-employees&utm_content=sebastianrupley">The state of cross-platform media measurement</a></li><li><a href="http://pro.gigaom.com/2012/09/listening-platforms-finding-the-value-in-social-media-data/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=79191+adobe-laying-off-680-employees&utm_content=sebastianrupley">Listening platforms: finding the value in social media data</a></li><li><a href="http://pro.gigaom.com/2012/01/newnet-q4-platform-mania-and-social-commerce-shakeout/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=79191+adobe-laying-off-680-employees&utm_content=sebastianrupley">NewNet Q4: Platform mania and social commerce shakeout</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2009/11/10/adobe-laying-off-680-employees/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5940d08afb1b846c792c36e920acd6c2?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">sebastianrupley</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2610/4093975472_c10e8ffdc0_o.jpg" medium="image" />
	</item>
	</channel>
</rss>
