Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last Week in Pony - February 18, 2024 #927

Merged
merged 9 commits into from
Feb 18, 2024
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions docs/blog/posts/last-week-in-pony-021824.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
draft: false
authors:
- seantallen
- ryan
categories:
- "Last Week in Pony"
title: "Last Week in Pony - February 18, 2024"
date: 2024-02-18T07:00:06-04:00
---

It was a fairly slow week in Pony. There was no Office Hours; the Development Sync was relatively short; but, we do have a "new website". And, the "Constrained Types" RFC was implemented and merged into the Pony standard library.

<!-- more -->

## Items of Note

### "Updated" Pony website

This weekend, Sean moved the Pony website to MkDocs. For several years, it was using a customized Hugo theme that stopped working ages ago unless you used a very old version of Hugo.

While waiting for the Super Bowl to start, he spent a few hours moving the site over the using MkDocs and the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) "theme".
SeanTAllen marked this conversation as resolved.
Show resolved Hide resolved

Everything should be working as it was before, but it is possible some links got broken or other functionality might have gotten broken in the move. If you find anything, please [open an issue](https://github.com/ponylang/ponylang-website/issues/new).

### Pony Development Sync

[Audio](https://sync-recordings.ponylang.io/r/2024_02_13.m4a) from the February 13th, 2024 sync is available.

We had a quick agenda this week. It was about 15 minutes total. Have a listen.

### Office Hours

We have an open Zoom meeting every week for the community to get together and well, do whatever they want. In theory, Sean T. Allen "owns" the meeting and will often set an agenda. Anyone is welcome to show up and participate. Got a Pony related problem you need help solving and prefer to do it synchronously? Give Office Hours a try. The meeting is open to anyone. Stay up-to-date with the schedule by [subscribing to the Office Hours calender](https://calendar.google.com/calendar/ical/4465e68ae24131ae00461a40893f2637a2c9ac510e311a44ff78680e2f183ce3%40group.calendar.google.com/public/basic.ics). Hopefully, we'll see you at an Office Hours soon.

There was no Office Hours this week. Sean has incapacitated with a migraine.

## RFCs

### Implemented

- [Constrained Types](https://github.com/ponylang/ponyc/pull/4493)

## Community Resource Highlight

We like to take a moment in each Last Week in Pony to highlight a community resource. There are many community resources that can go unappreciated until _just the right time_ when someone hops into the Ponylang Zulip asking a question or facing a problem we have all had at one time or another. Well here in Last Week in Pony, we make it **just the right time** to highlight one of our excellent community resources.

If you have ever wondered how and why Pony came about -- including where the name came from -- there is [An Early History of Pony](https://www.ponylang.io/blog/2017/05/an-early-history-of-pony/) blog entry written by the designer of Pony himself, Sylvan Clebsch.

---

_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), our Twitter account [@ponylang](https://twitter.com/ponylang), 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).

Interested in making a change, or keeping up with changes to Pony? Check out the [RFC repo](https://github.com/ponylang/rfcs). Contributors welcome!
Loading