<?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: Ferny</title>
    <description>The latest articles on DEV Community by Ferny (@__e04c15).</description>
    <link>https://dev.to/__e04c15</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%2F4083083%2Fac067f92-3201-44c4-8770-7a02db0d3322.png</url>
      <title>DEV Community: Ferny</title>
      <link>https://dev.to/__e04c15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__e04c15"/>
    <language>en</language>
    <item>
      <title>I'm going to spend weeks stripping every piece of Windows telemetry and bloatware to build my own custom OS (NewialIcore), and I'm exhausted</title>
      <dc:creator>Ferny</dc:creator>
      <pubDate>Tue, 18 Aug 2026 11:49:38 +0000</pubDate>
      <link>https://dev.to/__e04c15/my-story-10-years-old-threatened-and-still-building-every-day-2him</link>
      <guid>https://dev.to/__e04c15/my-story-10-years-old-threatened-and-still-building-every-day-2him</guid>
      <description>&lt;p&gt;Hey everyone,&lt;br&gt;
I just wanted to vent a bit and hear from others who have gone down this rabbit hole. Right now, I'm deep in NTLite and system configuration, building my own custom Windows-based OS called NewialIcore.&lt;br&gt;
I haven't finished everything yet, and there is still a massive amount of work ahead. The goal is simple: get rid of every single trace of Windows bloat, forced telemetry, and annoying default markers, and turn it into something clean, fast, and truly mine.&lt;br&gt;
But honestly? It is an absolute nightmare. Going through component by component, pruning services without breaking the installer, and testing build after build in a virtual machine takes hours and hours of pure patience.&lt;br&gt;
Even setting up the custom installation screens—so it greets you with friendly, relaxing messages instead of standard sterile text—takes way more trial and error than I expected.&lt;br&gt;
As the creator, I feel like I'm obligated to actually daily-drive NewialIcore as my main OS once it's done to hunt down every remaining bug. Development is probably going to stretch well into September or even longer because trimming all the Windows DNA out of an operating system is way harder than it looks.&lt;br&gt;
Has anyone else here ever built their own custom ISO? How do you keep from losing your mind when there's still so much to do and a build fails for the fifth time in a row? How are you doing?&lt;br&gt;
Would love to hear your thoughts, advice, or support!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>l built an AI and a full ecosystem named Ferny – here's how and why</title>
      <dc:creator>Ferny</dc:creator>
      <pubDate>Tue, 18 Aug 2026 10:59:23 +0000</pubDate>
      <link>https://dev.to/__e04c15/i-built-an-ai-and-a-full-ecosystem-named-ferny-2fmg</link>
      <guid>https://dev.to/__e04c15/i-built-an-ai-and-a-full-ecosystem-named-ferny-2fmg</guid>
      <description>&lt;p&gt;When I started building Ferny, I didn't just want to make another chatbot. I wanted to build an ecosystem.&lt;/p&gt;

&lt;p&gt;Ferny started as a small project. Today, it's the core of a growing ecosystem built from scratch. Here's what I've built so far:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ferny AI – The core assistant&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ferny AI is the central part of the ecosystem. It's a conversational assistant that can:&lt;/p&gt;

&lt;p&gt;Answer questions on various topics&lt;/p&gt;

&lt;p&gt;Generate images from text descriptions&lt;/p&gt;

&lt;p&gt;Write and explain code&lt;/p&gt;

&lt;p&gt;Some of its features include:&lt;/p&gt;

&lt;p&gt;Multiple personas (Standard, Bold, Creative, Brief)&lt;/p&gt;

&lt;p&gt;Child mode for younger users&lt;/p&gt;

&lt;p&gt;Voice input and text-to-speech&lt;/p&gt;

&lt;p&gt;Search the web (via API)&lt;/p&gt;

&lt;p&gt;Ferny AI is built with HTML, CSS, and JavaScript. It uses external AI APIs under the hood, with a built-in fallback system to switch between models if one is unavailable.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;FernyDrive – Cloud storage for your files&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FernyDrive is a fully functional cloud storage app built with IndexedDB. It stores all files locally in the browser.&lt;/p&gt;

