summaryrefslogtreecommitdiffstats
path: root/index.xml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-06-11 15:53:47 +0200
committerLoïc Hoguin <[email protected]>2019-06-11 15:53:47 +0200
commite031713c0e8bd871248dbbbbdec1ea28609f4431 (patch)
treeb2aa91d26c6de0bb02e5fc1ac04093c7a1af9a2e /index.xml
parent6c17bcc5ecd1ab7f26fad8e280d782bd5f3965d6 (diff)
downloadninenines.eu-e031713c0e8bd871248dbbbbdec1ea28609f4431.tar.gz
ninenines.eu-e031713c0e8bd871248dbbbbdec1ea28609f4431.tar.bz2
ninenines.eu-e031713c0e8bd871248dbbbbdec1ea28609f4431.zip
Joe Armstrong the rubber duck
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/index.xml b/index.xml
index 35cf82bb..96b47b69 100644
--- a/index.xml
+++ b/index.xml
@@ -6,7 +6,7 @@
<description>Recent content on Nine Nines</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Tue, 25 Dec 2018 07:00:00 +0100</lastBuildDate>
+ <lastBuildDate>Tue, 11 Jun 2019 07:00:00 +0100</lastBuildDate>
<atom:link href="https://ninenines.eu/index.xml" rel="self" type="application/rss+xml" />
@@ -3584,6 +3584,18 @@ HTTP IANA Registries HTTP Method Registry HTTP Status Code Registry Message He
</item>
<item>
+ <title>Joe Armstrong the rubber duck</title>
+ <link>https://ninenines.eu/articles/joe_the_rubber_duck/</link>
+ <pubDate>Tue, 11 Jun 2019 07:00:00 +0100</pubDate>
+
+ <guid>https://ninenines.eu/articles/joe_the_rubber_duck/</guid>
+ <description>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.
+&amp;quot;When you can&amp;apos;t figure it out, ask the duck!</description>
+ </item>
+
+ <item>
<title>Merry Christmas 2018: A Recap</title>
<link>https://ninenines.eu/articles/merry-christmas-2018/</link>
<pubDate>Tue, 25 Dec 2018 07:00:00 +0100</pubDate>
@@ -6312,7 +6324,7 @@ Using the default configuration this function will always return undefined. You
<description>Name cowboy_req:cert - Client TLS certificate
Description cert(Req :: cowboy_req:req()) -&amp;gt; binary() | undefined Return the peer&amp;apos;s TLS certificate.
Using the default configuration this function will always return undefined. You need to explicitly configure Cowboy to request the client certificate. To do this you need to set the verify transport option to verify_peer:
-{ok, _} = cowboy:start_tls(example, [ {port, 8443}, {cert, &#34;path/to/cert.pem&#34;}, {verify, verify_peer} ], #{ env =&amp;gt; #{dispatch =&amp;gt; Dispatch} }).</description>
+{ok, _} = cowboy:start_tls(example, [ {port, 8443}, {certfile, &#34;path/to/cert.pem&#34;}, {verify, verify_peer} ], #{ env =&amp;gt; #{dispatch =&amp;gt; Dispatch} }).</description>
</item>
<item>