<?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: Noel Paul</title>
    <description>The latest articles on DEV Community by Noel Paul (@zius).</description>
    <link>https://dev.to/zius</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%2F3908523%2Fff0c0f9b-ba05-4ff5-a564-f6a5a1f650b1.jpg</url>
      <title>DEV Community: Noel Paul</title>
      <link>https://dev.to/zius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zius"/>
    <language>en</language>
    <item>
      <title>Agentic Loops is becoming next...</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Sat, 20 Jun 2026 15:41:31 +0000</pubDate>
      <link>https://dev.to/zius/agentic-loops-is-becoming-next-44e</link>
      <guid>https://dev.to/zius/agentic-loops-is-becoming-next-44e</guid>
      <description>&lt;p&gt;Agentic loops are where AI becomes useful beyond one-shot prompting.&lt;/p&gt;

&lt;p&gt;Instead of asking once and fixing everything manually, you design a loop:&lt;/p&gt;

&lt;p&gt;Plan → Act → Review → Improve → Repeat&lt;/p&gt;

&lt;p&gt;That is how AI agents move from giving answers to completing workflows.&lt;/p&gt;

&lt;p&gt;Prompting asks for output.&lt;br&gt;
Agentic loops build progress.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5mu5u0ye068f558n7okb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5mu5u0ye068f558n7okb.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Vibe Coding vs AI assisted Engineering</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Thu, 11 Jun 2026 07:12:35 +0000</pubDate>
      <link>https://dev.to/zius/vibe-coding-vs-ai-assisted-engineering-4d5b</link>
      <guid>https://dev.to/zius/vibe-coding-vs-ai-assisted-engineering-4d5b</guid>
      <description>&lt;p&gt;Vibe coding is good for speed.&lt;br&gt;
Engineer-assisted AI is good for building real products.&lt;/p&gt;

&lt;p&gt;There’s a big difference.&lt;/p&gt;

&lt;p&gt;Vibe coding is when you keep prompting until something “looks like it works.”&lt;br&gt;
It feels fast, but the codebase can become messy, fragile, and hard to maintain.&lt;/p&gt;

&lt;p&gt;Engineer-assisted AI is different.&lt;/p&gt;

&lt;p&gt;The engineer still owns the architecture, constraints, testing, security, database design, user flow, and long-term maintainability. AI becomes the accelerator, not the decision-maker.&lt;/p&gt;

&lt;p&gt;AI can generate code.&lt;br&gt;
But engineering is not just writing code.&lt;/p&gt;

&lt;p&gt;Engineering is knowing:&lt;/p&gt;

&lt;p&gt;what should be built,&lt;br&gt;
what should not be built,&lt;br&gt;
where bugs will appear,&lt;br&gt;
how systems scale,&lt;br&gt;
how users break flows,&lt;br&gt;
how to debug,&lt;br&gt;
how to ship safely.&lt;/p&gt;

&lt;p&gt;The future is not “AI replacing engineers.”&lt;br&gt;
The future is engineers who know how to command AI properly outperforming those who only use it casually.&lt;/p&gt;

&lt;p&gt;Vibe coding can create demos.&lt;br&gt;
Engineer-assisted AI can create products.&lt;/p&gt;

&lt;p&gt;That’s the difference.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv7mryobtggd7lxlxbs3t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv7mryobtggd7lxlxbs3t.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I Built a Desktop App That Fixes Linux Dual-Boot Folder Access in One Click</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Sun, 10 May 2026 20:17:03 +0000</pubDate>
      <link>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-pi7</link>
      <guid>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-pi7</guid>
      <description>&lt;p&gt;For years, every time I booted into Linux, I'd SSH into my own machine just to grab a file from my Windows partition. Or worse — I'd reboot, wait for Windows updates, grab the file, and reboot back. Sound familiar?&lt;/p&gt;

&lt;p&gt;Dual-booting should be the best of both worlds. In practice? It's a constant dance of "which OS has my files?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's why I built Lindy.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every Linux dual-boot user knows this pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows NTFS partitions don't mount automatically with write access&lt;/li&gt;
&lt;li&gt;chown, chmod, fstab edits — it's 2026, why is this still manual?&lt;/li&gt;
&lt;li&gt;Every distro handles mount differently&lt;/li&gt;
&lt;li&gt;New Linux users give up and stay on Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Lindy Does
&lt;/h2&gt;

