diff options
Diffstat (limited to 'provider/posts')
-rw-r--r-- | provider/posts/hakyll.md | 2 | ||||
-rw-r--r-- | provider/posts/pwutil.md | 2 | ||||
-rw-r--r-- | provider/posts/thermoprint-1.md | 8 | ||||
-rw-r--r-- | provider/posts/thermoprint-2.lhs | 2 | ||||
-rw-r--r-- | provider/posts/thermoprint-3.lhs | 2 | ||||
-rw-r--r-- | provider/posts/thermoprint-4.md | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md index 46c56ec..35e691d 100644 --- a/provider/posts/hakyll.md +++ b/provider/posts/hakyll.md | |||
@@ -9,7 +9,7 @@ I stopped using the software suite inherited from | |||
9 | [hakyll](http://jaspervdj.be/hakyll/) instead, since I realised that the two | 9 | [hakyll](http://jaspervdj.be/hakyll/) instead, since I realised that the two |
10 | were doing essentially the same job and keeping my mess in one haskell file | 10 | were doing essentially the same job and keeping my mess in one haskell file |
11 | (`src/Site.hs`, for those of you who are willing to checkout the | 11 | (`src/Site.hs`, for those of you who are willing to checkout the |
12 | [git repo](http://git.yggdrasil.li/dirty-haskell.org)) instead of spread over a | 12 | [git repo](https://git.yggdrasil.li/dirty-haskell.org)) instead of spread over a |
13 | large number of interlocking zsh and haskell scripts. | 13 | large number of interlocking zsh and haskell scripts. |
14 | 14 | ||
15 | I expect nothing to be seriously broken (Only the filepaths of lists have | 15 | I expect nothing to be seriously broken (Only the filepaths of lists have |
diff --git a/provider/posts/pwutil.md b/provider/posts/pwutil.md index d054dab..17d3e49 100644 --- a/provider/posts/pwutil.md +++ b/provider/posts/pwutil.md | |||
@@ -5,7 +5,7 @@ published: 2015-04-07 | |||
5 | 5 | ||
6 | A long time ago I wrote a bunch of scripts (first in bash, then zsh, and later perl) to manage a, sometimes encrypted, file containing account information I get asked to create and remember on a daily basis—accounts for shopping websites spring to mind. | 6 | A long time ago I wrote a bunch of scripts (first in bash, then zsh, and later perl) to manage a, sometimes encrypted, file containing account information I get asked to create and remember on a daily basis—accounts for shopping websites spring to mind. |
7 | 7 | ||
8 | [pwutil](http://git.yggdrasil.li/pwutil) is the newest iteration in this line of bunches of scripts. | 8 | [pwutil](https://git.yggdrasil.li/pwutil) is the newest iteration in this line of bunches of scripts. |
9 | 9 | ||
10 | ## Features | 10 | ## Features |
11 | 11 | ||
diff --git a/provider/posts/thermoprint-1.md b/provider/posts/thermoprint-1.md index 8851743..032e2f6 100644 --- a/provider/posts/thermoprint-1.md +++ b/provider/posts/thermoprint-1.md | |||
@@ -23,8 +23,8 @@ interface to the uninitiated. | |||
23 | ## Location | 23 | ## Location |
24 | 24 | ||
25 | Recently I created a new branch in | 25 | Recently I created a new branch in |
26 | [thermoprint](http://git.yggdrasil.li/thermoprint) called | 26 | [thermoprint](https://git.yggdrasil.li/thermoprint) called |
27 | [rewrite](http://git.yggdrasil.li/thermoprint?h=rewrite). | 27 | [rewrite](https://git.yggdrasil.li/thermoprint?h=rewrite). |
28 | 28 | ||
29 | ## Architecture Overview | 29 | ## Architecture Overview |
30 | 30 | ||
@@ -74,11 +74,11 @@ It also does not include a web-interface and I am quite unsatisfied with the | |||
74 | overall code quality. | 74 | overall code quality. |
75 | 75 | ||
76 | The [685 lines of code](http://cloc.sourceforge.net/) can be found in the | 76 | The [685 lines of code](http://cloc.sourceforge.net/) can be found in the |
77 | [repo](http://git.yggdrasil.li/thermoprint?h=master) as well. | 77 | [repo](https://git.yggdrasil.li/thermoprint?h=master) as well. |
78 | 78 | ||
79 | ### Rewrite | 79 | ### Rewrite |
80 | 80 | ||
81 | Currently the [rewrite](http://git.yggdrasil.li/thermoprint?h=rewrite) contains a | 81 | Currently the [rewrite](https://git.yggdrasil.li/thermoprint?h=rewrite) contains a |
82 | single file of moment -- spec/src/Thermoprint/Printout.hs -- wherein we define | 82 | single file of moment -- spec/src/Thermoprint/Printout.hs -- wherein we define |
83 | the payload for the api -- our take on a structured document format (somewhat | 83 | the payload for the api -- our take on a structured document format (somewhat |
84 | inspired by | 84 | inspired by |
diff --git a/provider/posts/thermoprint-2.lhs b/provider/posts/thermoprint-2.lhs index 878f9a5..a144fb5 100644 --- a/provider/posts/thermoprint-2.lhs +++ b/provider/posts/thermoprint-2.lhs | |||
@@ -4,7 +4,7 @@ published: 2016-01-11 | |||
4 | tags: Thermoprint | 4 | tags: Thermoprint |
5 | --- | 5 | --- |
6 | 6 | ||
7 | This post is an annotated version of the file [spec/src/Thermoprint/Printout.hs](http://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/Printout.hs?h=rewrite&id=f6dc3d1) as of commit `f6dc3d1`. | 7 | This post is an annotated version of the file [spec/src/Thermoprint/Printout.hs](https://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/Printout.hs?h=rewrite&id=f6dc3d1) as of commit `f6dc3d1`. |
8 | 8 | ||
9 | > {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} | 9 | > {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} |
10 | > {-# LANGUAGE OverloadedStrings #-} | 10 | > {-# LANGUAGE OverloadedStrings #-} |
diff --git a/provider/posts/thermoprint-3.lhs b/provider/posts/thermoprint-3.lhs index acbce8c..5e7eee9 100644 --- a/provider/posts/thermoprint-3.lhs +++ b/provider/posts/thermoprint-3.lhs | |||
@@ -4,7 +4,7 @@ published: 2016-01-11 | |||
4 | tags: Thermoprint | 4 | tags: Thermoprint |
5 | --- | 5 | --- |
6 | 6 | ||
7 | This post is an annotated version of the file [spec/src/Thermoprint/API.hs](http://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/API.hs?h=rewrite&id=3ad700c) as of commit `3ad700c`. | 7 | This post is an annotated version of the file [spec/src/Thermoprint/API.hs](https://git.yggdrasil.li/thermoprint/tree/spec/src/Thermoprint/API.hs?h=rewrite&id=3ad700c) as of commit `3ad700c`. |
8 | 8 | ||
9 | > {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} | 9 | > {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-} |
10 | > {-# LANGUAGE TypeOperators, DataKinds #-} | 10 | > {-# LANGUAGE TypeOperators, DataKinds #-} |
diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md index 0d62da5..756c166 100644 --- a/provider/posts/thermoprint-4.md +++ b/provider/posts/thermoprint-4.md | |||
@@ -6,7 +6,7 @@ tags: Thermoprint | |||
6 | 6 | ||
7 | The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) | 7 | The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) |
8 | -- more specifically the contents of the directory `bbcode` in the | 8 | -- more specifically the contents of the directory `bbcode` in the |
9 | [git repo](http://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae). | 9 | [git repo](https://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae). |
10 | 10 | ||
11 | In a manner consistent with designing software as | 11 | In a manner consistent with designing software as |
12 | [compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of | 12 | [compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of |