881 - 900 of 1682 posts:

<< < > >> Summaries on
  • Dave Mitchell's Grant Extended Sun, 30-Nov-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Dave Mitchell's "recent request":http://news.perlfoundation.org/2014/10/grant-extension-request-dave-m.html for an extension of his "Maintaining the Perl 5 Core":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html grant has been successful. This extension will allow Dave to continue with this work for another 400 hours. Many thanks to everyone who provided feedback on this application and to all those who continue to provide financial support to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund.

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Nov 2014 Sat, 29-Nov-2014 by Mark A Jensen

    Efforts have been made to obtain a report on MOOP book progress during November; unfortunately, Toby has not provided one. No recent commits are in evidence. I will back out of this post on receipt of a report or blog entry. MAJ

    ... read more
  • Grant Report: Inline::C(PP) - November 2014 Mon, 24-Nov-2014 by Mark A Jensen
    in: Grants

    Ingy and David have made great strides this month on Inline::Module. Weekly updates can be found at the Ouistreet Inline blog. Highlights "We now have real, usable, open source software on GitHub, so the roadmap and problems will start being expressed as Issues." Support for ExtUtils::MakeMaker, Dist::Zilla, Zilla::Dist, and Module::Install based distributions for Inline. Well filled out Inline::Module::Tutorial According to David: "In brief, our primary objective now works for four

    ... read more
  • Inside look at TPF's budget process Sat, 22-Nov-2014 by Dan Wright

    It hasn't always been the case that The Perl Foundation has much of a budget to speak of. There were many early years that we flew by the seat of our pants. "Is it in the budget" was more or less the same as asking "what's left in the bank account?" But, as the foundation has grown up, so have our business and accounting practices. First, it is helpful to

    ... read more
  • Perl::Lint Released Mon, 17-Nov-2014 by Tom Hukins

    Since "our last report":http://news.perlfoundation.org/2014/09/more-perllint-progress-2.html, Taiki has made even more progress on Perl::Lint, a static analyser for Perl 5. Taiki has now "released a usable version of this code to CPAN":https://metacpan.org/release/Perl-Lint that improves on the development version mentioned in our previous report. So, now would be a great time to install Perl::Lint using your favourite CPAN client, run your code through Perl::Lint and let us know what you think. If you

    ... read more
  • YAPC::NA 2015 to be hosted at Little America Mon, 17-Nov-2014 by TPF Conferences Staff

    Walnut, CA The Perl Foundation, along with the Salt Lake Perl Mongers is pleased to announce that the official venue for YAPC::NA 2015 will be the Little America Hotel, in Salt Lake City, Utah. Little America, a four-diamond hotel located on South Main Street has been working with this year's organizer team to meet all of the needs necessary to host a YAPC. The facility, which boasts 14 meeting rooms

    ... read more
  • November 2014 Grant Proposal Sat, 15-Nov-2014 by Makoto Nozaki
    in: Grants

    The Grants Committee has received one grant proposal for the November round. Before the Committee members vote, we would like to solicit feedback from the Perl community on the proposal. Review the proposal below and please comment there. The Committee members will start the voting process on November 26th and the conclusion will be announced by November 30th. IO::All Redux, Ingy döt Net and David Oswald, USD 4,000 Note that

    ... read more
  • Grant Proposal: IO::All Redux Sat, 15-Nov-2014 by Makoto Nozaki
    in: Grants

    We have received the following grant application "IO::All Redux". Please leave feedback in the comments field by November 25th, 2014. IO::All Redux Name Ingy döt Net David Oswald Amount Requested USD $4,000 Synopsis Rewrite IO::All to match the needs of 10 years experience. Benefits to the Perl Community IO::All is a Perl module that attempts to make all Input/Output operations in Perl, as simple, normal, and uniform

    ... read more
  • Grant Reports for October Thu, 13-Nov-2014 by Makoto Nozaki
    in: Grants

    Grant recipients are required to publish a grant report every month. We got the following updates in October: Grant Report: Modern OO Programming in Perl Grant Report: Inline::C October 2014 ACT Voyager logbook 2014-10-01 ACT Voyager logbook 2014-09-01 We appreciate those who made great progress and kept the community updated during the autumn conference season. Just a reminder, CFP for the November round will be closed tomorrow.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 13 Sun, 09-Nov-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: set up the beginnings of a basic performance/optimisation testing infrastructure under t/perf/ investigated the performance of perl's string allocation and growing implementation, and came up with some suggested improvements

    ... read more
  • Call For Grant Proposals (November Round) Sun, 02-Nov-2014 by Makoto Nozaki
    in: Grants

    This is a bi-monthly reminder. The Grants Committee is accepting grant proposals all the time. We evaluate them every two months and another evaluation period has come. If you have an idea for doing some Perl work that will benefit the Perl community, consider sending a grant application. The application deadline for this round is 23:59 November 14th UTC. We will publish the received applications, get community feedback and conclude

    ... read more
  • Grant Report: Modern OO Programming in Perl (Book) - Oct 2014 Thu, 30-Oct-2014 by Mark A Jensen

    Toby Inkster reports in his blog that the book took a back seat to other duties this month. He is continuing to develop the basic ideas, most recently in the form of a talk that he will present at the London Perl Workshop. Toby has shared this material . MAJ #oop #moop

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 12 Tue, 28-Oct-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: finished off making the op_private OP flags and data be auto-generated from a single consistent source. I started to investigate how the allocation and growing of strings interacts with COW and the underlying malloc library implementation reviewing, discussing, fixing up and applying Syber's method call optimisation work bq. 3:52 Bleadperl v5.21.1-120-g34dadc6 breaks SYOHEX/Text-Xslate-3.3.3.tar.gz 1:14 Memory leak oddities with

    ... read more
  • Grant Report: Inline::C(PP) - October 2014 Mon, 27-Oct-2014 by Mark A Jensen

    Ingy and David report on their Inline:C grant progress in their "joint blog":http://inline.ouistreet.com/page/inline-grant-weekly-report-1.html. Some exciting highlights: All work being done publicly: David and Ingy code in remote PairUpâ„¢ session All realtime communication in IRC Tmux to be termcasted soon Fork 'em on "GitHub":https://github.com/ingydotnet/inline-module-pm Figured out a decent Inline Module API strategy Authors do 3 simple new things to ship Inline code to CPAN No end-user dependency on Inline for these

    ... read more
  • ACT - Voyager - logbook 2014-10-01 Fri, 17-Oct-2014 by Elizabeth Mattijsen
    in: Grants

    As time moves on the Voyage gradually moves forward. In the proposal I sent, I already knew that I would not be able to dedicate any time until the last week of September. So, what did happen until now: The Apache mod_perl nightmare ACTually, let me take you back december 2013. After I visited the London Perl Workshop, I went to the French hackathon Patch -p1 in Paris to see

    ... read more
  • ACT - Voyager - logbook 2014-09-01 Fri, 17-Oct-2014 by Elizabeth Mattijsen
    in: Grants

    Grant Manager's note: please excuse the delay in posting these progress reports. Future progress reports will be more in time. This is the progress report about August 2014. As in the original proposal for the Grant, it was stated I would not start before the second half of september because of a project that is very tight on the deadline. However that does not mean that nothing happens. On the

    ... read more
  • Grant Extension Request: Dave Mitchell Thu, 09-Oct-2014 by Karen Pauley

    Dave Mitchell has requested an extension of $20,000 for his "Maintaining the Perl 5 Core grant":http://news.perlfoundation.org/2013/09/grant-application-maintaining-1.html. This will allow him to dedicate another 400 hours to this work. During this grant he sent weekly reports to the p5p mailing list as well as providing monthly summary reports that have been published on this blog, the most recent of which are linked below: "Report for Month 11":http://news.perlfoundation.org/2014/10/maintaining-the-perl-5-core-re-9.html "Report for Month 10":http://news.perlfoundation.org/2014/08/maintaining-the-perl-5-core-re-8.html

    ... read more
  • Tony Cook's Grant Extended Tue, 07-Oct-2014 by Karen Pauley
    in: Grants

    I am pleased to announce that Tony Cook's "Maintaining Perl 5":http://news.perlfoundation.org/2014/03/grant-extension-request-from-t.html grant has been extended by another 400 hours. I would like to thank everyone who responded to the call for comments and who provided feedback on this grant extension. I would also like to thank all those who continue to provide financial support to the "Perl 5 Core Maintenance Fund":http://www.perlfoundation.org/perl_5_core_maintenance_fund.

    ... read more
  • Maintaining the Perl 5 Core: Report for Month 11 Sun, 05-Oct-2014 by Karen Pauley
    in: Grants

    Dave Mitchell writes: The main things I worked on this month were: making the op_private OP flags and data be auto-generated from a single consistent source. Its actually complete now, although wasn't at the end of last month, which is the period this report covers. some more work on my OP_MULTIDEREF optimisation. The basic optimisation works, but it still needs work on being handled by B::* and by the use

    ... read more
  • Grant Reports for September Sat, 04-Oct-2014 by Makoto Nozaki
    in: Grants

    Grant recipients are required to publish a grant report every month. Here are what we got in September: Modern Object Oriented Programming in Perl Perl::Lint TPF also got a grant report on "Start ACT Voyager" so I expect it to be published shortly. If you have any comments/suggestions for each grant, please get in touch with them. We appreciate their hard work and we look forward to seeing the next

    ... read more
<< < > >>
Max results per page:    5    10    20    50    100    200    500