<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docs on Miek Gieben</title>
    <link>https://miek.nl/categories/docs/</link>
    <description>Recent content in Docs on Miek Gieben</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Copyright 2007-2024 Miek Gieben</copyright>
    <lastBuildDate>Mon, 08 Oct 2018 10:23:00 +0000</lastBuildDate>
    <atom:link href="https://miek.nl/categories/docs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LaTeX cheat sheet</title>
      <link>https://miek.nl/2018/october/08/latex-cheat-sheet/</link>
      <pubDate>Mon, 08 Oct 2018 10:23:00 +0000</pubDate>
      <guid>https://miek.nl/2018/october/08/latex-cheat-sheet/</guid>
      <description>&lt;p&gt;This is a small LaTeX cheat sheet:&lt;/p&gt;&#xA;&lt;dl&gt;&#xA;&lt;dt&gt;Section:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;Use: &lt;code&gt;\section{name}&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;Subsection:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;Use: &lt;code&gt;\subsection{name}&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;List (unumered):&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;Use:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;\begin{itemize}&#xA;\item{My first list item}&#xA;\item{My second list item}&#xA;\end{itemize}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;/dd&gt;&#xA;&lt;dt&gt;List (numbered):&lt;/dt&gt;&#xA;&lt;dd&gt;Use:&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;\begin{enumerate}&#xA;\item{My first list item}&#xA;\item{My second list item}&#xA;\end{enumerate}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;/dd&gt;&#xA;&lt;dt&gt;Emphesis:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;&lt;code&gt;\emph{text}&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;Bold:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;&lt;code&gt;\textbf{text}&lt;/code&gt; Citation: &lt;code&gt;\cite{reference}&lt;/code&gt; (actually managing your bibliography is left out).&#xA;Citing with parens is done with &lt;code&gt;\citep{reference}&lt;/code&gt;, and with a page ref you need: &lt;code&gt;\cite[p. 145]{reference}&lt;/code&gt; (or &lt;code&gt;citep&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mmark Updates</title>
      <link>https://miek.nl/2016/may/09/mmark-updates/</link>
      <pubDate>Mon, 09 May 2016 18:54:21 +0100</pubDate>
      <guid>https://miek.nl/2016/may/09/mmark-updates/</guid>
      <description>&lt;p&gt;Recent &lt;a href=&#34;https://github.com/miekg/mmark/issues&#34;&gt;bug reports&lt;/a&gt; prompted some Mmark development (guess&#xA;I am into bug-driven development). New releases can &lt;a href=&#34;https://github.com/miekg/mmark/releases&#34;&gt;be found on&#xA;Github&lt;/a&gt;. Anyway Mmark saw some bug fixes and new features:&lt;/p&gt;&#xA;&lt;p&gt;A feature/pull request from &lt;em&gt;blackfriday&lt;/em&gt; got merged, meaning that two different lists are &lt;em&gt;not&lt;/em&gt;&#xA;merged into one:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; A&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; B&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;1.&lt;/span&gt; One&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;2.&lt;/span&gt; Two&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Is now correctly seen as two different lists.&lt;/p&gt;&#xA;&lt;p&gt;Further more a &lt;code&gt;&amp;lt;br/&amp;gt;&lt;/code&gt; is converted to a &lt;code&gt;&amp;lt;vspace/&amp;gt;&lt;/code&gt; in the XML output. This is especially&#xA;useful when you want a vertical space after a definition term. See &lt;code&gt;rfc/rfc7511.md&lt;/code&gt; for an example&#xA;on how to use this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mmark Syntax Document</title>
      <link>https://miek.nl/2016/march/05/mmark-syntax-document/</link>
      <pubDate>Sat, 05 Mar 2016 11:13:21 +0000</pubDate>
      <guid>https://miek.nl/2016/march/05/mmark-syntax-document/</guid>
      <description>&lt;p&gt;The canonical version of this document is the &lt;a href=&#34;https://github.com/miekg/mmark/wiki/Syntax&#34;&gt;version in the Github&#xA;Wiki&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h1 id=&#34;mmark-syntax&#34;&gt;Mmark Syntax&lt;/h1&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;All syntax elements should be described. Please open an issue or PR if there is something&#xA;you want to improve here, &lt;em&gt;or&lt;/em&gt; even better, edit the doc!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This document describes all the syntax elements that can be used in Mmark. Mmark&amp;rsquo;s syntax&#xA;is based on the &lt;a href=&#34;https://daringfireball.net/projects/markdown/syntax&#34;&gt;&amp;ldquo;standard&amp;rdquo; Markdown syntax&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;It adds numerous enhancements to make it suitable for writing (IETF) Internet Drafts and even&#xA;complete books. It &lt;strike&gt;steals&lt;/strike&gt; borrows syntax elements from &lt;a href=&#34;http://johnmacfarlane.net/pandoc/&#34;&gt;pandoc&lt;/a&gt;, &lt;a href=&#34;http://http://kramdown.gettalong.org/&#34;&gt;kramdown&lt;/a&gt;,&#xA;&lt;a href=&#34;https://leanpub.com/help/manual&#34;&gt;leanpub&lt;/a&gt;, &lt;a href=&#34;http://www.methods.co.nz/asciidoc/&#34;&gt;asciidoc&lt;/a&gt;, &lt;a href=&#34;http://michelf.com/projects/php-markdown/extra/&#34;&gt;PHP markdown extra&lt;/a&gt; and &lt;a href=&#34;http://scholarlymarkdown.com/Scholarly-Markdown-Guide.html&#34;&gt;Scholarly markdown&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title> Inline Attribute Lists</title>
      <link>https://miek.nl/2016/march/01/inline-attribute-lists/</link>
      <pubDate>Tue, 01 Mar 2016 14:14:24 +0000</pubDate>
      <guid>https://miek.nl/2016/march/01/inline-attribute-lists/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/miekg/mmark&#34;&gt;Mmark&lt;/a&gt; is a powerful markdown parser.&lt;/p&gt;&#xA;&lt;p&gt;With Inline Attribute Lists (&lt;a href=&#34;http://kramdown.gettalong.org/syntax.html#block-ials&#34;&gt;IALs&lt;/a&gt;)&#xA;you can add extra information to block elements, think of extra classes, attributes or an ID.&#xA;In Mmark these have the syntax: &lt;code&gt;{#id .class attr=&amp;quot;key&amp;quot;}&lt;/code&gt;. And should be specified &lt;em&gt;before&lt;/em&gt; a&#xA;block level element.&lt;/p&gt;&#xA;&lt;p&gt;These will mostly be backend specific, i.e. a &lt;code&gt;{color=&amp;quot;blue&amp;quot;}&lt;/code&gt; might do something in HTML5 output,&#xA;but does nothing in the XML v2 output. Worse yet; the XML might not validate anymore. Mmark try to&#xA;help here by white listing the allowed attributes for an element (this happens in each renderer and&#xA;is currently a work in progress).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Subfigures in mmark</title>
      <link>https://miek.nl/2015/october/03/subfigures-in-mmark/</link>
      <pubDate>Sat, 03 Oct 2015 13:24:00 +0000</pubDate>
      <guid>https://miek.nl/2015/october/03/subfigures-in-mmark/</guid>
      <description>&lt;p&gt;For XML2RFC version 3 there is a new &lt;a href=&#34;https://tools.ietf.org/html/draft-hoffman-xml2rfc-23#section-2.25&#34;&gt;extended figure element&lt;/a&gt;,&#xA;namely: it can contain &lt;em&gt;multiple&lt;/em&gt; &lt;code&gt;&amp;lt;artwork&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;sourcecode&amp;gt;&lt;/code&gt; (new in v3) elements.&#xA;This in turn meant that mmark needed some way to signal &amp;ldquo;these artworks belong together&amp;rdquo;.&#xA;Now &lt;a href=&#34;http://scholarlymarkdown.com/Scholarly-Markdown-Guide.html&#34;&gt;Scholarly markdown&lt;/a&gt;&#xA;has a syntax for this. It uses a special section syntax and all images in that section become&#xA;subfigures of a larger figure. Disadvantage of this syntax is that it can not be&#xA;used in lists. Hence mmark uses a quote like solution, just like asides (&lt;code&gt;A&amp;gt;&lt;/code&gt;),&#xA;but for figures: we prefix the entire paragraph with &lt;code&gt;F&amp;gt;&lt;/code&gt; .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Callouts in Figures in Mmark</title>
      <link>https://miek.nl/2015/september/27/callouts-in-figures-in-mmark/</link>
      <pubDate>Sun, 27 Sep 2015 14:02:00 +0000</pubDate>
      <guid>https://miek.nl/2015/september/27/callouts-in-figures-in-mmark/</guid>
      <description>&lt;p&gt;The use of callouts in Mmark came from&#xA;&lt;a href=&#34;http://www.methods.co.nz/asciidoc/chunked/ch20.html&#34;&gt;Asciidoc&lt;/a&gt;, they are &amp;ldquo;&amp;hellip;&#xA;a mechanism for annotating verbatim text&amp;rdquo;. In mmark they work like this.&lt;/p&gt;&#xA;&lt;p&gt;In a codeblocks you can use &lt;code&gt;&amp;lt;1&amp;gt;&lt;/code&gt;, or &lt;code&gt;&amp;lt;2&amp;gt;&lt;/code&gt;, etc. to create a callout. After the&#xA;codeblock/figure you can reference it. An example:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;    Code  &amp;lt;1&amp;gt;&#xA;    More  &amp;lt;1&amp;gt;&#xA;    Not a callout \&amp;lt;3&amp;gt;&#xA;&#xA;As you can see in &amp;lt;1&amp;gt; but not in \&amp;lt;1&amp;gt;. There is no &amp;lt;3&amp;gt;.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This will be rendered as:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lists in lists with style</title>
      <link>https://miek.nl/2015/september/24/lists-in-lists-with-style/</link>
      <pubDate>Thu, 24 Sep 2015 11:56:00 +0000</pubDate>
      <guid>https://miek.nl/2015/september/24/lists-in-lists-with-style/</guid>
      <description>&lt;p&gt;Mmark is a markdown dialect for writing RFCs (or books!). The main reason it&#xA;exists is because the IETF is developing a new XML format (version 3) for&#xA;writing RFCs. This new format is &lt;em&gt;way&lt;/em&gt; more powerful, so sadly&#xA;&lt;a href=&#34;https://tools.ietf.org/html/rfc7328.html&#34;&gt;Pandoc2rfc&lt;/a&gt; does not cut it anymore.&lt;/p&gt;&#xA;&lt;p&gt;Right now &lt;a href=&#34;https://github.com/miekg/mmark&#34;&gt;mmark&lt;/a&gt; fully supports writing&#xA;RFCs in XML2RFC version 2, but anything written can also be converted to&#xA;the (work-in-progress) XML2RFC version 3 format. In a series of blog posts&#xA;I will detail some of the features, such as list styling while remaining upwards&#xA;compatible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown for XML2RFC v3 - Update</title>
      <link>https://miek.nl/2014/december/18/markdown-for-xml2rfc-v3-update/</link>
      <pubDate>Thu, 18 Dec 2014 22:46:00 +0000</pubDate>
      <guid>https://miek.nl/2014/december/18/markdown-for-xml2rfc-v3-update/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;And another update (2015-01-12)&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This is a follow up the &lt;a href=&#34;http://miek.nl/posts/2014/Nov/27/markdown-for-xml2rfc-v3/&#34;&gt;previous article&lt;/a&gt;&#xA;about using markdown for XML2RFC. The syntax has been changed and more features&#xA;have been implement. And my&#xA;&lt;a href=&#34;https://github.com/miekg/blackfriday&#34;&gt;blackfriday&lt;/a&gt; fork has been renamed&#xA;&lt;a href=&#34;https://github.com/miekg/mmark&#34;&gt;mmark&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://github.com/miekg/mmark/blob/master/mmark2rfc.txt&#34;&gt;this document&lt;/a&gt; for&#xA;an up to date syntax of mmark. A short summery will be given here.&lt;/p&gt;&#xA;&lt;p&gt;New features are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Include raw XML references&lt;/li&gt;&#xA;&lt;li&gt;Allow HTML comments to be converted to &lt;code&gt;cref&lt;/code&gt;s&lt;/li&gt;&#xA;&lt;li&gt;Abbreviations (&lt;a href=&#34;https://michelf.ca/projects/php-markdown/extra/#abbr&#34;&gt;https://michelf.ca/projects/php-markdown/extra/#abbr&lt;/a&gt;), this is not used&#xA;in XML2RFC but seems a relatively standard markdown extension&lt;/li&gt;&#xA;&lt;li&gt;Example lists (&lt;a href=&#34;http://johnmacfarlane.net/pandoc/README.html#numbered-example-lists&#34;&gt;http://johnmacfarlane.net/pandoc/README.html#numbered-example-lists&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Quote attribution&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Also the possibility to convert &lt;a href=&#34;https://tools.ietf.org/html/rfc7328.html&#34;&gt;pandoc2rfc&lt;/a&gt; documents&#xA;to mmark has been added (as a quick and dirty perl script + pandoc!):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown for XML2RFC v3</title>
      <link>https://miek.nl/2014/november/27/markdown-for-xml2rfc-v3/</link>
      <pubDate>Thu, 27 Nov 2014 22:50:00 +0000</pubDate>
      <guid>https://miek.nl/2014/november/27/markdown-for-xml2rfc-v3/</guid>
      <description>&lt;p&gt;Or&amp;hellip; how to write Markdown to generate XML that is valid XML2RFC v3. These&#xA;are some assorted notes and ideas&lt;/p&gt;&#xA;&lt;p&gt;Goal:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Self contained file with all information to generate a complete I-D;&lt;/li&gt;&#xA;&lt;li&gt;CommonMarkdown, with some extension.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I&amp;rsquo;m working on implementing these ideas in &lt;a href=&#34;https://github.com/miekg/blackfriday&#34;&gt;blackfriday&lt;/a&gt;.&#xA;The following has already been implemented:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Abstract;&lt;/li&gt;&#xA;&lt;li&gt;Citation;&lt;/li&gt;&#xA;&lt;li&gt;Document divisions;&lt;/li&gt;&#xA;&lt;li&gt;Index;&lt;/li&gt;&#xA;&lt;li&gt;File inclusion;&lt;/li&gt;&#xA;&lt;li&gt;Extra attributes (kramdown&amp;rsquo;s IAL.) (work-in-progress).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;document-meta-data&#34;&gt;Document meta data&lt;/h2&gt;&#xA;&lt;p&gt;In TOML - much easier than YAML for instance, lines are starting with %. We don&amp;rsquo;t need to specify the citations&#xA;here because:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning Go</title>
      <link>https://miek.nl/2014/june/01/learning-go/</link>
      <pubDate>Sun, 01 Jun 2014 08:33:00 +0000</pubDate>
      <guid>https://miek.nl/2014/june/01/learning-go/</guid>
      <description>&lt;p&gt;&amp;ldquo;Learning Go&amp;rdquo; is a book that gives an introduction into the &lt;a href=&#34;http://www.golang.org&#34;&gt;Go&lt;/a&gt;&#xA;language of Google. It is licensed under a copy-left license.&#xA;The book currently consists out +/- 120 (A4 sized) pages and the following chapters:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;em&gt;Introduction&lt;/em&gt;&lt;br/&gt;&#xA;Show how to install Go and details the lineage of the language Go.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Basics&lt;/em&gt;&lt;br/&gt;&#xA;Types, variables and control structures.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Functions&lt;/em&gt;&lt;br/&gt;&#xA;How to make and use functions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Packages&lt;/em&gt;&lt;br/&gt;&#xA;Functions and data is grouped together in packages. Here you will see&#xA;how to make your own package. How to unit test your package is also&#xA;described.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Beyond the basics&lt;/em&gt;&lt;br/&gt;&#xA;Learn how to create your own data types and define function on them (called&#xA;methods in Go).&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Interfaces&lt;/em&gt;&lt;br/&gt;&#xA;Go does not support Object Orientation in the traditional sense.&#xA;In Go the central concept is interfaces.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Concurrency&lt;/em&gt;&lt;br/&gt;&#xA;With the &lt;code&gt;go&lt;/code&gt; keyword function can be started in separate routines (called&#xA;&lt;em&gt;goroutines&lt;/em&gt;). Communication with those goroutines is done via channels.&lt;/li&gt;&#xA;&lt;li&gt;&lt;em&gt;Communication&lt;/em&gt;&lt;br/&gt;&#xA;How to create/read/write from and to files. And how to do networking.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Each chapter concludes with a number of exercises (and answers) to may help you&#xA;to get some hands on experience. Currently it has more than 30 exercises.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Site Based on Pelican</title>
      <link>https://miek.nl/2014/january/19/new-site-based-on-pelican/</link>
      <pubDate>Sun, 19 Jan 2014 12:50:00 +0000</pubDate>
      <guid>https://miek.nl/2014/january/19/new-site-based-on-pelican/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve revamped &lt;a href=&#34;http://miek.nl&#34;&gt;http://miek.nl&lt;/a&gt; it is now using Pelican, instead of&#xA;nanoblogger. The old miek.nl site is available via &lt;a href=&#34;http://archive.miek.nl&#34;&gt;http://archive.miek.nl&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m in the progress of migration articles over. I still need to&#xA;think what I want to do with my project pages, because most stuff lives on&#xA;on &lt;a href=&#34;https://github.com/miekg&#34;&gt;https://github.com/miekg&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Project page for Learning Go</title>
      <link>https://miek.nl/2011/august/11/project-page-for-learning-go/</link>
      <pubDate>Thu, 11 Aug 2011 11:15:00 +0000</pubDate>
      <guid>https://miek.nl/2011/august/11/project-page-for-learning-go/</guid>
      <description>&lt;p&gt;I added a shiny &lt;a href=&#34;https://miek.nl/projects/learninggo/index.html&#34;&gt;project page&lt;/a&gt; for&#xA;the &amp;ldquo;Learning Go&amp;rdquo; book I&amp;rsquo;m writing.&lt;/p&gt;&#xA;&lt;p&gt;Errata, new releases and other stuff will get a place there.&lt;/p&gt;&#xA;&lt;p&gt;For good measure I even added a &amp;ldquo;Donate&amp;rdquo; button - we&amp;rsquo;ll see how to that plays out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Older (DNSSEC) presentations</title>
      <link>https://miek.nl/2008/august/27/older-dnssec-presentations/</link>
      <pubDate>Wed, 27 Aug 2008 13:18:00 +0000</pubDate>
      <guid>https://miek.nl/2008/august/27/older-dnssec-presentations/</guid>
      <description>&lt;p&gt;Some older presentations I have given can be found&#xA;&lt;a href=&#34;https://miek.nl/old/presentations/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The all deal with DNSSEC - note that most of them have&#xA;been written a few years ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cisco DNSSEC paper</title>
      <link>https://miek.nl/2008/july/27/cisco-dnssec-paper/</link>
      <pubDate>Sun, 27 Jul 2008 14:14:00 +0000</pubDate>
      <guid>https://miek.nl/2008/july/27/cisco-dnssec-paper/</guid>
      <description>&lt;p&gt;Just came by this, an article I wrote for Cisco (Internet Protocol&#xA;Journal) back in 2004.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.isoc.org/pubs/int/cisco-7-2.html&#34;&gt;The article&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>RFC4641</title>
      <link>https://miek.nl/2008/february/17/rfc4641/</link>
      <pubDate>Sun, 17 Feb 2008 10:33:00 +0000</pubDate>
      <guid>https://miek.nl/2008/february/17/rfc4641/</guid>
      <description>&lt;p&gt;Co-author of &lt;a href=&#34;http://www.ietf.org/rfc/rfc4641.txt&#34;&gt;RFC 4641&lt;/a&gt;&#xA;a BCP (Best Current Practice) for DNSSEC operations. This was written&#xA;together with Olaf Kolkman.&lt;/p&gt;&#xA;&lt;p&gt;At the time I was employed at &lt;a href=&#34;http://www.nlnetlabs.nl&#34;&gt;NLnet Labs&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This RFC gives guidelines on how to setup secure zones in a world with&#xA;DNSSEC. It also gives pointers for public and private key handling and&#xA;deals with the key lengths and how to handle key rollovers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DNSSEC: problemen en beloftes</title>
      <link>https://miek.nl/2008/february/10/dnssec-problemen-en-beloftes/</link>
      <pubDate>Sun, 10 Feb 2008 16:50:00 +0000</pubDate>
      <guid>https://miek.nl/2008/february/10/dnssec-problemen-en-beloftes/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;older publication: 2001&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;door&#34;&gt;Door&lt;/h1&gt;&#xA;&lt;p&gt;R. Gieben, &lt;a href=&#34;mailto:miek@nlnetlabs.nl&#34;&gt;miek@nlnetlabs.nl&lt;/a&gt; or &lt;a href=&#34;mailto:miek@miek.nl&#34;&gt;miek@miek.nl&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Voorwoord&#xA;In dit introductie artikel behandel ik DNSSEC en de beloftes en problemen die&#xA;het met zich mee brengt. Daarbij wil ik uit leggen wat de bijdrage van NLnet&#xA;Labs is geweest in het analyseren en oplossen van enkele van die problemen.&#xA;Verder ga ik in op de plannen voor de uitrol van DNSSEC in Nederland in de&#xA;nabije toekomst.&lt;/p&gt;&#xA;&lt;p&gt;NLnet Labs is opgericht door [Stichting NLnet] &lt;a href=&#34;http://www.nlnet.nl&#34; title=&#34;Stichting NLnet&#34;&gt;1&lt;/a&gt; om nieuwe protocollen en applicaties&#xA;te promoten en te ontwikkelen voor het Internet. Er is een budget voor 15 jaar&#xA;ontwikkeling door 6 developers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DNSSEC in the .nl zone mini HOWTO. The .nl.nl-experiment.</title>
      <link>https://miek.nl/2008/february/10/dnssec-in-the-.nl-zone-mini-howto.-the-.nl.nl-experiment./</link>
      <pubDate>Sun, 10 Feb 2008 14:53:00 +0000</pubDate>
      <guid>https://miek.nl/2008/february/10/dnssec-in-the-.nl-zone-mini-howto.-the-.nl.nl-experiment./</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;published in 2003&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;dnssec-mini-howto&#34;&gt;DNSSEC mini HOWTO&lt;/h1&gt;&#xA;&lt;p&gt;By Paul Wouters (&lt;a href=&#34;mailto:paul@xtdnet.nl&#34;&gt;paul@xtdnet.nl&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This article is a translation of the article &amp;ldquo;&lt;em&gt;Secure DNS, Het beveiligingen&#xA;van DNS in de praktijk&lt;/em&gt; that appeared in&#xA;&lt;a href=&#34;http://www.fnl.nl/ct/archief2003/ct2003-03/&#34;&gt;C&amp;rsquo;T magazine&lt;/a&gt; on&#xA;March 14 2003.&lt;/p&gt;&#xA;&lt;h1 id=&#34;dnssec-in-the-nl-zone&#34;&gt;DNSSEC in the .nl zone&lt;/h1&gt;&#xA;&lt;p&gt;The Dutch NIC (SIDN [http://www.domain-registry.nl/]&amp;gt;),&#xA;The European Regional Internet Registry (RIPE&lt;A&#xA;HREF=&#34;http://www.ripe.net/&#34;&gt;&lt;/A&gt;), and NLnetLabs&lt;A&#xA;HREF=http://www.nlnetlabs.nl/&gt;&lt;/A&gt; have created the first toplevel&#xA;secure DNS. The experiment is running its own set of nameservers to&#xA;guarantee that the experiment will not interfere with the production&#xA;nameservers. The project started in November of 2002 with the goal of&#xA;gaining experience in running DNSSEC for a TLD Registry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DNSSEC in NL or the .nl.nl experiment</title>
      <link>https://miek.nl/2008/february/10/dnssec-in-nl-or-the-.nl.nl-experiment/</link>
      <pubDate>Sun, 10 Feb 2008 12:22:00 +0000</pubDate>
      <guid>https://miek.nl/2008/february/10/dnssec-in-nl-or-the-.nl.nl-experiment/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This is an older publication (from 2004).&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This report gives an outline of the current status of&#xA;SECREG, the Dutch experiment for introducing DNSSEC in NL.&lt;/p&gt;&#xA;&lt;p&gt;It is written for SIDN (the people who take care of .nl) and it&#xA;tries to explain what DNSSEC will mean for a registry.&lt;/p&gt;&#xA;&lt;p&gt;Downloads are here:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://miek.nl/downloads/pubs/secreg-report.ps&#34;&gt;DNSSEC in NL &lt;em&gt;Postscript&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://miek.nl/downloads/pubs/secreg-report.pdf&#34;&gt;DNSSEC in NL &lt;em&gt;pdf&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Master&#39;s Thesis: Chain of Trust</title>
      <link>https://miek.nl/2007/december/23/masters-thesis-chain-of-trust/</link>
      <pubDate>Sun, 23 Dec 2007 00:17:00 +0000</pubDate>
      <guid>https://miek.nl/2007/december/23/masters-thesis-chain-of-trust/</guid>
      <description>&lt;h1 id=&#34;masters-thesis&#34;&gt;master&amp;rsquo;s thesis&lt;/h1&gt;&#xA;&lt;p&gt;For future reference. My master&amp;rsquo;s thesis can be found here. It details&#xA;the development of the DNSSEC protocol, a supposed successor of the DNS&#xA;on the Internet.&lt;/p&gt;&#xA;&lt;p&gt;It was officially publiced as a research document by my university&#xA;(University of Nijmegen).&lt;/p&gt;&#xA;&lt;p&gt;You can find the thesis (pdf|ps) here:&lt;br/&gt;&#xA;&lt;a href=&#34;https://miek.nl/downloads/pubs/CSI-report.pdf&#34;&gt;CSI-report.pdf&lt;/a&gt;.&lt;br/&gt;&#xA;&lt;a href=&#34;https://miek.nl/downloads/pubs/CSI-report.ps&#34;&gt;CSI-report.ps&lt;/a&gt;.&lt;br/&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>.my talk</title>
      <link>https://miek.nl/2007/december/22/.my-talk/</link>
      <pubDate>Sat, 22 Dec 2007 19:40:00 +0000</pubDate>
      <guid>https://miek.nl/2007/december/22/.my-talk/</guid>
      <description>&lt;h1 id=&#34;my&#34;&gt;.my&lt;/h1&gt;&#xA;&lt;p&gt;I was recently invited to give a talk in KL (Malaysia) about DNSSEC.&#xA;They are running a three year program after which &lt;tt&gt;.my&lt;/tt&gt; should&#xA;be signed.&lt;/p&gt;&#xA;&lt;p&gt;You can find the talk (pdf) here:&lt;br/&gt;&#xA;&lt;a href=&#34;https://miek.nl/downloads/pubs/dot-my-pres.pdf&#34;&gt;dot-my-pres.pdf&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
