<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title></title>
    <link rel="self" type="application/atom+xml" href="https://loudsynth.moe/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://loudsynth.moe"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-05-29T00:00:00+00:00</updated>
    <id>https://loudsynth.moe/atom.xml</id>
    <entry xml:lang="en">
        <title>hello world</title>
        <published>2026-05-29T00:00:00+00:00</published>
        <updated>2026-05-29T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              vem4s@proton.me (loudsynth)
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://loudsynth.moe/thoughts/hello-world/"/>
        <id>https://loudsynth.moe/thoughts/hello-world/</id>
        
        <content type="html" xml:base="https://loudsynth.moe/thoughts/hello-world/">&lt;p&gt;Hello! This is the obligatory &quot;hello world&quot; article I make for every new iteration of this site! This new version runs on the Zola SSG and uses SCSS for styling. ( Yes I use SCSS only for a single &lt;code&gt;@mixin&lt;&#x2F;code&gt; but I think it&#x27;s valid )&lt;&#x2F;p&gt;
&lt;h2 id=&quot;obligatory-syntax-highlighting-test&quot;&gt;Obligatory Syntax Highlighting Test&lt;&#x2F;h2&gt;
&lt;h2 id=&quot;test-of-all-markup-elements&quot;&gt;Test of All Markup Elements&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;headings&quot;&gt;Headings&lt;&#x2F;h3&gt;
&lt;h1 id=&quot;heading-1&quot;&gt;Heading 1&lt;&#x2F;h1&gt;
&lt;h2 id=&quot;heading-2&quot;&gt;Heading 2&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;heading-3&quot;&gt;Heading 3&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;heading-4&quot;&gt;Heading 4&lt;&#x2F;h4&gt;
&lt;h5 id=&quot;heading-5&quot;&gt;Heading 5&lt;&#x2F;h5&gt;
&lt;h6 id=&quot;heading-6&quot;&gt;Heading 6&lt;&#x2F;h6&gt;
&lt;h3 id=&quot;emphasis&quot;&gt;Emphasis&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bold Text&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;em&gt;Italic Text&lt;&#x2F;em&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Bold and italic Text&lt;&#x2F;strong&gt;&lt;&#x2F;em&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;del&gt;Strikethrough Text&lt;&#x2F;del&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;footnotes&quot;&gt;Footnotes&lt;&#x2F;h3&gt;
&lt;p&gt;Foot&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#1&quot;&gt;1&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt;Note&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#2&quot;&gt;2&lt;&#x2F;a&gt;&lt;&#x2F;sup&gt;&lt;&#x2F;p&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;1&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;1&lt;&#x2F;sup&gt;
&lt;p&gt;Foot&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;2&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;2&lt;&#x2F;sup&gt;
&lt;p&gt;Note&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;
&lt;h3 id=&quot;lists&quot;&gt;Lists&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;unordered-lists&quot;&gt;Unordered Lists&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;Item 1&lt;&#x2F;li&gt;
&lt;li&gt;Item 2
&lt;ul&gt;
&lt;li&gt;Subitem 1&lt;&#x2F;li&gt;
&lt;li&gt;Subitem 2&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;Item 3&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h4 id=&quot;ordered-lists&quot;&gt;Ordered Lists&lt;&#x2F;h4&gt;
&lt;ol&gt;
&lt;li&gt;First Item&lt;&#x2F;li&gt;
&lt;li&gt;Second Item
&lt;ol&gt;
&lt;li&gt;Subitem 1&lt;&#x2F;li&gt;
&lt;li&gt;Subitem 2&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;Third Item&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;h4 id=&quot;task-lists&quot;&gt;Task Lists&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot;&#x2F;&gt;
Unchecked task&lt;&#x2F;li&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot; checked=&quot;&quot;&#x2F;&gt;
Check task&lt;&#x2F;li&gt;
&lt;li&gt;&lt;input disabled=&quot;&quot; type=&quot;checkbox&quot;&#x2F;&gt;
Another unchecked task&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;links&quot;&gt;Links&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;example.com&quot;&gt;Inline link&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;example.com&quot;&gt;https:&#x2F;&#x2F;example.com&lt;&#x2F;a&gt; (Autolink)&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;images&quot;&gt;Images&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;Remote Image&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;img src=&quot;https:&#x2F;&#x2F;cdn.discordapp.com&#x2F;avatars&#x2F;1364837341008629850&#x2F;e9e7128682b08ac54570eec13e139bae.webp?size=128&quot; alt=&quot;my discord profile picture&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Local image&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;man.jpeg&quot; alt=&quot;funny businessman stock image&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;code&quot;&gt;Code&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;code-blocks&quot;&gt;Code Blocks&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;SCSS Horror:&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D3C6AA; background-color: #2D353B;&quot;&gt;&lt;code data-lang=&quot;scss&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;@&lt;&#x2F;span&gt;&lt;span style=&quot;color: #D699B6;&quot;&gt;mixin&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; block&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;	position&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; relative&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;	background-color&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span&gt; #&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt;374145&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;	padding&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 20&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;	width&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 1000&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;	&amp;amp;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span style=&quot;color: #DBBC7F;&quot;&gt;before&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #D699B6;&quot;&gt;		content&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; &amp;quot;&amp;quot;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		background-color&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span&gt; #&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt;2e383c&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		position&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; absolute&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		z-index&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; -1&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		top&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 15&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		left&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 15&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		width&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 100&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;%&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		height&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; 100&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;%&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;		transition&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; top 0.3&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;s&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; ease-in, left 0.3&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;s&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; ease-in&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;	}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;	&amp;amp;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #DBBC7F;&quot;&gt;hover&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;		&amp;amp;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span style=&quot;color: #DBBC7F;&quot;&gt;before&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;			top&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; -15&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;			left&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; -15&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;px&lt;&#x2F;span&gt;&lt;span style=&quot;color: #859289;&quot;&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;		}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;	}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;ul&gt;
&lt;li&gt;Long Code:&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D3C6AA; background-color: #2D353B;&quot;&gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E67E80;&quot;&gt;use&lt;&#x2F;span&gt;&lt;span style=&quot;color: #83C092;&quot;&gt; std&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;mem&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span&gt;transmute;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;const&lt;&#x2F;span&gt;&lt;span&gt; STR&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;: &amp;amp;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #7FBBB3;&quot;&gt;str&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt; =&lt;&#x2F;span&gt;&lt;span&gt; &amp;quot;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt;\u{200b}&lt;&#x2F;span&gt;&lt;span style=&quot;color: #DBBC7F;&quot;&gt;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&lt;&#x2F;span&gt;&lt;span&gt;&amp;quot;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E67E80;&quot;&gt;fn&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt; main&lt;&#x2F;span&gt;&lt;span&gt;() {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;    let mut&lt;&#x2F;span&gt;&lt;span&gt; i&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #7FBBB3;&quot;&gt; usize&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt; =&lt;&#x2F;span&gt;&lt;span style=&quot;color: #D699B6;&quot;&gt; 0&lt;&#x2F;span&gt;&lt;span&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    i&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt; +=&lt;&#x2F;span&gt;&lt;span style=&quot;color: #D699B6;&quot;&gt; 1&lt;&#x2F;span&gt;&lt;span&gt;;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    _&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt; =&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E67E80;&quot;&gt; unsafe&lt;&#x2F;span&gt;&lt;span&gt; {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #83C092;&quot;&gt;        mem&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span style=&quot;color: #A7C080;&quot;&gt;transmute&lt;&#x2F;span&gt;&lt;span style=&quot;color: #E69875;&quot;&gt;::&lt;&#x2F;span&gt;&lt;span&gt;&amp;lt;&lt;&#x2F;span&gt;&lt;span style=&quot;color: #7FBBB3;&quot;&gt;usize&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;span style=&quot;color: #7FBBB3;&quot;&gt; isize&lt;&#x2F;span&gt;&lt;span&gt;&amp;gt;(i)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    };&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;ul&gt;
&lt;li&gt;No Language Code&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #D3C6AA; background-color: #2D353B;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;code block without a language.&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;&lt;h3 id=&quot;horizontal-rule&quot;&gt;Horizontal Rule&lt;&#x2F;h3&gt;
&lt;hr &#x2F;&gt;
&lt;h3 id=&quot;blockquote&quot;&gt;Blockquote&lt;&#x2F;h3&gt;
&lt;blockquote&gt;
	&lt;em&gt;&quot;If I am selling to you, I speak your language. If I am buying, dann müssen sie Deutsch sprechen&quot;&lt;&#x2F;em&gt; &lt;br&gt;
	- Willy Brandt
&lt;&#x2F;blockquote&gt;&lt;blockquote&gt;
	&lt;em&gt;&quot;i love (re)making (my) website (every 14 days)&quot;&lt;&#x2F;em&gt; &lt;br&gt;
	- loudsynth
&lt;&#x2F;blockquote&gt;</content>
        
    </entry>
</feed>
