Skip to content

Commit c34ec52

Browse files
authored
Episode 59 (#465)
* Add Harry's episode * Fix typo in 56
1 parent 24295e1 commit c34ec52

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

podcast/56/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ published: 2024-10-01
77
---
88
Today on the Haskell Interlude, Matti and Sam are joined by Satnam Singh. Satnam has been a lecturer at Glasgow, and Software Engineer at Google, Meta, and now Groq. He talks about convincing people to use Haskell, laying out circuits and why community matters.
99

10-
PS: After the recording, it was important to Satnam to clarify that his advise to “not be afraid to loose your job” was specially meant to encourage to quit jobs that are not good for you, if possible, but he acknowledges that unfortunately not everybody can afford that risk.
10+
PS: After the recording, it was important to Satnam to clarify that his advise to “not be afraid to lose your job” was specially meant to encourage to quit jobs that are not good for you, if possible, but he acknowledges that unfortunately not everybody can afford that risk.

podcast/59/index.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Harry Goldstein
3+
episode: 59
4+
buzzsproutId: 16261243
5+
recorded: 2024-10-23
6+
published: 2024-12-12
7+
---
8+
Sam and Wouter interview Harry Goldstein, a researcher in property-based testing who works in PL, SE, and HCI. In this episode, we reflect on random generators, the find-a-friend model, interdisciplinary research, and how to have impact beyond your own research community.
9+

podcast/59/links.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* [Harry's website](https://harrisongoldste.in/)
2+
* [Chasins et al. HCI +PL better together CACM](https://dl.acm.org/doi/10.1145/3469279)
3+
* [PLMW@ POPL24 - Consider Collaboration](https://www.youtube.com/watch?v=sSl-856qUOA)
4+
* [PLMW@ ICFP24 - My PhD Compass Six ways to guide a PhD to success](https://www.youtube.com/live/pS_vJAwjcM4?t=26173s)
5+
* [Property based testing in practice](https://dl.acm.org/doi/10.1145/3597503.3639581)
6+
* [Tyche: making sense of property based testing effectiveness](https://harrisongoldste.in/papers/uist24-tyche.pdf)
7+
* [Reflecting on Random Generation](https://dl.acm.org/doi/10.1145/3607842)
8+
* [Parsing randomness](https://dl.acm.org/doi/abs/10.1145/3563291)
9+
* [Hypothesis library for Python](https://hypothesis.readthedocs.io/en/latest/)
10+
* [Mica: Automated Differential Testing for OCaml Modules](https://harrisongoldste.in/papers/ocaml24-mica.pdf)
11+
* [Ghostwriter](https://hypothesis.readthedocs.io/en/latest/ghostwriter.html)
12+
* [QuickCheck](https://hackage.haskell.org/package/QuickCheck)
13+
* [QuickSpec](https://hackage.haskell.org/package/quickspec)

0 commit comments

Comments
 (0)