Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Frances Hocutt
Thanks so much, everyone! I'm looking forward to getting started, and also
to figuring out what our team's scope and processes will look like.

-Frances
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] [MediaWiki-announce] MediaWiki bug fix release 1.25.1

2015-05-26 Thread Chris Steipp
Hello everyone,

The ConfirmEdit extension in the 1.25.0 tarball contained a syntax error in
two JSON files. We deeply apologize for this error, and thanks to Paul
Villiger for reporting the issue. A new 1.25.1 tarball has been released
which fixes the issue. Users using git can update to the latest REL1_25
branch.

Full release notes:
https://phabricator.wikimedia.org/diffusion/MW/browse/REL1_25/RELEASE-NOTES-1.25
https://www.mediawiki.org/wiki/Release_notes/1.25

**
Download:
http://download.wikimedia.org/mediawiki/1.25/mediawiki-1.25.1.tar.gz
http://download.wikimedia.org/mediawiki/1.25/mediawiki-core-1.25.1.tar.gz

GPG signatures:
http://download.wikimedia.org/mediawiki/1.25/mediawiki-core-1.25.1.tar.gz.sig
http://download.wikimedia.org/mediawiki/1.25/mediawiki-1.25.1.tar.gz.sig

Public keys:
https://www.mediawiki.org/keys/keys.html
___
MediaWiki announcements mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] FYI: HTMLForm is now available in OOUI format

2015-05-26 Thread S Page
On Mon, May 25, 2015 at 4:55 AM, James Forrester jforres...@wikimedia.org
wrote:

 To convert your code ...
- $form = HTMLForm::factory( 'ooui', … );
 … and everything Should Just Work™.


I mentioned this on the HTMLForm wiki page [1].

I tried converting the Example code from the HTMLForm wiki page, and the
result wasn't perfect [2]. Besides awaiting the OOjs UI  implementation of
HTMLMultiSelectField and HTMLRadioField, presumably developers ought to
change design, e.g. not use the 'section' border lines. I want to document
how to do the conversion [3].

Excellent stuff.

[1] https://www.mediawiki.org/wiki/HTMLForm
[2] https://phabricator.wikimedia.org/F169381
[3] https://phabricator.wikimedia.org/T100401

-- 
=S Page  WMF Tech writer
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Dan Duvall
Welcome to WMF, Frances! I'm looking forward to working with you (more)!
On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org wrote:

 I'm excited to announce that Frances Hocutt has been hired as a Software
 Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a great
 introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool but
 unspecified stuff]. Frances has been with the WMF for most of the last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API ecosystem: she
 wrote the standard for API client libraries, evaluated a number of them,
 and developed wiki bots to support this Inspire campaign and the Co-op
 mentorship project on English Wikipedia. She also has contributed patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay Area in
 January. She enjoys giving talks, mentoring new programmers, and practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer, and
 Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundationbd...@wikimedia.org
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID USA
 irc: bd808v:415.839.6885 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Wikimedia group on GitHub

2015-05-26 Thread Alex Monk
Hi,

That was probably my fault. There was a 'staff' team which I cleared of all
people who have either never been staff (like you...), or are no longer
staff. It turns out that Github requires you to be part of a team before
you can be in an organisation, so I just created an extra team called
'volunteers' and added you.

Sorry!

On 26 May 2015 at 19:23, Sébastien Santoro dereck...@espace-win.org wrote:

 Hi,

 When I looked my GitHub homepage today, I've seen there were a lot of
 holes on my commit calendar.

 After investigation, I noticed it were an hundred commits on Wikimedia
 repositories who weren't noted. Then, I noticed I weren't in the
 Wikimedia group anymore.

 Could I know why, as I'm currently active, according
 https://gerrit.wikimedia.org/r/#/q/status:merged+owner:Dereckson,n,z.

 --
 Sébastien Santoro aka Dereckson
 http://www.dereckson.be/

 ___
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] I forked GeSHi

