From 9b700b1a6322d98fabb090dec24dcac1756eb6aa Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 1 Dec 2024 11:05:46 -0500 Subject: [PATCH] Last Week in Pony - December 1, 2024 (#1028) --- .spelling-wordlist.txt | 1 + docs/blog/posts/last-week-in-pony-120224.md | 57 +++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-120224.md diff --git a/.spelling-wordlist.txt b/.spelling-wordlist.txt index 2616ff62..4e869fe5 100644 --- a/.spelling-wordlist.txt +++ b/.spelling-wordlist.txt @@ -556,6 +556,7 @@ Vyukov's Wahl Wallaroo WallarooLabs +Wayland WebSocket WG WHEEEE diff --git a/docs/blog/posts/last-week-in-pony-120224.md b/docs/blog/posts/last-week-in-pony-120224.md new file mode 100644 index 00000000..584e9d5a --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-120224.md @@ -0,0 +1,57 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - December 1, 2024" +date: 2024-12-01T07:00:06-04:00 +--- + +There's a new Pony release out. We recommend you update as soon as possible. + + + +## Items of Note + +### Pony 0.58.7 released + +This week, we are thankful for Dipin Hora and the mess of Pony runtime improvement PRs he opened recently. Most of them got releases as part of Pony 0.58.7. It includes a couple of important but non-critical bug fixes. We recommend you update as soon as possible. + +Check out [the release notes](https://github.com/ponylang/ponyc/releases/tag/0.58.7) to learn more. + +### Another "interview" might be on the way + +Last week, Sylvan and I did an "interview" with Mike Shah. It was a lot of fun. We talked about Pony, programming languages in general, and a bunch of other stuff. It was recorded and we'll let you know here when it comes out. + +### Pony Development Sync + +The recording of the November 26, 2024 Pony development sync is available. Check it out on [Vimeo](https://vimeo.com/1033680462). + +### Office Hours + +Office Hours this past week was myself, Adrian, and Red. A good chunk of conversation revolved around the ["Add support for pinning actors to a dedicated scheduler thread" pull request](https://github.com/ponylang/ponyc/pull/4547) that Dipin Hora opened. + +I talked through a number of runtime related issues and what the PR does. Adrian and Red asked a lot of questions and as a result, I discussed with Dipin and he made some changes to the documentation and method names to help make the intent and caveats clearer. + +Adrian and Red were both very excited to see the work and are hopefully to be using it soon. + +We also discussed how Wayland and Pony actors might work together and how to call Pony behavior from callbacks in C code. + +If you are interested in learning more about Pony, I strongly suggest you start attending Office Hours. You'll learn a lot. + +## Advent of Code + +Advent of Code is getting ready to start up again. If you're doing it using Pony, please feel free to stop by the [beginner help Zulip stream](https://ponylang.zulipchat.com/#narrow/channel/189985-beginner-help) to get help. + +A few members of the Pony community regularly do Advent of Code every year. If they start a special stream to discuss their solutions, we'll let you know in next week's Last Week in Pony. + +## Releases + +- [ponylang/ponyc 0.58.7](https://github.com/ponylang/ponyc/releases/tag/0.58.7) + +--- + +_Last Week In Pony_ is a weekly blog post to catch you up on the latest news for the Pony programming language. To learn more about Pony, check out [our website](https://ponylang.io) or our [Zulip community](https://ponylang.zulipchat.com). + +Got something you think should be featured? There's a GitHub issue for that! Add a comment to the [open "Last Week in Pony" issue](https://github.com/ponylang/ponylang.github.io/issues?q=is%3Aissue+is%3Aopen+label%3Alast-week-in-pony).