Built from e54e40c6aa
This commit is contained in:
parent
592c6e5197
commit
40ec2db552
2 changed files with 221 additions and 0 deletions
137
atom.xml
Normal file
137
atom.xml
Normal file
|
@ -0,0 +1,137 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>https://blog.robur.coop/atom.xml</id>
|
||||
<title type="text">The Robur's blog</title>
|
||||
<generator uri="https://github.com/xhtmlboi/yocaml" version="2">YOCaml</generator>
|
||||
<updated>2024-08-21T00:00:00Z</updated>
|
||||
<author>
|
||||
<name>The Robur Team</name>
|
||||
</author>
|
||||
<link href="https://blog.robur.coop/"/>
|
||||
<link href="https://blog.robur.coop/atom.xml" rel="self"/>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html</id>
|
||||
<title type="text">MirageVPN and OpenVPN</title>
|
||||
<updated>2024-08-21T00:00:00Z</updated>
|
||||
<summary type="text">Discoveries made implementing MirageVPN, a OpenVPN-compatible VPN library</summary>
|
||||
<link href="https://blog.robur.coop//articles/2024-08-21-OpenVPN-and-MirageVPN.html" rel="alternate" title="MirageVPN and OpenVPN"/>
|
||||
<category term="MirageVPN"/>
|
||||
<category term="OpenVPN"/>
|
||||
<category term="security"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/tar-release.html</id>
|
||||
<title type="text">The new Tar release, a retrospective</title>
|
||||
<updated>2024-08-15T00:00:00Z</updated>
|
||||
<summary type="text">A little retrospective to the new Tar release and changes</summary>
|
||||
<link href="https://blog.robur.coop//articles/tar-release.html" rel="alternate" title="The new Tar release, a retrospective"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="Cstruct"/>
|
||||
<category term="functors"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/qubes-miragevpn.html</id>
|
||||
<title type="text">qubes-miragevpn, a MirageVPN client for QubesOS</title>
|
||||
<updated>2024-06-24T00:00:00Z</updated>
|
||||
<summary type="text">A new OpenVPN client for QubesOS</summary>
|
||||
<link href="https://blog.robur.coop//articles/qubes-miragevpn.html" rel="alternate" title="qubes-miragevpn, a MirageVPN client for QubesOS"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="vpn"/>
|
||||
<category term="unikernel"/>
|
||||
<category term="QubesOS"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/miragevpn-server.html</id>
|
||||
<title type="text">MirageVPN server</title>
|
||||
<updated>2024-06-17T00:00:00Z</updated>
|
||||
<summary type="text">Announcement of our MirageVPN server.</summary>
|
||||
<link href="https://blog.robur.coop//articles/miragevpn-server.html" rel="alternate" title="MirageVPN server"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="MirageOS"/>
|
||||
<category term="cryptography"/>
|
||||
<category term="security"/>
|
||||
<category term="VPN"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/miragevpn-performance.html</id>
|
||||
<title type="text">Speeding up MirageVPN and use it in the wild</title>
|
||||
<updated>2024-04-16T00:00:00Z</updated>
|
||||
<summary type="text">Performance engineering of MirageVPN, speeding it up by a factor of 25.</summary>
|
||||
<link href="https://blog.robur.coop//articles/miragevpn-performance.html" rel="alternate" title="Speeding up MirageVPN and use it in the wild"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="MirageOS"/>
|
||||
<category term="cryptography"/>
|
||||
<category term="security"/>
|
||||
<category term="VPN"/>
|
||||
<category term="performance"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/gptar.html</id>
|
||||
<title type="text">GPTar</title>
|
||||
<updated>2024-02-21T00:00:00Z</updated>
|
||||
<summary type="text">Hybrid GUID partition table and tar archive</summary>
|
||||
<link href="https://blog.robur.coop//articles/gptar.html" rel="alternate" title="GPTar"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="gpt"/>
|
||||
<category term="tar"/>
|
||||
<category term="mbr"/>
|
||||
<category term="persistent storage"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/speeding-ec-string.html</id>
|
||||
<title type="text">Speeding elliptic curve cryptography</title>
|
||||
<updated>2024-02-13T00:00:00Z</updated>
|
||||
<summary type="text">
|
||||
How we improved the performance of elliptic curves by only modifying the underlying byte array
|
||||
</summary>
|
||||
<link href="https://blog.robur.coop//articles/speeding-ec-string.html" rel="alternate" title="Speeding elliptic curve cryptography"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="MirageOS"/>
|
||||
<category term="cryptography"/>
|
||||
<category term="security"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/lwt_pause.html</id>
|
||||
<title type="text">Cooperation and Lwt.pause</title>
|
||||
<updated>2024-02-11T00:00:00Z</updated>
|
||||
<summary type="text">A disgression about Lwt and Miou</summary>
|
||||
<link href="https://blog.robur.coop//articles/lwt_pause.html" rel="alternate" title="Cooperation and Lwt.pause"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="Scheduler"/>
|
||||
<category term="Community"/>
|
||||
<category term="Unikernel"/>
|
||||
<category term="Git"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/2024-02-03-python-str-repr.html</id>
|
||||
<title type="text">Python's `str.__repr__()`</title>
|
||||
<updated>2024-02-03T00:00:00Z</updated>
|
||||
<summary type="text">Reimplementing Python string escaping in OCaml</summary>
|
||||
<link href="https://blog.robur.coop//articles/2024-02-03-python-str-repr.html" rel="alternate" title="Python's `str.__repr__()`"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="Python"/>
|
||||
<category term="unicode"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/miragevpn-ncp.html</id>
|
||||
<title type="text">MirageVPN updated (AEAD, NCP)</title>
|
||||
<updated>2023-11-20T00:00:00Z</updated>
|
||||
<summary type="text">How we resurrected MirageVPN from its bitrot state</summary>
|
||||
<link href="https://blog.robur.coop//articles/miragevpn-ncp.html" rel="alternate" title="MirageVPN updated (AEAD, NCP)"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="MirageOS"/>
|
||||
<category term="VPN"/>
|
||||
<category term="security"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.robur.coop//articles/miragevpn.html</id>
|
||||
<title type="text">MirageVPN & tls-crypt-v2</title>
|
||||
<updated>2023-11-14T00:00:00Z</updated>
|
||||
<summary type="text">How we implementated tls-crypt-v2 for miragevpn</summary>
|
||||
<link href="https://blog.robur.coop//articles/miragevpn.html" rel="alternate" title="MirageVPN & tls-crypt-v2"/>
|
||||
<category term="OCaml"/>
|
||||
<category term="MirageOS"/>
|
||||
<category term="VPN"/>
|
||||
<category term="security"/>
|
||||
</entry>
|
||||
</feed>
|
84
rss1.xml
Normal file
84
rss1.xml
Normal file
|
@ -0,0 +1,84 @@
|
|||
<?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>
|
Loading…
Reference in a new issue