summaryrefslogtreecommitdiffstats
path: root/articles/page
diff options
context:
space:
mode:
Diffstat (limited to 'articles/page')
-rw-r--r--articles/page/2/index.html38
-rw-r--r--articles/page/3/index.html38
-rw-r--r--articles/page/4/index.html16
3 files changed, 46 insertions, 46 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index b39b5b51..4596a0c1 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -65,6 +65,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/joe_the_rubber_duck/">Joe Armstrong the rubber duck</a></h2>
+ <p class="date">
+ <span class="year">2019</span>
+ <span class="day-month">11 Jun</span>
+ </p>
+ </header>
+
+ <p>Joe Armstrong passed away a couple months ago. This was a sad day, completely unexpected to me, and he will be sorely missed.
+Great eulogies were written.
+My most striking memory of Joe was during dinner at his place after a conference in Stockholm many years ago. Joe was describing his rubber duck debugging method and introduced us to his famous rubber duck.
+&quot;When you can&apos;t figure it out, ask the duck!</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/joe_the_rubber_duck/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/merry-christmas-2018/">Merry Christmas 2018: A Recap</a></h2>
<p class="date">
<span class="year">2018</span>
@@ -415,25 +434,6 @@ The general pattern behind writing only for the happy path, letting the VM catch
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Cowboy 2.0 pre-release 4</a></h2>
- <p class="date">
- <span class="year">2017</span>
- <span class="day-month">03 Jan</span>
- </p>
- </header>
-
- <p>Cowboy 2.0.0-pre.4 has been released!
-This is the new recommended version of Cowboy. While I would not recommend putting it in production just yet, I do recommend you start writing new applications with this Cowboy version.
-The most significant changes in the pre-release are:
-A new architecture: there now is one process per connection and one process per request. This was done because HTTP/2 allows running requests concurrently. Stream handlers.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index e6ac1b30..5fc4d538 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -65,6 +65,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Cowboy 2.0 pre-release 4</a></h2>
+ <p class="date">
+ <span class="year">2017</span>
+ <span class="day-month">03 Jan</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.0.0-pre.4 has been released!
+This is the new recommended version of Cowboy. While I would not recommend putting it in production just yet, I do recommend you start writing new applications with this Cowboy version.
+The most significant changes in the pre-release are:
+A new architecture: there now is one process per connection and one process per request. This was done because HTTP/2 allows running requests concurrently. Stream handlers.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/ranch-1.3/">Ranch 1.3</a></h2>
<p class="date">
<span class="year">2016</span>
@@ -406,25 +425,6 @@ The goal of this article is to showcase how to use Ranch for writing a network p
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2>
- <p class="date">
- <span class="year">2012</span>
- <span class="day-month">17 Oct</span>
- </p>
- </header>
-
- <p>Everyone knows Tic Tac Toe, right?
-Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them.
-Writing an algorithm to check for victory sounds easy, right? It&apos;s easily tested, considering there&apos;s only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal).
-In Erlang though, you probably wouldn&apos;t want an algorithm.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/tictactoe/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">
diff --git a/articles/page/4/index.html b/articles/page/4/index.html
index 64fbd0a6..87efc9d0 100644
--- a/articles/page/4/index.html
+++ b/articles/page/4/index.html
@@ -65,20 +65,20 @@
<article class="blog_item">
<header>
- <h2><a href="https://ninenines.eu/articles/ranch-2.2.0/">Ranch 2.2</a></h2>
+ <h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2>
<p class="date">
- <span class="year">0001</span>
- <span class="day-month">01 Jan</span>
+ <span class="year">2012</span>
+ <span class="day-month">17 Oct</span>
</p>
</header>
- <p>Ranch 2.2.0 has been released!
-Ranch 2.2 is a maintenance release containing a small number of fixes and improvements.
-The key addition in this release is the support for DTLS which has been added to the test suites.
-Ranch 2.2 is tested with Erlang/OTP 24.0 onward, although it should be compatible with Erlang/OTP 22.0 and above. It is tested and supported on Linux, macOS and Windows, but should also work on BSD.</p>
+ <p>Everyone knows Tic Tac Toe, right?
+Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them.
+Writing an algorithm to check for victory sounds easy, right? It&apos;s easily tested, considering there&apos;s only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal).
+In Erlang though, you probably wouldn&apos;t want an algorithm.</p>
<p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/ranch-2.2.0/">Read More</a>
+ <a class="read_more" href="https://ninenines.eu/articles/tictactoe/">Read More</a>
</p>
</article>