<?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/"
	>

<channel>
	<title>Strata &#187; Ann Spencer</title>
	<atom:link href="http://strata.oreilly.com/anns/feed" rel="self" type="application/rss+xml" />
	<link>http://strata.oreilly.com</link>
	<description>Making Data Work</description>
	<lastBuildDate>Fri, 24 May 2013 20:31:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>On becoming a code artist</title>
		<link>http://strata.oreilly.com/2013/05/becoming-a-code-artist.html</link>
		<comments>http://strata.oreilly.com/2013/05/becoming-a-code-artist.html#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:06 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[d3]]></category>
		<category><![CDATA[D3.js]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data visualization]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=57140</guid>
		<description><![CDATA[Scott Murray, a code artist, has written Interactive Data Visualization for the Web for nonprogrammers. In this interview, Scott provides some insights on what inspired him to write an introduction to D3 for artists, graphic designers, journalists, researchers, or anyone &#8230; ]]></description>
				<content:encoded><![CDATA[<p><a href="http://alignedleft.com/">Scott Murray</a>, a code artist, has written <a href="http://shop.oreilly.com/product/0636920026938.do"><em>Interactive Data Visualization for the Web</em></a> for nonprogrammers. In this interview, Scott provides some insights on what inspired him to write an introduction to D3 for artists, graphic designers, journalists, researchers, or anyone that is looking to begin programming data visualizations.</p>
<h3><strong>What inspired you to become a code artist?</strong></h3>
<div id="attachment_57222" class="wp-caption alignright" style="width: 160px"><a href="http://s.radar.oreilly.com/wp-files/5/2013/05/Scott-Murray.jpg"><img class="size-thumbnail wp-image-57222 " alt="Scott Murray" src="http://s.radar.oreilly.com/wp-files/5/2013/05/Scott-Murray-150x150.jpg" width="150" height="150" /></a><p class="wp-caption-text">Scott Murray</p></div>
<p><strong>Scott Murray:</strong> I had designed websites for a long time, but several years ago was frustrated by web browsers&#8217; limitations. I went back to school for an MFA to force myself to explore interactive options beyond the browser. At <a href="http://www.massart.edu/">MassArt</a>, I was introduced to <a href="http://www.processing.org/">Processing</a>, the free programming environment for artists. It opened up a whole new world of programmatic means of manipulating and interacting with data — and not just traditional data sets, but also live &#8220;data&#8221; such as from input devices or dynamic APIs, which can then be used to manipulate the output. Processing let me start prototyping ideas immediately; it is so enjoyable to be able to build something that really works, rather than designing static mockups first, and then hopefully, one day, invest the time to program it. Something about that shift in process is both empowering and liberating — being able to express your ideas quickly in code, and watch the system carry out your instructions, ultimately creating images and experiences that are beyond what you had originally envisioned.</p>
<p><span id="more-57140"></span></p>
<h3><strong>Why did you decide to write<em> Interactive Data Visualization for the Web</em>?</strong></h3>
<p><strong>Scott Murray:</strong> <a href="http://d3js.org/">D3.js</a> is the most powerful tool for creating visualizations on the web, hands down. Yet when I tried to use it for a project in late 2011, there wasn&#8217;t a lot of useful information available on how to use it. A few early members of the community had written tutorials, but they assumed a level of JavaScript familiarity that I didn&#8217;t have. The official D3 documentation is excellent, but not necessarily accessible to beginners. So I set about banging my head against the wall for a few weeks, struggling to learn the peculiarities of D3, and taking notes every time I encountered a challenging concept or had a revelation. Once the project was done, I revisited my notes and starting writing tutorials that would introduce each of those challenging concepts to beginners — those new to JavaScript, and even HTML and CSS. (I&#8217;m seeing more people drawn to JavaScript via D3, just as my first experiences with JavaScript were thanks to jQuery.) My goal was to spare others the frustrations I experienced. Within months, the tutorials on my site were getting a lot of traffic, and people wrote in to request more tutorials: on the basics, on interactivity, on mapping. So I expanded the tutorials into <a href="http://shop.oreilly.com/product/0636920026938.do">a full-length book</a>.</p>
<h3><strong>Who do you envision reading this book? What will they learn after reading your book?</strong></h3>
<p><strong>Scott Murray:</strong> This book is for anyone interested in learning how to use D3 to create and publish visualizations on the web: journalists, designers, data scientists, statisticians, students, researchers, and would-be mapmakers. The book includes an introductory chapter on web fundamentals — HTML, CSS, JavaScript — so it&#8217;s very accessible to people new to web development, and even programming generally. There are also more than 100 code examples that accompany the book, so it&#8217;s easy to follow along and tweak the examples as you learn. In the end, anyone who works through the book will have a grip on all the basic concepts of D3. You&#8217;ll be able to make charts and graphs, even highly customized geographic maps with data overlays. And hopefully you&#8217;ll be inspired to learn more, experiment, and share your creations with the datavis community.</p>
<h3><strong>Any words of advice for an aspiring code artist?</strong></h3>
<p><strong>Scott Murray:</strong> Start making things now. I get to work with students, and I see them get stuck in their heads, trying to plan out every last detail before they start working on a project. This results in the project never starting at all, or being finished in a very rushed fashion. People (myself included) often have a tendency to over-think things, especially intimidating projects that will involve learning something new, or trying something we&#8217;ve never tried. While thinking is good, over-thinking prevents us from doing. And, in reality, doing is a critical part of thinking — you can&#8217;t really separate the two. So I suggest getting comfortable with not knowing what you&#8217;re doing before you do it. Just start making things now, today, even if you feel underprepared or like you don&#8217;t have all the answers you need yet. Guess what? No one has all the answers (even though we pretend to). We&#8217;re all just here figuring this stuff out as we go. So don&#8217;t over-think it, start producing projects, and get those projects out in the world. You&#8217;ll learn what you need to learn along the way.</p>
<h4><em>This interview was edited and condensed.</em></h4>
<p><strong>Related: </strong></p>
<ul>
<li><a href="http://strataconf.com/strata2013/public/schedule/detail/27425">Slides from Scott Murray&#8217;s D3.js tutorial at Strata Santa Clara 2013</a></li>
<li><a href="http://oreillynet.com/pub/e/2584">Engaging Audiences with Data Visualization &#8211; Webcast</a></li>
<li><a href="http://shop.oreilly.com/product/0636920026938.do">Interactive Data Visualization for the Web &#8211; Book</a></li>
<li><a href="http://shop.oreilly.com/product/0636920025603.do">Data Journalism Handbook</a></li>
<li><a href="http://strata.oreilly.com/2013/04/data-journalism-simon-rogers-twitter-pew-data-intel-mashery.html">Movers and shakers on the data journalism front</a></li>
</ul>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both">
<p><a href="http://strataconf.com/?intcmp=il-strata-stny13-blog-promo"><img style="float: left;border: none;padding-right: 10px" alt="" src="http://cdn.oreilly.com/radar/images/promos/2013-strata-rx-london-ny.gif" /></a><a href="http://strataconf.com/?intcmp=il-strata-stny13-blog-promo"><strong>O&#8217;Reilly Strata Conference</strong></a> — Strata brings together the leading minds in data science and big data — decision makers and practitioners driving the future of their businesses and technologies. Get the skills, tools, and strategies you need to make data work.</p>
<p><a href="http://strataconf.com/rx2013?intcmp=il-strata-strx13-strata-blog-banner-148x178">Strata Rx Health Data Conference</a>: September 25-27 | Boston, MA<br />
<a href="http://strataconf.com/stratany2013?intcmp=il-strata-stny13-blog-promo">Strata + Hadoop World</a>: October 28-30 | New York, NY<br />
<a href="http://strataconf.com/strataeu2013/?intcmp=il-strata-steu13-blog-promo">Strata in London</a>: November 15-17 | London, England</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2013/05/becoming-a-code-artist.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Startups don&#8217;t really know what they are at the beginning&#8221;</title>
		<link>http://strata.oreilly.com/2013/03/startups-dont-really-know-what-they-are-at-the-beginning.html</link>
		<comments>http://strata.oreilly.com/2013/03/startups-dont-really-know-what-they-are-at-the-beginning.html#comments</comments>
		<pubDate>Fri, 08 Mar 2013 18:30:42 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=55557</guid>
		<description><![CDATA[Alistair Croll and Benjamin Yoskovitz wrote the upcoming book Lean Analytics: Use Data to Build a Better Startup Faster. In the following interview, they discuss the inspiration behind their book, the unique aspects of using analytics in a startup environment, and &#8230; ]]></description>
				<content:encoded><![CDATA[<p><a href="http://strata.oreilly.com/alistairc">Alistair Croll</a> and <a href="http://www.oreillynet.com/pub/au/5545">Benjamin Yoskovitz</a> wrote the upcoming book <em><a href="http://shop.oreilly.com/product/0636920026334.do">Lean Analytics: Use Data to Build a Better Startup Faster</a>.</em> In the following interview, they discuss the inspiration behind their book, the unique aspects of using analytics in a startup environment, and more.</p>
<h2><strong>What inspired both of you to write your book?</strong></h2>
<div id="attachment_55591" class="wp-caption alignright" style="width: 164px"><a href="http://s.radar.oreilly.com/wp-files/5/2013/03/alistair_croll.jpg"><img class=" wp-image-55591 " alt="Alistair Croll" src="http://s.radar.oreilly.com/wp-files/5/2013/03/alistair_croll.jpg" width="154" height="200" /></a><p class="wp-caption-text">Alistair Croll</p></div>
<p>A big part of the inspiration came from our work with <a href="http://www.yearonelabs.com/">Year One Labs</a>, an early stage accelerator that we co-founded with two other partners in 2010. We implemented a Lean Startup program that we put the startups through and provided them with up to 12 months of hands-on mentorship. We saw with these companies as well as others that we&#8217;ve worked on ourselves, advised and invested in, that they struggled with what to measure, how to measure it, and why to measure certain things.</p>
<p>The core principle of Lean Startup is build, measure, and learn. While most entrepreneurs understand the &#8220;build&#8221; part since they&#8217;re often technical founders that are excellent at building stuff, they had a hard time with the measure and learn parts of the cycle. Lean Analytics is a way of codifying that further, without being overly prescriptive. We hope it provides a practical and deeper guide to implementing Lean Startup principles successfully and using analytics to genuinely affect your business.</p>
<h2><strong>What are some of the unique aspects to using analytics in a startup environment?</strong></h2>
<div id="attachment_55592" class="wp-caption alignright" style="width: 164px"><a href="http://s.radar.oreilly.com/wp-files/5/2013/03/benjamin_yoskovitz.jpg"><img class=" wp-image-55592" alt="benjamin_yoskovitz" src="http://s.radar.oreilly.com/wp-files/5/2013/03/benjamin_yoskovitz.jpg" width="154" height="201" /></a><p class="wp-caption-text">Benjamin Yoskovitz</p></div>
<p>One of the biggest challenges with using analytics in a startup environment is the vast amount of unknowns that a startup faces. Startups don&#8217;t really know what they are at the beginning. In fact, they shouldn&#8217;t even be building a product to solve a problem. In many ways they&#8217;re building products to learn what to build. Learning in an environment of risk and uncertainty is hard. So tracking things is also hard. Startups are also heavily influenced by what they see around them. They see companies that seem to be growing really quickly, the latest hottest trend, competition and so on. Those influences can negatively affect a startup&#8217;s focus and the rigorous approach needed to find true insight and grow a real business. Lean Analytics is meant to poke a hole in an entrepreneur&#8217;s reality distortion field, and encourage&#8230;or force! &#8230; a level of focus and attention that can cut out the noise and help founders move as quickly as possible without doing so blindly.</p>
<p><span id="more-55557"></span></p>
<h2><strong>What defines a good metric?</strong></h2>
<p>Good metrics have a few qualities. For starters, a good metric should be a ratio or rate. It makes the number easier to compare. You want to avoid absolute numbers that always go up and to the right. Those are typically vanity metrics.</p>
<p>A good metric has to be incredibly easy to understand. You should be able to tell anyone the number and they can instantly understand what you&#8217;re doing and why.</p>
<p>A good metric, ultimately, has to change the way you behave. Or at least provide the opportunity for you to change. If you&#8217;re tracking a number and can&#8217;t figure out how changes in that number whether it be up, down, or sideways, would impact how you behave and what you do, then it&#8217;s a bad number. It probably isn&#8217;t worth tracking and certainly not worth focusing on. Good metrics are designed to improve decision making.</p>
<h2><strong>What are the stages of lean analytics?</strong></h2>
<p>We&#8217;ve defined five stages of Lean Analytics: Empathy, Stickiness, Virality, Revenue and Scale. We believe all startups go through these stages in this order, although we&#8217;ve certainly seen exceptions. And we&#8217;ve defined these stages as a way of focusing on a startup&#8217;s lifecycle and how the metrics change as a startup moves from one stage to the next. We&#8217;ve also created gates through which a startup goes to help it decide whether it&#8217;s ready to move to the next stage.</p>
<p><em>Empathy </em>is all about &#8220;getting out of the building&#8221; and identifying problems worth solving. It&#8217;s about key insights that you&#8217;ll learn from interviewing customers, which guides you to a solution. The metrics you track here are largely qualitative, but you may also start to look at levels of interest you can drive to a website or landing page and early conversion. Basically, you have to answer the question: Does anyone really care about what I&#8217;m doing?</p>
<p><em>Stickiness </em>is about proving that people use your product which early on is a Minimum Viable Product or MVP and that people remain engaged. You&#8217;re going to track the percent of active users, frequency of use, and try to qualitatively understand if you&#8217;re providing the value you promised to customers.</p>
<p><em>Virality</em> is about figuring out and growing your acquisition channels. Now that you have a product that&#8217;s working reasonably well with early adopters, how do you grow the list of users and see if they too become active and engaged? The metric to track here is viral coefficient which in a perfect world is above 1, meaning that every active user invites one other user that becomes active, in which case you can grow quite quickly, but it&#8217;s not the only metric that matters. You want to track actions within your application or product that are designed to encourage virality. This might be invites or shares. You have to look at the difference between inherent and artificial virality as well. Ultimately you get through this stage when you&#8217;ve proven that you can acquire users reasonably well, and you see scalable opportunities to do so going forward.</p>
<p><em>Revenue</em> is about providing the fundamentals of the business model. Prior to getting to this stage you may have been charging money, but you weren&#8217;t focused on fine tuning that aspect of the business. And you were properly spending money to acquire customers but not really focusing on whether the economics made sense. Now you have to prove the economics. So you look at things like the Customer Lifetime Value and compare that to the Customer Acquisition Cost. You might look at the Customer Acquisition Payback which is how long does it take a customer to payback the acquisition cost you made to bring them in. You&#8217;re likely going to look at conversion from free to paid, especially if you are building a freemium business. You&#8217;re also going to look at churn or how many people abandon your product or service. To get through this stage you need to have a reasonably well-oiled financial machine that makes sense.</p>
<p><em>Scale </em>is about growing the business as big as possible. You know you can acquire customers, you know a good enough percentage will stick around and pay, and you know the economics make sense. So now you have to grow. Depending on your business you&#8217;ll be looking at different channels such as partners or growing a bigger sales team, APIs for developing an ecosystem, business development opportunities and so on. You may expand into new markets, develop secondary, or ancillary products as well.</p>
<h2><strong>The book is filled with case studies. How did both of you decide which case studies to include in the book and why?</strong></h2>
<p>It wasn&#8217;t a complicated process. Many of the case studies came from people we knew and  who were leveraging Lean Startup and analytics in a meaningful way. Some of them came from our own experience. We felt it was important to share those as well. As we developed the framework for the book, such as tackling different business models, the Lean Analytics stages, etc., we looked for great examples that could speak to each of the key points we were making. We talk a great deal in the book about <em>The One Metric That Matters.</em> This basically means: focus on one metric only, at any given time. This came from our experience but also from talking to a lot of other people. Then we picked a couple of great stories or case studies that reflected the importance of the concept.</p>
<p>It was important for us to have real world examples of all types of companies whether they were big, small, successful, less so, early stage, late stage, etc., so there would be variety, but also because we know these examples resonate a great deal with people. We know that people are looking for &#8220;proof&#8221; that Lean works and that a focus on analytics matters; hopefully we&#8217;ve been able to provide that in <a href="http://shop.oreilly.com/product/0636920026334.do">the book</a>.</p>
<p><em>This interview was edited and condensed.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2013/03/startups-dont-really-know-what-they-are-at-the-beginning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On reading Mike Barlow&#8217;s &#8220;Real-Time Big Data Analytics: Emerging Architecture&#8221;</title>
		<link>http://strata.oreilly.com/2013/02/real-time-big-data-analytics.html</link>
		<comments>http://strata.oreilly.com/2013/02/real-time-big-data-analytics.html#comments</comments>
		<pubDate>Tue, 26 Feb 2013 16:00:34 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[real time analytics]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[strata]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=54926</guid>
		<description><![CDATA[During a break in between offsite meetings that Edd and I were attending the other day, he asked me, &#8220;did you read the Barlow piece?&#8221; &#8220;Umm, no.&#8221; I replied sheepishly. Insert a sidelong glance from Edd that said much without &#8230; ]]></description>
				<content:encoded><![CDATA[<div id="attachment_55082" class="wp-caption alignright" style="width: 213px"><a href="http://s.radar.oreilly.com/wp-files/5/2013/02/Barlow-001.jpg"><img class=" wp-image-55082  " alt="Reading Barlow on a Sunday Afternoon" src="http://s.radar.oreilly.com/wp-files/5/2013/02/Barlow-001.jpg" width="203" height="205" /></a><p class="wp-caption-text">Reading Barlow on a Sunday afternoon</p></div>
<p>During a break in between offsite meetings that <a href="http://strata.oreilly.com/edd">Edd</a> and I were attending the other day, he asked me, &#8220;did you read the Barlow piece?&#8221;</p>
<p>&#8220;Umm, no.&#8221; I replied sheepishly. Insert a sidelong glance from Edd that said much without saying anything aloud. He&#8217;s really good at that.</p>
<p>In my utterly meager defense, <a href="http://radar.oreilly.com/mikel">Mike Loukides</a> is the editor on Mike Barlow&#8217;s <em>Real-Time Big Data Analytics: Emerging Architecture</em>. As Loukides is one of the core drivers behind O&#8217;Reilly&#8217;s book publishing program and someone who I perceive to be an unofficial boss of my own choosing, I am not really inclined to worry about things that I really don&#8217;t need to worry about. Then I started getting not-so-subtle inquiries from additional people asking if I would consider reviewing the manuscript for the Strata community site. This resulted in me emailing Loukides for a copy and sitting in a local cafe on a Sunday afternoon to read through the manuscript.</p>
<p><span id="more-54926"></span></p>
<p>Since I, <em>ahem</em>, hadn&#8217;t exactly been paying the closest attention to the history behind the piece, I wasn&#8217;t certain what to expect.</p>
<p>While I was reading through the manuscript and coming across points such as &#8220;for some, real-time big data analytics (RTBDA) is a ticket to improved sales, higher profits and lower marketing costs. To others, it signals the dawn of a new era in which machines begin to think and respond more like humans,&#8221; I realized that Barlow was providing distilled insight and context for managers looking to understand what &#8220;real-time&#8221; means and how it may impact the overall architecture of a data system.</p>
<p>In the data industry we often bandy about terms such as &#8220;real-time data analytics.&#8221;  A lot. Yet, we often don&#8217;t pause to provide context around the ever evolving definition of &#8220;real-time.&#8221; Why? Well, likely because data innovations are moving at the <a href="http://strata.oreilly.com/2013/02/science-at-the-speed-of-light.html">speed of light</a> and we may figure, &#8220;why worry about what we don&#8217;t have to?&#8221; Then, it may take something like a sidelong glance from a colleague to remind us that it isn&#8217;t about &#8220;worrying&#8221; per se &#8230; it is about being connected to the various stakeholders within our community.</p>
<p>In <em>Real-Time Big Data Analytics: Emerging Architecture</em>, Barlow takes the time to discuss what real-time means, what an architecture for a real-time data stack looks like, and what the different phases of real-time are. Also, as Barlow correctly reminds us, &#8221;focusing on the stakeholders and their needs is important because it reminds us that the RTBDA technology exists for a specific purpose: creating value from data.&#8221;</p>
<p>If you are interested in reading Barlow&#8217;s ebook for yourself, <a href="http://events.pentaho.com/Real-Time-Big-Data-Analytics.html">you can find it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2013/02/real-time-big-data-analytics.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join me for the Strata Online Conference on data warfare on January 22nd</title>
		<link>http://strata.oreilly.com/2013/01/join-me-for-the-strata-online-conference-on-data-warfare-on-january-22nd.html</link>
		<comments>http://strata.oreilly.com/2013/01/join-me-for-the-strata-online-conference-on-data-warfare-on-january-22nd.html#comments</comments>
		<pubDate>Wed, 16 Jan 2013 19:00:50 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cyber crime]]></category>
		<category><![CDATA[data warfare]]></category>
		<category><![CDATA[identity theft]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[strata olc]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=53933</guid>
		<description><![CDATA[&#8220;Jeez, the days are flying by,” I muttered to myself the other day. The next Strata Online Conference on data warfare is just around the corner. I&#8217;ve been excited about this event for some time. How could I not be &#8230; ]]></description>
				<content:encoded><![CDATA[<p>&#8220;<em>Jeez, the days are flying by</em>,” I muttered to myself the other day. The next <a href="http://oreillynet.com/pub/e/2557" target="_blank">Strata Online Conference on data warfare</a> is just around the corner. I&#8217;ve been excited about this event for some time. How could I not be excited? There will be discussions on using data for evil, hacking cybersecurity, crowdsourcing identity theft, black hat data science, and more.</p>
<p>As I have <a href="http://strata.oreilly.com/2012/12/ethics-big-data.html">referred to before</a>, I just love thought provoking and candid discussions.</p>
<p>I first heard about the event when <a href="http://www.twitter.com/strataconf">Kathy Yu</a>, <a href="http://strata.oreilly.com/alistairc">Alistair Croll</a>, and I met at the SF Ferry Building to talk about Strata over breakfast. I&#8217;m not a morning person. It takes a few moments for the caffeine to take effect. Alistair is the opposite. I don&#8217;t know if Alistair had his dose of caffeine earlier that day or if he just generates his own energy. Whatever it is, it enables him to chair <a href="http://strataconf.com/">Strata</a>, run his own business, keep up with his precocious two-year-old daughter, and co-author the forthcoming <em><a href="http://shop.oreilly.com/product/0636920026334.do">Lean Analytics</a></em>. Yet, that morning, I was half-tuning Alistair out while I was sipping on my coffee and taking a picture of my crispy caramelized waffle. Yes, I&#8217;m that person. But when Alistair started talking about data warfare, he had my full attention. As we rely more upon data, we become more vulnerable to various attacks. It is important for us to learn more about what the potential attack vectors could be and how to defend against them. The speakers at the upcoming Strata Online Conference on data warfare will get us all thinking about this.</p>
<p>The speakers and the topics of their sessions include:<span id="more-53933"></span></p>
<ul>
<li><a href="http://strata.oreilly.com/alistairc">Alistair Croll</a> — <em>Stacks get Hacked</em></li>
<li><a href="https://twitter.com/gagnier">Christina Gagnier</a> — <em>Sex. Drugs. Rock. And CODE: Hacking Cybersecurity</em></li>
<li><a href="https://twitter.com/joprichard">Jo Prichard</a> — <em>Crowdsourcing large scale identity theft and fraud to make bucket loads of easy money</em></li>
<li><a href="https://twitter.com/duncan3ross">Duncan Ross</a> and <a style="font-size: 16px" href="https://twitter.com/fhr">Fran Bennett</a> — <em>Using data for EVIL: a beginners guide</em></li>
<li><a href="https://twitter.com/turian">Joseph Turian</a> — <em>Black-hat Data Science</em></li>
<li><a href="http://strataconf.com/strata2013/public/schedule/speaker/147137">Vishwanath Ramarao</a> — <em>What to do when your Machine Learning gets attacked</em></li>
</ul>
<p>See what I mean about thought provoking and candid discussions?</p>
<p>I&#8217;ve already signed up for it. If you would like to know more or register for this free Strata Online Conference on data warfare, please visit <a href="http://oreillynet.com/pub/e/2557">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2013/01/join-me-for-the-strata-online-conference-on-data-warfare-on-january-22nd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve your math skills</title>
		<link>http://strata.oreilly.com/2013/01/improve-your-math-skills.html</link>
		<comments>http://strata.oreilly.com/2013/01/improve-your-math-skills.html#comments</comments>
		<pubDate>Tue, 08 Jan 2013 17:46:16 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[data science skills]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[math resources]]></category>
		<category><![CDATA[math skills]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=53362</guid>
		<description><![CDATA[When I was a youngster in college I found myself dissatisfied after I took a stats class from the math department.  So I decided to take another stats class. Classmates thought I was crazy. Let’s be real, what precocious over-achieving teenager &#8230; ]]></description>
				<content:encoded><![CDATA[<p>When I was a youngster in college I found myself dissatisfied after I took a stats class from the math department.  So I decided to take another stats class. Classmates thought I was crazy. Let’s be real, what precocious over-achieving teenager majoring in English lit seeks to retake a math class? And not because of a grade but because they were dissatisfied with what they didn&#8217;t get out of it? After a bit of research, I decided to take the stats class offered by the psych department.</p>
<p>It made a significant difference.</p>
<p>Thinking about math from the perspectives of research design methodology and how data can be used to manipulate people made quite an impact on my teenage worldview. This experience also reinforced my belief that education is what you decide it will be. There is always more than one way to learn and education doesn&#8217;t necessarily have to happen in a physical classroom. Growing up in the San Francisco Bay Area where friends and loved ones decided to forgo traditional higher ed completely to start their own companies or immediately work in jobs in technology also contributed to this belief.</p>
<p>While full time students who are looking at a career in data science may have the time to do seemingly nutty things like take overlapping math classes, this is not something that most people with full time jobs are able to do. When people with full time jobs ask me about what they need to do to move into data science, I probe them about the kind of job in data science they want and about their analytical and <a href="http://strata.oreilly.com/2012/12/become-a-data-scientist.html">empathy skills</a>. Then, I immediately follow up with &#8220;So, how are your math skills?.&#8221; Interestingly enough, I get a lot people saying how they don&#8217;t have time to physically go into a classroom or that it has been, like, forever since they&#8217;ve used statistics and/or linear algebra for data analysis. Even more interesting is how often people don&#8217;t realize just how many resources are available to learn math outside of the physical-attendance-in-a-classroom-model.</p>
<p>Huh.<span id="more-53362"></span></p>
<p>Typically when I get resistance from people about brushing up on their math skills, I tell them to review the jobs sections on <a href="http://www.kaggle.com/forums/f/145/data-science-jobs">Kaggle</a>, <a href="https://twitter.com/jobs">Twitter</a>, <a href="http://www.linkedin.com/jobs?displayHome=">LinkedIn</a>, and heck even the <a href="https://www.cia.gov/careers/opportunities/science-technology/data-scientist.html">CIA</a>; subscribe to <a href="http://www.indeed.com/">Indeed</a> or <a href="http://www.simplyhired.com/">the like</a> for various data-related job alerts; and then take a moment to absorb what the most common requirements are for the type of job in data science they want. I tell people to do this because, naturally, I have already done so and I know exactly what the answer is.</p>
<p>Yup, it is math.</p>
<p>If you weren&#8217;t a math major or do not use math in your everyday job, don&#8217;t freak out.</p>
<p>Thankfully, there are a multitude of resources available to learn or brush up on math skills.</p>
<p>I’ve included a few of my recommendations in this post. I will leave it to you to pick which individual math resources apply to your specific situation.  You&#8217;ll know exactly which math skills you need to brush up on after reviewing the most common job requirements for the data science job you want.</p>
<p>Yet, at an absolute minimum, you will need to know statistics and that should just be the beginning.</p>
<p><a href="http://ocw.mit.edu/courses/mathematics/"><strong>MIT OpenCourseWare (MIT OCW)</strong></a> — MIT OCW provides a comprehensive list of free online undergraduate and graduate courses in math including linear algebra, statistics, and algorithms. I have been using this site for years as a reference for many topics.</p>
<p><strong><a href="https://www.coursera.org/category/math">Coursera</a></strong> — Coursera offers free online courses from well-regarded universities. Courses are always being added. Yet, depending on your current math skills, courses on mathematical thinking, calculus, linear algebra, and algorithms may be helpful.</p>
<p><strong><a href="https://www.khanacademy.org/">Khan Academy</a></strong> — Khan Academy has an extensive library of math-related videos that may assist students of all ages.</p>
<p><a href="http://mathbabe.org/cool-math-books/"><strong>Mathbabe aka Cathy O&#8217;Neil&#8217;s Recommendations</strong> — </a>While there is a little overlap between my and Ms. O&#8217;Neil&#8217;s recommendations, I wanted to include her recommendations because they are extensive.</p>
<p><strong><a href="https://itunes.apple.com/us/app/itunes-u/id490217893?mt=8">iTunes U</a></strong> — Downloading videos to your device for audio playback during commutes, doing the dishes, etc. helps with reinforcement with what you are reading and may also provide context. I often play videos from iTunes U as well as <a href="http://search.oreilly.com/?q=strata+conferences&amp;x=0&amp;y=0">O&#8217;Reilly&#8217;s Strata Conferences</a> while I am cooking. iTunes U offers lectures and classes on statistics, algorithms, and more.</p>
<p><em>Don&#8217;t forget! If you have any ideas or suggestions for a post on <a href="http://strata.oreilly.com/">strata.oreilly.com</a>, please feel free to let me know at <a href="mailto:pitchstrata@oreilly.com">pitchstrata@oreilly.com.</a></em></p>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both"><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-math-skills"><img style="float: left;border: none;padding-right: 10px" alt="" src="http://cdn.oreilly.com/radar/images/promos/strataca13-148x178.jpg" /></a><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-math-skills"><strong>Strata Conference Santa Clara</strong></a> — Strata Conference Santa Clara, being held Feb. 26-28, 2013 in California, gives you the skills, tools, and technologies you need to make data work today.<a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-math-skills"><strong>Save 20% on registration with the code STRATA20</strong></a></div>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2013/01/improve-your-math-skills.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do you become a data scientist? Well, it depends</title>
		<link>http://strata.oreilly.com/2012/12/become-a-data-scientist.html</link>
		<comments>http://strata.oreilly.com/2012/12/become-a-data-scientist.html#comments</comments>
		<pubDate>Mon, 17 Dec 2012 14:00:41 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[data scientists]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[learning path]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=53257</guid>
		<description><![CDATA[Over Thanksgiving, Richie and Violet asked me if I preferred the iPhone or the Galaxy SIII. I have both. It is a long story. My response was, &#8220;It depends.&#8221; Richie, who would probably bleed Apple if you cut him, was &#8230; ]]></description>
				<content:encoded><![CDATA[<div id="attachment_53575" class="wp-caption alignright" style="width: 305px"><a href="http://s.radar.oreilly.com/wp-files/5/2012/12/tday_photo-001.jpg"><img class="size-medium wp-image-53575" src="http://s.radar.oreilly.com/wp-files/5/2012/12/tday_photo-001-295x300.jpg" alt="" width="295" height="300" /></a><p class="wp-caption-text">Thanksgiving 2012</p></div>
<p>Over Thanksgiving, <a href="https://twitter.com/linecook">Richie</a> and <a href="http://www.zdnet.com/blog/violetblue/">Violet</a> asked me if I preferred the iPhone or the Galaxy SIII. I have both. It is a long story. My response was, &#8220;<em>It depends.</em>&#8221; Richie, who would probably bleed Apple if you cut him, was very unsatisfied with my answer. Violet was more diplomatic. Yet, it does depend. It depends on what the user wants to use the device for.</p>
<p>I say, &#8220;<em>It depends</em>&#8221; a lot in my life.</p>
<p>Both in the personal life and the work life &#8230; well, because it really is all one life isn&#8217;t it?  With my work over the past decade or so, I have been obsessive about being user-focused. I spend a lot of time thinking about whom a product, feature, or service is for and how they will use it. Not how I want them to use it &mdash; how they want to use it and what problem they are trying to solve with it.</p>
<p>Before I joined O&#8217;Reilly, I was obsessively focused on the audience for my data analysis. &#8220;C&#8221; level execs look for different kinds of insights than a director of engineering. A field sales rep looks for different insights than a software developer. Understanding more about who the user or audience was for a data project enabled me to map the insights to the user&#8217;s role, their priorities, and how they wanted to use the data. Because, you know what isn&#8217;t too great? When you spend a significant amount of time working on something that does not get used or is not what someone needed to help them in their job.<br />
<span id="more-53257"></span></p>
<div id="attachment_53583" class="wp-caption alignleft" style="width: 310px"><a href="http://s.radar.oreilly.com/wp-files/5/2012/12/cafe-writing-0013.jpg"><img class="size-medium wp-image-53583" src="http://s.radar.oreilly.com/wp-files/5/2012/12/cafe-writing-0013-300x297.jpg" alt="" width="300" height="297" /></a><p class="wp-caption-text">Writing Strata piece on a Saturday afternoon</p></div>
<p>If there were a Data Analysis Anonymous support group, I&#8217;d bet that one of the top challenges discussed would be dealing with spending so much time, resources, and err &#8230; funding on unused data projects. This also crosses over to other roles within multiple industries. Just think about how many products, services, and additional features have been launched into the market and no one uses them. Each unused feature or product may represent hundreds, if not thousands, of human work hours. Wasted.</p>
<p>Since I&#8217;ve joined O&#8217;Reilly, a variation of the question &#8220;how do we help people become data scientists?&#8221; has come up every day. As the Strata editor, this is a question I should be thinking about every day &#8230; even at 12:48 AM staring at my ceiling or writing a Strata piece on a Saturday afternoon at a local cafe. My response often is, unsurprisingly, &#8220;it depends.&#8221; There is no single path to becoming a data scientist. Saying that there is only one path to becoming a data scientist is like saying that all product directors started their careers with Ph.Ds in computer science and electrical engineering. Ummmm. Yeah. So not the case.</p>
<p>At a very broad level, everyone interested in careers in data science will need to be familiar with some math, programming, tools, design, analysis &#8230; and wait for it &#8230; empathy. As in, empathy for the users of your data projects. Ooooh, I can already envision the hatertude that is going to fill my inbox with my empathy recommendation. Please feel free to bring it on. You can reach me <a href="mailto:pitchstrata@oreilly.com">here.</a></p>
<p>Anyway.</p>
<p>How deep you need to go into each category depends on your background (i.e., quant, qualitative analyst, designer, software engineer, student, etc.)  and what kind of work you want to do (i.e, open source, startups, government, corporate, etc.).</p>
<div id="attachment_53580" class="wp-caption alignright" style="width: 310px"><a href="http://s.radar.oreilly.com/wp-files/5/2012/12/know-user2.jpg"><img class="size-medium wp-image-53580" src="http://s.radar.oreilly.com/wp-files/5/2012/12/know-user2-300x288.jpg" alt="" width="300" height="288" /></a><p class="wp-caption-text">Working at the office</p></div>
<p>O&#8217;Reilly has a <a href="http://shop.oreilly.com/category/get/data-science-kit.do">data science starter kit</a> that is a great bundle that provides insight into the broad technology categories. In the future, I&#8217;ll provide additional suggestions on the types of resources users can reference to help them with their path toward learning more about data science, and if they want, becoming a data scientist. Within the Strata community site, I&#8217;ll be seeking to answer questions like:</p>
<ul>
<li> &#8220;I&#8217;m currently a quant that works a lot with mySQL and am interested in data science. Now what?&#8221;</li>
<li> &#8220;I am a software developer. Do I really need to learn any more math? Seriously?&#8221;</li>
<li> &#8220;I&#8217;m currently a graphic designer. What should I learn about data science in order to bring additional meaning to my design?&#8221;</li>
<li> &#8220;I think I want to get my Ph.D in math. Probably statistics. What else should I think about while I complete my studies if I want to be a data scientist when I grow up?&#8221;</li>
<li> &#8220;I am a business intelligence analyst that works primarily with Excel. What other skills do I need to become a data scientist?&#8221;</li>
</ul>
<p>These won&#8217;t be the only questions. I&#8217;ll also be seeking to provide insights to even more questions from many different types of users who are interested in data science. Keep a lookout for future postings from me and friends of O&#8217;Reilly that will provide more detailed recommendations. While I plan to cover quite a wide range of topics within the Strata community, insight into the multiple types of user-centric learning journeys needs to be addressed.</p>
<p><em>If you have any ideas or suggestions on which learning journeys should be written about first, please feel free to let me know at <a href="mailto:pitchstrata@oreilly.com">pitchstrata@oreilly.com.</a></em></p>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both"><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-data-science-paths-ann"><img style="float: left;border: none;padding-right: 10px" src="http://cdn.oreilly.com/radar/images/promos/strataca13-148x178.jpg" /></a><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-data-science-paths-ann"><strong>Strata Conference Santa Clara</strong></a> &mdash;  Strata Conference Santa Clara, being held Feb. 26-28, 2013 in California, gives you the skills, tools, and technologies you need to make data work today.</p>
<p><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-data-science-paths-ann"><strong>Save 20% on registration with the code STRATA20</strong></a></div>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2012/12/become-a-data-scientist.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Approaching ethics and big data</title>
		<link>http://strata.oreilly.com/2012/12/ethics-big-data.html</link>
		<comments>http://strata.oreilly.com/2012/12/ethics-big-data.html#comments</comments>
		<pubDate>Tue, 11 Dec 2012 14:00:32 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DataGotham]]></category>
		<category><![CDATA[dataweek]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[ethics of big data]]></category>
		<category><![CDATA[strata]]></category>
		<category><![CDATA[StrataNY]]></category>
		<category><![CDATA[StrataRX]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=53111</guid>
		<description><![CDATA[The other day I clicked on a message posted to the O&#8217;Reilly editors&#8217; email list and the message text filled up almost the entire monitor screen. I must admit that I thought &#8220;Am I going to require another caffeine hit &#8230; ]]></description>
				<content:encoded><![CDATA[<p>The other day I clicked on a message posted to the O&#8217;Reilly editors&#8217; email list and the message text filled up almost the entire monitor screen. I must admit that I thought <em>&#8220;Am I going to require another caffeine hit to read through this?&#8221;</em></p>
<p>I decided to take a chance, not take another break just then, and read the lengthy note. I didn&#8217;t need that caffeine hit after all. Apparently, neither did half a dozen other editors.</p>
<p>The note was about <em>ethics</em>.</p>
<p>In a previous life, I worked in the competitive intelligence field. I remember participating in a friendly confab at an industry event and then someone mentioned the word &#8220;<strong>e-t-h-i-c-s&#8221;</strong>. It was rather fascinating to see how that word elicited stoic faces.  No one wanted to be the first person to say anything on that topic. Now when working at ORM, mention the word &#8220;ethics!&#8221; and folks are not shy about saying exactly what they think. Not. At. All.</p>
<p>During the discussion, <a href="http://shop.oreilly.com/product/0636920021872.do" target="_blank"><em>Ethics of Big Data</em></a> by Kord Davis, came up.  While I was not the <a href="https://twitter.com/courtneynash">editor</a> on this book, I did read it when I was in <a href="http://shop.oreilly.com/product/0636920028604.do">New York</a>. It made my list of recommended books for people looking to jump into the world of big data. Why? Because I remembered the stoic poker faces from my previous life in competitive intelligence.<span id="more-53111"></span></p>
<p>Sometimes people are willing to debate ethics head-on. For example, when I was listening to <a href="http://strata.oreilly.com/fredt">Fred Trotter&#8217;s</a> session at <a href="http://shop.oreilly.com/product/0636920028581.do">StrataRX</a>, I had to keep myself from shouting &#8220;RIGHT ON!&#8221; when he talked about moral compasses, ethics, and patient data. I was decidedly less restrained at DataGotham though. I didn&#8217;t keep myself from laughing out loud when I was in the audience and listening to Joseph Turian&#8217;s session:</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/N-NoPwYL9lc?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Also, I couldn&#8217;t help but smile at the passionate perspectives when I was reading through the ORM editors&#8217; thread about ethics.</p>
<p>Yet, sometimes, when facing the stoic poker faces &#8230; you need tools to help bring about the discussion. <a href="http://shop.oreilly.com/product/0636920021872.do"><em>Ethics of Big Data</em></a> is one of those tools.  If you are navigating a corporate culture that is supremely riddled with layers upon layers of complex politics and is not open to head-on passionate debate on ethics, then Kord&#8217;s insights and approach will help. After I finished the book, I wished that I had something like this years ago.</p>
<p>I should warn you that this is not the last time that I will discuss or publish on ethics. We have also published perspectives about ethics within the Strata community site <a href="http://search.oreilly.com/?q=ethics&amp;x=0&amp;y=0&amp;tmpl=strata">before</a>. Yet, ethics is not a topic to be confined to one perspective, approach, definition, or a handful of posts. Ethics is an ongoing dialog that is extremely important for us to have, especially for those of us that work with data and make decisions on what to do with it.</p>
<p><em>Don&#8217;t forget to contact us at <a href="mailto:pitchstrata@oreilly.com">pitchstrata@oreilly.com</a> if you have a tip or an idea that you&#8217;d like to write about for the Strata blog.</em></p>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both"><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-post-on-ethics"><img style="float: left;border: none;padding-right: 10px" src="http://cdn.oreilly.com/radar/images/promos/strataca13-148x178.jpg" alt="" /></a><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-post-on-ethics"><strong>Strata Conference Santa Clara</strong></a>— Strata Conference Santa Clara, being held Feb. 26-28, 2013 in California, gives you the skills, tools, and technologies you need to make data work today.<a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-post-on-ethics"><strong>Save 20% on registration with the code STRATA20</strong></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2012/12/ethics-big-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A change is gonna come</title>
		<link>http://strata.oreilly.com/2012/12/a-change-is-gonna-come.html</link>
		<comments>http://strata.oreilly.com/2012/12/a-change-is-gonna-come.html#comments</comments>
		<pubDate>Tue, 04 Dec 2012 16:45:09 +0000</pubDate>
		<dc:creator>Ann Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data submissions]]></category>
		<category><![CDATA[strata]]></category>
		<category><![CDATA[strata submissions]]></category>

		<guid isPermaLink="false">http://strata.oreilly.com/?p=53099</guid>
		<description><![CDATA[When I told some of my friends and family that I was joining O&#8217;Reilly Media as an editor focusing on ORM&#8217;s Strata practice area, their responses reflected the diversity of my loved ones. I&#8217;ve paraphrased some of the best ones &#8230; ]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-53296" src="http://s.radar.oreilly.com/wp-files/5/2012/12/1212-pitchstrata-desktop-shot.jpg" alt="pitchstrata@oreilly.com photo" width="400" height="334" /></p>
<p>When I told some of my friends and family that I was joining O&#8217;Reilly Media as an editor focusing on ORM&#8217;s Strata practice area, their responses reflected the diversity of my loved ones.</p>
<p>I&#8217;ve paraphrased some of the best ones here:</p>
<ul>
<li>&#8220;That is great! I have a bunch of their books. Everyone I know has the animal books.&#8221;</li>
<li>&#8220;Bill O&#8217;Reilly owns a media company?”</li>
<li>&#8220;I don&#8217;t get you techie people. Didn&#8217;t you already do a bunch of weird ninja-y data type stuff?&#8221;</li>
<li>&#8220;Congrats! I have a lot of respect for ORM.&#8221;</li>
<li>&#8220;&#8230; wait a sec, didn&#8217;t you STOP being a Java editor years ago to go work at an assessment data startup? ”</li>
</ul>
<p>Sigh.</p>
<p>The people in my life have a few things in common.  They are smart, articulate, really truly not afraid to say what they think, and seek to be the change they wish to see in the world.  We don&#8217;t always agree [massive understatement]. Yet, our motivations are the same.</p>
<p>Why am I telling you this?</p>
<p>I believe that at our core, no matter how different we may seem, we do not actively seek to harm. Yet, everyone that works with data already has or will be facing certain choices on what to do with data. Choices that are obviously for good or for evil. Choices that are neither completely for good or completely for evil. Choices that we are reluctant to discuss because we do not want to implicate ourselves or the companies we work for. Yet, just because we are reluctant to discuss them does not mean we are not facing these challenges.</p>
<p>If you have the courage to speak out regarding the real everyday challenges that you experience while working with data, then I want to listen. If you have discovered solutions to these everyday challenges, then I want to publish your insight. If you engage in anything I publish, whether you agree or disagree, have suggestions for how things could be different or better, then please say something.</p>
<p>You can reach me at <a href="mailto:pitchstrata@oreilly.com">pitchstrata@oreilly.com.</a><span id="more-53099"></span></p>
<p>I seek to support ORM&#8217;s vision to be a platform for the ideas of innovators.  I hope to publish multiple perspectives and voices in order to provoke discourse and enable innovation with data. I, obviously, cannot do this alone.  I am fortunate to join the likes of <a href="http://strata.oreilly.com/tim">Tim</a>, <a href="http://strata.oreilly.com/jims">Jim</a>, <a href="http://strata.oreilly.com/edd">Edd</a>, <a href="http://strata.oreilly.com/mikel">Mike</a>, <a href="http://strata.oreilly.com/julies">Julie,</a> <a href="http://strata.oreilly.com/alistairc">Alistair</a>, <a href="http://strata.oreilly.com/mslocum">Mac</a>, <a href="http://strata.oreilly.com/andyo">Andy</a>, <a href="http://strata.oreilly.com/rogerm">Roger</a>, <a href="http://strata.oreilly.com/ben">Ben</a>, <a href="http://strata.oreilly.com/alexh">Alex</a>, <a href="http://strata.oreilly.com/jennw">Jenn</a>, and many friends of O&#8217;Reilly who have already provided insights and enabled discussions about what is happening in &#8220;big&#8221; data.</p>
<p>Interested in joining us in the data revolution? Or being the change you wish to see in the world? Then contact us with your idea at <a href="mailto:pitchstrata@oreilly.com">pitchstrata@oreilly.com.</a></p>
<div style="float: left;border-top: thin gray solid;border-bottom: thin gray solid;padding: 20px;margin: 20px 2px;clear: both"><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-change-is-gonna-come"><img style="float: left;border: none;padding-right: 10px" src="http://cdn.oreilly.com/radar/images/promos/strataca13-148x178.jpg" alt="" /></a><a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-change-is-gonna-come"><strong>Strata Conference Santa Clara</strong></a>— Strata Conference Santa Clara, being held Feb. 26-28, 2013 in California, gives you the skills, tools, and technologies you need to make data work today.<a href="http://strataconf.com/strata2013?_discount=STRATA20&amp;intcmp=il-strata-stsc13-ann-change-is-gonna-come"><strong>Save 20% on registration with the code STRATA20</strong></a></div>
]]></content:encoded>
			<wfw:commentRss>http://strata.oreilly.com/2012/12/a-change-is-gonna-come.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>