{"id":3872,"date":"2014-07-06T21:06:58","date_gmt":"2014-07-07T05:06:58","guid":{"rendered":"http:\/\/blog.mozilla.org\/webdev\/?p=3872"},"modified":"2014-07-06T21:59:59","modified_gmt":"2014-07-07T05:59:59","slug":"webdev-extravaganza-july-2014-notes","status":"publish","type":"post","link":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/","title":{"rendered":"Webdev Extravaganza July 2014 Notes"},"content":{"rendered":"<p>Once a month, web developers across the Mozilla Project get together to talk about the things we&#8217;ve shipped, discuss the libraries we&#8217;re working on, introduce any new faces, and argue about pointless things. We call it the Webdev Extravaganza! It&#8217;s open to the public; you should come next month!<\/p>\n<p>There&#8217;s a <a href=\"https:\/\/wiki.mozilla.org\/Webdev\/Meetings\/2014\/July_1\">wiki page<\/a> that&#8217;s mostly useful for pre-meeting connection info and agenda-building, a <a href=\"https:\/\/air.mozilla.org\/webdev-extravaganza-july-2014\/\">recording of the meeting<\/a>, and an <a href=\"https:\/\/etherpad.mozilla.org\/webdev-2014-07-01\">etherpad<\/a> which is a mix of semi-useful info and avant-garde commentary. This month, I&#8217;m trying out writing a post-meeting blog post that serves as a more serious log of what was shared during the meeting.<\/p>\n<h2>Shipping Celebration<\/h2>\n<p>The shipping celebration is for sharing anything that we have shipped in the past month, from incremental updates to our sites to brand new sites to library updates.<\/p>\n<h4>Mobile Partners<\/h4>\n<p><a href=\"https:\/\/mobilepartners.mozilla.org\/\">mobilepartners.mozilla.org<\/a> is a <a href=\"http:\/\/mezzanine.jupo.org\/\">Mezzanine<\/a>-based site that allows phone manufacturers and operators to learn about Firefox OS and sign up as a partner. This month we shipped an update that, among other things,\u00a0 tightens up the site&#8217;s Salesforce integration, replaces HTML-based agreements with PDF-based ones displayed via <a href=\"http:\/\/mozilla.github.io\/pdf.js\/\">PDF.js<\/a>, and moves the site off of old Mozilla Labs hardware.<\/p>\n<h4>Input<\/h4>\n<p><a href=\"https:\/\/input.mozilla.org\">input.mozilla.org<\/a> got two major features shipped:<\/p>\n<ol>\n<li>All non-English feedback for Firefox OS is now being automatically sent to humans for translation. Having the feedback translated allows processes that work on English only, like Input&#8217;s sentiment analysis, to run on feedback from non-English users.<\/li>\n<li>An improved GET API for pulling data from Input, useful primarily for creating interesting dashboards without having to build them into Input itself.<\/li>\n<\/ol>\n<h2>Open Source Citizenship<\/h2>\n<h4>Peep has an IRC channel<\/h4>\n<p><a href=\"https:\/\/github.com\/erikrose\/peep\/\">Peep<\/a> is a wrapper around <a href=\"https:\/\/pypi.python.org\/pypi\/pip\/\">pip<\/a> that vets packages downloaded from <a href=\"https:\/\/pypi.python.org\/pypi\">PyPI<\/a> via a hash in your requirements file. There&#8217;s now an IRC channel for discussing peep development: #peep on <a href=\"https:\/\/wiki.mozilla.org\/IRC\">irc.mozilla.org<\/a>.<\/p>\n<h4>Spiderflunky<\/h4>\n<p><a href=\"https:\/\/github.com\/mozilla\/spiderflunky\">Spiderflunky<\/a> is a static analysis tool for JavaScript that was modified from a tool for inspecting packaged apps called <a href=\"https:\/\/github.com\/mattbasta\/perfalator\">perfalator<\/a>. <a href=\"http:\/\/dxr.mozilla.org\">DXR<\/a> is planning to use it, and there&#8217;s interest around the project, so it has it&#8217;s own repository now.<\/p>\n<h2>New Hires \/ Interns \/ Volunteers<\/h2>\n<p>This month we have several new interns (including a bunch from the Open Source Lab at OSU):<\/p>\n<table>\n<tbody>\n<tr>\n<th>Name<\/th>\n<th>IRC Nick<\/th>\n<th>Project<\/th>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/mozillians.org\/u\/tbramwell\/\">Trevor Bramwell<\/a><\/td>\n<td>bramwelt<\/td>\n<td><a href=\"https:\/\/crash-stats.mozilla.com\/\">crash-stats.mozilla.com<\/a><\/td>\n<\/tr>\n<tr>\n<td>Ian Kronquist<\/td>\n<td>muricula<\/td>\n<td><a href=\"http:\/\/input.mozilla.org\/\">input.mozilla.org<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/mozillians.org\/u\/djohnson\/\">Dean Johnson<\/a><\/td>\n<td>deanj<\/td>\n<td><a href=\"https:\/\/support.mozilla.org\">support.mozilla.org<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/mozillians.org\/u\/mvc\/\">Marcell VazquezChanlatte<\/a><\/td>\n<td>marcell<\/td>\n<td><a href=\"http:\/\/dxr.mozilla.org\">dxr.mozilla.org<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/mozillians.org\/u\/cweiss\/\">Christian Weiss<\/a><\/td>\n<td>cweiss<\/td>\n<td>Web Components \/ <a href=\"https:\/\/github.com\/mozbrick\/brick\">Brick<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Bikeshed \/ Roundtable<\/h2>\n<p><em>In the interests of time and comprehensibility, open discussions will be ignored.<\/em><\/p>\n<h4>What does Webdev do?<\/h4>\n<p>As part of an ongoing effort to improve webdev, there&#8217;s an <a href=\"https:\/\/etherpad.mozilla.org\/mkelly-webdev-activities\">etherpad<\/a> for listing the things that webdev <em>does<\/em>, along with who owns them, what <a href=\"https:\/\/wiki.mozilla.org\/Webdev\/Goals\">goals<\/a> they contribute to, and how they can be improved. You are encouraged to take a look and add info or opinions by the end of the week.<\/p>\n<h4>Interesting Python Stuff<\/h4>\n<p>Erik Rose shared a <a href=\"https:\/\/pypi.python.org\/pypi\/futures\/\">backport of concurrent.futures<\/a> from Python 3.2 and a feature from setuptools called <a href=\"https:\/\/pythonhosted.org\/setuptools\/setuptools.html#dynamic-discovery-of-services-and-plugins\">entry points<\/a> that is useful for, among other things, supporting a plugin architecture in your library.<\/p>\n<hr \/>\n<p>Did you find this post useful? <a href=\"mailto:dev-webdev@lists.mozilla.org\">Let us know<\/a> and we might do it again next month!<\/p>\n<p>Until then, STAY INCLUSIVE, KIDS<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Once a month, web developers across the Mozilla Project get together to talk about the things we&#8217;ve shipped, discuss the libraries we&#8217;re working on, introduce any new faces, and argue about pointless things. We call it the Webdev Extravaganza! It&#8217;s &hellip; <a class=\"go\" href=\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/\">Continue reading<\/a><\/p>\n","protected":false},"author":445,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28307],"tags":[],"coauthors":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Webdev Extravaganza July 2014 Notes - Mozilla Web Development<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Kelly\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/\",\"url\":\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/\",\"name\":\"Webdev Extravaganza July 2014 Notes - Mozilla Web Development\",\"isPartOf\":{\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/#website\"},\"datePublished\":\"2014-07-07T05:06:58+00:00\",\"dateModified\":\"2014-07-07T05:59:59+00:00\",\"author\":{\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/c5d68eef83c0e4e0ae60176f557c1941\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.mozilla.org\/webdev\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Webdev Extravaganza July 2014 Notes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/#website\",\"url\":\"https:\/\/blog.mozilla.org\/webdev\/\",\"name\":\"Mozilla Web Development\",\"description\":\"For make benefit of glorious tubes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.mozilla.org\/webdev\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/c5d68eef83c0e4e0ae60176f557c1941\",\"name\":\"Michael Kelly\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/image\/835c2c0db4a21fa347206563231f3e71\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a414aea4a5b11c6e2e00f760e96b85ab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a414aea4a5b11c6e2e00f760e96b85ab?s=96&d=mm&r=g\",\"caption\":\"Michael Kelly\"},\"description\":\"Michael Kelly is a developer on the Web Engineering team at Mozilla. He works on tools that help engineers get things done. He also helps run a lot of the Webdev group activities!\",\"sameAs\":[\"http:\/\/mkelly.me\",\"https:\/\/x.com\/Osmose\"],\"url\":\"https:\/\/blog.mozilla.org\/webdev\/author\/mkellymozilla-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Webdev Extravaganza July 2014 Notes - Mozilla Web Development","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/","twitter_misc":{"Written by":"Michael Kelly","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/","url":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/","name":"Webdev Extravaganza July 2014 Notes - Mozilla Web Development","isPartOf":{"@id":"https:\/\/blog.mozilla.org\/webdev\/#website"},"datePublished":"2014-07-07T05:06:58+00:00","dateModified":"2014-07-07T05:59:59+00:00","author":{"@id":"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/c5d68eef83c0e4e0ae60176f557c1941"},"breadcrumb":{"@id":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.mozilla.org\/webdev\/2014\/07\/06\/webdev-extravaganza-july-2014-notes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.mozilla.org\/webdev\/"},{"@type":"ListItem","position":2,"name":"Webdev Extravaganza July 2014 Notes"}]},{"@type":"WebSite","@id":"https:\/\/blog.mozilla.org\/webdev\/#website","url":"https:\/\/blog.mozilla.org\/webdev\/","name":"Mozilla Web Development","description":"For make benefit of glorious tubes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.mozilla.org\/webdev\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/c5d68eef83c0e4e0ae60176f557c1941","name":"Michael Kelly","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.mozilla.org\/webdev\/#\/schema\/person\/image\/835c2c0db4a21fa347206563231f3e71","url":"https:\/\/secure.gravatar.com\/avatar\/a414aea4a5b11c6e2e00f760e96b85ab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a414aea4a5b11c6e2e00f760e96b85ab?s=96&d=mm&r=g","caption":"Michael Kelly"},"description":"Michael Kelly is a developer on the Web Engineering team at Mozilla. He works on tools that help engineers get things done. He also helps run a lot of the Webdev group activities!","sameAs":["http:\/\/mkelly.me","https:\/\/x.com\/Osmose"],"url":"https:\/\/blog.mozilla.org\/webdev\/author\/mkellymozilla-com\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/posts\/3872"}],"collection":[{"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/users\/445"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/comments?post=3872"}],"version-history":[{"count":0,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/posts\/3872\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/media?parent=3872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/categories?post=3872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/tags?post=3872"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/blog.mozilla.org\/webdev\/wp-json\/wp\/v2\/coauthors?post=3872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}