From fd3a6a3730d4078f6be4239a9c24c9747ef9d555 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 13:48:54 +0100 Subject: Theme update --- public/index.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'public/index.xml') diff --git a/public/index.xml b/public/index.xml index e116c7f..5ab7594 100755 --- a/public/index.xml +++ b/public/index.xml @@ -1027,11 +1027,6 @@ but at the end of the day, I truly believe it’s worth it.</p> <p>I still reject calling <a href="https://www.typescriptlang.org/">Typescript</a> to <a href="https://www.javascript.com/">JavaScript</a> conversion a &quot;compilation process&quot;. I call them <a href="https://devopedia.org/transpiler">transpilers</a>, and I don’t care! 😈</p> -<p>And if you want to fight this, take a look at this little chart and be mad at -it!</p> -<figure> -<img src="/posts/state-of-web/compiling-vs-transpiling.png" alt="Compiling vs Transpiling" /> -</figure> <p>The first one that I ever used was <a href="https://webpack.js.org/">webpack</a>, and it was an absolute horrific experience. Saying this, it is an absolutely fantastic tool. I felt more like a config editor than actually a programmer. To be fair, @@ -1148,9 +1143,6 @@ written, Stack Overflow questions are asked and answered, and then a newer (and even more revolutionary) framework pops up to usurp the throne. — Ian Allen</p> </blockquote> -<figure> -<img src="/posts/state-of-web/2008-vs-2020.png" alt="To many options" /> -</figure> <p>And this jab at these libraries and cloud providers is not done out of malice. It is a real concern that I have about them. In my life, I have seen technologies come and go, but the basics always stick around. So surrendering @@ -1838,7 +1830,7 @@ Really worth a read.</p> <p>If we compare a normal operating system to a unikernel side by side, they would look something like this.</p> <figure> -<img src="/posts/pid1/unikernels.png" alt="Virtual machines vs Containers vs Unikernels" /> +<img src="/posts/pid1/unikernels.webp" alt="Virtual machines vs Containers vs Unikernels" /> </figure> <p>From this image, we can see how the complexity significantly decreases with the use of Unikernels. This comes with a price, of course. Unikernels are hard @@ -4491,10 +4483,10 @@ like</a>.</p> </span></span></code></pre><h2 id="benchmarks">Benchmarks</h2> <p>First we generate some binary sample data with dd.</p> <pre tabindex="0" style="background-color:#fff;"><code><span style="display:flex;"><span>dd <span style="color:#00f">if</span>=&lt;(openssl enc -aes-256-ctr -pass pass:<span style="color:#a31515">&#34;</span><span style="color:#00f">$(</span>dd <span style="color:#00f">if</span>=/dev/urandom bs=128 count=1 2&gt;/dev/null | base64<span style="color:#00f">)</span><span style="color:#a31515">&#34;</span> -nosalt &lt; /dev/zero) of=1KB.bin bs=1KB count=1 iflag=fullblock -</span></span></code></pre><p>Our freshly generated 1KB file looks something like this (its full of garbage -data as intended).</p> -<figure> +</span></span></code></pre><figure> <img src="/posts/dna-sequence/sample-binary-file.png" alt="Sample binary file 1KB" /> +<figcaption><p>Our freshly generated 1KB file looks something like this (its full of +garbage data as intended).</p></figcaption> </figure> <p>We create following binary files:</p> <ul> -- cgit v1.2.3