Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 18, 2023
1 parent 1548800 commit bea19dd
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 71 deletions.
137 changes: 67 additions & 70 deletions src/634.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,56 @@
{
"date" : "2023-09-18",
"editor" : "mohammad_anwar",
"subject" : "Perl v5.39.1",
"header" : [
"Hi there,",
"Only recently we had a big bang release of <strong>Perl v5.38</strong> with experimental <strong>class feature</strong>. Now in a quick succession we have another release <a href=\"https://metacpan.org/release/SHAY/perl-5.39.1/view/pod/perldelta.pod\">Perl v5.39.1</a>. Thanks to the entire team responsible for the release. These heroes work behind the scene for days/months for the improvement of the language. Yet, I rarely see anyone giving them credit on public platform. We should not just mention them in the pod but instead celebrate each one of them more on various public platforms. Having said, we need volunteer for the job. Do we have volunteer for the task?",
"Few days ago, I had an email from someone senior with lots of experience with <strong>Perl</strong> saying \"2023 is the year the language died for him\". I wonder how can someone just gave up on the language you loved all your life. For me personally, <strong>Perl</strong> will remain my core strength and I will continue to improve my knowledge with every release. It is OK if you learn some new languages to be in the job market but please keep <strong>Perl</strong> your first choice.",
"Yesterday, when I was done with <strong>Asia Cup 2023</strong> final cricket match between <strong>India</strong> and <strong>Sri Lanka</strong>, I watched this documentary, <a href=\"https://en.wikipedia.org/wiki/The_Great_Hack\">The Great Hack</a>, on Netflix. It reminded me data is the new oil now a days. <strong>Perl</strong> is known to be good at data processing, so why are we behind others in this field?",
"By the way, <strong>India</strong> won the final for the <strong>8th time</strong>. I am so proud of <strong>Team India</strong>. I am now looking forward to the <strong>World Cup 2023</strong> to be held in few months time in <strong>India</strong>.",
"Enjoy rest of the newsletter."
],
"footer" : [
],
"chapters" : [
{
"title" : "Sponsors",
"sponsor" : 1,
"entries" : [
]
},
{
"title" : "Discussions",
"entries" : [
{
"title" : "Fun with dates",
"author" : "robbie_hatley",
"text" : "The day-of-week for any day in the year range 1-5000000 Julian. (Doesn't do BC yet; I need to make some changes to the algorithm first.) It also does conversion between Gregorian and Julian.",
"url" : "https://github.com/robbie-hatley/CLI-Programming/blob/main/scripts/util/day-of-week.pl",
"ts" : "2023.09.15"
"title" : "Fun with dates",
"ts" : "2023.09.15",
"url" : "https://github.com/robbie-hatley/CLI-Programming/blob/main/scripts/util/day-of-week.pl"
}
]
],
"title" : "Discussions"
},
{
"title" : "Articles",
"entries" : [
{
"title" : "Of Go, C, Perl and fastq file conversion Vol III : pledging allegiance to the flag",
"author" : "chrisarg",
"text" : "Continue with the multipart blogs, here the discussion is about regex engine maps to a finite state automaton, we should be able to rewrite the parser without regular expressions, using flags to keep track of the part of the record we are at.",
"url" : "https://blogs.perl.org/users/chrisarg/2023/09/of-go-c-perl-and-fastq-file-conversion-vol-iii-pledging-allegiance-to-the-flag.html",
"ts" : "2023.09.16"
"title" : "Of Go, C, Perl and fastq file conversion Vol III : pledging allegiance to the flag",
"ts" : "2023.09.16",
"url" : "https://blogs.perl.org/users/chrisarg/2023/09/of-go-c-perl-and-fastq-file-conversion-vol-iii-pledging-allegiance-to-the-flag.html"
},
{
"title" : "Of Go, C, Perl and fastq file conversion Vol IV : gone in 60 seconds (or less)",
"author" : "chrisarg",
"text" : "In the final part of this series, we will test the performance of the four parsers, in a scenario emulating the batch analysis of sequencing data.",
"url" : "https://blogs.perl.org/users/chrisarg/2023/09/of-go-c-perl-and-fastq-file-conversion-vol-iv-gone-in-60-seconds-or-less.html",
"ts" : "2023.09.16"
"title" : "Of Go, C, Perl and fastq file conversion Vol IV : gone in 60 seconds (or less)",
"ts" : "2023.09.16",
"url" : "https://blogs.perl.org/users/chrisarg/2023/09/of-go-c-perl-and-fastq-file-conversion-vol-iv-gone-in-60-seconds-or-less.html"
},
{
"title" : "Get more from you constants with constant::more",
"author" : "drclaw",
"text" : "Do you play with constants in Perl often then do check this post, you would love it.",
"url" : "https://blogs.perl.org/users/drclaw/2023/09/get-more-from-you-constants-with-constantmore.html",
"ts" : "2023.09.13"
"title" : "Get more from you constants with constant::more",
"ts" : "2023.09.13",
"url" : "https://blogs.perl.org/users/drclaw/2023/09/get-more-from-you-constants-with-constantmore.html"
}
]
],
"title" : "Articles"
},
{
"title" : "CPAN",
"entries" : [
{
"title" : "CGI::Tiny & Dispatch::Fu - nearly a perfect match",
"author" : "oodler",
"text" : "CGI::Tiny is a very nice, Perlish way to construct CGI scripts these days. It is perfectly suited as a replacement to CGI.pm and is quite at home in a shared hosting environment.",
"url" : "https://blogs.perl.org/users/oodler_577/2023/09/cgitiny-dispatchfu---nearly-a-perfect-match.html",
"ts" : "2023.09.15"
"title" : "CGI::Tiny & Dispatch::Fu - nearly a perfect match",
"ts" : "2023.09.15",
"url" : "https://blogs.perl.org/users/oodler_577/2023/09/cgitiny-dispatchfu---nearly-a-perfect-match.html"
}
]
],
"title" : "CPAN"
},
{
"title" : "The Weekly Challenge",
"header" : "<a href=\"https://theweeklychallenge.org/\">The Weekly Challenge</a> by <a href=\"http://www.manwar.org/\">Mohammad Anwar</a> will help you step out of your comfort-zone. You can even win prize money of $50 Amazon voucher by participating in the weekly challenge. We pick one winner at the end of the month from among all of the contributors during the month. The monthly prize is kindly sponsored by Peter Sergeant of <a href=\"https://perl.careers/\">PerlCareers</a>.",
"entries" : [
{
"author" : "mohammad_anwar",
Expand Down Expand Up @@ -209,16 +188,11 @@
"ts" : "2023.09.16",
"url" : "https://thiujiac.blogspot.com/2023/09/pwc-234.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 <a href=\"https://perlmaven.com/perl-tutorial\">Perl Maven Tutorial</a> and are part of the <a href=\"https://leanpub.com/perl-maven\">Perl Maven eBook</a>.",
"entries" : [
]
],
"header" : "<a href=\"https://theweeklychallenge.org/\">The Weekly Challenge</a> by <a href=\"http://www.manwar.org/\">Mohammad Anwar</a> will help you step out of your comfort-zone. You can even win prize money of $50 Amazon voucher by participating in the weekly challenge. We pick one winner at the end of the month from among all of the contributors during the month. The monthly prize is kindly sponsored by Peter Sergeant of <a href=\"https://perl.careers/\">PerlCareers</a>.",
"title" : "The Weekly Challenge"
},
{
"title" : "Rakudo",
"entries" : [
{
"author" : "liztormato",
Expand All @@ -228,35 +202,58 @@
"ts" : "2023.09.11",
"url" : "https://rakudoweekly.blog/2023/09/11/2023-37-issuing/"
}
]
],
"title" : "Rakudo"
},
{
"title" : "Training",
"entries" : [
]
},
{
"title" : "Weekly collections",
"entries" : [
{
"title" : "NICEPERL's lists",
"author" : "miguel_prz",
"url" : "http://niceperl.blogspot.com/",
"text" : "<a href=\"https://niceperl.blogspot.com/2023/09/cdlxi-11-great-cpan-modules-released.html\">Great CPAN modules released last week</a>;<br><a href=\"https://niceperl.blogspot.com/2023/09/dxciv-stackoverflow-perl-report.html\">StackOverflow Perl report</a>.",
"ts" : "2023.09.17"
"title" : "NICEPERL's lists",
"ts" : "2023.09.17",
"url" : "http://niceperl.blogspot.com/"
}
]
},
{
"title" : "The corner of Gabor",
"header" : "A couple of entries sneaked in by Gabor.",
"entries" : [
]
],
"title" : "Weekly collections"
},
{
"title" : "Events",
"entries" : [
]
{
"text" : "If you’re a Modern Perl developer in the UK with TypeScript or Node and you’re searching for a team of dynamos, we’ve found the perfect place for you. This award-winning company may be newer, but the combined experience of their people is impressive. No doubt this is one of the many reasons their AI recruitment marketing business has taken off!",
"title" : "Modern Perl and positive team vibes. UK Remote Perl role",
"url" : "https://job.perl.careers/mly"
},
{
"text" : "Our client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are seeking a talented Perl programmer to manage the full life-cycle of software projects on a remote basis.",
"title" : "UK Remote Perl Programmer for Leading Enterprise Tech Publication",
"url" : "https://job.perl.careers/ax0"
},
{
"text" : "Our UK-based client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are currently seeking a passionate and exceptional Perl programmer based in the Philippines to join their team.",
"title" : "Perl Programmer Opportunity - Join a Prominent Tech Publishing Powerhouse in the Philippines",
"url" : "https://job.perl.careers/1f7"
},
{
"text" : "Clever folks know that if you’re lucky, you can earn a living and have an adventure at the same time. Enter our international client: online trading is their game, and they’re looking for solid Perl people with passion, drive, and an appreciation for new experiences.",
"title" : "Adventure! Senior Perl roles in Malaysia, Dubai and Malta",
"url" : "https://job.perl.careers/2z5"
}
],
"sponsor" : 1,
"title" : "<a href=\"https://perl.careers/?utm_source=perlweekly&utm_campaign=perlweekly&utm_medium=perlweekly\">Perl Jobs by Perl Careers</a>"
}
]
],
"date" : "2023-09-18",
"editor" : "mohammad_anwar",
"footer" : [],
"header" : [
"Hi there,",
"Only recently we had a big bang release of <strong>Perl v5.38</strong> with experimental <strong>class feature</strong>. Now in a quick succession we have another release <a href=\"https://metacpan.org/release/SHAY/perl-5.39.1/view/pod/perldelta.pod\">Perl v5.39.1</a>. Thanks to the entire team responsible for the release. These heroes work behind the scene for days/months for the improvement of the language. Yet, I rarely see anyone giving them credit on public platform. We should not just mention them in the pod but instead celebrate each one of them more on various public platforms. Having said, we need volunteer for the job. Do we have volunteer for the task?",
"Few days ago, I had an email from someone senior with lots of experience with <strong>Perl</strong> saying \"2023 is the year the language died for him\". I wonder how can someone just gave up on the language you loved all your life. For me personally, <strong>Perl</strong> will remain my core strength and I will continue to improve my knowledge with every release. It is OK if you learn some new languages to be in the job market but please keep <strong>Perl</strong> your first choice.",
"Yesterday, when I was done with <strong>Asia Cup 2023</strong> final cricket match between <strong>India</strong> and <strong>Sri Lanka</strong>, I watched this documentary, <a href=\"https://en.wikipedia.org/wiki/The_Great_Hack\">The Great Hack</a>, on Netflix. It reminded me data is the new oil now a days. <strong>Perl</strong> is known to be good at data processing, so why are we behind others in this field?",
"By the way, <strong>India</strong> won the final for the <strong>8th time</strong>. I am so proud of <strong>Team India</strong>. I am now looking forward to the <strong>World Cup 2023</strong> to be held in few months time in <strong>India</strong>.",
"Enjoy rest of the newsletter."
],
"subject" : "Perl v5.39.1"
}
1 change: 1 addition & 0 deletions src/count.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#634;4644
#633;4649
#632;4653
#631;4654
Expand Down
1 change: 1 addition & 0 deletions src/metacpan.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
issue;uploads;distros;authors;has_vcs;has_ci;has_bugz;
#634; 146; 122; 65; 110; 63; 91;
#633; 124; 86; 48; 92; 42; 79;
#632; 133; 100; 57; 110; 56; 86;
#631; 162; 116; 68; 136; 68; 98;
Expand Down
2 changes: 1 addition & 1 deletion src/next.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date" : "2023-09-18",
"date" : "2023-09-25",
"editor" : "",
"subject" : "",
"header" : [
Expand Down
1 change: 1 addition & 0 deletions src/stats.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
issue;BPO;DevTo;PerlCom;PerlAcademy;PerlHacks;PerlMaven;Reddit;TPF;
#634 7; 3; 0; 0; 0; 0; 8; 2;
#633; 8; 7; 0; 0; 0; 0; 7; 0;
#632; 4; 3; 0; 0; 0; 0; 11; 10;
#631; 6; 11; 0; 0; 0; 0; 8; 0;
Expand Down

0 comments on commit bea19dd

Please sign in to comment.