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

Commit 8e5c810

Browse files
committed
Use "no participation" links for Reddit
1 parent f18e36c commit 8e5c810

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

content/issues/66.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Tweet us at [@HaskellWeekly](https://twitter.com/haskellweekly) or [open a pull
6767
- [Streaming programs without laziness: A short primer](https://www.tweag.io/posts/2017-07-27-streaming-programs.html)
6868
- [The block in blockchain explained (Merkle trees)](http://haroldcarr.com/posts/2017-07-31-the-block-in-blockchain-merkle-trees.html)
6969
- [The oracle-free subset of Lamping's abstract algorithm is Turing complete](https://github.com/MaiaVictor/articles/tree/306144e00c05e72121c5d6b7ad9315f46ce75700/0000-oracle-free-terms-are-turing-complete)
70-
- [Today's Stackage nightly snapshot uses GHC 8.2.1!](https://www.reddit.com/r/haskell/comments/6qoxgj/todays_stack_nightly_snapshot_uses_ghc_821/)
70+
- [Today's Stackage nightly snapshot uses GHC 8.2.1!](https://np.reddit.com/r/haskell/comments/6qoxgj/todays_stack_nightly_snapshot_uses_ghc_821/)
7171
- [What is new in cross compiling Haskell](https://medium.com/@zw3rk/what-is-new-in-cross-compiling-haskell-ffa8f6d90043)
72-
- [What's the next best big thing for Haskell after dependent types?](https://www.reddit.com/r/haskell/comments/6pqre3/whats_the_next_best_big_thing_for_haskell_after/)
72+
- [What's the next best big thing for Haskell after dependent types?](https://np.reddit.com/r/haskell/comments/6pqre3/whats_the_next_best_big_thing_for_haskell_after/)
7373
- [Yi modularization](https://yi-editor.github.io/posts/2017-07-29-modularization/)
7474

7575
## Package of the week

content/issues/69.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If so, consider [advertising with us](https://haskellweekly.news/advertising.htm
6868
- [Traversing syntax trees](https://twanvl.nl/blog/haskell/traversing-syntax-trees)
6969
- [Understanding asymmetric numeral systems](https://ro-che.info/articles/2017-08-20-understanding-ans)
7070
- [Unifying OS installation and configuration management](https://joeyh.name/blog/entry/unifying_OS_installation_and_configuration_management/)
71-
- [Where are the simple "Let's build ___ with Haskell" posts?](https://www.reddit.com/r/haskell/comments/6uoys8/where_are_the_simple_lets_build_with_haskell_posts/)
71+
- [Where are the simple "Let's build ___ with Haskell" posts?](https://np.reddit.com/r/haskell/comments/6uoys8/where_are_the_simple_lets_build_with_haskell_posts/)
7272
- [Why I'm excited about Scalaz 8](http://degoes.net/articles/scalaz8-is-the-future)
7373
- [Writing performant Haskell (6 of 6): Closing](https://jship.github.io/posts/2017-08-19-writing-performant-haskell-part-6.html)
7474

content/issues/72.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If so, consider [advertising with us](https://haskellweekly.news/advertising.htm
5959
## In brief
6060

6161
- [A fully functional, fully functional webapp](http://www.nmattia.com/posts/2017-09-07-fully-functional-webapp.html)
62-
- [A media player in FLTKHS](https://www.reddit.com/r/haskell/comments/6z9up7/a_media_player_in_fltkhs/)
62+
- [A media player in FLTKHS](https://np.reddit.com/r/haskell/comments/6z9up7/a_media_player_in_fltkhs/)
6363
- [Debugging types: A stream of thought](http://www.parsonsmatt.org/2017/09/13/debugging_types_a_stream_of_thought.html)
6464
- [Deep learning and deep types: Tensor flow and dependent types](https://mmhaskell.com/blog/2017/9/11/deep-learning-and-deep-types-tensor-flow-and-dependent-types)
6565
- [Differentiating functional programs](http://languagengine.co/blog/differentiating-functional-programs/)

content/issues/74.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Tweet us at [@HaskellWeekly](https://twitter.com/haskellweekly) or [open a pull
6363
- [Formlets are biapplicative](https://pepeiborra.wordpress.com/2017/09/21/formlets-are-biapplicative/)
6464
- [Grenade! Dependently typed neural networks](https://mmhaskell.com/blog/2017/9/25/grenade-dependently-typed-neural-networks)
6565
- [nodejs-interop](https://github.com/TerrorJack/nodejs-interop/blob/346c2b4221a569974d9844d297c89cdf7877c584/README.md#readme)
66-
- [Rust has safety features, yet when we talk about safety in Haskell we're not talking about the same kind of safety](https://www.reddit.com/r/haskell/comments/72gc7n/rust_has_safety_features_less_room_for_bugs_yet/)
67-
- [What library do I use to do *X*?](https://www.reddit.com/r/haskell/comments/72smtp/what_library_do_i_use_to_do_x/)
66+
- [Rust has safety features, yet when we talk about safety in Haskell we're not talking about the same kind of safety](https://np.reddit.com/r/haskell/comments/72gc7n/rust_has_safety_features_less_room_for_bugs_yet/)
67+
- [What library do I use to do *X*?](https://np.reddit.com/r/haskell/comments/72smtp/what_library_do_i_use_to_do_x/)
6868
- [Why lenses work](http://blog.vmchale.com/article/why-lenses-work)
6969
- [Wire server code now 100% open source: The journey continues](https://medium.com/@wireapp/wire-server-code-now-100-open-source-the-journey-continues-88e24164309c)
7070

content/issues/75.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tweet us at [@HaskellWeekly](https://twitter.com/haskellweekly) or [open a pull
2020

2121
> Much has been said about the benefits of `Free` monads. The idea of expressing computation as a data type is very powerful. Separating interpretation from representation gives us a lot of freedom, but what are its costs?
2222
23-
- ["Category Theory for Programmers" PDF](https://www.reddit.com/r/haskell/comments/73e7l3/i_made_bartosz_milewskis_book_category_theory_for/)
23+
- ["Category Theory for Programmers" PDF](https://np.reddit.com/r/haskell/comments/73e7l3/i_made_bartosz_milewskis_book_category_theory_for/)
2424

2525
> I took it upon myself to try and convert this work into a PDF, and with his permission, so I have! I scraped the blog, converted it to LaTeX using Pandoc, and manually tweaked a whole bunch of things. The result is one beautifully-typeset PDF, if I say so myself.
2626
@@ -56,7 +56,7 @@ If so, consider [advertising with us](https://haskellweekly.news/advertising.htm
5656
- [Don't fear the profunctor optics](https://github.com/hablapps/DontFearTheProfunctorOptics/blob/8ad20e680f28ba630f42da30c53664810ca114dc/Optics.md)
5757
- [Haxl: A big hammer for concurrency](https://www.youtube.com/watch?v=sT6VJkkhy0o)
5858
- [How to compose streaming programs](https://www.tweag.io/posts/2017-10-05-streaming2.html)
59-
- [Simple text-based drawing DSL](https://www.reddit.com/r/haskell/comments/7337fi/simple_textbased_drawing_dsl/)
59+
- [Simple text-based drawing DSL](https://np.reddit.com/r/haskell/comments/7337fi/simple_textbased_drawing_dsl/)
6060
- [Switching [Reflex FRP tutorial]](https://blog.qfpl.io/posts/reflex/basics/switching/)
6161
- [Trouble with databases? Persevere with Persistent](https://mmhaskell.com/blog/2017/10/2/trouble-with-databases-persevere-with-persistent)
6262

content/issues/77.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ If so, [advertise with us](https://haskellweekly.news/advertising.html)!
5757

5858
## In brief
5959

60-
- [ALGT2: A tool to specify arbitrary programming languages](https://www.reddit.com/r/haskell/comments/776f2w/i_created_a_tool_to_specify_arbitrary_programming/)
60+
- [ALGT2: A tool to specify arbitrary programming languages](https://np.reddit.com/r/haskell/comments/776f2w/i_created_a_tool_to_specify_arbitrary_programming/)
6161
- [Computational geometry: Set operations on polytopes](https://maxow.github.io/posts/computational-geometry-set-operations-on-polytopes.html)
6262
- [Growing a date picker in Reflex: Part 2](https://qfpl.io/posts/reflex/widget/growing-a-date-picker-2/)
6363
- [Haskell eXchange 2017 videos](https://skillsmatter.com/conferences/8522-haskell-exchange-2017#skillscasts)
64-
- [hs-init: A tool for creating batteries-included Haskell projects](https://www.reddit.com/r/haskell/comments/76iti2/ann_hsinit_tool_for_creating_batteriesincluded/)
64+
- [hs-init: A tool for creating batteries-included Haskell projects](https://np.reddit.com/r/haskell/comments/76iti2/ann_hsinit_tool_for_creating_batteriesincluded/)
6565
- [LambdaConf 2017 videos](https://www.youtube.com/watch?v=2xyZeovFqCA&list=PL7DZ7q3nEWhx5bgmpAgqArzrh0pL-tc3P)
66-
- [Ordered-indexed graphs with lenses: Looking for feedback](https://www.reddit.com/r/haskell/comments/76fm11/orderedindexed_graphs_with_lenses_looking_for/)
66+
- [Ordered-indexed graphs with lenses: Looking for feedback](https://np.reddit.com/r/haskell/comments/76fm11/orderedindexed_graphs_with_lenses_looking_for/)
6767

6868
## Package of the week
6969

content/issues/79.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Thanks!
6363
6464
## Jobs
6565

66-
- [New fintech startup hiring 1-2 Haskell backend engineers](https://www.reddit.com/r/haskell/comments/79ri32/new_fintech_startup_hiring_12_haskell_backend/)
66+
- [New fintech startup hiring 1-2 Haskell backend engineers](https://np.reddit.com/r/haskell/comments/79ri32/new_fintech_startup_hiring_12_haskell_backend/)
6767

6868
> Mercury is hiring 1-2 backend engineers to join our stealth B2B fintech startup. Since we're a new startup, you'll be shaping our backend codebase.
6969

content/issues/81.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Tweet us at [@HaskellWeekly](https://twitter.com/haskellweekly) or [open a pull
4242

4343
> This repository provides commands for performing "theory exploration". Theory exploration describes the task of taking in some function definitions and outputting conjectures about those functions.
4444
45-
- [Expression of interest: MDN style documentation](https://www.reddit.com/r/haskell/comments/7d0pn0/expression_of_interest_mdn_style_documentation/)
45+
- [Expression of interest: MDN style documentation](https://np.reddit.com/r/haskell/comments/7d0pn0/expression_of_interest_mdn_style_documentation/)
4646

4747
> As a beginner, I've had many struggles learning Haskell, and a lot of that has been the lack of "reference" style documentation compared to "tutorial" style documentation.
4848

content/issues/83.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This is a weekly summary of what's going on in its community.
3030

3131
> This post follows the construction of parsers described in Graham Hutton's "Programming in Haskell". It's my attempt to work through chapter 13 in this book and understand the details of applicative and monadic combination of parsers presented therein.
3232
33-
- [WebAssembly call to action: Syscalls needed!](https://www.reddit.com/r/haskell/comments/7fu2vr/webassembly_call_to_action_syscalls_needed/)
33+
- [WebAssembly call to action: Syscalls needed!](https://np.reddit.com/r/haskell/comments/7fu2vr/webassembly_call_to_action_syscalls_needed/)
3434

3535
> In the effort to port GHC to WebAssembly, the biggest challenge has been the C toolchain. We have a compiler, a static linker, a libc, and Nix glue for all of this. But we don't have many syscalls.
3636
37-
- [How to unit test code that uses polymorphic interfaces?](https://www.reddit.com/r/haskell/comments/7gfw3v/how_to_unit_test_code_that_uses_polymorphic/)
37+
- [How to unit test code that uses polymorphic interfaces?](https://np.reddit.com/r/haskell/comments/7gfw3v/how_to_unit_test_code_that_uses_polymorphic/)
3838

3939
> I've been largely happy with a lot of the solutions I've come up with, but there's one sort of problem I've always been unsatisfied with. It's quite easy to unit test code that uses plain old monomorphic functions, but it's comparatively difficult as soon as polymorphism is involved.
4040

content/issues/85.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
4242

4343
> The lazily evaluated FP Saint Nicholas doesn't show up until you force him so he is a bit late, but this Friday is Haskellaus --- treats for the functionally inclined. Saint Nicholas has a bag full of challenges that we will try to solve.
4444
45-
- [Announce: quickcheck-classes](https://www.reddit.com/r/haskell/comments/7j7fav/ann_quickcheckclasses/)
45+
- [Announce: quickcheck-classes](https://np.reddit.com/r/haskell/comments/7j7fav/ann_quickcheckclasses/)
4646

4747
> I've been working on quickcheck-classes for a while now to test type class instances in various libraries and applications. It provides property tests to check the laws for several common typeclasses in base.
4848

content/issues/90.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
6464
- [Need to be faster? Be lazy!](https://mmhaskell.com/blog/2018/1/15/need-to-be-faster-be-lazy)
6565
- [Upcoming Yesod breaking changes](https://www.yesodweb.com/blog/2018/01/upcoming-yesod-breaking-changes)
6666
- [Versioning of libraries bundled with GHC pre-releases](https://mail.haskell.org/pipermail/ghc-devs/2018-January/015308.html)
67-
- [Why is `Option` a better monoid for `Maybe`?](https://www.reddit.com/r/haskell/comments/7qihrq/why_is_option_a_better_monoid_for_maybe/)
67+
- [Why is `Option` a better monoid for `Maybe`?](https://np.reddit.com/r/haskell/comments/7qihrq/why_is_option_a_better_monoid_for_maybe/)
6868

6969
## Package of the week
7070

0 commit comments

Comments
 (0)