2015-05-26 Thread Max Semenik
So, after looking at the backlog of GeSHi's pull requests, I decided that
my itch was irritating enough to warrant a click on that nasty little fork
button. Let me introduce you to Chechil Highlighter
https://github.com/MaxSem/chechil. So far, I've:

   - Grabbed all pending GeSHi pull requests and reviewed them, merging
   into Chechil whenever it made sense.
   - Thrown out support for pre-antiquated PHP versions
   - Ditched a couple of small features deprecated by GeSHi developers
   themselves
   - Started adding unit tests

My immediate plans are to cover stuff with at least basic unit tests before
a major rewrite, which would include:

   - Kill the system where every language definition specifies its own
   styles in favor of a unified CSS file. That would make things more
   consistent and allow us to significantly reduce the size of our startup
   module that wouldn't need to contain all those per-language modules. And
   would allow restyling the highlighted text easily and consistently.
   - Converting PHP language definitions to JSON for improved security.
   Especially important since GeSHi allows you to use custom definitions.
   - Generally improving the code base, bringing it up to modern standards.

So far, this is just a personal pet project, I'm not proposing that we use
it for highlighting on WMF or anything, but I feel like that would be a
step forward if the rewrite succeeds. Please don't hesitate to throw your
boos or suggestions at me!

-- 
Best regards,
Max Semenik ([[User:MaxSem]])
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Peter Coombe
Oh that's wonderful news! Congratulations Frances!

On 26 May 2015 at 17:51, Siko Bouterse sboute...@wikimedia.org wrote:

 Hooray! Frances, you've been wonderful to work with during Inspire and
 beyond, and I'm so glad you'll be sticking around on this new team :)

 On Tue, May 26, 2015 at 9:34 AM, Sati Houston shous...@wikimedia.org
 wrote:

 Welcome Frances!!

 On Tue, May 26, 2015 at 9:31 AM, Edward Galvez egal...@wikimedia.org
 wrote:

 Welcome!

 On Tue, May 26, 2015 at 8:48 AM, Alex Wang aw...@wikimedia.org wrote:

 Congrats, Frances! You've been an awesome addition to our team and I
 have really valued your thoughtfulness, especially during the Inspire
 Campaign.

 On Tue, May 26, 2015 at 7:33 AM, Patrick Earley pear...@wikimedia.org
 wrote:

 Wonderful, Frances!  Glad to have you here!

 On Tue, May 26, 2015 at 7:31 AM, Floor Koudijs fkoud...@wikimedia.org
  wrote:

 So happy to hear this Frances!


 Floor Koudijs

 Senior Manager, Wikipedia Education Program

 Wikimedia Foundation

 +1.415.839.6885  x6806 (landline)

 +1.415.692.5289 (cell phone)

 fkoud...@wikimedia.org

 education.wikimedia.org

 On Tue, May 26, 2015 at 6:51 AM, Heather Walls hwa...@wikimedia.org
 wrote:

 Great news! I'm so excited to hear this!

 Heather

 On Tue, May 26, 2015 at 5:43 AM, Dan Duvall dduv...@wikimedia.org
 wrote:

 Welcome to WMF, Frances! I'm looking forward to working with you
 (more)!
 On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org wrote:

 I'm excited to announce that Frances Hocutt has been hired as a
 Software Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a
 great introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool
 but unspecified stuff]. Frances has been with the WMF for most of the 
 last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API 
 ecosystem: she
 wrote the standard for API client libraries, evaluated a number of 
 them,
 and developed wiki bots to support this Inspire campaign and the Co-op
 mentorship project on English Wikipedia. She also has contributed 
 patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay 
 Area in
 January. She enjoys giving talks, mentoring new programmers, and 
 practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer,
 and Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundation
 bd...@wikimedia.org
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID
 USA
 irc: bd808v:415.839.6885
 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Heather Walls
 Wikimedia Foundation
 149 New Montgomery Street I San Francisco, CA 94105

 annual.wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Patrick Earley
 Community Advocate
 Wikimedia Foundation
 pear...@wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Alexandra Wang
 Program Officer
 Project  Event Grants
 Wikimedia Foundation http://wikimediafoundation.org/wiki/Home
 +1 415-839-6885
 Skype: alexvwang

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Edward Galvez
 Program Evaluation Associate
 Wikimedia Foundation

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Siko Bouterse
 Director of Community Resources
 Wikimedia Foundation, Inc.

 sboute...@wikimedia.org

 *Imagine a world in which every single human being can freely share in the
 sum of all knowledge. *
 *Donate https://donate.wikimedia.org or click the edit button today,
 and help us make it a reality!*

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 

