Skip to content

Commit c3f5234

Browse files
authored
Merge branch 'haskellfoundation:hakyll' into hakyll
2 parents 314735c + 9915bc6 commit c3f5234

13 files changed

+558
-26
lines changed

podcast/52/index.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Pepe Iborra
3+
episode: 52
4+
buzzsproutId: 15349156
5+
recorded: 2024-04-17
6+
published: 2024-07-02
7+
---
8+
Andres and Sam interview Pepe Iborra, exploring his journey from academia via banking to now Meta. In this episode, we discuss Pepe’s involvement in the evolution of the Haskell ecosystem, in particular the ongoing journey to improve the developer experience via work on debuggers, build systems and IDEs.

podcast/52/links.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* [Maude](https://maude.cs.illinois.edu/wiki/The_Maude_System)
2+
* [Paradise DSL](https://doi.org/10.1145/1411203.1411236)
3+
* [Intero](https://github.com/chrisdone-archive/intero)
4+
* [repa-flow](https://hackage.haskell.org/package/repa-flow)
5+
* [Weeder](https://github.com/ocharles/weeder#readme)
6+
* [Mu at Standard Chartered](https://icfp21.sigplan.org/details/hiw-2021-papers/14/Haskell-reinterpreted-large-scale-real-world-experience-with-the-Mu-compiler-in-Fin)
7+
* [Shake](https://shakebuild.com/)
8+
* [Cloud Shake](https://shakebuild.com/cloud)
9+
* [Ghcid](https://github.com/ndmitchell/ghcid)
10+
* [Ghcide](https://github.com/haskell/ghcide)
11+
* [HIE](https://github.com/haskell/haskell-ide-engine)
12+
* [HLS](https://github.com/haskell/haskell-language-server)
13+
* [DAML](https://www.digitalasset.com/products)
14+
* [sigma](https://engineering.fb.com/2015/06/26/security/fighting-spam-with-haskell/)
15+
* [Glean](https://glean.software/)
16+
* [Neil Mitchell](https://ndmitchell.com/)
17+
* [Lennart Augustsson](http://augustss.blogspot.com/)

podcast/52/transcript.markdown

Lines changed: 267 additions & 0 deletions
Large diffs are not rendered by default.

podcast/53/index.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Garrett Morris
3+
episode: 53
4+
buzzsproutId: 15434473
5+
recorded: 2024-05-21
6+
published: 2024-07-18
7+
---
8+
In this episode, Garrett Morris talks with Wouter Swierstra and Niki Vazou about his work on Haskell's type classes, how to fail successfully, and how to construct a set of ponies.

podcast/53/links.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* [Garrett's webpage](https://jgbm.github.io/)
2+
* [Garrett's DBLP](https://dblp.uni-trier.de/pid/28/8610.html)
3+
* [Doug McIlroy - Power Series, Power Serious](https://www.cambridge.org/core/services/aop-cambridge-core/content/view/19863F4EAACC33E1E01DE2A2114EC7DF/S0956796899003299a.pdf/div-class-title-power-series-power-serious-div.pdf)
4+
* [House / Rebekah Leslie](https://programatica.cs.pdx.edu/House/)
5+
* [Data types a la Carte](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/data-types-a-la-carte/14416CB20C4637164EA9F77097909409)
6+
* [Lightweight extensible records for Haskell by Mark Jones and Simon Peyton Jones](https://web.cecs.pdx.edu/~mpj/pubs/lightrec.html)
7+
* [Paper with James McKinna](https://dl.acm.org/doi/10.1145/3290325)
8+
* [Mark Jones' interpret paper](https://dl.acm.org/doi/pdf/10.1145/199448.199528)
9+
* [Session types without tiers](https://dl.acm.org/doi/10.1145/3290341)
10+
* [Constrained Type Families](https://wiki.haskell.org/GHC/Type_families)

podcast/53/transcript.markdown

Lines changed: 229 additions & 0 deletions
Large diffs are not rendered by default.

templates/boilerplate.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@
4040
<!-- metadata -->
4141
<title>$title$</title>
4242
<meta property="og:title" content="$title$">
43-
</meta>
4443
$if(description)$
4544
<meta property="og:description" content="$description$">
46-
</meta>
4745
$endif$
4846

4947
</head>

templates/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@
4848
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
4949
<a href="https://discourse.haskell.org/c/haskell-foundation/11" target="_blank" class="text-4xl block"><span class="fab fa-discourse"></span></a>
5050
<a rel="me" href="https://mastodon.social/@haskell_foundation" target="_blank" class="text-4xl block"><span class="fab fa-mastodon"></span></a>
51+
<a href="https://www.youtube.com/@HaskellFoundation" target="_blank" class="text-4xl block"><span class="fab fa-youtube"></span></a>
5152
</div>
5253
</div>
5354

5455
<div class="flex flex-row">
5556
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
56-
<img src="/assets/images/logos/hf-logo-100-alpha.png" class="h-8" />
57+
<img src="/assets/images/logos/hf-logo-100-alpha.png" class="h-8" alt="Logo of the Haskell Foundation"/>
5758
<div class="font-medium">2024 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
5859
</div>
5960

templates/homepage.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ <h2 class="text-center text-2xl-4xl font-normal">
5353
</div>
5454
</div>
5555

56-
<!--
5756
<div class="relative bg-white mt-24 lg:w-2/3">
5857
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
5958
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
6059
<div class="p-3">
6160
<div class="bg-white relative border-3 border-purple-700 px-6 sm:px-12 lg:px-16 pb-12">
6261
<div class="lg:absolute lg:left-full lg:w-2/3 lg:-ml-36 lg:top-1/2 lg:transform lg:-translate-y-1/2">
6362
<div class="youtube-video -mt-12 lg:mt-0">
64-
<iframe class="absolute w-full h-full left-0 top-0 rounded shadow-md" src="https://www.youtube.com/embed/g_vCBsEiSTY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
63+
<iframe class="absolute w-full h-full left-0 top-0 rounded shadow-md" src="https://www.youtube.com/embed/il-MdME8bHo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6564
</div>
6665
</div>
6766
<div class="mt-8 space-y-6 lg:pr-32">
@@ -77,7 +76,6 @@ <h1 class="text-4xl-6xl font-normal">We drive change.</h1>
7776
</div>
7877
</div>
7978
</div>
80-
-->
8179

8280
<div class="bg-gray-800 mt-24">
8381
<div class="max-w-screen-xl mx-auto px-6 sm:px-12 lg:px-16 py-16 md:py-24 py-20 md:py-28 xl:py-32">

templates/mobile-nav-flyout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="pt-6 flex justify-between">
66

77
<div>
8-
<img src="/assets/images/logos/hf-logo-100-alpha.png" width="68" height="52" />
8+
<img src="/assets/images/logos/hf-logo-100-alpha.png" width="68" height="52" alt="Logo of the Haskell Foundation"/>
99
<div class="text-sm mt-2 text-gray-500">The Haskell Foundation</div>
1010
</div>
1111

0 commit comments

Comments
 (0)