logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 07b8be8e7856aad9bae185d1470b276e6c2f6f3a
parent d043df87558b130d64ecdfc754960f66a26721fa
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 12 Mar 2021 16:43:04 +0100

standards: Add "28C3: The Science of Insecurity"

Diffstat:

Mstandards.shtml9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/standards.shtml b/standards.shtml @@ -9,6 +9,7 @@ <main> <h1>Standards and/or Implementations</h1> <p>This is a very opiniated list about standards and/or implementations, feel free to ask some questions if you're curious but of course no flaming/evangelism.</p> + <h2>The good ones</h2> <p>The ones that are well made and either have been battle-tested or will surely pass it.</p> <dl> @@ -31,6 +32,7 @@ <dt>Data serialisation</dt><dd>JSON, XML</dd> <dt>Instant Messaging</dt><dd>IRC</dd> </dl> + <h2>The growing ones</h2> <p>The ones that are well made so far but can't be sure about how they'll do in production or how they'll age.</p> <dl> @@ -40,6 +42,7 @@ <dt>Transport</dt><dd>Datashards</dd> <dt>Compression</dt><dd>Zstandard(aka zstd)</dd> </dl> + <h2>The okay ones</h2> <p>The ones that I'd rather have them abandonned but if it needs a replacement it would have to be careful to not make it worse.</p> <dl> @@ -52,6 +55,7 @@ <dt>Filesystems</dt><dd>FAT, EXT4, NTFS</dd> <dt>Instant Messaging</dt><dd>XMPP</dd> </dl> + <h2>The monsters</h2> <p>The ones that I'd rather have them go away right now, they can't really be made worse, some shouldn't even be replaced.</p> <dl> @@ -65,6 +69,11 @@ <dt>Instant Messaging</dt><dd>Matrix</dd> <dt>Transport</dt><dd>WebRTC (and so WebTorrent), <a href="/articles/HTTP3">HTTP/3</a> and QUIC, HSTS, HPKP</dd> </dl> + + <h2>Related</h2> + <ul> + <li><a href="https://media.ccc.de/v/28c3-4763-en-the_science_of_insecurity">28C3: The Science of Insecurity</a>, or basically why one should avoid context-aware and never touch turing-complete formats</li> + </ul> </main> <!--#include file="/templates/en/footer.shtml" --> </body>