<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: electric-otter</title>
    <description>The latest articles on DEV Community by electric-otter (@unxus).</description>
    <link>https://dev.to/unxus</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2571050%2F387af328-c871-4b45-a3f6-18b20dc0b239.gif</url>
      <title>DEV Community: electric-otter</title>
      <link>https://dev.to/unxus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/unxus"/>
    <language>en</language>
    <item>
      <title>Unxus: Bad news and good news</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 19 Jul 2025 05:58:41 +0000</pubDate>
      <link>https://dev.to/unxus/unxus-bad-news-and-good-news-5c69</link>
      <guid>https://dev.to/unxus/unxus-bad-news-and-good-news-5c69</guid>
      <description>&lt;p&gt;You guys cant contribute to my github, but good news, you can contribute to the Unxus Kernel's source code on &lt;a href="https://gitlab.com/krw122081/unxus/-/tree/main" rel="noopener noreferrer"&gt;https://gitlab.com/krw122081/unxus/-/tree/main&lt;/a&gt; !&lt;/p&gt;

</description>
      <category>programming</category>
      <category>opensource</category>
      <category>news</category>
    </item>
    <item>
      <title>Dont overcomplicate email, Its basic.</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Mon, 02 Jun 2025 20:13:28 +0000</pubDate>
      <link>https://dev.to/unxus/dont-overcomplicate-email-its-basic-1cmo</link>
      <guid>https://dev.to/unxus/dont-overcomplicate-email-its-basic-1cmo</guid>
      <description>&lt;p&gt;you can just use a mailto link, thats pretty much what the other email libraries use, heres how to do it in html&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a href="mailto:example.com@example.com"&amp;gt;send a email&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;email library services exist to make you pay, it even works for advanced features, and its not that advanced! Theres even a js for &lt;a href="https://cdn.jsdelivr.net/npm/validator@13.15.15/validator.min.js" rel="noopener noreferrer"&gt;https://cdn.jsdelivr.net/npm/validator@13.15.15/validator.min.js&lt;/a&gt; , Just learn how to do it in a email client, and if so please dont fall for this lie. Use WebDriverIO for automation, Deno for server side, and even use TrackEvent in JS&lt;/p&gt;

</description>
      <category>learning</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Unxus kernel: The kernel for developers</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Mon, 02 Jun 2025 19:57:04 +0000</pubDate>
      <link>https://dev.to/unxus/unxus-kernel-the-kernel-for-developers-3bla</link>
      <guid>https://dev.to/unxus/unxus-kernel-the-kernel-for-developers-3bla</guid>
      <description>&lt;h1&gt;
  
  
  Open source
&lt;/h1&gt;

&lt;p&gt;You may read the source code&lt;/p&gt;

&lt;h1&gt;
  
  
  Fast
&lt;/h1&gt;

&lt;p&gt;Its written in C and C++, a language that the BIOS supports&lt;/p&gt;

&lt;h1&gt;
  
  
  Makefile
&lt;/h1&gt;

&lt;p&gt;Now its easier to install into OSes&lt;/p&gt;

&lt;h1&gt;
  
  
  Free
&lt;/h1&gt;

&lt;p&gt;No payments, its just.. Free&lt;/p&gt;

&lt;h1&gt;
  
  
  Contributions
&lt;/h1&gt;

&lt;p&gt;Read &lt;a href="https://github.com/electric-otter/unxus/blob/main/CONTRIBUTING.md" rel="noopener noreferrer"&gt;https://github.com/electric-otter/unxus/blob/main/CONTRIBUTING.md&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Repository
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/electric-otter/unxus/" rel="noopener noreferrer"&gt;https://github.com/electric-otter/unxus/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Drivers support
&lt;/h1&gt;

&lt;p&gt;You can create your own drivers for Unxus, keep in mind unxusdriver.h is just a placeholder, sadly.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>programming</category>
    </item>
    <item>
      <title>Modernblocks CSS success for electric-otter (me)</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Fri, 02 May 2025 18:59:07 +0000</pubDate>
      <link>https://dev.to/unxus/modernblocks-css-success-for-electric-otter-me-169m</link>
      <guid>https://dev.to/unxus/modernblocks-css-success-for-electric-otter-me-169m</guid>
      <description>&lt;p&gt;It was SUPER quick for me to write CSS code, i just type in easy to use classes! like &lt;/p&gt;

&lt;p&gt;html&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a class="button"&amp;gt;Test&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I even made the framework! So why not try it?&lt;br&gt;
&lt;a href="https://moblstudio.vercel.app/" rel="noopener noreferrer"&gt;https://moblstudio.vercel.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
    </item>
    <item>
      <title>Modernblocks 3.0.0</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Fri, 02 May 2025 18:50:59 +0000</pubDate>
      <link>https://dev.to/unxus/modernblocks-300-f9a</link>
      <guid>https://dev.to/unxus/modernblocks-300-f9a</guid>
      <description>&lt;h2&gt;
  
  
  Modernblocks
&lt;/h2&gt;