&lt;p&gt;Lindy is a &lt;strong&gt;Tauri 2 + React desktop app&lt;/strong&gt; that detects your Windows partitions, scans for user folders, and mounts them with one click. No terminal, no fstab editing, no permission headaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One click. Your Windows folders appear in your Linux home.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smart Auto-Map&lt;/strong&gt; — Detects Windows partitions (NTFS/exFAT), finds usernames, maps Desktop, Documents, Downloads, Pictures, Music, Videos automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual Auto-Map&lt;/strong&gt; — Power users can specify custom mount points and folder selections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt; — Proper permissions via polkit, no wild chmod 777&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built with Tauri 2 + React + Rust&lt;/strong&gt; — Lightweight, fast, native performance&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tech Side
&lt;/h2&gt;

&lt;p&gt;Built entirely in the open:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tauri 2&lt;/strong&gt; for the native desktop shell (tiny bundle vs Electron)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React&lt;/strong&gt; for the UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rust&lt;/strong&gt; backend handles partition detection and mount logic via Tauri commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pnpm&lt;/strong&gt; for dependency management&lt;/li&gt;
&lt;li&gt;Cargo.toml: tauri 2, serde, serde_json, tauri-plugin-opener, tauri-plugin-dialog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The mount backend parses &lt;code&gt;lsblk&lt;/code&gt; output, detects NTFS/exFAT partitions, finds Windows user directories, and mounts them using system utilities with polkit elevation. All the complexity is hidden behind a clean UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Lindy is open source and available now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/ziuus/lindy" rel="noopener noreferrer"&gt;https://github.com/ziuus/lindy&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Installers:&lt;/strong&gt; .deb, .rpm, .AppImage available in the repo&lt;/p&gt;

&lt;p&gt;I'd love feedback, contributions, or just to hear if this solves the same problem for you that it solved for me.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you been fighting with dual-boot file access? Drop a comment — I want to hear your setup horror stories too.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>rust</category>
      <category>opensource</category>
      <category>react</category>
    </item>
    <item>
      <title>I Built a Desktop App That Fixes Linux Dual-Boot Folder Access in One Click</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Sun, 10 May 2026 20:17:03 +0000</pubDate>
      <link>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-41i6</link>
      <guid>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-41i6</guid>
      <description>&lt;p&gt;For years, every time I booted into Linux, I'd SSH into my own machine just to grab a file from my Windows partition. Or worse — I'd reboot, wait for Windows updates, grab the file, and reboot back. Sound familiar?&lt;/p&gt;

&lt;p&gt;Dual-booting should be the best of both worlds. In practice? It's a constant dance of "which OS has my files?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's why I built Lindy.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every Linux dual-boot user knows this pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows NTFS partitions don't mount automatically with write access&lt;/li&gt;
&lt;li&gt;chown, chmod, fstab edits — it's 2026, why is this still manual?&lt;/li&gt;
&lt;li&gt;Every distro handles mount differently&lt;/li&gt;
&lt;li&gt;New Linux users give up and stay on Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Lindy Does
&lt;/h2&gt;

&lt;p&gt;Lindy is a &lt;strong&gt;Tauri 2 + React desktop app&lt;/strong&gt; that detects your Windows partitions, scans for user folders, and mounts them with one click. No terminal, no fstab editing, no permission headaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One click. Your Windows folders appear in your Linux home.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smart Auto-Map&lt;/strong&gt; — Detects Windows partitions (NTFS/exFAT), finds usernames, maps Desktop, Documents, Downloads, Pictures, Music, Videos automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual Auto-Map&lt;/strong&gt; — Power users can specify custom mount points and folder selections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt; — Proper permissions via polkit, no wild chmod 777&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built with Tauri 2 + React + Rust&lt;/strong&gt; — Lightweight, fast, native performance&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tech Side
&lt;/h2&gt;

&lt;p&gt;Built entirely in the open:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tauri 2&lt;/strong&gt; for the native desktop shell (tiny bundle vs Electron)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React&lt;/strong&gt; for the UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rust&lt;/strong&gt; backend handles partition detection and mount logic via Tauri commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pnpm&lt;/strong&gt; for dependency management&lt;/li&gt;
&lt;li&gt;Cargo.toml: tauri 2, serde, serde_json, tauri-plugin-opener, tauri-plugin-dialog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The mount backend parses &lt;code&gt;lsblk&lt;/code&gt; output, detects NTFS/exFAT partitions, finds Windows user directories, and mounts them using system utilities with polkit elevation. All the complexity is hidden behind a clean UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Lindy is open source and available now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/ziuus/lindy" rel="noopener noreferrer"&gt;https://github.com/ziuus/lindy&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Installers:&lt;/strong&gt; .deb, .rpm, .AppImage available in the repo&lt;/p&gt;

&lt;p&gt;I'd love feedback, contributions, or just to hear if this solves the same problem for you that it solved for me.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you been fighting with dual-boot file access? Drop a comment — I want to hear your setup horror stories too.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>rust</category>
      <category>opensource</category>
      <category>react</category>
    </item>
  </channel>
</rss>
