forked from robur/blog.robur.coop
84 lines
4.6 KiB
XML
84 lines
4.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||
|
<channel rdf:about="https://blog.robur.coop/rss1.xml">
|
||
|
<title>The Robur's blog</title>
|
||
|
<link>https://blog.robur.coop/</link>
|
||
|
<description><![CDATA[The Robur cooperative blog]]></description>
|
||
|
<items>
|
||
|
<rdf:Seq>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/tar-release.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/qubes-miragevpn.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/miragevpn-server.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/miragevpn-performance.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/gptar.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/speeding-ec-string.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/lwt_pause.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/2024-02-03-python-str-repr.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/miragevpn-ncp.html"/>
|
||
|
<rdf:li resource="https://blog.robur.coop//articles/miragevpn.html"/>
|
||
|
</rdf:Seq>
|
||
|
</items>
|
||
|
</channel>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html">
|
||
|
<title>MirageVPN and OpenVPN</title>
|
||
|
<link>https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html</link>
|
||
|
<description>
|
||
|
<![CDATA[Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library]]>
|
||
|
</description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/tar-release.html">
|
||
|
<title>The new Tar release, a retrospective</title>
|
||
|
<link>https://blog.robur.coop//articles/tar-release.html</link>
|
||
|
<description><![CDATA[A little retrospective to the new Tar release and changes]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/qubes-miragevpn.html">
|
||
|
<title>qubes-miragevpn, a MirageVPN client for QubesOS</title>
|
||
|
<link>https://blog.robur.coop//articles/qubes-miragevpn.html</link>
|
||
|
<description><![CDATA[A new OpenVPN client for QubesOS]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/miragevpn-server.html">
|
||
|
<title>MirageVPN server</title>
|
||
|
<link>https://blog.robur.coop//articles/miragevpn-server.html</link>
|
||
|
<description><![CDATA[Announcement of our MirageVPN server.]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/miragevpn-performance.html">
|
||
|
<title>Speeding up MirageVPN and use it in the wild</title>
|
||
|
<link>https://blog.robur.coop//articles/miragevpn-performance.html</link>
|
||
|
<description>
|
||
|
<![CDATA[Performance engineering of MirageVPN, speeding it up by a factor of 25.]]>
|
||
|
</description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/gptar.html">
|
||
|
<title>GPTar</title>
|
||
|
<link>https://blog.robur.coop//articles/gptar.html</link>
|
||
|
<description><![CDATA[Hybrid GUID partition table and tar archive]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/speeding-ec-string.html">
|
||
|
<title>Speeding elliptic curve cryptography</title>
|
||
|
<link>https://blog.robur.coop//articles/speeding-ec-string.html</link>
|
||
|
<description>
|
||
|
<![CDATA[How we improved the performance of elliptic curves by only modifying the underlying byte array]]>
|
||
|
</description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/lwt_pause.html">
|
||
|
<title>Cooperation and Lwt.pause</title>
|
||
|
<link>https://blog.robur.coop//articles/lwt_pause.html</link>
|
||
|
<description><![CDATA[A disgression about Lwt and Miou]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/2024-02-03-python-str-repr.html">
|
||
|
<title>Python's `str.__repr__()`</title>
|
||
|
<link>https://blog.robur.coop//articles/2024-02-03-python-str-repr.html</link>
|
||
|
<description><![CDATA[Reimplementing Python string escaping in OCaml]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/miragevpn-ncp.html">
|
||
|
<title>MirageVPN updated (AEAD, NCP)</title>
|
||
|
<link>https://blog.robur.coop//articles/miragevpn-ncp.html</link>
|
||
|
<description><![CDATA[How we resurrected MirageVPN from its bitrot state]]></description>
|
||
|
</item>
|
||
|
<item rdf:about="https://blog.robur.coop//articles/miragevpn.html">
|
||
|
<title>MirageVPN & tls-crypt-v2</title>
|
||
|
<link>https://blog.robur.coop//articles/miragevpn.html</link>
|
||
|
<description><![CDATA[How we implementated tls-crypt-v2 for miragevpn]]></description>
|
||
|
</item>
|
||
|
</rdf:RDF>
|