Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 124a091

Browse files
committed
Feature some articles
1 parent b95eb1b commit 124a091

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

content/issues/137.markdown

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This is a weekly summary of what's going on in its community.
66

77
## Featured
88

9+
- [GHC 8.6.3 released](https://ghc.haskell.org/trac/ghc/blog/ghc-8.6.3-released) by Ben Gamari
10+
11+
> The GHC team is very happy to announce the availability of GHC 8.6.3, a bugfix release in the GHC 8.6 series. The 8.6 release fixes several regressions present in 8.6.2 including
12+
913
- [A webcam server in 35 lines of Haskell](https://nokomprendo.frama.io/tuto_fonctionnel/posts/tuto_fonctionnel_25/2018-08-25-en-README.html)
1014

1115
> This post shows how to implement a webcam server in Haskell. The implemented server is a classic web server that stores the current image in memory and sends it to any HTTP client that requests it.
@@ -14,6 +18,34 @@ This is a weekly summary of what's going on in its community.
1418

1519
> Build Haskell projects with either `cabal` or `stack`. Truly, both excellent tools can live together and we can get on with the business of writing beautiful Haskell together!
1620
21+
- [A Home for Orphan Instances](http://tech.freckle.com/2018/12/12/a-home-for-orphan-instances/) by Evan Borden
22+
23+
> It's the holiday season and as Haskellers we turn our attention to those in need, orphans. There are three things we need to do for orphans this holiday season: isolate them, prevent them from getting their dirty fingerprints everywhere, and hurry up and decrease the surplus compilation.
24+
25+
- [Clock and reference](https://typeclasses.com/news/2018-12-clock-and-reference) by Chris Martin
26+
27+
> The first lesson in our new series entitled Timepieces is out today. Julie builds us a GUI app with a clock using FLTK (and its Haskell wrapper, `fltkhs`).
28+
29+
- [DIY benchmark history with Criterion and Shiny](https://www.tweag.io/posts/2018-12-12-benchgraph.html) by Théophane Hufschmitt
30+
31+
> If you're a conscientious developer like I am, you probably have a benchmark suite for the programs and libraries you develop. However, the temporal aspect of these benchmark suites is not always easy to analyze.
32+
33+
- [Down with Show! Part 1: Rules of thumb for when to use a type class](https://harry.garrood.me/blog/down-with-show-part-1/) by Harry Garrood
34+
35+
> This is part one of three in a series of posts in which I will argue that it's time to consign the `Show` type class to the dustbin of history.
36+
37+
- [Getting Started with the Haskell AWS Lambda Runtime](https://medium.com/the-theam-journey/getting-started-with-the-haskell-aws-lambda-runtime-951b2322c7a3) by Nikita Tchayka
38+
39+
> Today we're proudly announcing the release of a fully working Haskell Runtime for AWS Lambda and our commitment to maintain it.
40+
41+
- [Guidelines for respectful communication](https://mail.haskell.org/pipermail/haskell/2018-December/025578.html) by Simon Peyton Jones
42+
43+
> As many of you will know, I have been concerned for several years about the standards of discourse in the Haskell community. We discussed this at a meeting of the GHC Steering Committee at ICFP in September, and many of us have had related discussions since.
44+
45+
- [Shifting the Stars: Advent of Code with Galilean Optimization](https://blog.jle.im/entry/shifting-the-stars.html)
46+
47+
> Today, we're going to be using linear algebra, calculus, and galilian transformations to solve the Day 10 challenge.
48+
1749
## Jobs
1850

1951
- [Galois is Hiring!](https://galois.com/careers/) (ad)
@@ -22,15 +54,8 @@ This is a weekly summary of what's going on in its community.
2254
2355
## In brief
2456

25-
- [A Home for Orphan Instances](http://tech.freckle.com/2018/12/12/a-home-for-orphan-instances/)
2657
- [Basic Catamorphisms - Recursion Schemes By Example](https://np.reddit.com/r/haskell/comments/a3spnm/basic_catamorphisms_recursion_schemes_by_example/)
27-
- [Clock and reference](https://typeclasses.com/news/2018-12-clock-and-reference)
28-
- [DIY benchmark history with Criterion and Shiny](https://www.tweag.io/posts/2018-12-12-benchgraph.html)
29-
- [Down with Show! Part 1: Rules of thumb for when to use a type class](https://harry.garrood.me/blog/down-with-show-part-1/)
3058
- [Finding correct (lens) laws](http://oleg.fi/gists/posts/2018-12-12-find-correct-laws.html)
31-
- [Getting Started with the Haskell AWS Lambda Runtime](https://medium.com/the-theam-journey/getting-started-with-the-haskell-aws-lambda-runtime-951b2322c7a3)
32-
- [GHC 8.6.3 released](https://ghc.haskell.org/trac/ghc/blog/ghc-8.6.3-released)
33-
- [Guidelines for respectful communication](https://mail.haskell.org/pipermail/haskell/2018-December/025578.html)
3459
- [Higher-rank and higher-kinded types](https://www.stephanboyer.com/post/115/higher-rank-and-higher-kinded-types)
3560
- [Introduction to Tagless Final](https://serokell.io/blog/2018/12/07/tagless-final)
3661
- [My first proper Idris program](https://blog.rcook.org/blog/2018/first-proper-idris-program/)
@@ -39,7 +64,6 @@ This is a weekly summary of what's going on in its community.
3964
- [Observable as an open interface for handling executing processes and property testing](https://iokasimov.github.io/posts/2018/12/observable)
4065
- [Purescript III: Making a Web Page with Purescript and React!](https://mmhaskell.com/blog/2018/10/29/purescript-iii-web-pages-with-react)
4166
- [Rest-ish Services in Haskell Part 3](https://vadosware.io/post/rest-ish-services-in-haskell-part-3/)
42-
- [Shifting the Stars: Advent of Code with Galilean Optimization](https://blog.jle.im/entry/shifting-the-stars.html)
4367
- [Some results about algebraic graphs homomorphisms](https://blog.nyarlathotep.one/2018/12/algebraic-graphs-homomorphisms/)
4468
- [United Monoids](https://blogs.ncl.ac.uk/andreymokhov/united-monoids/)
4569
- [Zooming In on Field Accessors](https://www.benjamin.pizza/posts/2018-12-06-zooming-in-on-field-accessors.html)

0 commit comments

Comments
 (0)