MESSAGE
DATE | 2016-08-29 |
FROM | Gabor Szabo
|
SUBJECT | Subject: [Hangout-NYLXS] [Perlweekly] #266 - Podcasts and video Interviewes
|
From hangout-bounces-at-nylxs.com Mon Aug 29 07:58:31 2016 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id B3C09162A0A; Mon, 29 Aug 2016 07:58:12 -0400 (EDT) X-Original-To: hangout-at-nylxs.com Delivered-To: hangout-at-nylxs.com Received: by mrbrklyn.com (Postfix, from userid 1000) id B4175161914; Mon, 29 Aug 2016 07:58:00 -0400 (EDT) Resent-From: Ruben Safir Resent-Date: Mon, 29 Aug 2016 07:58:00 -0400 Resent-Message-ID: <20160829115800.GA2650-at-www.mrbrklyn.com> Resent-To: hangout-at-nylxs.com X-Original-To: ruben-at-mrbrklyn.com Delivered-To: ruben-at-mrbrklyn.com Received: from s8.hostlocal.com (s8.hostlocal.com [50.116.59.34]) by mrbrklyn.com (Postfix) with ESMTP id CCE8B161224 for ; Mon, 29 Aug 2016 02:36:40 -0400 (EDT) Received: from s8.hostlocal.com (localhost [IPv6:::1]) by s8.hostlocal.com (Postfix) with ESMTP id BC747C0E8; Mon, 29 Aug 2016 06:36:00 +0000 (UTC) X-Original-To: perlweekly-at-perlweekly.com Delivered-To: perlweekly-at-s8.hostlocal.com Received: from localhost.localdomain (localhost [127.0.0.1]) by s8.hostlocal.com (Postfix) with ESMTP id 44D83C01C for ; Mon, 29 Aug 2016 06:35:12 +0000 (UTC) MIME-Version: 1.0 X-Mailer: MIME::Lite 3.030 (F2.84; T2.04; A2.12; B3.13; Q3.13) Date: Mon, 29 Aug 2016 06:35:12 +0000 From: Gabor Szabo To: perlweekly-at-perlweekly.com Message-Id: <20160829063512.44D83C01C-at-s8.hostlocal.com> X-Mailman-Approved-At: Mon, 29 Aug 2016 06:35:58 +0000 X-BeenThere: perlweekly-at-perlweekly.com X-Mailman-Version: 2.1.16 Precedence: list Content-Type: multipart/mixed; boundary="===============2859355128857633703==" X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Subject: [Hangout-NYLXS] [Perlweekly] #266 - Podcasts and video Interviewes with Perl developers X-BeenThere: hangout-at-nylxs.com Reply-To: NYLXS Discussions List List-Id: NYLXS Discussions List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: hangout-bounces-at-nylxs.com Sender: "hangout"
This is a multi-part message in MIME format.
--===============2859355128857633703== Content-Transfer-Encoding: binary Content-Type: multipart/alternative; boundary="_----------=_1472452512264140"
This is a multi-part message in MIME format.
--_----------=_1472452512264140 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 29 Aug 2016 06:35:12 +0000
Perl Weekly=20
http://perlweekly.com/
You can read the newsletter on the web, if you prefer. http://perlweekly.com/archive/266.html
Hi there!
after dragging my feet way too long, finally I've started to record and publish my new podcast. It is called CMOS ( http://code-maven.com/cmos ) that stands for Code-Maven Open Source and while it is planned to cover many open source projects I've started with a couple of Perl-related interviews. See the specific links below and if you liked them, subscribe to the podcast!
In other news, YAPC::EU has ended and you can find a number of reports at the end of the newsletter.
Enjoy your week and the remaining of your summer (or winter) holidays.
Gabor
Obituary
=20=20 Jon Portnoy (AVENJ) passed away http://www.michaudfuneralhomeandcrematorium.com/obituaries/Jonathan-Portn= oy?obId=3D1031720#/celebrationWall =20 I saddened to let you know about one of us. Way too young. AVENJ on CPAN ( https://metacpan.org/author/AVENJ ). See also the mailing list post ( http://mail.perl.org.il/pipermail/perl/2016-August/013742.html ). --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Articles
=20=20 Parsing: an expanded timeline http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2016/08= /timeline2.html =20 While most of the article is, as the title says, a timeline of parsing, there are a number of Perl-related references. --------------
=20=20 Save space with bit arrays http://perltricks.com/article/save-space-with-bit-arrays/ =20 In the early days of computing we had a very limited memory and thus work= ed using bits where possible. With 'big data' we might be back to the same problem. Saving space. --------------
=20=20 Fuzzing Perl/XS modules with AFL https://medium.com/-at-dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90 =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Code
=20=20 What should setters return? (Examples with core Perl OOP) http://perlmaven.com/what-should-setters-return =20 Should it return undef? The newly assigned value? The previous value? The object itself? --------------
=20=20 solving the 24 game in Forth https://rjbs.manxome.org/rubric/entry/2102 =20 How to convert a simple Perl solution into Forth. --------------
=20=20 Do not pass perl globals as arguments to subroutines http://blogs.perl.org/users/eugen_konkov/2016/08/do-not-pass-perl-globals= -as-arguments-to-subroutines.html =20 In other words, beware of functions that (accidentally) modify their parameters. --------------
=20=20 CPAN Weekly: Data::Printer https://www.reddit.com/r/perl/comments/4znsk9/cpan_weekly_dataprinter/ =20 =20=20 --------------
=20=20 Log::Any 1.042 Released http://blogs.perl.org/users/preaction/2016/08/logany-1042-released.html =20 Log::Any is for logging what DBI is for databases. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Web
=20=20 Dancer2 0.203000 improves session security, fixes decoding bugs http://blogs.perl.org/users/jason_a_crome/2016/08/dancer2-0203000-improve= s-session-security-fixes-decoding-bugs.html =20 =20=20 --------------
=20=20 Websocket sample https://github.com/arcofdescent/packagemon =20 A project monitoring packages and also demonstrating the use of WebSockets with Mojolicious and JavaScript. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Community
=20=20 Cultured Perl http://perlhacks.com/2016/08/cultured-perl/ =20 A new attempt by Dave Cross to break out from the 'echo chamber' and reach other people with Perl-related content via blog posts on Medium ( https://medium.com/cultured-perl ). go ahead and contribute to his efforts! --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Fun
=20=20 Density of swear words https://github.com/Dobiasd/programming-language-subreddits-and-their-choi= ce-of-words =20 It is not new, but as I saw a graph flow by on Twitter, I found it amusing anyway. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Grants
=20=20 Maintaining the Perl 5 Core: Report for Month 34 http://news.perlfoundation.org/2016/08/maintaining-the-perl-5-core-re-30.= html =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Slides
=20=20 How to write an API endpoint in 2016 http://domm.plix.at/talks/how_to_write_an_api_endpoint.html =20 A dissection of a rather simple API endpoint. Comes with lots of opinions... --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Perl 5
=20=20 Perl 5 Porters Mailing List Summary: August 15th-21st http://blogs.perl.org/users/sawyer_x/2016/08/perl-5-porters-mailing-list-= summary-august-15th-21st.html =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Perl 6
=20=20 Concurrency bug squishing: part 1 https://6guts.wordpress.com/2016/08/22/concurrency-bug-squishing-part-1/ =20 =20=20 --------------
=20=20 A Quick Botch From Cluj https://p6weekly.wordpress.com/2016/08/22/2016-34-a-quick-botch-from-cluj/ =20 =20=20 --------------
=20=20 Traffic statistics for /r/perl6 https://www.reddit.com/r/perl6/about/traffic =20 I did not know Reddit can do that! It shows that interest in Perl 6 is growing. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Weekly collections
=20=20 NICEPERL's lists http://niceperl.blogspot.com/ =20 Great modules released last week ( http://niceperl.blogspot.com/2016/08/xcv-cpan-great-modules-released-last .html ); MetaCPAN weekly report ( http://niceperl.blogspot.com/2016/08/ccxxvii-metacpan-weekly-report-paws. html ); StackOverflow Perl report ( http://niceperl.blogspot.com/2016/08/cclii-stackoverflow-perl-report.html ). --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Interviews
=20=20 CMOS #1: Jason Crome on Perl Dancer 2 http://code-maven.com/cmos-1-jason-crome-perl-dancer2 =20 Perl Dancer is one of the modern Perl web frameworks. Jason talks about t= he project and how it is used. --------------
=20=20 CMOS #2: Sawyer X on Perl 5 http://code-maven.com/cmos-2-sawyer-perl5 =20 Sawyer is the current Pumpkin. He tells about himself, about the job of t= he Pumpkin and the features recently added to Perl 5. --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Event reports
=20=20 Things I learned at the European Perl Conference 2016 in Cluj http://domm.plix.at/perl/2016_08_things_i_learned_at_yapc_europe_2016.html =20 =20=20 --------------
=20=20 YAPC::EU Day One http://blog.builtinperl.com/post/yapc-eu-day-one =20 =20=20 --------------
=20=20 YAPC::EU Day Two http://blog.builtinperl.com/post/yapc-eu-day-two =20 =20=20 --------------
=20=20 YAPC::EU Day Three http://blog.builtinperl.com/post/yapc-eu-day-three =20 =20=20 --------------
=20=20 YAPC::Europe::2016 https://salva.github.io/YAPC-Europe-2016/ =20 =20=20 --------------
=20=20 You Wouldn't BELIEVE what I saw at YAPC::EU!!! http://blogs.perl.org/users/steve_mynott/2016/08/you-wouldnt-believe-what= -i-saw-at-yapceu.html =20 =20=20 --------------
=20=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
You joined the Perl Weekly to get weekly e-mails about the Perl programming= language and related topics.
Want to see more? See the archives ( http://perlweekly.com/archive/ ) of al= l the issues.
Reading this as a non-subscriber? Join us free of charge. http://perlweekly= .com/
(C) Copyright Gabor Szabo http://szabgab.com/ The articles are copyright the respective authors.
You can freely redistribute this message if you keep the whole message intact, including the Copyright notice and this text.
If you don't want to receive mails any more you can unsubscribe here: http://perlweekly.com/unsubscribe.html
--_----------=_1472452512264140 Date: Mon, 29 Aug 2016 06:35:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"
[1]Perl Weekly
Issue #266 - 2016-08-29 - Podcasts and video Interviewes with Perl developers
You can [2]read the newsletter on the web, if you prefer.
Hi there!
after dragging my feet way too long, finally I've started to record and publish my new podcast. It is called [3]CMOS that stands for Code-Maven Open Source and while it is planned to cover many open source projects I've started with a couple of Perl-related interviews. See the specific links below and if you liked them, subscribe to the podcast!
In other news, YAPC::EU has ended and you can find a number of reports at the end of the newsletter.
Enjoy your week and the remaining of your summer (or winter) holidays.
Gabor [gabor_szabo.png] __________________________________________________________________
Obituary
[4]Jon Portnoy (AVENJ) passed away [5]Tweet [6]Facebook [7]Google+
I saddened to let you know about one of us. Way too young. [8]AVENJ on CPAN. See also the [9]mailing list post. __________________________________________________________________
Articles
[10]Parsing: an expanded timeline [11]Tweet [12]Facebook [13]Google+ by [14]Jeffrey Kegler ([15]JKEGL)
While most of the article is, as the title says, a timeline of parsing, there are a number of Perl-related references. Jeffrey Kegler
[16]Save space with bit arrays [17]Tweet [18]Facebook [19]Google+ by [20]David Farrell ([21]DFARRELL)
In the early days of computing we had a very limited memory and thus worked using bits where possible. With 'big data' we might be back to the same problem. Saving space.
[22]Fuzzing Perl/XS modules with AFL [23]Tweet [24]Facebook [25]Google+ by Damian Gryski __________________________________________________________________
Code
[26]What should setters return? (Examples with core Perl OOP) [27]Tweet [28]Facebook [29]Google+ by [30]Gabor Szabo ([31]SZABGAB)
Should it return undef? The newly assigned value? The previous value? The object itself? Gabor Szabo
[32]solving the 24 game in Forth [33]Tweet [34]Facebook [35]Google+ by [36]Ricardo Signes ([37]RJBS)
How to convert a simple Perl solution into Forth. Ricardo Signes
[38]Do not pass perl globals as arguments to subroutines [39]Tweet [40]Facebook [41]Google+ by [42]Eugen Konkov
In other words, beware of functions that (accidentally) modify their parameters.
[43]CPAN Weekly: Data::Printer [44]Tweet [45]Facebook [46]Google+ by [47]Steven Haryanto ([48]SHARYANTO)
[49]Log::Any 1.042 Released [50]Tweet [51]Facebook [52]Google+ by [53]Doug Bell ([54]PREACTION)
Log::Any is for logging what DBI is for databases. __________________________________________________________________
Web
[55]Dancer2 0.203000 improves session security, fixes decoding bugs [56]Tweet [57]Facebook [58]Google+ by [59]Jason A. Crome ([60]CROMEDOME)
Jason A. Crome
[61]Websocket sample [62]Tweet [63]Facebook [64]Google+ by Rohan Almeida ([65]ROHAN)
A project monitoring packages and also demonstrating the use of WebSockets with Mojolicious and JavaScript. Rohan Almeida __________________________________________________________________
Community
[66]Cultured Perl [67]Tweet [68]Facebook [69]Google+ by [70]Dave Cross ([71]DAVECROSS)
A new attempt by Dave Cross to break out from the 'echo chamber' and reach other people with Perl-related content via blog posts on [72]Medium. go ahead and contribute to his efforts! Dave Cross __________________________________________________________________
Fun
[73]Density of swear words [74]Tweet [75]Facebook [76]Google+
It is not new, but as I saw a graph flow by on Twitter, I found it amusing anyway. __________________________________________________________________
Grants
[77]Maintaining the Perl 5 Core: Report for Month 34 [78]Tweet [79]Facebook [80]Google+ by Dave Mitchell __________________________________________________________________
Slides
[81]How to write an API endpoint in 2016 [82]Tweet [83]Facebook [84]Google+ by [85]Thomas Klausner ([86]DOMM)
A dissection of a rather simple API endpoint. Comes with lots of opinions... __________________________________________________________________
Perl 5
[87]Perl 5 Porters Mailing List Summary: August 15th-21st [88]Tweet [89]Facebook [90]Google+ by [91]Sawyer X ([92]XSAWYERX)
Sawyer X __________________________________________________________________
Perl 6
[93]Concurrency bug squishing: part 1 [94]Tweet [95]Facebook [96]Google+ by [97]Jonathan Worthington ([98]JONATHAN)
Jonathan Worthington
[99]A Quick Botch From Cluj [100]Tweet [101]Facebook [102]Google+
[103]Traffic statistics for /r/perl6 [104]Tweet [105]Facebook [106]Google+
I did not know Reddit can do that! It shows that interest in Perl 6 is growing. __________________________________________________________________
Weekly collections
[107]NICEPERL's lists [108]Tweet [109]Facebook [110]Google+ by [111]Miguel Prz ([112]NICEPERL)
[113]Great modules released last week; [114]MetaCPAN weekly report; [115]StackOverflow Perl report. __________________________________________________________________
Interviews
[116]CMOS #1: Jason Crome on Perl Dancer 2 [117]Tweet [118]Facebook [119]Google+ by [120]Jason A. Crome ([121]CROMEDOME)
Perl Dancer is one of the modern Perl web frameworks. Jason talks about the project and how it is used. Jason A. Crome
[122]CMOS #2: Sawyer X on Perl 5 [123]Tweet [124]Facebook [125]Google+ by [126]Sawyer X ([127]XSAWYERX)
Sawyer is the current Pumpkin. He tells about himself, about the job of the Pumpkin and the features recently added to Perl 5. Sawyer X __________________________________________________________________
Event reports
[128]Things I learned at the European Perl Conference 2016 in Cluj [129]Tweet [130]Facebook [131]Google+ by [132]Thomas Klausner ([133]DOMM)
[134]YAPC::EU Day One [135]Tweet [136]Facebook [137]Google+
[138]YAPC::EU Day Two [139]Tweet [140]Facebook [141]Google+
[142]YAPC::EU Day Three [143]Tweet [144]Facebook [145]Google+
[146]YAPC::Europe::2016 [147]Tweet [148]Facebook [149]Google+ by [150]Salvador Fandi?o ([151]SALVA)
[152]You Wouldn't BELIEVE what I saw at YAPC::EU!!! [153]Tweet [154]Facebook [155]Google+ by [156]Steve Mynott
Steve Mynott
You joined the Perl Weekly to get weekly e-mails about the Perl programming language and related topics. Want to see more? See [157]the archives of all the issues. Reading this as a non-subscriber? [158]click here to join us free of charge. (C) Copyright [159]Gabor Szabo. The articles are copyright the respective authors. You can [160]unsubscribe here if you don't want to receive mails any more.
You can freely redistribute this message if you keep the whole message intact, including the Copyright notice and this text.
References
1. http://perlweekly.com/ 2. http://perlweekly.com/archive/266.html 3. http://code-maven.com/cmos 4. http://www.michaudfuneralhomeandcrematorium.com/obituaries/Jonathan-Portnoy?obId=1031720#/celebrationWall 5. http://twitter.com/home?status=Jon+Portnoy+%28AVENJ%29+passed+away+http%3A%2F%2Fwww.michaudfuneralhomeandcrematorium.com%2Fobituaries%2FJonathan-Portnoy%3FobId%3D1031720%23%2FcelebrationWall%20via%20-at-perlweekly 6. https://www.facebook.com/sharer/sharer.php?u=http://www.michaudfuneralhomeandcrematorium.com/obituaries/Jonathan-Portnoy?obId=1031720#/celebrationWall 7. https://plus.google.com/share?url=http://www.michaudfuneralhomeandcrematorium.com/obituaries/Jonathan-Portnoy?obId=1031720#/celebrationWall 8. https://metacpan.org/author/AVENJ 9. http://mail.perl.org.il/pipermail/perl/2016-August/013742.html 10. http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2016/08/timeline2.html 11. http://twitter.com/home?status=Parsing%3A+an+expanded+timeline+http%3A%2F%2Fjeffreykegler.github.io%2FOcean-of-Awareness-blog%2Findividual%2F2016%2F08%2Ftimeline2.html%20by%20-at-jeffreykegler%20via%20-at-perlweekly 12. https://www.facebook.com/sharer/sharer.php?u=http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2016/08/timeline2.html 13. https://plus.google.com/share?url=http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2016/08/timeline2.html 14. http://blogs.perl.org/users/jeffrey_kegler/ 15. https://metacpan.org/author/JKEGL 16. http://perltricks.com/article/save-space-with-bit-arrays/ 17. http://twitter.com/home?status=Save+space+with+bit+arrays+http%3A%2F%2Fperltricks.com%2Farticle%2Fsave-space-with-bit-arrays%2F%20by%20-at-PerlTricks%20via%20-at-perlweekly 18. https://www.facebook.com/sharer/sharer.php?u=http://perltricks.com/article/save-space-with-bit-arrays/ 19. https://plus.google.com/share?url=http://perltricks.com/article/save-space-with-bit-arrays/ 20. http://perltricks.com/ 21. https://metacpan.org/author/DFARRELL 22. https://medium.com/-at-dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90 23. http://twitter.com/home?status=Fuzzing+Perl%2FXS+modules+with+AFL+https%3A%2F%2Fmedium.com%2F%40dgryski%2Ffuzzing-perl-xs-modules-with-afl-4bfc2335dd90%20via%20-at-perlweekly 24. https://www.facebook.com/sharer/sharer.php?u=https://medium.com/-at-dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90 25. https://plus.google.com/share?url=https://medium.com/-at-dgryski/fuzzing-perl-xs-modules-with-afl-4bfc2335dd90 26. http://perlmaven.com/what-should-setters-return 27. http://twitter.com/home?status=What+should+setters+return%3F+%28Examples+with+core+Perl+OOP%29+http%3A%2F%2Fperlmaven.com%2Fwhat-should-setters-return%20by%20-at-szabgab%20via%20-at-perlweekly 28. https://www.facebook.com/sharer/sharer.php?u=http://perlmaven.com/what-should-setters-return 29. https://plus.google.com/share?url=http://perlmaven.com/what-should-setters-return 30. http://szabgab.com/ 31. https://metacpan.org/author/SZABGAB 32. https://rjbs.manxome.org/rubric/entry/2102 33. http://twitter.com/home?status=solving+the+24+game+in+Forth+https%3A%2F%2Frjbs.manxome.org%2Frubric%2Fentry%2F2102%20via%20-at-perlweekly 34. https://www.facebook.com/sharer/sharer.php?u=https://rjbs.manxome.org/rubric/entry/2102 35. https://plus.google.com/share?url=https://rjbs.manxome.org/rubric/entry/2102 36. http://rjbs.manxome.org/ 37. https://metacpan.org/author/RJBS 38. http://blogs.perl.org/users/eugen_konkov/2016/08/do-not-pass-perl-globals-as-arguments-to-subroutines.html 39. http://twitter.com/home?status=Do+not+pass+perl+globals+as+arguments+to+subroutines+http%3A%2F%2Fblogs.perl.org%2Fusers%2Feugen_konkov%2F2016%2F08%2Fdo-not-pass-perl-globals-as-arguments-to-subroutines.html%20via%20-at-perlweekly 40. https://www.facebook.com/sharer/sharer.php?u=http://blogs.perl.org/users/eugen_konkov/2016/08/do-not-pass-perl-globals-as-arguments-to-subroutines.html 41. https://plus.google.com/share?url=http://blogs.perl.org/users/eugen_konkov/2016/08/do-not-pass-perl-globals-as-arguments-to-subroutines.html 42. http://blogs.perl.org/users/eugen_konkov/ 43. https://www.reddit.com/r/perl/comments/4znsk9/cpan_weekly_dataprinter/ 44. http://twitter.com/home?status=CPAN+Weekly%3A+Data%3A%3APrinter+https%3A%2F%2Fwww.reddit.com%2Fr%2Fperl%2Fcomments%2F4znsk9%2Fcpan_weekly_dataprinter%2F%20by%20-at-stevenharyanto%20via%20-at-perlweekly 45. https://www.facebook.com/sharer/sharer.php?u=https://www.reddit.com/r/perl/comments/4znsk9/cpan_weekly_dataprinter/ 46. https://plus.google.com/share?url=https://www.reddit.com/r/perl/comments/4znsk9/cpan_weekly_dataprinter/ 47. http://blogs.perl.org/users/steven_haryanto/ 48. https://metacpan.org/author/SHARYANTO 49. http://blogs.perl.org/users/preaction/2016/08/logany-1042-released.html 50. http://twitter.com/home?status=Log%3A%3AAny+1.042+Released+http%3A%2F%2Fblogs.perl.org%2Fusers%2Fpreaction%2F2016%2F08%2Flogany-1042-released.html%20via%20-at-perlweekly 51. https://www.facebook.com/sharer/sharer.php?u=http://blogs.perl.org/users/preaction/2016/08/logany-1042-released.html 52. https://plus.google.com/share?url=http://blogs.perl.org/users/preaction/2016/08/logany-1042-released.html 53. http://blogs.perl.org/users/preaction/ 54. https://metacpan.org/author/PREACTION 55. http://blogs.perl.org/users/jason_a_crome/2016/08/dancer2-0203000-improves-session-security-fixes-decoding-bugs.html 56. http://twitter.com/home?status=Dancer2+0.203000+improves+session+security%2C+fixes+decoding+bugs+http%3A%2F%2Fblogs.perl.org%2Fusers%2Fjason_a_crome%2F2016%2F08%2Fdancer2-0203000-improves-session-security-fixes-decoding-bugs.html%20by%20-at-cromedome%20via%20-at-perlweekly 57. https://www.facebook.com/sharer/sharer.php?u=http://blogs.perl.org/users/jason_a_crome/2016/08/dancer2-0203000-improves-session-security-fixes-decoding-bugs.html 58. https://plus.google.com/share?url=http://blogs.perl.org/users/jason_a_crome/2016/08/dancer2-0203000-improves-session-security-fixes-decoding-bugs.html 59. http://blogs.perl.org/users/jason_a_crome/ 60. https://metacpan.org/author/CROMEDOME 61. https://github.com/arcofdescent/packagemon 62. http://twitter.com/home?status=Websocket+sample+https%3A%2F%2Fgithub.com%2Farcofdescent%2Fpackagemon%20via%20-at-perlweekly 63. https://www.facebook.com/sharer/sharer.php?u=https://github.com/arcofdescent/packagemon 64. https://plus.google.com/share?url=https://github.com/arcofdescent/packagemon 65. https://metacpan.org/author/ROHAN 66. http://perlhacks.com/2016/08/cultured-perl/ 67. http://twitter.com/home?status=Cultured+Perl+http%3A%2F%2Fperlhacks.com%2F2016%2F08%2Fcultured-perl%2F%20by%20-at-davorg%20via%20-at-perlweekly 68. https://www.facebook.com/sharer/sharer.php?u=http://perlhacks.com/2016/08/cultured-perl/ 69. https://plus.google.com/share?url=http://perlhacks.com/2016/08/cultured-perl/ 70. http://perlhacks.com/ 71. https://metacpan.org/author/DAVECROSS 72. https://medium.com/cultured-perl 73. https://github.com/Dobiasd/programming-language-subreddits-and-their-choice-of-words 74. http://twitter.com/home?status=Density+of+swear+words+https%3A%2F%2Fgithub.com%2FDobiasd%2Fprogramming-language-subreddits-and-their-choice-of-words%20via%20-at-perlweekly 75. https://www.facebook.com/sharer/sharer.php?u=https://github.com/Dobiasd/programming-language-subreddits-and-their-choice-of-words 76. https://plus.google.com/share?url=https://github.com/Dobiasd/programming-language-subreddits-and-their-choice-of-words 77. http://news.perlfoundation.org/2016/08/maintaining-the-perl-5-core-re-30.html 78. http://twitter.com/home?status=Maintaining+the+Perl+5+Core%3A+Report+for+Month+34+http%3A%2F%2Fnews.perlfoundation.org%2F2016%2F08%2Fmaintaining-the-perl-5-core-re-30.html%20via%20-at-perlweekly 79. https://www.facebook.com/sharer/sharer.php?u=http://news.perlfoundation.org/2016/08/maintaining-the-perl-5-core-re-30.html 80. https://plus.google.com/share?url=http://news.perlfoundation.org/2016/08/maintaining-the-perl-5-core-re-30.html 81. http://domm.plix.at/talks/how_to_write_an_api_endpoint.html 82. http://twitter.com/home?status=How+to+write+an+API+endpoint+in+2016+http%3A%2F%2Fdomm.plix.at%2Ftalks%2Fhow_to_write_an_api_endpoint.html%20by%20-at-domm_favors_irc%20via%20-at-perlweekly 83. https://www.facebook.com/sharer/sharer.php?u=http://domm.plix.at/talks/how_to_write_an_api_endpoint.html 84. https://plus.google.com/share?url=http://domm.plix.at/talks/how_to_write_an_api_endpoint.html 85. http://domm.plix.at/ 86. https://metacpan.org/author/DOMM 87. http://blogs.perl.org/users/sawyer_x/2016/08/perl-5-porters-mailing-list-summary-august-15th-21st.html 88. http://twitter.com/home?status=Perl+5+Porters+Mailing+List+Summary%3A+August+15th-21st+http%3A%2F%2Fblogs.perl.org%2Fusers%2Fsawyer_x%2F2016%2F08%2Fperl-5-porters-mailing-list-summary-august-15th-21st.html%20by%20-at-PerlSawyer%20via%20-at-perlweekly 89. https://www.facebook.com/sharer/sharer.php?u=http://blogs.perl.org/users/sawyer_x/2016/08/perl-5-porters-mailing-list-summary-august-15th-21st.html 90. https://plus.google.com/share?url=http://blogs.perl.org/users/sawyer_x/2016/08/perl-5-porters-mailing-list-summary-august-15th-21st.html 91. http://blogs.perl.org/users/sawyer_x/ 92. https://metacpan.org/author/XSAWYERX 93. https://6guts.wordpress.com/2016/08/22/concurrency-bug-squishing-part-1/ 94. http://twitter.com/home?status=Concurrency+bug+squishing%3A+part+1+https%3A%2F%2F6guts.wordpress.com%2F2016%2F08%2F22%2Fconcurrency-bug-squishing-part-1%2F%20by%20-at-jnthnwrthngtn%20via%20-at-perlweekly 95. https://www.facebook.com/sharer/sharer.php?u=https://6guts.wordpress.com/2016/08/22/concurrency-bug-squishing-part-1/ 96. https://plus.google.com/share?url=https://6guts.wordpress.com/2016/08/22/concurrency-bug-squishing-part-1/ 97. https://6guts.wordpress.com/ 98. https://metacpan.org/author/JONATHAN 99. https://p6weekly.wordpress.com/2016/08/22/2016-34-a-quick-botch-from-cluj/ 100. http://twitter.com/home?status=A+Quick+Botch+From+Cluj+https%3A%2F%2Fp6weekly.wordpress.com%2F2016%2F08%2F22%2F2016-34-a-quick-botch-from-cluj%2F%20via%20-at-perlweekly 101. https://www.facebook.com/sharer/sharer.php?u=https://p6weekly.wordpress.com/2016/08/22/2016-34-a-quick-botch-from-cluj/ 102. https://plus.google.com/share?url=https://p6weekly.wordpress.com/2016/08/22/2016-34-a-quick-botch-from-cluj/ 103. https://www.reddit.com/r/perl6/about/traffic 104. http://twitter.com/home?status=Traffic+statistics+for+%2Fr%2Fperl6+https%3A%2F%2Fwww.reddit.com%2Fr%2Fperl6%2Fabout%2Ftraffic%20via%20-at-perlweekly 105. https://www.facebook.com/sharer/sharer.php?u=https://www.reddit.com/r/perl6/about/traffic 106. https://plus.google.com/share?url=https://www.reddit.com/r/perl6/about/traffic 107. http://niceperl.blogspot.com/ 108. http://twitter.com/home?status=NICEPERL%27s+lists+http%3A%2F%2Fniceperl.blogspot.com%2F%20by%20-at-niceperl%20via%20-at-perlweekly 109. https://www.facebook.com/sharer/sharer.php?u=http://niceperl.blogspot.com/ 110. https://plus.google.com/share?url=http://niceperl.blogspot.com/ 111. http://niceperl.blogspot.com/ 112. https://metacpan.org/author/NICEPERL 113. http://niceperl.blogspot.com/2016/08/xcv-cpan-great-modules-released-last.html 114. http://niceperl.blogspot.com/2016/08/ccxxvii-metacpan-weekly-report-paws.html 115. http://niceperl.blogspot.com/2016/08/cclii-stackoverflow-perl-report.html 116. http://code-maven.com/cmos-1-jason-crome-perl-dancer2 117. http://twitter.com/home?status=CMOS+%231%3A+Jason+Crome+on+Perl+Dancer+2+http%3A%2F%2Fcode-maven.com%2Fcmos-1-jason-crome-perl-dancer2%20by%20-at-cromedome%20via%20-at-perlweekly 118. https://www.facebook.com/sharer/sharer.php?u=http://code-maven.com/cmos-1-jason-crome-perl-dancer2 119. https://plus.google.com/share?url=http://code-maven.com/cmos-1-jason-crome-perl-dancer2 120. http://blogs.perl.org/users/jason_a_crome/ 121. https://metacpan.org/author/CROMEDOME 122. http://code-maven.com/cmos-2-sawyer-perl5 123. http://twitter.com/home?status=CMOS+%232%3A+Sawyer+X+on+Perl+5+http%3A%2F%2Fcode-maven.com%2Fcmos-2-sawyer-perl5%20by%20-at-PerlSawyer%20via%20-at-perlweekly 124. https://www.facebook.com/sharer/sharer.php?u=http://code-maven.com/cmos-2-sawyer-perl5 125. https://plus.google.com/share?url=http://code-maven.com/cmos-2-sawyer-perl5 126. http://blogs.perl.org/users/sawyer_x/ 127. https://metacpan.org/author/XSAWYERX 128. http://domm.plix.at/perl/2016_08_things_i_learned_at_yapc_europe_2016.html 129. http://twitter.com/home?status=Things+I+learned+at+the+European+Perl+Conference+2016+in+Cluj+http%3A%2F%2Fdomm.plix.at%2Fperl%2F2016_08_things_i_learned_at_yapc_europe_2016.html%20by%20-at-domm_favors_irc%20via%20-at-perlweekly 130. https://www.facebook.com/sharer/sharer.php?u=http://domm.plix.at/perl/2016_08_things_i_learned_at_yapc_europe_2016.html 131. https://plus.google.com/share?url=http://domm.plix.at/perl/2016_08_things_i_learned_at_yapc_europe_2016.html 132. http://domm.plix.at/ 133. https://metacpan.org/author/DOMM 134. http://blog.builtinperl.com/post/yapc-eu-day-one 135. http://twitter.com/home?status=YAPC%3A%3AEU+Day+One+http%3A%2F%2Fblog.builtinperl.com%2Fpost%2Fyapc-eu-day-one%20via%20-at-perlweekly 136. https://www.facebook.com/sharer/sharer.php?u=http://blog.builtinperl.com/post/yapc-eu-day-one 137. https://plus.google.com/share?url=http://blog.builtinperl.com/post/yapc-eu-day-one 138. http://blog.builtinperl.com/post/yapc-eu-day-two 139. http://twitter.com/home?status=YAPC%3A%3AEU+Day+Two+http%3A%2F%2Fblog.builtinperl.com%2Fpost%2Fyapc-eu-day-two%20via%20-at-perlweekly 140. https://www.facebook.com/sharer/sharer.php?u=http://blog.builtinperl.com/post/yapc-eu-day-two 141. https://plus.google.com/share?url=http://blog.builtinperl.com/post/yapc-eu-day-two 142. http://blog.builtinperl.com/post/yapc-eu-day-three 143. http://twitter.com/home?status=YAPC%3A%3AEU+Day+Three+http%3A%2F%2Fblog.builtinperl.com%2Fpost%2Fyapc-eu-day-three%20via%20-at-perlweekly 144. https://www.facebook.com/sharer/sharer.php?u=http://blog.builtinperl.com/post/yapc-eu-day-three 145. https://plus.google.com/share?url=http://blog.builtinperl.com/post/yapc-eu-day-three 146. https://salva.github.io/YAPC-Europe-2016/ 147. http://twitter.com/home?status=YAPC%3A%3AEurope%3A%3A2016+https%3A%2F%2Fsalva.github.io%2FYAPC-Europe-2016%2F%20via%20-at-perlweekly 148. https://www.facebook.com/sharer/sharer.php?u=https://salva.github.io/YAPC-Europe-2016/ 149. https://plus.google.com/share?url=https://salva.github.io/YAPC-Europe-2016/ 150. http://blogs.perl.org/users/salvador_fandino/ 151. https://metacpan.org/author/SALVA 152. http://blogs.perl.org/users/steve_mynott/2016/08/you-wouldnt-believe-what-i-saw-at-yapceu.html 153. http://twitter.com/home?status=You+Wouldn%27t+BELIEVE+what+I+saw+at+YAPC%3A%3AEU%21%21%21+http%3A%2F%2Fblogs.perl.org%2Fusers%2Fsteve_mynott%2F2016%2F08%2Fyou-wouldnt-believe-what-i-saw-at-yapceu.html%20by%20-at-steve_mynott%20via%20-at-perlweekly 154. https://www.facebook.com/sharer/sharer.php?u=http://blogs.perl.org/users/steve_mynott/2016/08/you-wouldnt-believe-what-i-saw-at-yapceu.html 155. https://plus.google.com/share?url=http://blogs.perl.org/users/steve_mynott/2016/08/you-wouldnt-believe-what-i-saw-at-yapceu.html 156. https://github.com/stmuk 157. http://perlweekly.com/archive/ 158. http://perlweekly.com/ 159. http://szabgab.com/ 160. http://perlweekly.com/unsubscribe.html
--_----------=_1472452512264140--
--===============2859355128857633703== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KUGVybHdlZWts eSBtYWlsaW5nIGxpc3QKUGVybHdlZWtseUBwZXJsd2Vla2x5LmNvbQpodHRwOi8vbWFpbC5wZXJs d2Vla2x5LmNvbS9tYWlsbWFuL2xpc3RpbmZvL3Blcmx3ZWVrbHkK
--===============2859355128857633703== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline
_______________________________________________ hangout mailing list hangout-at-nylxs.com http://www.nylxs.com/ --===============2859355128857633703==--
|
|