Webdev/Meetings/2014/April 1: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{WebdevMeetingInfobox |date=April 1st, 2014 |etherpad=https://etherpad.mozilla.org/webdev-2014-04-01 |notetaker=mkelly }} Webdev Extravaganzas are open to the public a...") |
No edit summary |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{WebdevMeetingInfobox | {{WebdevMeetingInfobox | ||
|date=April 1st, 2014 | |date=April 1st, 2014 | ||
|time=10:30 AM Pacific | |||
|etherpad=https://etherpad.mozilla.org/webdev-2014-04-01 | |etherpad=https://etherpad.mozilla.org/webdev-2014-04-01 | ||
|notetaker=mkelly | |notetaker=mkelly | ||
Line 7: | Line 8: | ||
Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it. | Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it. | ||
There | There is a [https://vreplay.mozilla.com/replay/showRecordingExternal.html?key=0tlLiRNcQHd7MTs recording of this meeting] available. | ||
== Shipping Celebration == | == Shipping Celebration == | ||
Line 13: | Line 14: | ||
* (irc nick) [TOPIC GOES HERE] | * (irc nick) [TOPIC GOES HERE] | ||
* (jgmize) Nucleus+RNA+Bedrock publishing system for release notes and system requirements | |||
* (ErikRose) [https://pypi.python.org/pypi/peep/ peep] 1.0 and 1.0.1 are out, and 1.0.2 comes out tomorrow. It has [https://bugzilla.mozilla.org/show_bug.cgi?id=968385 passed sec review]. There's even a [https://github.com/gittip/building.gittip.com/pull/30 PR open] to deploy gittip with it. | |||
* (ErikRose) Shipped a couple of talks: | |||
** [https://speakerdeck.com/erikrose/dxr-now-75-percent-more-tolerable Why DXR Is Cool And Why You Should Hack On It] | |||
** [https://people.mozilla.org/~erose/Why%20the%20DXR%20Community%20Works.mov Why The DXR Community Works] (kind of a general thing on community-building) | |||
* (adrian but laura by proxy) [http://lqbs.fr/suchcomments/ Crash Comment dashboard] | |||
* (mkelly) https://oneanddone.mozilla.org/ | |||
== Open-Source Citizenship == | == Open-Source Citizenship == | ||
Line 18: | Line 26: | ||
* (irc nick) [TOPIC GOES HERE] | * (irc nick) [TOPIC GOES HERE] | ||
* (ErikRose) [https://bitbucket.org/gutworth/six/pull-request/31/select-the-implementations-of-dictionary/diff Improved speed of the dictionary iterator routine shims in six by 20%.] | |||
* (peterbe) [https://prs.paas.allizom.org GitHub PR Triage] | |||
== New Hires / Interns / Volunteers == | == New Hires / Interns / Volunteers == | ||
Line 27: | Line 37: | ||
Anything else to talk about? | Anything else to talk about? | ||
* [ | * Serving locale-specific fonts: We've got [https://github.com/mozilla/bedrock/pull/1706 an open PR for bedrock] that does some djangoey stuff to serve a different font stack tailored for the requested locale. But since the mozilla.org fonts have sort of become canonical references for other sites as well (via tabzilla), we're concerned this might have a broader impact beyond just bedrock. Thoughts? | ||
* [[ReleaseEngineering/Applications/RelengAPI|RelengAPI]] and authentication/authorization - trying to come up with a "normal" solution |
Latest revision as of 14:46, 2 April 2014
Webdev Meeting | |
---|---|
Date: | April 1st, 2014 |
Time: | 10:30 AM Pacific |
How to Join | |
Vidyo: |
|
Teleconferencing: | Room 9 798 |
IRC: | #webdev on irc.mozilla.org |
Notes | |
Etherpad: | https://etherpad.mozilla.org/webdev-2014-04-01 |
Note-taker: | mkelly |
Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it.
There is a recording of this meeting available.
Shipping Celebration
What did we ship this month? Alternatively, what didn't we ship to spare the world the horror?
- (irc nick) [TOPIC GOES HERE]
- (jgmize) Nucleus+RNA+Bedrock publishing system for release notes and system requirements
- (ErikRose) peep 1.0 and 1.0.1 are out, and 1.0.2 comes out tomorrow. It has passed sec review. There's even a PR open to deploy gittip with it.
- (ErikRose) Shipped a couple of talks:
- Why DXR Is Cool And Why You Should Hack On It
- Why The DXR Community Works (kind of a general thing on community-building)
- (adrian but laura by proxy) Crash Comment dashboard
- (mkelly) https://oneanddone.mozilla.org/
Open-Source Citizenship
Any updates with our libraries or with libraries we use? Anyone looking for help with a library they maintain?
- (irc nick) [TOPIC GOES HERE]
- (ErikRose) Improved speed of the dictionary iterator routine shims in six by 20%.
- (peterbe) GitHub PR Triage
New Hires / Interns / Volunteers
Anyone new that we want to induct into the secret order?
- [NEW HIRE NAME] [NEW HIRE FATE]
The Bikeshed / Roundtable
Anything else to talk about?
- Serving locale-specific fonts: We've got an open PR for bedrock that does some djangoey stuff to serve a different font stack tailored for the requested locale. But since the mozilla.org fonts have sort of become canonical references for other sites as well (via tabzilla), we're concerned this might have a broader impact beyond just bedrock. Thoughts?
- RelengAPI and authentication/authorization - trying to come up with a "normal" solution