<?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: DamixLord</title>
    <description>The latest articles on DEV Community by DamixLord (@damixlord).</description>
    <link>https://dev.to/damixlord</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4014965%2Fe14b117c-4fbf-46ff-9815-52509e2958db.jpg</url>
      <title>DEV Community: DamixLord</title>
      <link>https://dev.to/damixlord</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/damixlord"/>
    <language>en</language>
    <item>
      <title>Haiku OS: One of the best operating systems you've probably never heard of</title>
      <dc:creator>DamixLord</dc:creator>
      <pubDate>Thu, 09 Jul 2026 15:29:33 +0000</pubDate>
      <link>https://dev.to/damixlord/haiku-os-one-of-the-best-operating-systems-youve-probably-never-heard-of-5gig</link>
      <guid>https://dev.to/damixlord/haiku-os-one-of-the-best-operating-systems-youve-probably-never-heard-of-5gig</guid>
      <description>&lt;p&gt;When we talk about operating systems, the conversation almost always revolves around Windows, macOS, or various Linux distributions. The more tech-savvy might bring up FreeBSD or OpenBSD. But what if I told you there is an incredibly powerful, blazing-fast, and completely unique OS that remains virtually unknown to the general public?&lt;/p&gt;

&lt;p&gt;Let me introduce you to my latest obsession: Haiku OS.&lt;/p&gt;

&lt;p&gt;About Me&lt;br&gt;
Hi everyone! I'm Damien Nzukou (aka damixlord), an 18-year-old tech enthusiast from Cameroon. I am deeply passionate about computer science, the digital underground, and low-level development. In my spare time, I love digging up hidden software, obscure tech projects, and alternative systems.&lt;/p&gt;

&lt;p&gt;This curiosity naturally led me to hop around different operating systems just for fun. I experimented with Ubuntu, Alpine, Arch, and Void Linux. They are great, but I wasn't fully satisfied. I felt like something was missing... until I discovered Haiku OS. It was absolute love at first sight.&lt;/p&gt;

&lt;p&gt;Why Haiku OS is a Hidden Gem&lt;br&gt;
Haiku is simple, fast, and extremely responsive. It is not a Linux clone; it features its own unique kernel built from scratch, and it is completely open-source. It has officially become my favorite digital playground.&lt;/p&gt;

&lt;p&gt;Here is what blew me away:&lt;/p&gt;

&lt;p&gt;Incredibly Lightweight: It runs perfectly off a simple 8 GB or 16 GB USB drive.&lt;/p&gt;

&lt;p&gt;Blazing Fast: Its RAM footprint is minimal, making it perfect for breathing new life into old hardware.&lt;/p&gt;

&lt;p&gt;Lightning-Fast Install: The actual installation takes less than a single minute!&lt;/p&gt;

&lt;p&gt;Daily Driver Ready: The community is amazing, bringing new software to the ecosystem every day. You can code, play games, browse the web, and build your own tools.&lt;/p&gt;

&lt;p&gt;I Wrote a Guide to Help You Get Started!&lt;br&gt;
If you don't want to install it bare-metal right away, you can easily spin up a Virtual Machine (like VirtualBox) and hop right in. However, dealing with partitions during the setup can be a bit tricky for newcomers. To make things easy, I built a GitHub repository with a fully illustrated, step-by-step installation guide.&lt;/p&gt;

&lt;p&gt;👉 Check out the guide on GitHub: haiku-os-installation-guide&lt;/p&gt;

&lt;p&gt;Trying out Haiku OS is an experience every tech lover should have at least once. You won't regret it! I plan on writing more articles about this operating system and my journey exploring it, so stay tuned!&lt;/p&gt;

&lt;p&gt;What are your thoughts? Have any of you experimented with Haiku OS before?&lt;/p&gt;

</description>
      <category>devops</category>
      <category>github</category>
      <category>development</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How I coded a shoot 'em up alone at 18 after learning Lua in a single week</title>
      <dc:creator>DamixLord</dc:creator>
      <pubDate>Tue, 07 Jul 2026 16:29:54 +0000</pubDate>
      <link>https://dev.to/damixlord/how-i-coded-a-shoot-em-up-alone-at-18-after-learning-lua-in-a-single-week-4m9e</link>
      <guid>https://dev.to/damixlord/how-i-coded-a-shoot-em-up-alone-at-18-after-learning-lua-in-a-single-week-4m9e</guid>
      <description>&lt;p&gt;Hey everyone. I'm new to the "real" world of programming because I used to just code alone in my room, strictly on my own PC. My name is NZUKOU DAMIEN (my username is DamixLord), and I'm an 18-year-old developer based in Cameroon.&lt;/p&gt;

&lt;p&gt;I've been a fan of programming since I was 12. Since then, I've messed around with several languages: Python, JS, Go, and now Lua. I don't even know why, but I just love Lua for no specific reason, so I wanted to learn it. In one week, I learned variables, functions, tables, and OOP (especially metatables, which I absolutely love). I wanted to build a project to check if my fundamentals were solid enough to reach an intermediate level, and that's how I made SPACE CONQUEROR.&lt;/p&gt;

&lt;p&gt;I didn't go with a traditional OOP approach; instead, I mixed it up with metatables because I enjoy it, and honestly, it was a blast. I'm looking forward to your feedback, advice, etc.&lt;/p&gt;

&lt;p&gt;Just a quick heads-up (because I have to, since some people on Reddit jumped all over me for this): I did feed my code to an AI to make it more readable (because I do weird things like declaring variables that are as long as a highway), and I copied snippets here and there because my math and logic skills can be pretty bad. I'm not writing my first article to brag or pretend I'm a genius (honestly, I have major imposter syndrome). I'm doing this to get feedback, chat, and learn from my mistakes.&lt;/p&gt;

&lt;p&gt;Thanks again! (And one last thing: while making this, I realized that my first real project is very similar to the one Elon Musk coded when he was 12, Blastar. Coincidence? I'll let you be the judge).&lt;/p&gt;

&lt;p&gt;The Project : &lt;a href="https://github.com/nzukoudamien/Space-Conqueror" rel="noopener noreferrer"&gt;https://github.com/nzukoudamien/Space-Conqueror&lt;/a&gt;&lt;/p&gt;

</description>
      <category>lua</category>
      <category>gamedev</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