Re: [Wikitech-l] Wikimedia group on GitHub

2015-05-26 Thread Jamison Lofthouse
Github certainly is weird about its commit calendar. I've noticed that it
adds some of my commits to Wikimedia repos to my calendar and sometime it
doesn't. Even weirder, I emailed them about this once and suddenly my
commits showed up but new commits haven't shown up since.

On Tue, May 26, 2015 at 12:27 PM Alex Monk kren...@gmail.com wrote:

 Hi,

 That was probably my fault. There was a 'staff' team which I cleared of all
 people who have either never been staff (like you...), or are no longer
 staff. It turns out that Github requires you to be part of a team before
 you can be in an organisation, so I just created an extra team called
 'volunteers' and added you.

 Sorry!

 On 26 May 2015 at 19:23, Sébastien Santoro dereck...@espace-win.org
 wrote:

  Hi,
 
  When I looked my GitHub homepage today, I've seen there were a lot of
  holes on my commit calendar.
 
  After investigation, I noticed it were an hundred commits on Wikimedia
  repositories who weren't noted. Then, I noticed I weren't in the
  Wikimedia group anymore.
 
  Could I know why, as I'm currently active, according
  https://gerrit.wikimedia.org/r/#/q/status:merged+owner:Dereckson,n,z.
 
  --
  Sébastien Santoro aka Dereckson
  http://www.dereckson.be/
 
  ___
  Wikitech-l mailing list
  Wikitech-l@lists.wikimedia.org
  https://lists.wikimedia.org/mailman/listinfo/wikitech-l
 ___
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Edward Galvez
Welcome!

On Tue, May 26, 2015 at 8:48 AM, Alex Wang aw...@wikimedia.org wrote:

 Congrats, Frances! You've been an awesome addition to our team and I have
 really valued your thoughtfulness, especially during the Inspire Campaign.

 On Tue, May 26, 2015 at 7:33 AM, Patrick Earley pear...@wikimedia.org
 wrote:

 Wonderful, Frances!  Glad to have you here!

 On Tue, May 26, 2015 at 7:31 AM, Floor Koudijs fkoud...@wikimedia.org
 wrote:

 So happy to hear this Frances!


 Floor Koudijs

 Senior Manager, Wikipedia Education Program

 Wikimedia Foundation

 +1.415.839.6885  x6806 (landline)

 +1.415.692.5289 (cell phone)

 fkoud...@wikimedia.org

 education.wikimedia.org

 On Tue, May 26, 2015 at 6:51 AM, Heather Walls hwa...@wikimedia.org
 wrote:

 Great news! I'm so excited to hear this!

 Heather

 On Tue, May 26, 2015 at 5:43 AM, Dan Duvall dduv...@wikimedia.org
 wrote:

 Welcome to WMF, Frances! I'm looking forward to working with you
 (more)!
 On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org wrote:

 I'm excited to announce that Frances Hocutt has been hired as a
 Software Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a great
 introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool but
 unspecified stuff]. Frances has been with the WMF for most of the last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API ecosystem: 
 she
 wrote the standard for API client libraries, evaluated a number of them,
 and developed wiki bots to support this Inspire campaign and the Co-op
 mentorship project on English Wikipedia. She also has contributed patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay Area 
 in
 January. She enjoys giving talks, mentoring new programmers, and 
 practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer, and
 Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundationbd...@wikimedia.org
 
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID USA
 irc: bd808v:415.839.6885
 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Heather Walls
 Wikimedia Foundation
 149 New Montgomery Street I San Francisco, CA 94105

 annual.wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Patrick Earley
 Community Advocate
 Wikimedia Foundation
 pear...@wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Alexandra Wang
 Program Officer
 Project  Event Grants
 Wikimedia Foundation http://wikimediafoundation.org/wiki/Home
 +1 415-839-6885
 Skype: alexvwang

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




