Skip to content

Commit

Permalink
Move some Development Sync videos to Vimeo (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Feb 21, 2024
1 parent 0832a81 commit f8de3e6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-050717.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Over the last year or two, many folks have asked some variation on "how did Pony

## Items of Note

Audio from the [May 3rd Pony development sync meeting](https://sync-recordings.ponylang.io/r/2017_05_03.m4a) is available for your listening pleasure.
Audio from the [May 3rd Pony development sync meeting](https://vimeo.com/manage/videos/915140870) is available for your listening pleasure.

## RFCs

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-051417.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add

- Carl Quinn opened a [PR](https://github.com/ponylang/ponyc/pull/1897) for initial feedback on [RFC #38](https://github.com/ponylang/rfcs/blob/main/text/0038-cli-format.md). It aims to replace the existing `Options` package and provide a standard command line argument syntax for Pony tools and other programs, and a corresponding package named `cli` to be provided in the standard library.

- [Audio from the May 10, 2017 Pony Development Sync](https://sync-recordings.ponylang.io/r/2017_05_10.m4a) is available for your listening pleasure. We had a light attendance and as such, the meeting only ran about 30 minutes instead of the usual 60.
- [Audio from the May 10, 2017 Pony Development Sync](https://vimeo.com/manage/videos/915141234) is available for your listening pleasure. We had a light attendance and as such, the meeting only ran about 30 minutes instead of the usual 60.

## News and Blog Posts

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-052117.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add
## Items of note

- A new version of [Ponylang-mode](https://github.com/SeanTAllen/ponylang-mode), the Emacs mode for Pony, was released. [Release notes](https://github.com/SeanTAllen/ponylang-mode/releases/tag/0.0.9) are available.
- [Audio from the May 10, 2017, Pony Development Sync](https://sync-recordings.ponylang.io/r/2017_05_10.m4a) is available for your listening pleasure. Lots of type system and some wonderful discussion of the fun that is computers and dates.
- [Audio from the May 17, 2017, Pony Development Sync](https://vimeo.com/manage/videos/915141554) is available for your listening pleasure. Lots of type system and some wonderful discussion of the fun that is computers and dates.
- [RFC:34 Bare methods and lambdas](https://github.com/ponylang/rfcs/blob/main/text/0034-bare-ffi-lambdas.md) has been [merged to main](https://github.com/ponylang/ponyc/pull/1858). RFC 34 is going to be a great boon to interfacing with some libraries via C-FFI that wasn't previously possible. Want to work with a C library that uses function pointers as callbacks? Awesome, because now we have you covered.

## RFCs
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-052817.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Got something you think should be featured? There's a GitHub issue for that! Add

- The Pony standard library now includes a persistent set class. It [was merged](https://github.com/ponylang/ponyc/pull/1925) as part of the work being done on [RFC 42](https://github.com/ponylang/rfcs/blob/main/text/0042-more-persistent-collections.md).

- Audio from the [May 24, 2017, Pony development sync meeting](https://sync-recordings.ponylang.io/r/2017_05_24.m4a) is available. Lots of conversation during the development sync about [Joe's RFC to improve the performance characteristics of string concatention](https://github.com/ponylang/rfcs/pull/90). We also had a good discussing arising from the [stateful exceptions RFC](https://github.com/ponylang/rfcs/pull/76).
- Audio from the [May 24, 2017, Pony development sync meeting](https://vimeo.com/manage/videos/915141928) is available. Lots of conversation during the development sync about [Joe's RFC to improve the performance characteristics of string concatention](https://github.com/ponylang/rfcs/pull/90). We also had a good discussing arising from the [stateful exceptions RFC](https://github.com/ponylang/rfcs/pull/76).
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-060417.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add

## Items of note

- Audio from the [May 31st Pony Development Sync](https://sync-recordings.ponylang.io/r/2017_05_31.m4a) is available for your listening pleasure. Unlike the previous week where we mostly stuck to one subject, we were back to our more usual freewheeling style. If variety is your bag, you'll enjoy this sync call.
- Audio from the [May 31st Pony Development Sync](https://vimeo.com/manage/videos/915142584) is available for your listening pleasure. Unlike the previous week where we mostly stuck to one subject, we were back to our more usual freewheeling style. If variety is your bag, you'll enjoy this sync call.

## News and Blog Posts

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-061117.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add

- The final portion of [RFC #42](https://github.com/ponylang/rfcs/blob/main/text/0042-more-persistent-collections.md) [was merged to main](https://github.com/ponylang/ponyc/pull/1949). The PR adds a persistent vector type to the standard library. Thank you, Theo Butler, for proposing and implementing this latest addition to our persistent data types.

- Audio from the Pony development sync from June 7, 2017, is [now available for your listening pleasure](https://sync-recordings.ponylang.io/r/2017_06_07.m4a). I'd love to tell you what topics we discussed, but I forgot to write it down. I had a long week, and chances of my remembering without listening are slim. O, and listening, not happening. Whatever we discussed, I'm sure its enthralling (as per usual). Enjoy!
- Audio from the Pony development sync from June 7, 2017, is [now available for your listening pleasure](https://vimeo.com/manage/videos/915143239). I'd love to tell you what topics we discussed, but I forgot to write it down. I had a long week, and chances of my remembering without listening are slim. O, and listening, not happening. Whatever we discussed, I'm sure its enthralling (as per usual). Enjoy!

## RFCs

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-062517.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Got something you think should be featured? There's a GitHub issue for that! Add

- A first version of [RFC #38: "CLI Syntax"](https://github.com/ponylang/rfcs/blob/main/text/0038-cli-format.md) has been [merged to main](https://github.com/ponylang/ponyc/pull/1897). This is the first step towards deprecating the `Options` package for command line argument parsing.

- Audio from the [June 21, 2017 Pony Development Sync](https://sync-recordings.ponylang.io/r/2017_06_21.m4a) is now available. I particularly enjoyed this meeting as it features a conversation with a new member of the community. If you are interested in Pony and are looking for ways to contribute, stop by the sync. We love to help new folks get going with contributing.
- Audio from the [June 21, 2017 Pony Development Sync](https://vimeo.com/manage/videos/915143722) is now available. I particularly enjoyed this meeting as it features a conversation with a new member of the community. If you are interested in Pony and are looking for ways to contribute, stop by the sync. We love to help new folks get going with contributing.
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-070217.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add

"Slow week" in terms of items of note. Plenty happening behind the scenes but not a whole lot to point you at this week.

- Audio from the [June 28th Pony development sync](https://sync-recordings.ponylang.io/r/2017_06_28.m4a) is available for your listening pleasure. I'd love to summarize the meeting for you but I wasn't able to attend and haven't had a chance to listen yet myself. I like surprises, hopefully you do too.
- Audio from the [June 28th Pony development sync](https://vimeo.com/manage/videos/915144157) is available for your listening pleasure. I'd love to summarize the meeting for you but I wasn't able to attend and haven't had a chance to listen yet myself. I like surprises, hopefully you do too.

- There a new release coming soon but we are currently waiting to close out a couple of issues. See [https://github.com/ponylang/ponyc/issues/1976](https://github.com/ponylang/ponyc/issues/1976) for more details.

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-072317.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add
- Alpine Linux support [has landed on main](https://github.com/ponylang/ponyc/pull/1844) and will be released in Pony 0.16.0. Thanks to Dipin Hora for doing the initial work.
- LLVM 4.0 support is [on the way](https://github.com/ponylang/ponyc/pull/2061). Gordon Tisher picked this up and ran with it when no one else had time. When this gets merged, everyone should drop Gordon a note of thanks. I'll do mine now: Thanks Gordon! You rock!
- Supporting a ton of different LLVM versions is difficult for a small team. There's a proposition to remove LLVM 3.7 support once 4.0 support lands. If this would ruin your day, [please let us know](https://github.com/ponylang/ponyc/issues/2063).
- Audio from the [July 19, 2017 Pony development sync](https://sync-recordings.ponylang.io/r/2017_07_19.m4a) is available for your listening pleasure.
- Audio from the [July 19, 2017 Pony development sync](https://vimeo.com/manage/videos/915145456) is available for your listening pleasure.

## News and Blog Posts

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-073017.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At this time this "Last Week in Pony" was published, we were in [the process of
- The [Pony Playground](https://playground.ponylang.io/) now compiles your programs in debug mode. This change makes `Debug.out("foo")` now result in output. [Enjoy](https://playground.ponylang.io/?gist=66aab8cfb7fb9be14b7d2c2b9b91b617)!
- We're looking for help putting together documentation on how to cross-compile Pony programs. If you have experience and can help, [please respond on the mailing list](https://pony.groups.io/g/user/message/1254).
- The Pony Virtual Users' Group needs you! [Get involved today!](https://pony.groups.io/g/user/message/1280)
- Audio from the [July 26, 2017, Pony development sync](https://sync-recordings.ponylang.io/r/2017_07_26.m4a) is available for your listening pleasure.
- Audio from the [July 26, 2017, Pony development sync](https://vimeo.com/manage/videos/915146055) is available for your listening pleasure.

## News and Blog Posts

Expand Down

0 comments on commit f8de3e6

Please sign in to comment.