&lt;p&gt;Features include:&lt;/p&gt;

&lt;p&gt;Upload, rename, and delete files&lt;/p&gt;

&lt;p&gt;Mark files as favorites&lt;/p&gt;

&lt;p&gt;Move files to trash and restore them&lt;/p&gt;

&lt;p&gt;Search through files by name&lt;/p&gt;

&lt;p&gt;Grid and list views&lt;/p&gt;

&lt;p&gt;Dark mode interface&lt;/p&gt;

&lt;p&gt;FernyDrive is built as a single HTML file (HTML, CSS, and JavaScript inside) and requires no external dependencies.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;FernyApp – Messenger (in development)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FernyApp is a messenger that I'm currently building. It will allow users to chat, find each other by username, and communicate in real time.&lt;/p&gt;

&lt;p&gt;The goal is to create a simple, fast, and private communication tool that fits into the Ferny ecosystem.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;FernyOffice (in development and 21-22 August, soon)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;FernyGondel (Add a new section to my Dev.to article about FernyGondel.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FernyGondel is the Linux-based foundation of FernyOS. It is not just another Ferny service — it is the system-level foundation that FernyOS is built on.&lt;/p&gt;

&lt;p&gt;Explain clearly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What FernyGondel is&lt;/li&gt;
&lt;li&gt;Why Linux was chosen as its foundation&lt;/li&gt;
&lt;li&gt;How FernyGondel differs from FernyOS&lt;/li&gt;
&lt;li&gt;How FernyGondel fits into the overall Ferny ecosystem&lt;/li&gt;
&lt;li&gt;What system-level components it is responsible for&lt;/li&gt;
&lt;li&gt;How Ferny AI, FernyDrive, FernyApp and FernyOffice can eventually integrate with FernyOS&lt;/li&gt;
&lt;li&gt;What is already implemented and what is still in development (do not invent features; only mention things that are actually confirmed)&lt;/li&gt;
&lt;li&gt;The long-term vision for FernyGondel and FernyOS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Make the section sound like it was written by an independent developer building the project himself, not by a large corporation.&lt;/p&gt;

&lt;p&gt;Keep the tone technical but easy to understand. Avoid exaggerated marketing language and do not claim that FernyGondel is a completely new operating system kernel if it is based on Linux.&lt;/p&gt;

&lt;p&gt;Also include a simple ASCII architecture diagram showing:&lt;/p&gt;

&lt;p&gt;Linux&lt;br&gt;
  ↓&lt;br&gt;
FernyGondel&lt;br&gt;
  ↓&lt;br&gt;
FernyOS&lt;br&gt;
  ↓&lt;br&gt;
Ferny AI / FernyDrive / FernyApp / FernyOffice&lt;/p&gt;

&lt;p&gt;Give the section a suitable title and make it fit naturally into the existing Dev.to article.)&lt;/p&gt;

&lt;p&gt;How I built this:&lt;/p&gt;

&lt;p&gt;I started by learning HTML, CSS, and JavaScript. I didn't have a team or funding. I just had an idea and a lot of curiosity.&lt;/p&gt;

&lt;p&gt;I used Claude AI to help with the code, and I handled the architecture, design, and product direction myself.&lt;/p&gt;

&lt;p&gt;All projects are hosted on Netlify and are accessible to anyone.&lt;/p&gt;

&lt;p&gt;What's next:&lt;/p&gt;

&lt;p&gt;I'm planning to expand the ecosystem further. My long-term vision is to build a full operating system called FernyOS, where all Ferny services are integrated at the system level.&lt;/p&gt;

&lt;p&gt;For now, I'm working on FernyApp (messenger) and improving FernyDrive.&lt;/p&gt;

&lt;p&gt;Where to find me:&lt;/p&gt;

&lt;p&gt;Telegram: @ferny_official&lt;/p&gt;

&lt;p&gt;Telegram Channel: &lt;a href="https://t.me/ferny9113" rel="noopener noreferrer"&gt;https://t.me/ferny9113&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for reading. This is just the beginning! &lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
