From 477ff7f892cbcd2102883e6c1028b24a15b678fd Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Mon, 19 Feb 2024 06:05:11 +0000 Subject: [PATCH] - Draft for week 656. (#534) --- src/656.json | 256 +++++++++++++++++++++++++++++++++++++++++++++++ src/authors.json | 3 + 2 files changed, 259 insertions(+) create mode 100644 src/656.json diff --git a/src/656.json b/src/656.json new file mode 100644 index 000000000..6809331fe --- /dev/null +++ b/src/656.json @@ -0,0 +1,256 @@ +{ + "date" : "2024-02-19", + "editor" : "mohammad_anwar", + "subject" : "Perl Conference", + "header" : [ + "Hi there,", + "Did you get the opportunity to attend YAPC::Hiroshima?", + "Looking at whatever news is out in public about the conference, it appears to be a big success. A big round of applause to everyone involved. Makoto Nozaki shared his experience in the blog post. There were regular updates shared on Twitter profiles e.g. kobaken and yapcjapan. Japan is one of few places that I always wanted to visit. I still remember when I was in college my mom asked me she wanted to see Tokyo city. I casually promised her that time. But when I moved to England she kept reminding me about my promise but for health reason she couldn't travel. I was first introduced to the city when I watched the movie Love in Tokyo. I think YAPC Japan would be the perfect excuse to fulfill my mom's wish. Israel is also one place that I would like to visit once in my life time and meet Gabor Szabo in person.", + "How about upcoming TPRC 2024 in Las Vegas?", + "I remember when it was annonced at the end of conferece in Toronto last year, there was big cheers all around. I could feel the positive energy. There was a call for volunteer and presentation. If I managed to find time and health permit then I would definite go to Las Vegas. I am sure it is going to beat the Toronto experience. I would submit the talk only when I am 100% sure to travel. I really miss the similar gatherings in Europe. Talking about conference, what's happening to London Perl Workshop? Don't you miss LPW? I honestly hope it happens this year and we get to meet local champions. It is the only time, I get to meet my idols like Neil Bowers and Dave Cross. There is also a friend of mine, Theo van HoeselLPW and London Perl Mongers meetup, I miss him. I remember during one such meetup he gave short presentation on Iphone iOS scripting. I simply loved it. His ability to present difficult topic looks easy, is commendable. Let's bring back the golden moments.", + "Back to reality, the schools are open today after a week long holiday here in London. Too much trouble, I wonder how parents cope up with this routine. I just go with the flow, no choice. You look after yourself and loved ones. Enjoy rest of the newsletter." + ], + "footer" : [ + ], + "chapters" : [ + { + "title" : "Sponsors", + "sponsor" : 1, + "entries" : [ + ] + }, + { + "title" : "Announcements", + "entries" : [ + { + "title" : "TPRC 2024 Call For Papers is now open!", + "author" : "oodler", + "text" : "Time to make first move and submit your ideas for talk. First timers are also welcome.", + "url" : "https://blogs.perl.org/users/oodler_577/2024/02/repost-tprc-2024-call-for-papers-is-now-open.html", + "ts" : "2024.02.16" + }, + { + "title" : "CPAN Security Group", + "author" : "", + "text" : "Welcome to the CPAN Security Group. This is a community effort for supporting and responding to security incidents on CPAN.", + "url" : "https://security.metacpan.org/", + "ts" : "2024.02.16" + } + ] + }, + { + "title" : "Articles", + "entries" : [ + { + "title" : "PSC #136 2024-02-15", + "author" : "", + "text" : "Another weekly update from the Perl Steering Council. Thank you PSC for all the hard work.", + "url" : "https://blogs.perl.org/users/psc/2024/02/psc-136-2024-02-15.html", + "ts" : "2024.02.17" + }, + { + "title" : "Perl Steering Council Meetings", + "author" : "dave_cross", + "text" : "As you get weekly PSC updates here but what if you want historical updates. This website presents this in user friendly layout.", + "url" : "https://psc.perlhacks.com/", + "ts" : "2024.02.10" + }, + { + "title" : "Will You Lose Your Job to AI?", + "author" : "curtis_ovid_poe", + "text" : "Not specific to Perl but worth every second of yours. The topic is something you do not want to miss.", + "url" : "https://ovid.github.io/articles/will-you-lose-your-job-to-ai.html", + "ts" : "2024.02.18" + }, + { + "title" : "Codeforces Command Lines", + "author" : "vladosiya", + "text" : "For all Perl fans, if you are into competitive programming then you should give this a try.", + "url" : "https://codeforces.com/blog/entry/121114", + "ts" : "2024.02.18" + } + ] + }, + { + "title" : "The Weekly Challenge", + "header" : "The Weekly Challenge by Mohammad Sajid Anwar will help you step out of your comfort-zone. We pick one champion at the end of the month from all of the contributors during the month.", + "entries" : [ + { + "author" : "mohammad_anwar", + "tags" : [], + "text" : "Welcome to a new week with a couple of fun tasks: \"Smaller than Current\" and \"Reduced Row Echelon\". If you are new to the weekly challenge, why not join us and have fun every week? For more information, please read the FAQ.", + "title" : "The Weekly Challenge - 257", + "ts" : "2024.02.19", + "url" : "https://theweeklychallenge.org/blog/perl-weekly-challenge-257" + }, + { + "author" : "mohammad_anwar", + "tags" : [], + "text" : "Enjoy a quick recap of last week's contributions by Team PWC dealing with the \"Maximum Pairs\" and \"Merge Strings\" tasks in Perl and Raku. You will find plenty of solutions to keep you busy.", + "title" : "RECAP - The Weekly Challenge - 256", + "ts" : "2024.02.19", + "url" : "https://theweeklychallenge.org/blog/recap-challenge-256" + }, + { + "author" : "ali", + "tags" : [], + "text" : "Clever use of map in Perl make this solution worth checking. Keep it up great work.", + "title" : "TWC256", + "ts" : "2024.02.11", + "url" : "https://deadmarshal.blogspot.com/2024/02/twc256.html" + }, + { + "author" : "arne_sommer", + "tags" : [], + "text" : "Every week we get to learn something new in Raku. This week was 'roundrobin'. Thanks for sharing.", + "title" : "Merged Maximum", + "ts" : "2024.02.12", + "url" : "https://raku-musings.com/merged-maximum.html" + }, + { + "author" : "jaldhar_vyas", + "tags" : [], + "text" : "Method chaining in Raku makes the code so beatiful. You can easily come up with one liner.", + "title" : "Perl Weekly Challenge: Week 256", + "ts" : "2024.02.12", + "url" : "https://www.braincells.com/perl/2024/02/perl_weekly_challenge_week_256.html" + }, + { + "author" : "jorg_sommrey", + "tags" : [], + "text" : "Compact yet elegant solutions in Perl. Cool, keep it up.", + "title" : "Zippairs", + "ts" : "2024.02.16", + "url" : "https://github.sommrey.de/blog/pwc/challenge-256" + }, + { + "author" : "laurent_rosenfeld", + "tags" : [], + "text" : "No more magic, pure core solutions in Perl and Raku. Thanks for sharing.", + "title" : "Perl Weekly Challenge 256: Maximum Pairs", + "ts" : "2024.02.12", + "url" : "https://blogs.perl.org/users/laurent_r/2024/02/perl-weekly-challenge-256-maximum-pairs.html" + }, + { + "author" : "laurent_rosenfeld", + "tags" : [], + "text" : "A detailed discussion talking about Raku magics. Highly recommended.", + "title" : "Perl Weekly Challenge 256: Merge Strings", + "ts" : "2024.02.14", + "url" : "https://blogs.perl.org/users/laurent_r/2024/02/perl-weekly-challenge-256-merge-strings.html" + }, + { + "author" : "luca_ferrari", + "tags" : [], + "text" : "Thanks for sharing the inner details of zip. All Raku fans must checkout this.", + "title" : "Valentine's Challenge", + "ts" : "2024.02.14", + "url" : "https://fluca1978.github.io/2024/02/14/PerlWeeklyChallenge256.html" + }, + { + "author" : "luis_mochan", + "tags" : [], + "text" : "Master of one-liners in Perl, sharing yet another special one. Keep it up great work.", + "title" : "Perl Weekly Challenge 256", + "ts" : "2024.02.12", + "url" : "https://wlmb.github.io/2024/02/12/PWC256/" + }, + { + "author" : "packy_anderson", + "tags" : [], + "text" : "I got the taste of reverse and flip in Raku during my early days with Raku. Thanks for sharing the details.", + "title" : "Merge the Maximum String Pairs", + "ts" : "2024.02.15", + "url" : "https://packy.dardan.com/2024/02/15/perl-weekly-challenge-5/" + }, + { + "author" : "peter_campbell_smith", + "tags" : [], + "text" : "The analysis section of the post is the highlight for me every week. Highly recommended.", + "title" : "Pairs, sriap and MsEtRrGiEngs", + "ts" : "2024.02.12", + "url" : "http://ccgi.campbellsmiths.force9.co.uk/challenge/256" + }, + { + "author" : "robbie_hatley", + "tags" : [], + "text" : "Dudn't know about mesh function. Thanks for sharing knowledge with us.", + "title" : "The Weekly Challenge #256", + "ts" : "2024.02.13", + "url" : "https://hatley-software.blogspot.com/2024/02/robbie-hatleys-solutions-to-weekly_13.html" + }, + { + "author" : "roger_bell_west", + "tags" : [], + "text" : "Raku and JavaScript are the choosen one this week. You must checkout to get the reason.", + "title" : "Maximum Strings", + "ts" : "2024.02.18", + "url" : "https://blog.firedrake.org/archive/2024/02/The_Weekly_Challenge_256__Maximum_Strings.html" + }, + { + "author" : "simon_green", + "tags" : [], + "text" : "It is rare event when you get to see one liner in Python. Thanks for your contribution.", + "title" : "Matching and zipping", + "ts" : "2024.02.18", + "url" : "https://dev.to/simongreennet/matching-and-zipping-3bl7" + }, + { + "author" : "stephen_lynn", + "tags" : [], + "text" : "Like every week, explore the power of Perl4 and old Python.", + "title" : "PWC 256", + "ts" : "2024.02.12", + "url" : "https://thiujiac.blogspot.com/2024/02/pwc-256.html" + } + ] + }, + { + "title" : "Perl Tutorial", + "header" : "A section for newbies and for people who need some refreshing of their Perl knowledge. If you have questions or suggestions about the articles, let me know and I'll try to make the necessary changes. The included articles are from the Perl Maven Tutorial and are part of the Perl Maven eBook.", + "entries" : [ + ] + }, + { + "title" : "Rakudo", + "entries" : [ + { + "author" : "liztormato", + "tags" : [], + "text" : "", + "title" : "2024.07 Dr Raku", + "ts" : "2024.02.12", + "url" : "https://rakudoweekly.blog/2024/02/12/2024-07-dr-raku/" + } + ] + }, + { + "title" : "Training", + "entries" : [ + ] + }, + { + "title" : "Weekly collections", + "entries" : [ + { + "title" : "NICEPERL's lists", + "author" : "miguel_prz", + "url" : "http://niceperl.blogspot.com/", + "text" : "Great CPAN modules released last week;
MetaCPAN weekly report;
StackOverflow Perl report.", + "ts" : "2024.02.18" + } + ] + }, + { + "title" : "The corner of Gabor", + "header" : "A couple of entries sneaked in by Gabor.", + "entries" : [ + ] + }, + { + "title" : "Events", + "entries" : [ + ] + } + ] +} diff --git a/src/authors.json b/src/authors.json index a5bc0f869..3cbc530ea 100644 --- a/src/authors.json +++ b/src/authors.json @@ -2994,6 +2994,9 @@ "vivek_gite" : { "name" : "Vivek Gite" }, + "vladosiya" : { + "name" : "vladosiya" + }, "vm_brasseur" : { "name" : "VM Brasseur" },