<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Everything Everything</title>
    <link>https://enekololo.github.io/hugo-website/posts/</link>
    <description>Recent content in Posts on Everything Everything</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 01 Jun 2026 10:07:36 +0200</lastBuildDate>
    <atom:link href="https://enekololo.github.io/hugo-website/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hacked Chromebook</title>
      <link>https://enekololo.github.io/hugo-website/posts/hacked-chromebook/</link>
      <pubDate>Mon, 01 Jun 2026 10:07:36 +0200</pubDate>
      <guid>https://enekololo.github.io/hugo-website/posts/hacked-chromebook/</guid>
      <description>&lt;h3 id=&#34;presentation-of-my-hacked-chromebook-with-submarine&#34;&gt;Presentation of my hacked chromebook with submarine&lt;/h3&gt;&#xA;&lt;p&gt;As you can see here my chromebook is no longer using ChromeOS. It became fully OpenSource (not really though) &lt;img src=&#34;https://raw.githubusercontent.com/Enekololo/hugo-website/master/content/posts/images/IMG_20260601_101604531.jpg&#34; alt=&#34;alt&#34;&gt; &lt;em&gt;&lt;strong&gt;Debian Forky on a ChromeBook&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is using a fresh install of Debian 14 (Forky) on the main disk using &lt;a href=&#34;https://developer.fyralabs.com/submarine&#34;&gt;Submarine&lt;/a&gt; By &lt;a href=&#34;https://fyralabs.com/&#34;&gt;Fyralabs&lt;/a&gt; and&#xA;By using &lt;a href=&#34;https://github.com/AerialiteLabs/GoodSilver&#34;&gt;GoodSilver&lt;/a&gt; by AerialiteLabs (&lt;em&gt;soap-phia&lt;/em&gt;).&lt;/p&gt;&#xA;&lt;p&gt;Btw, if you&amp;rsquo;ve remarked this : I didn&amp;rsquo;t use MrChromebox firmware for the only reason to restore CrOS on it if needed&lt;/p&gt;</description>
    </item>
    <item>
      <title>Links to My projects</title>
      <link>https://enekololo.github.io/hugo-website/posts/links-to-project/</link>
      <pubDate>Wed, 27 May 2026 12:09:19 +0200</pubDate>
      <guid>https://enekololo.github.io/hugo-website/posts/links-to-project/</guid>
      <description>&lt;h3 id=&#34;projects&#34;&gt;Projects:&lt;/h3&gt;&#xA;&lt;p&gt;Here are all the Projects that I did on &lt;em&gt;&lt;strong&gt;GitHub/GitLab&lt;/strong&gt;&lt;/em&gt; so far&lt;/p&gt;&#xA;&lt;h2 id=&#34;mycss-arhcived&#34;&gt;MYCSS (ARHCIVED):&lt;/h2&gt;&#xA;&lt;p&gt;visit &lt;a href=&#34;https://github.com/Enekololo/mycss&#34;&gt;mycss&lt;/a&gt; for Material &lt;a href=&#34;https://mycss-eta.vercel.app/&#34;&gt;m3&lt;/a&gt; &lt;em&gt;expressive&lt;/em&gt; design !!!&#xA;&lt;style type=&#34;text/css&#34;&gt;&#xA;     &#xA;    .notice {&#xA;        --title-color: #fff;&#xA;        --title-background-color: #6be;&#xA;        --content-color: #444;&#xA;        --content-background-color: #e7f2fa;&#xA;    }&#xA;&#xA;    .notice.info {&#xA;        --title-background-color: #fb7;&#xA;        --content-background-color: #fec;&#xA;    }&#xA;&#xA;    .notice.tip {&#xA;        --title-background-color: #5a5;&#xA;        --content-background-color: #efe;&#xA;    }&#xA;&#xA;    .notice.warning {&#xA;        --title-background-color: #c33;&#xA;        --content-background-color: #fee;&#xA;    }&#xA;&#xA;     &#xA;    @media (prefers-color-scheme:dark) {&#xA;        .notice {&#xA;            --title-color: #fff;&#xA;            --title-background-color: #069;&#xA;            --content-color: #ddd;&#xA;            --content-background-color: #023;&#xA;        }&#xA;&#xA;        .notice.info {&#xA;            --title-background-color: #a50;&#xA;            --content-background-color: #420;&#xA;        }&#xA;&#xA;        .notice.tip {&#xA;            --title-background-color: #363;&#xA;            --content-background-color: #121;&#xA;        }&#xA;&#xA;        .notice.warning {&#xA;            --title-background-color: #800;&#xA;            --content-background-color: #400;&#xA;        }&#xA;    }&#xA;&#xA;    body.dark .notice {&#xA;        --title-color: #fff;&#xA;        --title-background-color: #069;&#xA;        --content-color: #ddd;&#xA;        --content-background-color: #023;&#xA;    }&#xA;&#xA;    body.dark .notice.info {&#xA;        --title-background-color: #a50;&#xA;        --content-background-color: #420;&#xA;    }&#xA;&#xA;    body.dark .notice.tip {&#xA;        --title-background-color: #363;&#xA;        --content-background-color: #121;&#xA;    }&#xA;&#xA;    body.dark .notice.warning {&#xA;        --title-background-color: #800;&#xA;        --content-background-color: #400;&#xA;    }&#xA;&#xA;     &#xA;    .notice {&#xA;        padding: 18px;&#xA;        line-height: 24px;&#xA;        margin-bottom: 24px;&#xA;        border-radius: 4px;&#xA;        color: var(--content-color);&#xA;        background: var(--content-background-color);&#xA;    }&#xA;&#xA;    .notice p:last-child {&#xA;        margin-bottom: 0&#xA;    }&#xA;&#xA;     &#xA;    .notice-title {&#xA;        margin: -18px -18px 12px;&#xA;        padding: 4px 18px;&#xA;        border-radius: 4px 4px 0 0;&#xA;        font-weight: 700;&#xA;        color: var(--title-color);&#xA;        background: var(--title-background-color);&#xA;    }&#xA;&#xA;     &#xA;    .icon-notice {&#xA;        display: inline-flex;&#xA;        align-self: center;&#xA;        margin-right: 8px;&#xA;    }&#xA;&#xA;    .icon-notice img,&#xA;    .icon-notice svg {&#xA;        height: 1em;&#xA;        width: 1em;&#xA;        fill: currentColor;&#xA;    }&#xA;&#xA;    .icon-notice img,&#xA;    .icon-notice.baseline svg {&#xA;        top: .125em;&#xA;        position: relative;&#xA;    }&#xA;&lt;/style&gt;&lt;div class=&#34;notice info&#34; &gt;&#xA;    &lt;p class=&#34;notice-title&#34;&gt;&#xA;        &lt;span class=&#34;icon-notice baseline&#34;&gt;&#xA;            &lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;16&#34; height=&#34;16&#34; fill=&#34;currentColor&#34; class=&#34;bi bi-info&#34; viewBox=&#34;0 0 16 16&#34;&gt;&#xA;  &lt;path d=&#34;m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0&#34;/&gt;&#xA;&lt;/svg&gt;&#xA;        &lt;/span&gt; Info &lt;/p&gt;</description>
    </item>
    <item>
      <title>Endlesshorse</title>
      <link>https://enekololo.github.io/hugo-website/posts/endlesshorse/</link>
      <pubDate>Tue, 26 May 2026 11:29:19 +0200</pubDate>
      <guid>https://enekololo.github.io/hugo-website/posts/endlesshorse/</guid>
      <description>&lt;h3 id=&#34;endless-horse-&#34;&gt;Endless Horse :&lt;/h3&gt;&#xA;&lt;p&gt;Go &lt;a href=&#34;http://endless.horse/&#34;&gt;Scroooooooooooollllll&lt;/a&gt; with Endless Horse !!!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
