From 1a9e8031fd6a53b8ffa102660fa41ae64c963cc2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 8 Jan 2025 15:10:44 -0800 Subject: [PATCH 1/4] blog post: Advent of Code 2024 recap --- .../_posts/2025-01-15-advent-of-code-recap.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 blog/_posts/2025-01-15-advent-of-code-recap.md diff --git a/blog/_posts/2025-01-15-advent-of-code-recap.md b/blog/_posts/2025-01-15-advent-of-code-recap.md new file mode 100644 index 000000000..c659ab590 --- /dev/null +++ b/blog/_posts/2025-01-15-advent-of-code-recap.md @@ -0,0 +1,42 @@ +--- +layout: blog-detail +post-type: blog +by: Jamie Thompson and Seth Tisue, Scala Center +title: Recap of Advent of Code 2024 +description: A recap of how the Scala Community participated in the recent 2024 Advent of Code challenge +--- + +Happy New Year everyone! + +**[Advent of Code](https://adventofcode.com/)**, started by [Eric Wastl](http://was.tl/), is a yearly event providing daily programming puzzles between December 1st and December 25th. + +Following on from [last year's blog post](https://scala-lang.org/blog/2024/01/10/advent-of-code-recap.html), let's see how the Scala community participated in the Advent of Code 2024. We were pleased by the strong engagement on both the [Scala Discord][discord] and on [our solutions website][sc-advent-of-code]. + +## Why we do this + +At the [Scala Center](https://scala.epfl.ch), we love writing code in Scala, and we hope you do too. One of our core priorities is to _communicate excitement about Scala_, which motivates us to participate in the Advent of Code and share experiences solving problems with Scala with the wider programming community. + +Another key priority is to improve the _onboarding experience for newcomers_. Part of that experience comes from the first impressions someone has reading Scala code. We hope that through hosting articles on [our solutions website][sc-advent-of-code], newcomers can see that programming in Scala is an elegant way to solve problems. As a follow up, we aim to make this website more visible, or at least a selection from it, as a showcase for newcomers ("Scala by example"). + +## Engagement from the community + +### Discord channel + +This year, we had dozens of people engaging in lively conversation (with spoilers duly grayed out, of course!) in the `#advent-of-code` channel on the [Scala Discord server][discord]. Thank you to everyone who shared their code and/or helped each other come up with the best solutions. We especially thank those who offered friendly help to Scala newcomers. + +### Community solutions + +We had 281 solutions submitted to [the website][sc-advent-of-code] this year, increased from 237 last year and 164 the year before, with many first time contributors. + +We give a special shout-out to [Paweł Cembaluk](https://github.com/AvaPL), who was the only participant to submit a solution for all 25 days, and [Raphaël Marbeck](https://github.com/rmarbeck), who was close behind with 24 solutions. + +### Explainer articles + +As usual, we reached out to the community to help write the daily articles that show well-coded, well-explained solutions. The community organized a posting schedule which led to 22 completed articles, plus we expect to fill in the missing three soon. Thank you to all the authors who contributed. Each article has the author's name at the top. The articles are on [our solutions website][sc-advent-of-code]. + +## Summary + +If you read this far, thank you again everyone for contributing to Scala and participating in Advent of Code, we hope you all had fun -- and learned some things, too. See you next year -- happy coding! + +[sc-advent-of-code]: https://scalacenter.github.io/scala-advent-of-code/2024/ +[discord]: https://discord.com/invite/scala From 29c0855c76c8c7a6d7744c9892f9a2f4e8834857 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 8 Jan 2025 15:15:29 -0800 Subject: [PATCH 2/4] rename --- ...advent-of-code-recap.md => 2025-01-16-advent-of-code-recap.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blog/_posts/{2025-01-15-advent-of-code-recap.md => 2025-01-16-advent-of-code-recap.md} (100%) diff --git a/blog/_posts/2025-01-15-advent-of-code-recap.md b/blog/_posts/2025-01-16-advent-of-code-recap.md similarity index 100% rename from blog/_posts/2025-01-15-advent-of-code-recap.md rename to blog/_posts/2025-01-16-advent-of-code-recap.md From 3032c7d66dcfc133b835936fd6d5797d0434aa00 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 9 Jan 2025 08:21:28 -0800 Subject: [PATCH 3/4] Update blog/_posts/2025-01-16-advent-of-code-recap.md Co-authored-by: adpi2 --- blog/_posts/2025-01-16-advent-of-code-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2025-01-16-advent-of-code-recap.md b/blog/_posts/2025-01-16-advent-of-code-recap.md index c659ab590..b2e18a1b1 100644 --- a/blog/_posts/2025-01-16-advent-of-code-recap.md +++ b/blog/_posts/2025-01-16-advent-of-code-recap.md @@ -16,7 +16,7 @@ Following on from [last year's blog post](https://scala-lang.org/blog/2024/01/10 At the [Scala Center](https://scala.epfl.ch), we love writing code in Scala, and we hope you do too. One of our core priorities is to _communicate excitement about Scala_, which motivates us to participate in the Advent of Code and share experiences solving problems with Scala with the wider programming community. -Another key priority is to improve the _onboarding experience for newcomers_. Part of that experience comes from the first impressions someone has reading Scala code. We hope that through hosting articles on [our solutions website][sc-advent-of-code], newcomers can see that programming in Scala is an elegant way to solve problems. As a follow up, we aim to make this website more visible, or at least a selection from it, as a showcase for newcomers ("Scala by example"). +Another key priority is to improve the _onboarding experience for newcomers_. Part of that experience comes from the first impressions someone has reading Scala code. We hope that through hosting articles on [our solutions website][sc-advent-of-code], newcomers can see that programming in Scala is an elegant way to solve problems. ## Engagement from the community From 262f278476673e7baaa8f9e267bd1f0a93620078 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 16 Jan 2025 12:36:34 -0800 Subject: [PATCH 4/4] two more articles came in --- blog/_posts/2025-01-16-advent-of-code-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2025-01-16-advent-of-code-recap.md b/blog/_posts/2025-01-16-advent-of-code-recap.md index b2e18a1b1..bb0bce202 100644 --- a/blog/_posts/2025-01-16-advent-of-code-recap.md +++ b/blog/_posts/2025-01-16-advent-of-code-recap.md @@ -32,7 +32,7 @@ We give a special shout-out to [Paweł Cembaluk](https://github.com/AvaPL), who ### Explainer articles -As usual, we reached out to the community to help write the daily articles that show well-coded, well-explained solutions. The community organized a posting schedule which led to 22 completed articles, plus we expect to fill in the missing three soon. Thank you to all the authors who contributed. Each article has the author's name at the top. The articles are on [our solutions website][sc-advent-of-code]. +As usual, we reached out to the community to help write the daily articles that show well-coded, well-explained solutions. The community organized a posting schedule which led to 24 completed articles. Thank you to all the authors who contributed. Each article has the author's name at the top. The articles are on [our solutions website][sc-advent-of-code]. ## Summary