APL Quest: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:APL Quest frame.png|thumb|right|Still frame from a follow-up video.]]
[[File:APL Quest frame.png|thumb|right|Still frame from a follow-up video.]]
'''APL Quest''' is the title used for a series of short live chat sessions held by [[Adám Brudzewsky]]. The sessions run on Fridays at 15:00 UTC since 4 February 2022. Each session focuses on one problem from Phase 1 of a past [[APL Problem Solving Competition]], beginning with problem 1 from the 2013 round, and is followed up by publication of the code and a video that summarises the solutions.
'''APL Quest''' is the title used for a series of short live chat sessions held by [[Adám Brudzewsky]] with guest appearances by [[Richard Park]]. The sessions run on Fridays at 15:00 UTC since 4 February 2022. Each session focuses on one problem from Phase 1 of a past [[APL Problem Solving Competition]], beginning with problem 1 from the 2013 round, and is followed up by publication of the code<ref>Adám Brudzewsky. [https://github.com/abrudz/apl_quest/ apl_quest] code repository. GitHub.</ref> and a video that summarises the solutions.<ref>Adám Brudzewsky. [https://www.youtube.com/playlist?list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN APL Quest] playlist. YouTube.</ref>


APL Quest events happen in the [[APL Orchard]], and requires a [[Wikipedia:Stack Exchange|Stack Exchange]] account:
APL Quest events happen in the [[APL Orchard]], and requires a [[Wikipedia:Stack Exchange|Stack Exchange]] account:
* Account holders with 20 [https://stackoverflow.com/help/whats-reputation reputation points] are free to join via [https://apl.chat apl.chat].
* Account holders with 20 [https://stackoverflow.com/help/whats-reputation reputation points] are free to join via [https://apl.chat apl.chat].
* Others must follow the [[APL_Orchard#Access|APL Orchard access instructions]].
* Others must follow the [[APL_Orchard#Access|APL Orchard access instructions]].
The Stack Exchange chat system allows signing up for reminders to these recurring events.<ref>The [[APL Orchard]]. [https://chat.stackexchange.com/rooms/info/52405/the-apl-orchard?tab=schedule#meeting-2520 APL Quest]. Room schedule. Stack Exchange.</ref>


== Sessions ==
== Sessions ==
=== Problems from 2013 ===
=== Problems from 2013 ===
{|class=wikitable
{|class=wikitable id=2013
! Problem !! Title !! First chat message !! Code !! Video
! Problem !! Title !! Chat !! Code !! Video[[#p2013|*]]
|-
|-
| 1 || [https://problems.tryapl.org/psets/2013.html?goto=P1_Seems_a_Bit_Odd_To_Me Seems a Bit Odd To Me] || [https://chat.stackexchange.com/transcript/52405?m=60343161#60343161 Feb 4, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/1.apl 2013/1.apl] || [https://www.youtube.com/watch?v=Mj4wyLKrBho&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:10:31]
| 1 || [https://problems.tryapl.org/psets/2013.html?goto=P1_Seems_a_Bit_Odd_To_Me Seems a Bit Odd To Me] || [https://chat.stackexchange.com/transcript/52405?m=60343161#60343161 Feb 4, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/1.apl 2013/1.apl] || [https://www.youtube.com/watch?v=Mj4wyLKrBho&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:10:31]
Line 15: Line 17:
| 2 || [https://problems.tryapl.org/psets/2013.html?goto=P2_Making_The_Grade Making The Grade] || [https://chat.stackexchange.com/transcript/52405?m=60402180#60402180 Feb 11, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/2.apl 2013/2.apl] || [https://www.youtube.com/watch?v=pxo2BtoMxP4&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:15:03]
| 2 || [https://problems.tryapl.org/psets/2013.html?goto=P2_Making_The_Grade Making The Grade] || [https://chat.stackexchange.com/transcript/52405?m=60402180#60402180 Feb 11, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/2.apl 2013/2.apl] || [https://www.youtube.com/watch?v=pxo2BtoMxP4&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:15:03]
|-
|-
| 3 || [https://problems.tryapl.org/psets/2013.html?goto=P3_What_Is_In_a_Word What Is In a Word] || [https://apl.chat Feb 18, 2022] || TBA || TBA
| 3 || [https://problems.tryapl.org/psets/2013.html?goto=P3_What_Is_In_a_Word What Is In a Word] || [https://chat.stackexchange.com/transcript/message/60462122#60462122 Feb 18, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/3.apl 2013/3.apl] || [https://www.youtube.com/watch?v=MgkM2qCPWas&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:21:18]
|-
| 4 || [https://problems.tryapl.org/psets/2013.html?goto=P4_Keeping_Things_In_Balance Keeping Things In Balance] || [https://chat.stackexchange.com/transcript/52405?m=60517971#60517971 Feb 25, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/4.apl 2013/4.apl] || [https://www.youtube.com/watch?v=El0_RB4TTPA&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:34:35]
|-
| 5 || [https://problems.tryapl.org/psets/2013.html?goto=P5_Identity_Crisis Identity Crisis] || [https://chat.stackexchange.com/transcript/52405?m=60573163#60573163 Mar 4, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/5.apl 2013/5.apl] || [https://www.youtube.com/watch?v=vVaZ3wEdmpQ&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:25:05]
|-
| 6 || [https://problems.tryapl.org/psets/2013.html?goto=P6_Home_On_The_Range Home On The Range] || [https://chat.stackexchange.com/transcript/52405?m=60624938#60624938 Mar 11, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/6.apl 2013/6.apl] || [https://www.youtube.com/watch?v=36HlHsEjUIQ&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:19:48]
|-
| 7 || [https://problems.tryapl.org/psets/2013.html?goto=P7_Float_Your_Boat Float Your Boat] || [https://chat.stackexchange.com/transcript/52405?m=60678893#60678893 Mar 18, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/7.apl 2013/7.apl] || [https://www.youtube.com/watch?v=w5LvImFVi2M&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:22:50]
|-
| 8 || [https://problems.tryapl.org/psets/2013.html?goto=P8_Go_Forth_And_Multiply Go Forth And Multiply] || [https://chat.stackexchange.com/transcript/52405?m=60733991#60733991 Mar 25, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/8.apl 2013/8.apl] || [https://www.youtube.com/watch?v=O_l-nJYmDrs&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:19:42]
|-
| 9 || [https://problems.tryapl.org/psets/2013.html?goto=P9_It_Is_a_Moving_Experience It Is a Moving Experience] || [https://chat.stackexchange.com/transcript/52405?m=60790499#60790499 Apr 1, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/9.apl 2013/9.apl] || [https://www.youtube.com/watch?v=txZiCW12lTE&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:15:12]
|-
| 10 || [https://problems.tryapl.org/psets/2013.html?goto=P10_Solution_Salvation Solution Salvation] || [https://chat.stackexchange.com/transcript/52405?m=60845175#60845175 Apr 8, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2013/10.apl 2013/10.apl] || [https://www.youtube.com/watch?v=w-rzx2VNqbY&list=PLYKQVqyrAEj_M0SIpfU8eBWSYXE-GD86g 00:24:01]
|}
|}
:<span id=p2013>[[#2013|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj_M0SIpfU8eBWSYXE-GD86g a single playlist].


== External Links ==
=== Problems from 2014 ===
{|class=wikitable id=2014
! Problem !! Title !! Chat !! Code !! Video[[#p2014|*]]
|-
| 1 || [https://problems.tryapl.org/psets/2014.html?goto=P1_It_Is_All_Right It Is All Right] || [https://chat.stackexchange.com/transcript/52405?m=60900017#60900017 Apr 15, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/1.apl 2014/1.apl] || [https://www.youtube.com/watch?v=0SeHAg0q30w&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:18:13]
|-
| 2 || [https://problems.tryapl.org/psets/2014.html?goto=P2_How_Tweet_It_Is How Tweet It Is] || [https://chat.stackexchange.com/transcript/52405?m=60949514#60949514 Apr 22, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/2.apl 2014/2.apl] || [https://www.youtube.com/watch?v=3X3l76njwfs&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:29:50]
|-
| 3 || [https://problems.tryapl.org/psets/2014.html?goto=P3_Tell_a_Fib Tell a Fib] || [https://chat.stackexchange.com/transcript/52405?m=61008731#61008731 Apr 29, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/2.apl 2014/3.apl] || [https://www.youtube.com/watch?v=7J4hJmgWlJo&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:30:45]
|-
| 4 || [https://problems.tryapl.org/psets/2014.html?goto=P4_Space_The_Final_Frontier Space The Final Frontier] || [https://chat.stackexchange.com/transcript/52405?m=61062129#61062129 May 6, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/4.apl 2014/4.apl] || [https://www.youtube.com/watch?v=aqfhItFpO2I&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:52:55]
|-
| 5 || [https://problems.tryapl.org/psets/2014.html?goto=P5_Mirror_Mirror Mirror Mirror] || [https://chat.stackexchange.com/transcript/52405?m=61119677#61119677 May 13, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/5.apl 2014/5.apl] || [https://www.youtube.com/watch?v=cPzQr2aJ7e4&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:16:31]
|-
| 6 || [https://problems.tryapl.org/psets/2014.html?goto=P6_Roll_The_Dice Roll The Dice] || [https://chat.stackexchange.com/transcript/52405?m=61177683#61177683 May 20, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/6.apl 2014/6.apl] || [https://www.youtube.com/watch?v=HwEmjnPpMqY&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:10:55]
|-
| 7 || [https://problems.tryapl.org/psets/2014.html?goto=P7_Revolutionary_Thinking Revolutionary Thinking] || [https://chat.stackexchange.com/transcript/52405?m=61231677#61231677 May 27, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/7.apl 2014/7.apl] || [https://www.youtube.com/watch?v=aiEOXOy56iw&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:15:56]
|-
| 8 || [https://problems.tryapl.org/psets/2014.html?goto=P8_Go_The_Distance Go The Distance] || [https://chat.stackexchange.com/transcript/52405/2022/6/3 Jun 3, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/8.apl 2014/8.apl] || [https://www.youtube.com/watch?v=OEChBu1p98w&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:07:59]
|-
| 9 || [https://problems.tryapl.org/psets/2014.html?goto=P9_Going_Ballistic Going Ballistic] || [https://chat.stackexchange.com/transcript/52405?m=61327875#61327875 Jun 10, 2022] || [https://github.com/abrudz/apl_quest/blob/main/2014/9.apl 2014/9.apl]|| [https://www.youtube.com/watch?v=jhrTBWvVahI&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:08:27]
|-
| 10 || [https://problems.tryapl.org/psets/2014.html?goto=P10_Sales_Are_Up Sales Are Up] || [https://chat.stackexchange.com/transcript/52405?m=61385753#61385753 Jun 17, 2022] || [https://github.com/abrudz/apl_quest/tree/main/2014 2014/10.apl] || [https://www.youtube.com/watch?v=JvvaNQ0DO4Q&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:10:59]
|}
:<span id=p2014>[[#2014|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj--yAmV2yUe73O5ntiqF4Xp a single playlist].


* [https://github.com/abrudz/apl_quest/ Code repository]
=== Problems from 2015 ===
* [https://www.youtube.com/playlist?list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN Video playlist]
{|class=wikitable id=2015
! Problem !! Title !! Chat !! Code !! Video[[#p2015|*]]
|-
| 1 || [https://problems.tryapl.org/psets/2015.html?goto=P1_Nag_A_Ram Nag A Ram] || [https://chat.stackexchange.com/transcript/52405?m=61439442#61439442 Jun 23, 2022] || [https://github.com/abrudz/apl_quest/tree/main/2015/1.apl 2015/1.apl] || [https://www.youtube.com/watch?v=nmUQ9cSQajY&&list=PLYKQVqyrAEj8D5G7jIkBPCsuu_9AbyHxE 00:16:22]
|-
| 2 || [https://problems.tryapl.org/psets/2015.html?goto=P2_Longest_Streak Longest Streak] || Jul 1, 2022 || TBA || TBA
|-
| 3 || [https://problems.tryapl.org/psets/2015.html?goto=P3_Farey_Tale Farey Tale] || Jul 8, 2022 || TBA || TBA
|-
| 4 || [https://problems.tryapl.org/psets/2015.html?goto=P4_PDI_Progessive_Dyadic_Iota PDI - Progressive Dyadic Iota] || Jul 15, 2022 || TBA || TBA
|-
| 5 || [https://problems.tryapl.org/psets/2015.html?goto=P5_Hes_so_mean_he_has_no_standard_deviation He’s so mean, he has no standard deviation] || Jul 22, 2022 || TBA || TBA
|-
| 6 || [https://problems.tryapl.org/psets/2015.html?goto=P6_Hey_This_is_My_Space Hey! This is My Space] || Jul 29, 2022 || TBA || TBA
|-
| 7 || [https://problems.tryapl.org/psets/2015.html?goto=P7_Just_In_Upper_Case Just in (Upper) Case] || Aug 5, 2022 || TBA || TBA
|-
| 8 || [https://problems.tryapl.org/psets/2015.html?goto=P8_Unlucky_13 Unlucky 13] || Aug 12, 2022 || TBA || TBA
|-
| 9 || [https://problems.tryapl.org/psets/2015.html?goto=P9_Id_Like_Mine_Scrambled_Please I’d Like Mine Scrambled Please] || Aug 19, 2022 || TBA || TBA
|-
| 10 || [https://problems.tryapl.org/psets/2015.html?goto=P10_Blaiseing_a_Trail Blaise’ing a Trail] || Aug 26, 2022 || TBA || TBA
|}
:<span id=p2015>[[#2015|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj8D5G7jIkBPCsuu_9AbyHxE a single playlist].


{{APL community}}[[Category:Online sessions]]
== References ==
<references/>
{{APL community}}[[Category:Online sessions]][[Category:Web broadcasts]]

Revision as of 16:40, 27 June 2022

Still frame from a follow-up video.

APL Quest is the title used for a series of short live chat sessions held by Adám Brudzewsky with guest appearances by Richard Park. The sessions run on Fridays at 15:00 UTC since 4 February 2022. Each session focuses on one problem from Phase 1 of a past APL Problem Solving Competition, beginning with problem 1 from the 2013 round, and is followed up by publication of the code[1] and a video that summarises the solutions.[2]

APL Quest events happen in the APL Orchard, and requires a Stack Exchange account:

The Stack Exchange chat system allows signing up for reminders to these recurring events.[3]

Sessions

Problems from 2013

Problem Title Chat Code Video*
1 Seems a Bit Odd To Me Feb 4, 2022 2013/1.apl 00:10:31
2 Making The Grade Feb 11, 2022 2013/2.apl 00:15:03
3 What Is In a Word Feb 18, 2022 2013/3.apl 00:21:18
4 Keeping Things In Balance Feb 25, 2022 2013/4.apl 00:34:35
5 Identity Crisis Mar 4, 2022 2013/5.apl 00:25:05
6 Home On The Range Mar 11, 2022 2013/6.apl 00:19:48
7 Float Your Boat Mar 18, 2022 2013/7.apl 00:22:50
8 Go Forth And Multiply Mar 25, 2022 2013/8.apl 00:19:42
9 It Is a Moving Experience Apr 1, 2022 2013/9.apl 00:15:12
10 Solution Salvation Apr 8, 2022 2013/10.apl 00:24:01
* All videos are also available as a single playlist.

Problems from 2014

Problem Title Chat Code Video*
1 It Is All Right Apr 15, 2022 2014/1.apl 00:18:13
2 How Tweet It Is Apr 22, 2022 2014/2.apl 00:29:50
3 Tell a Fib Apr 29, 2022 2014/3.apl 00:30:45
4 Space The Final Frontier May 6, 2022 2014/4.apl 00:52:55
5 Mirror Mirror May 13, 2022 2014/5.apl 00:16:31
6 Roll The Dice May 20, 2022 2014/6.apl 00:10:55
7 Revolutionary Thinking May 27, 2022 2014/7.apl 00:15:56
8 Go The Distance Jun 3, 2022 2014/8.apl 00:07:59
9 Going Ballistic Jun 10, 2022 2014/9.apl 00:08:27
10 Sales Are Up Jun 17, 2022 2014/10.apl 00:10:59
* All videos are also available as a single playlist.

Problems from 2015

Problem Title Chat Code Video*
1 Nag A Ram Jun 23, 2022 2015/1.apl 00:16:22
2 Longest Streak Jul 1, 2022 TBA TBA
3 Farey Tale Jul 8, 2022 TBA TBA
4 PDI - Progressive Dyadic Iota Jul 15, 2022 TBA TBA
5 He’s so mean, he has no standard deviation Jul 22, 2022 TBA TBA
6 Hey! This is My Space Jul 29, 2022 TBA TBA
7 Just in (Upper) Case Aug 5, 2022 TBA TBA
8 Unlucky 13 Aug 12, 2022 TBA TBA
9 I’d Like Mine Scrambled Please Aug 19, 2022 TBA TBA
10 Blaise’ing a Trail Aug 26, 2022 TBA TBA
* All videos are also available as a single playlist.

References

  1. Adám Brudzewsky. apl_quest code repository. GitHub.
  2. Adám Brudzewsky. APL Quest playlist. YouTube.
  3. The APL Orchard. APL Quest. Room schedule. Stack Exchange.
APL community [edit]
Conferences and activities Advent of CodeAPL CampfireAPL CultivationAPL Meetup (Portuguese) ∙ APL ShowAPL Problem Solving CompetitionAPL ChallengeAPL QuestAPL SeedsArray CastBAA sessionsCode golfDyalog user meetingsDyalog webinarsIverson Award
Chat rooms and forums APL FarmAPL Orchard
User groups APL et J (France) ∙ APL Germany (terminology) ∙ APL ∊ BCN (Spain) ∙ BAA (UK) ∙ FinnAPL (Finland) ∙ SIGAPL (USA) ∙ Tokyo APL/J/K Meetup (Japan)
People Phil AbramsBrian BeckerBob BerneckyLarry BreedCharles BrennerJim BrownAdám BrudzewskyGitte ChristensenPeter DonnellyJohn EarnestAdin FalkoffGarth FosterLib GibsonAaron HsuRoger HuiKen IversonMorten KrombergDick LathwellMarshall LochbaumEugene McDonnellRoger MooreTrenchard MoreAlan PerlisHenry RichAl RoseJohn ScholesIan SharpBob SmithGeoff StreeterArthur Whitney
Other APL Quote QuadAPL WikiBlogsBooksCase studiesFamous APL usersHumourJobsMerchandisePapersPodcastsTryAPLTry It OnlineVideo channels