&lt;p&gt;Picture having a simple method to write code and streamline your CSS tasks—ModernBlocks is here to support you!&lt;br&gt;
Unlike Bootstrap, Modernblocks features more straightforward CSS classes. Its designed for developers in mind!&lt;br&gt;
So what are you waiting for? Go to &lt;a href="https://moblstudio.vercel.app" rel="noopener noreferrer"&gt;https://moblstudio.vercel.app&lt;/a&gt; today!&lt;/p&gt;

</description>
      <category>css</category>
    </item>
    <item>
      <title>Fire19 vs ICANN (for devs)</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 26 Apr 2025 13:03:32 +0000</pubDate>
      <link>https://dev.to/unxus/fire19-vs-icann-for-devs-18c</link>
      <guid>https://dev.to/unxus/fire19-vs-icann-for-devs-18c</guid>
      <description>&lt;p&gt;Fire19 is simple, open gitlab repo: &lt;a href="https://gitlab.com/kryptonitewing/jaguar" rel="noopener noreferrer"&gt;https://gitlab.com/kryptonitewing/jaguar&lt;/a&gt;&lt;br&gt;
and create a pull request, then you can code your own site in there! (admins will check and create it)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Windows or Linux?</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 14 Dec 2024 22:32:47 +0000</pubDate>
      <link>https://dev.to/unxus/windows-or-linux-37ah</link>
      <guid>https://dev.to/unxus/windows-or-linux-37ah</guid>
      <description>&lt;p&gt;It really depends on your needs, &lt;strong&gt;Windows&lt;/strong&gt; has a easy to use OOBE, &lt;strong&gt;Linux&lt;/strong&gt; has distros that do have a &lt;strong&gt;OOBE&lt;/strong&gt; (out of the box experience)&lt;br&gt;
like &lt;strong&gt;Ubuntu&lt;/strong&gt;, which uses the &lt;strong&gt;GNOME&lt;/strong&gt; desktop environment. And &lt;strong&gt;Linux&lt;/strong&gt; is &lt;strong&gt;Open Source&lt;/strong&gt;! This means you can edit the source code and features, Linux is referred as &lt;strong&gt;GNU&lt;/strong&gt;/&lt;strong&gt;Linux&lt;/strong&gt; cause it uses a open source license called &lt;strong&gt;GNU general public license&lt;/strong&gt;, Linux is more secure than &lt;strong&gt;windows&lt;/strong&gt;, and it also has hard to use &lt;strong&gt;distro&lt;/strong&gt;s like &lt;strong&gt;Arch Linux&lt;/strong&gt; for example. Mainly used in &lt;strong&gt;servers&lt;/strong&gt; but it also works good on &lt;strong&gt;desktop&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>How to code a title in streamlit</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 14 Dec 2024 22:16:21 +0000</pubDate>
      <link>https://dev.to/unxus/how-to-code-a-title-in-streamlit-4p1o</link>
      <guid>https://dev.to/unxus/how-to-code-a-title-in-streamlit-4p1o</guid>
      <description>&lt;p&gt;Open Your IDE&lt;/p&gt;

&lt;p&gt;Create new project&lt;/p&gt;

&lt;p&gt;For example in the code, type "import streamlit as st&lt;br&gt;
st.title("Enter text")" &lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>streamlit</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>Anybody know how to make a kernel in C++</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 14 Dec 2024 19:50:22 +0000</pubDate>
      <link>https://dev.to/unxus/anybody-know-how-to-make-a-kernel-in-c-l9i</link>
      <guid>https://dev.to/unxus/anybody-know-how-to-make-a-kernel-in-c-l9i</guid>
      <description>&lt;p&gt;I want to make a kernel in C++ for FX OS, anybody know??&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>coding</category>
    </item>
    <item>
      <title>FX OS launch</title>
      <dc:creator>electric-otter</dc:creator>
      <pubDate>Sat, 14 Dec 2024 19:36:21 +0000</pubDate>
      <link>https://dev.to/unxus/fx-os-launch-jde</link>
      <guid>https://dev.to/unxus/fx-os-launch-jde</guid>
      <description>&lt;p&gt;FX OS is an open-source operating system that’s being built by a community of passionate developers. If you’ve checked it out and it looks incomplete, buggy, or even a bit “fake”—don’t worry, that’s because it’s a work in progress. The community is actively working on it, and FX OS will improve over time with more contributions.&lt;/p&gt;

&lt;p&gt;FX OS might not have the polish of other major operating systems yet, but that’s because everyone is welcome to help build it, fix bugs, and add features. If you're looking for a fully finished OS right now, you might be disappointed, but if you're looking to shape an open-source OS alongside others, FX OS is a great place to get involved.&lt;br&gt;
Why the name "FX OS"?&lt;/p&gt;

&lt;p&gt;Some might think FX sounds a bit odd, but it stands for Functional eXperiences. We believe that the most functional and user-friendly experiences come from the contributions of a diverse and passionate community. The name is about offering users a dynamic, flexible, and open experience built on real user needs and feedback.&lt;/p&gt;

</description>
      <category>opensource</category>
    </item>
  </channel>
</rss>
