forked from robur/blog.robur.coop
95 lines
No EOL
4.8 KiB
XML
95 lines
No EOL
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>The Robur's blog</title>
|
|
<link>https://blog.robur.coop/</link>
|
|
<description><![CDATA[The Robur cooperative blog]]></description>
|
|
<atom:link href="https://blog.robur.coop/feed.xml" rel="self" type="application/rss+xml"/>
|
|
<lastBuildDate>Wed, 21 Aug 2024 00:00:00 GMT</lastBuildDate>
|
|
<docs>https://www.rssboard.org/rss-specification</docs>
|
|
<generator>YOCaml</generator>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html</guid>
|
|
<pubDate>Wed, 21 Aug 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/tar-release.html</guid>
|
|
<pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/qubes-miragevpn.html</guid>
|
|
<pubDate>Mon, 24 Jun 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<title>MirageVPN server</title>
|
|
<link>https://blog.robur.coop//articles/miragevpn-server.html</link>
|
|
<description><![CDATA[Announcement of our MirageVPN server.]]></description>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/miragevpn-server.html</guid>
|
|
<pubDate>Mon, 17 Jun 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/miragevpn-performance.html</guid>
|
|
<pubDate>Tue, 16 Apr 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<title>GPTar</title>
|
|
<link>https://blog.robur.coop//articles/gptar.html</link>
|
|
<description><![CDATA[Hybrid GUID partition table and tar archive]]></description>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/gptar.html</guid>
|
|
<pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/speeding-ec-string.html</guid>
|
|
<pubDate>Tue, 13 Feb 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/lwt_pause.html</guid>
|
|
<pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/2024-02-03-python-str-repr.html</guid>
|
|
<pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/miragevpn-ncp.html</guid>
|
|
<pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate>
|
|
</item>
|
|
<item>
|
|
<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>
|
|
<guid isPermaLink="true">https://blog.robur.coop//articles/miragevpn.html</guid>
|
|
<pubDate>Tue, 14 Nov 2023 00:00:00 GMT</pubDate>
|
|
</item>
|
|
</channel>
|
|
</rss> |