Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 6, 2024
1 parent c65d6cf commit 51737e2
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-02042018.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

- The folks over at Wallaroo Labs have a post about why they decided to write their own [Kafka client in Pony](https://github.com/WallarooLabs/pony-kafka) rather than simply wrapping the C library. While Wallaroo specific, the general thinking could apply to your Pony project as well: [https://blog.wallaroolabs.com/2018/01/why-we-wrote-our-kafka-client-in-pony/](https://blog.wallaroolabs.com/2018/01/why-we-wrote-our-kafka-client-in-pony/)
- The folks over at Wallaroo Labs have a post about why they decided to write their own [Kafka client in Pony](https://github.com/WallarooLabs/pony-kafka) rather than simply wrapping the C library. While Wallaroo specific, the general thinking could apply to your Pony project as well. **Edit**: The link has since gone invalid so we've removed.

- A new JSON parser for Pony has been announced on Reddit: [https://github.com/Krognol/ponyjson](https://github.com/Krognol/ponyjson)

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

## News and Blog Posts

- Renato Athaydes wrote a little bit about Pony in his blog post: [Fearless concurrency: how Clojure, Rust, Pony, Erlang and Dart let you achieve that](https://sites.google.com/a/athaydes.com/renato-athaydes/posts/fearlessconcurrencyhowclojurerustponyerlanganddartletyouachievethat). Check out the associated [Hacker News](https://news.ycombinator.com/item?id=19241427) or [/r/programming](https://www.reddit.com/r/programming/comments/aucqq8/fearless_concurrency_how_clojure_rust_pony_erlang/) discussion if that's your thing.
- Renato Athaydes wrote a little bit about Pony in his blog post: Fearless concurrency: how Clojure, Rust, Pony, Erlang and Dart let you achieve that. Check out the associated [Hacker News](https://news.ycombinator.com/item?id=19241427) or [/r/programming](https://www.reddit.com/r/programming/comments/aucqq8/fearless_concurrency_how_clojure_rust_pony_erlang/) discussion if that's your thing.

## RFCs

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-032817.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Version 0.11.4 has been released, with the full [release notes here](https://pon

- [Pony Community Survey](https://docs.google.com/forms/d/e/1FAIpQLScBNr5dPPCVYchRukAm-sFR3wipndVJiua3xHr8CslohVFRlg/viewform?c=0&w=1&usp=send_form)

- [Hello Wallaroo!](http://engineering.sendence.com/2017/03/hello-wallaroo/) A brief introduction to Sendence's Wallaroo, written in Pony.
- Hello Wallaroo! A brief introduction to Sendence's Wallaroo, written in Pony. **Edit**: The link has since gone invalid so we've removed.

- [Developer Sync Meeting](https://vimeo.com/915001289) This weeks developer sync meeting.

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-040417.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There were several "point" releases last week. For a list of full releases see t

- [New Website Layout](http://www.ponylang.io/) ponylang.io got an update, as well as an official place for the [Pony blog](http://www.ponylang.io/blog/)

- [Pony Play Pen!](http://pony-playpen.lietar.net/) Pony now has a live, browser-accessible sandbox.
- [Pony Play Pen!](https://playground.ponylang.io/) Pony now has a live, browser-accessible sandbox.

- [Developer Sync Meeting](https://vimeo.com/915001704) Audio from the March 29th Pony developer sync meeting.

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

## News And Blog Posts

* There is a brand new blog post from the folks at [WallarooLabs](http://www.wallaroolabs.com/) about how their Python API works with Pony: [https://blog.wallaroolabs.com/2018/04/the-snake-and-the-horse-how-wallaroos-python-api-works-with-pony/](https://blog.wallaroolabs.com/2018/04/the-snake-and-the-horse-how-wallaroos-python-api-works-with-pony/)
* There is a brand new blog post from the folks at WallarooLabs about how their Python API works with Pony: **Edit**: The link has since gone invalid so we've removed.

* A new package for *Linear Algebra in Pony* by GitHub user @dougmacdoug has been released: [linal](https://github.com/dougmacdoug/ponylang-linal) ([The original Announcement](https://pony.groups.io/g/user/topic/linal_linear_algebra/16887194?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,16887194)).
* Due to [GitHub removing anonymous gist creation](https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/) it was not possible to create gists on the [Pony Playground](https://playground.ponylang.io/) for some days. But Paul stepped in and fixed that. Thank you!

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-042620.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Nightly builds of ponyc for FreeBSD 12.1 are available. pony-semver has moved in

- [pony-semver](https://github.com/ponylang/pony-semver), a project started by [@btab](https://github.com/btab/), has become an official Ponylang organization project. pony-semver is a semantic versioning library for Pony. It is being used in the [corral dependency manager](https://github.com/ponylang/corral) project.

- Hydraconf is all online this July and they are looking for a Pony talk. Interested? Submit your talk today at: [https://speakers.hydraconf.com/](https://speakers.hydraconf.com/). The deadline to submit is May 1st, 2020.
- Hydraconf is all online this July and they are looking for a Pony talk. Interested? Submit your talk today. The deadline to submit is May 1st, 2020.

## 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 @@ -28,7 +28,7 @@ Got something you think should be featured? There's a GitHub issue for that! Add

## News and Blog Posts

- "Funky Bob" aka Curtis Maloney has recently started learning Pony and has a [short blog post about his experience so far](http://musings.tinbrain.net/blog/2017/may/11/learning-pony/).
- "Funky Bob" aka Curtis Maloney has recently started learning Pony and has a short blog post about his experience so far. **Edit**: The link has since gone invalid so we've removed.

## RFCs

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-081317.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Yesterday we added the first revision of the [Pony Performance Cheat Sheet](http

## News and Blog Posts

- Back in early July, Sean T. Allen travelled to Paris to talk Pony at [Polyconf 17](https://polyconf.com/). [Video](https://eventil.com/presentations/XrsemV) and [slides](https://speakerdeck.com/seantallen/why-pony) are now available for "Why Pony? Bleeding edge technology for your concurrency woes".
- Back in early July, Sean T. Allen travelled to Paris to talk Pony at [Polyconf 17](https://polyconf.com/). [Slides](https://speakerdeck.com/seantallen/why-pony) are now available for "Why Pony? Bleeding edge technology for your concurrency woes".
- Kevin Hoffman keeps rolling along with another Pony related blog post: ["Modeling Non-Blocking Interactions with Actors in Pony"](https://medium.com/@KevinHoffman/modeling-non-blocking-interactions-with-actors-in-pony-fae59151246a).
- Brian Sletten gave a talk on Pony at No Fluff Just Stuff. It wasn't recorded but slides are available. Sadly, they were eventually taken down.

Expand Down
4 changes: 2 additions & 2 deletions docs/blog/posts/last-week-in-pony-091717.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Last Thursday, Pony 0.19.1 was released. It's a non-breaking change **and** incl
## Items of note

- [Pony-stable](https://github.com/ponylang/pony-stable), the Pony dependency manager, is now available via [Homebrew](https://brew.sh/). Prebuilt binaries for Windows and Linux are [coming soon](https://github.com/ponylang/pony-stable/issues/26).
- [Wallaroo Labs](https://www.wallaroolabs.com/), formerly Sendence, released their in-progress [Pony Kafka client](https://github.com/WallarooLabs/pony-kafka). The client currently only works with their [custom ponyc fork](https://github.com/wallaroolabs/ponyc), but they announced that it should be ported to mainline ponyc "soon".
- Wallaroo Labs, formerly Sendence, released their in-progress [Pony Kafka client](https://github.com/WallarooLabs/pony-kafka). The client currently only works with their [custom ponyc fork](https://github.com/wallaroolabs/ponyc), but they announced that it should be ported to mainline ponyc "soon".
- Sean T. Allen (that's me!) announced the 0.1 release of a pure Pony [MessagePack](http://msgpack.org/index.html) client called [pony-msgpack](https://github.com/SeanTAllen/pony-msgpack/releases/tag/0.1). It's still feature incomplete but will becoming more full featured over time.
- Audio from the [September 13, 2017 Pony development sync](https://vimeo.com/915151279) is available for your listening pleasure.

## News and Blog Posts

- [A Framework for Gradual Memory Management](https://drive.google.com/file/d/0B_4wx_3dTGICWG1Ddk81Rnh0YzA/view) proposes a way for a language's compiler to allow a single program to use multiple memory management strategies optimized for performance, with compile-time safety guarantees. The Pony community might be interested because it adopts Pony's reference capabilities as part of its proposed mechanisms.
- "A Framework for Gradual Memory Management" proposes a way for a language's compiler to allow a single program to use multiple memory management strategies optimized for performance, with compile-time safety guarantees. The Pony community might be interested because it adopts Pony's reference capabilities as part of its proposed mechanisms.
- Jorge Díaz wrote a blog post about his first experience with Pony- [Go through this concurrent world in the company of a Pony](https://medium.com/@jdia/go-through-this-concurrent-world-in-the-company-of-a-pony-f24bcf501855).

## RFCs
Expand Down
4 changes: 1 addition & 3 deletions docs/blog/posts/last-week-in-pony-100317.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ On sunday Pony 0.19.2 has been released. It is a bug fix release which contains

The folks over at WallarooLabs have open sourced their *"ultrafast and elastic data processing engine"* Wallaroo. As many of you might have heard, Wallaroo is written in Pony. It's an excellent chance to explore a real world Pony codebase.

The release announcement is here: [https://blog.wallaroolabs.com/2017/09/open-sourcing-wallaroo/](https://blog.wallaroolabs.com/2017/09/open-sourcing-wallaroo/)

And the GitHub repo is here: [https://github.com/wallaroolabs/wallaroo](https://github.com/wallaroolabs/wallaroo)
The GitHub repo is here: [https://github.com/wallaroolabs/wallaroo](https://github.com/wallaroolabs/wallaroo)

## Items of note

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

## News and Blog Posts

- Our very Sean T. Allen from Wallaroo Labs published a blog post on why they chose Pony for building Wallaroo: [https://blog.wallaroolabs.com/2017/10/why-we-used-pony-to-write-wallaroo/](https://blog.wallaroolabs.com/2017/10/why-we-used-pony-to-write-wallaroo/) If you don't know if you should consider Pony, this is a great read which will definitely give you more confidence for your decision, whatever it may be. Also make sure to follow the very decent discussions on [Reddit](https://www.reddit.com/r/programming/comments/78v16n/why_we_used_pony_to_write_wallaroo/) and [Hacker News](https://news.ycombinator.com/item?id=15558051). And don't forget to share and upvote!
- Our very own Sean T. Allen from Wallaroo Labs published a blog post on why they chose Pony for building Wallaroo: **edit**: the link has gone invalid and has been removed. If you don't know if you should consider Pony, this is a great read which will definitely give you more confidence for your decision, whatever it may be. Also make sure to follow the very decent discussions on [Reddit](https://www.reddit.com/r/programming/comments/78v16n/why_we_used_pony_to_write_wallaroo/) and [Hacker News](https://news.ycombinator.com/item?id=15558051). And don't forget to share and upvote!

- There has been a talk about *ORCA*, the Pony Garbage Collector at SPLASH 2017 in Vancouver: [ORCA: GC and Type System Co-Design for Actor Languages](https://2017.splashcon.org/event/splash-2017-oopsla-orca-leveraging-types-and-messaging-for-fully-concurrent-gc). Here is [the original paper](https://ponylang.io/media/papers/orca_gc_and_type_system_co-design_for_actor_languages.pdf) this talk is based upon.

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-12172017.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

## News and Blog Posts

- The folks over at Wallaroo Labs have published a [blog post](https://blog.wallaroolabs.com/2017/12/dynamic-tracing-a-pony---python-program-with-dtrace/) by Scott Fritchie (also a Pony committer!) about using DTrace to get observability into Wallaroo Python applications. It's got a ton of resources on DTrace and SystemTap. It's also the best resource out there right now for observing Pony programs using DTrace: [https://blog.wallaroolabs.com/2017/12/dynamic-tracing-a-pony---python-program-with-dtrace/](https://blog.wallaroolabs.com/2017/12/dynamic-tracing-a-pony---python-program-with-dtrace/)
- The folks over at Wallaroo Labs have published a blog post by Scott Fritchie (also a Pony committer!) about using DTrace to get observability into Wallaroo Python applications. It's got a ton of resources on DTrace and SystemTap. It's also the best resource out there right now for observing Pony programs using DTrace: **Edit**: link removed as it has gone invalid.

## RFCs

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/last-week-in-pony-122219.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We have quite a lot of exciting announcements this week. Releases for Ponyup and

- On Wednesday January 8th, Pony core team member Sean T. Allen will be presenting Sylvan Clebsch paper ["Deny Capabilities for Safe, Fast Actors"](https://www.ponylang.io/media/papers/fast-cheap.pdf) at Papers We Love NYC. [RSVP](https://www.meetup.com/papers-we-love/events/267124284/) to confirm your spot.

- The most well-known Pony project is [Wallaroo](https://github.com/wallaroolabs/wallaroo); a high-performance distributed stream processing framework written in Pony. AdExchanger recently published a [short case study](https://adexchanger.com/platforms/pubmatic-slashes-infrastructure-costs-with-wallaroo-labs/) about work that Wallaroo Labs did building a data processing system for Pubmatic based on Wallaroo. If you are looking to get a Pony project off the ground at work, the Pubmatic study could make for a nice pairing with the [Why we used Pony to write Wallaroo](https://blog.wallaroolabs.com/2017/10/why-we-used-pony-to-write-wallaroo/) blog post that Wallaroo Labs published a couple of years ago.
- The most well-known Pony project is [Wallaroo](https://github.com/wallaroolabs/wallaroo); a high-performance distributed stream processing framework written in Pony. AdExchanger recently published a [short case study](https://adexchanger.com/platforms/pubmatic-slashes-infrastructure-costs-with-wallaroo-labs/) about work that Wallaroo Labs did building a data processing system for Pubmatic based on Wallaroo. If you are looking to get a Pony project off the ground at work, the Pubmatic study could make for a nice pairing with the Why we used Pony to write Wallaroo blog post that Wallaroo Labs published a couple of years ago.

---

Expand Down
1 change: 0 additions & 1 deletion docs/community/planet-pony.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ We don't have a Pony blog aggregator at the moment, so in the meantime, we have
* Video: [Pony: How I learned to stop worrying and embrace an unproven technology (QCon New York)](https://www.infoq.com/presentations/pony-wallaroo)
* Slides: [Pony: How I learned to stop worrying and embrace an unproven technology (QCon New York)](https://speakerdeck.com/seantallen/pony-how-i-learned-to-stop-worrying-and-embrace-an-unproven-technology)
* Pony: Actors and Objects from [PLISS'17](https://pliss2017.github.io/index.html). [Part 1](https://www.youtube.com/watch?v=FSu8mBm3iJs). [Part 2](https://www.youtube.com/watch?v=ypCF34YVtRE).
* Video: [Why Pony? Bleeding edge technology for your concurrency woes (Polyconf'17)](https://eventil.com/presentations/XrsemV)
* Slides: [Why Pony? Bleeding edge technology for your concurrency woes (Polyconf'17)](https://speakerdeck.com/seantallen/why-pony)
* [Reference Capabilities, Consume and Recover in Pony](https://bluishcoder.co.nz/2017/07/31/reference_capabilities_consume_recover_in_pony.html)
* [The Promise of Pony's Future](https://medium.com/@KevinHoffman/the-promise-of-ponys-future-44040a0b64ff)
Expand Down

0 comments on commit 51737e2

Please sign in to comment.