-- 
Edward Galvez
Program Evaluation Associate
Wikimedia Foundation
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Niharika Kohli

2015-05-26 Thread Arthur Richards
Welcome Naharika, great to have you aboard :)

On Monday, May 25, 2015, Jonathan Morgan jmor...@wikimedia.org wrote:

 Welcome, Naharika!

 Your grant review application is awesome. I'm glad we get to keep drawing
 on your skills!

 Best,
 Jonathan

 On Mon, May 25, 2015 at 1:20 PM, Bryan Davis bd...@wikimedia.org
 javascript:_e(%7B%7D,'cvml','bd...@wikimedia.org'); wrote:

 Community Tech is glad to welcome Niharika Kohli as a Software Engineer.
 Her first day will be 2015-05-26.

 Here's the great blurb she wrote for me to forward on to the lists:

 Niharika lives in New Delhi, India where she's recently completed her
 undergraduate in IT. She's formerly been an OPW (now Outreachy) intern with
 Wikimedia for Round 7 where she had fun working on the compact language
 selector project with the Language Engineering team. She's also been a
 Google Summer of Code intern where she worked on a whacky Django project in
 a tiny five person organization.
 Niharika's been working as a contractor with the Foundation since
 November on the Wikimania Scholarships and Grants Review applications.
 She's also been having a lot of fun bullying around Wikimedia's GSoC and
 Outreachy interns (one of the perks of being an org-administrator).
 Niharika enjoys cooking Indian food in her spare time. She's also fond of
 travelling, roller coasters, board games, messing around with gadgets and
 other nerdy stuff like solving the Rubik's cube. She's thrilled to be
 working with Wikimedia which is her first real job.


 --
 Bryan Davis  Wikimedia Foundationbd...@wikimedia.org
 javascript:_e(%7B%7D,'cvml','bd...@wikimedia.org');
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID USA
 irc: bd808v:415.839.6885 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 javascript:_e(%7B%7D,'cvml','wmf...@lists.wikimedia.org');
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Jonathan T. Morgan
 Senior Design Researcher
 Wikimedia Foundation
 User:Jmorgan (WMF) https://meta.wikimedia.org/wiki/User:Jmorgan_(WMF)



-- 
Arthur Richards
Team Practices Manager
[[User:Awjrichards]]
IRC: awjr
+1-415-839-6885 x6687
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Sherah Smith
Yay, Frances! :D Congrats!

On Tue, May 26, 2015 at 8:41 PM, Peter Coombe pcoo...@wikimedia.org wrote:

 Oh that's wonderful news! Congratulations Frances!

 On 26 May 2015 at 17:51, Siko Bouterse sboute...@wikimedia.org wrote:

 Hooray! Frances, you've been wonderful to work with during Inspire and
 beyond, and I'm so glad you'll be sticking around on this new team :)

 On Tue, May 26, 2015 at 9:34 AM, Sati Houston shous...@wikimedia.org
 wrote:

 Welcome Frances!!

 On Tue, May 26, 2015 at 9:31 AM, Edward Galvez egal...@wikimedia.org
 wrote:

 Welcome!

 On Tue, May 26, 2015 at 8:48 AM, Alex Wang aw...@wikimedia.org wrote:

 Congrats, Frances! You've been an awesome addition to our team and I
 have really valued your thoughtfulness, especially during the Inspire
 Campaign.

 On Tue, May 26, 2015 at 7:33 AM, Patrick Earley pear...@wikimedia.org
  wrote:

 Wonderful, Frances!  Glad to have you here!

 On Tue, May 26, 2015 at 7:31 AM, Floor Koudijs 
 fkoud...@wikimedia.org wrote:

 So happy to hear this Frances!


 Floor Koudijs

 Senior Manager, Wikipedia Education Program

 Wikimedia Foundation

 +1.415.839.6885  x6806 (landline)

 +1.415.692.5289 (cell phone)

 fkoud...@wikimedia.org

 education.wikimedia.org

 On Tue, May 26, 2015 at 6:51 AM, Heather Walls hwa...@wikimedia.org
  wrote:

 Great news! I'm so excited to hear this!

 Heather

 On Tue, May 26, 2015 at 5:43 AM, Dan Duvall dduv...@wikimedia.org
 wrote:

 Welcome to WMF, Frances! I'm looking forward to working with you
 (more)!
 On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org
 wrote:

 I'm excited to announce that Frances Hocutt has been hired as a
 Software Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a
 great introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool
 but unspecified stuff]. Frances has been with the WMF for most of 
 the last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API 
 ecosystem: she
 wrote the standard for API client libraries, evaluated a number of 
 them,
 and developed wiki bots to support this Inspire campaign and the 
 Co-op
 mentorship project on English Wikipedia. She also has contributed 
 patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay 
 Area in
 January. She enjoys giving talks, mentoring new programmers, and 
 practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer,
 and Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundation
 bd...@wikimedia.org
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise,
 ID USA
 irc: bd808v:415.839.6885
 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Heather Walls
 Wikimedia Foundation
 149 New Montgomery Street I San Francisco, CA 94105

 annual.wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Patrick Earley
 Community Advocate
 Wikimedia Foundation
 pear...@wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Alexandra Wang
 Program Officer
 Project  Event Grants
 Wikimedia Foundation http://wikimediafoundation.org/wiki/Home
 +1 415-839-6885
 Skype: alexvwang

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Edward Galvez
 Program Evaluation Associate
 Wikimedia Foundation

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Siko Bouterse
 Director of Community Resources
 Wikimedia Foundation, Inc.

 sboute...@wikimedia.org

 *Imagine a world in which every single human being can freely share in
 the sum of all knowledge. *
 *Donate https://donate.wikimedia.org or click the edit button today,
 and help us make it a reality!*

 

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Heather Walls
Great news! I'm so excited to hear this!

Heather

On Tue, May 26, 2015 at 5:43 AM, Dan Duvall dduv...@wikimedia.org wrote:

 Welcome to WMF, Frances! I'm looking forward to working with you (more)!
 On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org wrote:

 I'm excited to announce that Frances Hocutt has been hired as a Software
 Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a great
 introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool but
 unspecified stuff]. Frances has been with the WMF for most of the last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API ecosystem: she
 wrote the standard for API client libraries, evaluated a number of them,
 and developed wiki bots to support this Inspire campaign and the Co-op
 mentorship project on English Wikipedia. She also has contributed patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay Area in
 January. She enjoys giving talks, mentoring new programmers, and practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer, and
 Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundationbd...@wikimedia.org
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID USA
 irc: bd808v:415.839.6885 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




-- 
Heather Walls
Wikimedia Foundation
149 New Montgomery Street I San Francisco, CA 94105

annual.wikimedia.org
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wmfall] Welcome Frances Hocutt

2015-05-26 Thread Siko Bouterse
Hooray! Frances, you've been wonderful to work with during Inspire and
beyond, and I'm so glad you'll be sticking around on this new team :)

On Tue, May 26, 2015 at 9:34 AM, Sati Houston shous...@wikimedia.org
wrote:

 Welcome Frances!!

 On Tue, May 26, 2015 at 9:31 AM, Edward Galvez egal...@wikimedia.org
 wrote:

 Welcome!

 On Tue, May 26, 2015 at 8:48 AM, Alex Wang aw...@wikimedia.org wrote:

 Congrats, Frances! You've been an awesome addition to our team and I
 have really valued your thoughtfulness, especially during the Inspire
 Campaign.

 On Tue, May 26, 2015 at 7:33 AM, Patrick Earley pear...@wikimedia.org
 wrote:

 Wonderful, Frances!  Glad to have you here!

 On Tue, May 26, 2015 at 7:31 AM, Floor Koudijs fkoud...@wikimedia.org
 wrote:

 So happy to hear this Frances!


 Floor Koudijs

 Senior Manager, Wikipedia Education Program

 Wikimedia Foundation

 +1.415.839.6885  x6806 (landline)

 +1.415.692.5289 (cell phone)

 fkoud...@wikimedia.org

 education.wikimedia.org

 On Tue, May 26, 2015 at 6:51 AM, Heather Walls hwa...@wikimedia.org
 wrote:

 Great news! I'm so excited to hear this!

 Heather

 On Tue, May 26, 2015 at 5:43 AM, Dan Duvall dduv...@wikimedia.org
 wrote:

 Welcome to WMF, Frances! I'm looking forward to working with you
 (more)!
 On May 25, 2015 9:39 PM, Bryan Davis bd...@wikimedia.org wrote:

 I'm excited to announce that Frances Hocutt has been hired as a
 Software Engineer on the Community Tech team starting 2015-05-26.

 She has gotten a good start on getting things done by writing a
 great introduction blurb for me to forward on:

 Frances is looking forward to starting on a [new team doing cool
 but unspecified stuff]. Frances has been with the WMF for most of the 
 last
 year, first as an OPW intern and then as a developer for Community
 Resources. Frances has primarily worked in the MediaWiki API 
 ecosystem: she
 wrote the standard for API client libraries, evaluated a number of 
 them,
 and developed wiki bots to support this Inspire campaign and the Co-op
 mentorship project on English Wikipedia. She also has contributed 
 patches
 and product management to Wikimetrics. Before starting work in F/OSS,
 Frances worked as a medicinal chemist, studied organic chemistry and
 materials science, and founded a hackerspace. She moved to the Bay 
 Area in
 January. She enjoys giving talks, mentoring new programmers, and 
 practicing
 various fiber arts.

 Frances can be found as fhocutt on IRC, Fhocutt as a volunteer, and
 Fhocutt (WMF) officially.


 --
 Bryan Davis  Wikimedia Foundation
 bd...@wikimedia.org
 [[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID
 USA
 irc: bd808v:415.839.6885
 x6855

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall


 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Heather Walls
 Wikimedia Foundation
 149 New Montgomery Street I San Francisco, CA 94105

 annual.wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Patrick Earley
 Community Advocate
 Wikimedia Foundation
 pear...@wikimedia.org

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Alexandra Wang
 Program Officer
 Project  Event Grants
 Wikimedia Foundation http://wikimediafoundation.org/wiki/Home
 +1 415-839-6885
 Skype: alexvwang

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




 --
 Edward Galvez
 Program Evaluation Associate
 Wikimedia Foundation

 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall



 ___
 Wmfall mailing list
 wmf...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wmfall




-- 
Siko Bouterse
Director of Community Resources
Wikimedia Foundation, Inc.

sboute...@wikimedia.org

*Imagine a world in which every single human being can freely share in the
sum of all knowledge. *
*Donate https://donate.wikimedia.org or click the edit button today,
and help us make it a reality!*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l