<?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: ⛦ ROSHAN</title>
    <description>The latest articles on DEV Community by ⛦ ROSHAN (@roshhellwett).</description>
    <link>https://dev.to/roshhellwett</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%2F3933121%2F18d8722f-2b3c-466c-bf65-36e0e7ae9180.PNG</url>
      <title>DEV Community: ⛦ ROSHAN</title>
      <link>https://dev.to/roshhellwett</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roshhellwett"/>
    <language>en</language>
    <item>
      <title>ProjectCortex — AI Browser Co-Pilot that Goes Where You Go</title>
      <dc:creator>⛦ ROSHAN</dc:creator>
      <pubDate>Wed, 22 Jul 2026 06:49:50 +0000</pubDate>
      <link>https://dev.to/roshhellwett/projectcortex-ai-browser-co-pilot-that-goes-where-you-go-4k81</link>
      <guid>https://dev.to/roshhellwett/projectcortex-ai-browser-co-pilot-that-goes-where-you-go-4k81</guid>
      <description>&lt;p&gt;ProjectCortex stands out by putting an AI co-pilot directly inside your browser — no tabs, no copying/pasting, no context switching. Just highlight and It intelligently summarizes, fact-checks, defines, and answers questions about any web page with built-in smart fallback across Groq and OpenRouter. &amp;lt;/&amp;gt;&lt;/p&gt;

&lt;p&gt;Key Features:&lt;br&gt;
AI Co-pilot Panel : A draggable glassmorphic UI that lives on any page, offering 1-click summarization, instant fact-checking, context-aware definitions, MCQ solving, and free-form Q&amp;amp;A with typewriter streaming.&lt;br&gt;
Smart Selection Bubble : Highlight any text on any website and get an instant contextual action menu — summarize, define, or fact-check without lifting your hands from the mouse.&lt;/p&gt;

&lt;p&gt;Dual AI Provider Architecture : Auto-routes between Groq and OpenRouter free tiers with multi-model fallback chains (Llama 3.3 → Gemma 2 → Mixtral → DeepSeek) — zero downtime, zero configuration.&lt;/p&gt;

&lt;p&gt;Full SaaS Backend : JWT-based hardware-bound licensing, admin dashboard for license lifecycle management, version control, API logs, and user feedback — all powered by Next.js + Supabase + Prisma.&lt;br&gt;
Supported Languages: Python, JavaScript/TypeScript, Go, Rust, Java, C++, Ruby, PHP, and more.&lt;/p&gt;

&lt;p&gt;AI Providers: Groq (primary), OpenRouter (fallback), plus any OpenAI-compatible custom endpoint.&lt;/p&gt;

&lt;p&gt;Licensing: Hardware-bound JWT license keys with 24-hour offline grace period, periodic auth verification, and full admin CRUD console.&lt;/p&gt;

&lt;p&gt;Built with: Chrome Extensions MV3, Next.js 16, React 19, Supabase, Prisma, PostgreSQL, Groq API, OpenRouter API, WebGL fingerprinting, MutationObserver, Turbopack, and javascript-obfuscator.&lt;br&gt;
License: MIT — open source, self-hostable, extensible.&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%2F9jblpmcnn12vewn26ap3.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%2F9jblpmcnn12vewn26ap3.png" alt=" " width="800" height="396"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>AI-Powered Indian News Aggregator That Cross-References Stories...</title>
      <dc:creator>⛦ ROSHAN</dc:creator>
      <pubDate>Sat, 18 Jul 2026 06:44:52 +0000</pubDate>
      <link>https://dev.to/roshhellwett/ai-powered-indian-news-aggregator-that-cross-references-stories-21ln</link>
      <guid>https://dev.to/roshhellwett/ai-powered-indian-news-aggregator-that-cross-references-stories-21ln</guid>
      <description>&lt;p&gt;AI-powered Indian news aggregator that cross-references stories across multiple trusted sources before publishing. The whole pipeline runs on its own — fetch, verify, write, publish.&lt;/p&gt;

&lt;p&gt;AI Verification Pipeline :-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automated Fact-Checking: Every story is verified using Groq Llama 3.3 70B before it reaches your screen.&lt;/li&gt;
&lt;li&gt;Multi-Source Cross-Reference: Stories must be confirmed by 2+ independent trusted sources or they are discarded.&lt;/li&gt;
&lt;li&gt;Credibility Scoring: Every article receives a 0–100 credibility score based on source authority, detail richness, and writing tone&lt;/li&gt;
&lt;li&gt;Neutral AI Writing: Verified facts are rewritten into unbiased, factual summaries — no sensationalism, no spin.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Fully Autonomous :-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Runs 24/7: Fetches news from RSS feeds and APIs every 30 minutes — no human editors needed.&lt;/li&gt;
&lt;li&gt;SHA256 Deduplication: Duplicate stories are automatically filtered out using URL hashing.&lt;/li&gt;
&lt;li&gt;Domain Blocklist: Known satire, spam, and fake-news domains are blocked at the pipeline level.&lt;/li&gt;
&lt;li&gt;Structured Logging: Full observability with detailed pipeline logs to stdout.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Live - &lt;a href="https://verifiedindian.vercel.app/" rel="noopener noreferrer"&gt;https://verifiedindian.vercel.app/&lt;/a&gt;&lt;br&gt;
GitHUB - &lt;a href="https://github.com/roshhellwett/projectsentinel.git" rel="noopener noreferrer"&gt;https://github.com/roshhellwett/projectsentinel.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tech Stack :-&lt;/p&gt;

&lt;p&gt;Layer           Technology&lt;br&gt;
Frontend    Next.js 15 + TypeScript + Tailwind CSS&lt;br&gt;
Backend Python 3.11 + FastAPI&lt;br&gt;
Database    Supabase (PostgreSQL)&lt;br&gt;
AI Verification Groq API (Llama 3.3 70B)&lt;br&gt;
AI Writing  Groq API (Llama 3.3 70B)&lt;br&gt;
Hosting Vercel (frontend), Railway (worker)&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%2Frsqps4x5qka7rr4m1rqo.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%2Frsqps4x5qka7rr4m1rqo.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;&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%2Fffmuuuxpadj1vgecm4es.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%2Fffmuuuxpadj1vgecm4es.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;&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%2Fixw5zo2is7z118jd2r8p.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%2Fixw5zo2is7z118jd2r8p.png" alt=" " width="800" height="396"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>AI-powered Project Architectures and Interactive Graph Models...</title>
      <dc:creator>⛦ ROSHAN</dc:creator>
      <pubDate>Sat, 18 Jul 2026 06:35:31 +0000</pubDate>
      <link>https://dev.to/roshhellwett/ai-powered-project-architectures-interactive-graph-models-22hb</link>
      <guid>https://dev.to/roshhellwett/ai-powered-project-architectures-interactive-graph-models-22hb</guid>
      <description>&lt;p&gt;Unlike generic templates, our integrated AI Architect synthesizes your exact codebase context. It reads your project structure and generates custom architectural explanations, module descriptions, and usage instructions with unmatched precision and speed..&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Web UI Studio: A modern browser SPA with real-time markdown previewing, template switching, and AI co-pilot chat.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Terminal CLI: Fast, scriptable commands perfect for CI/CD pipelines, Git pre-commit hooks, and rapid terminal workflows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Interactive TUI Suite: An intuitive terminal menu system that guides you through generation without remembering any syntax.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;PyPi - &lt;a href="https://pypi.org/project/projectreadmegen" rel="noopener noreferrer"&gt;https://pypi.org/project/projectreadmegen&lt;/a&gt;&lt;br&gt;
GitHUB - &lt;a href="https://github.com/roshhellwett/projectreadmegen.git" rel="noopener noreferrer"&gt;https://github.com/roshhellwett/projectreadmegen.git&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Languages: Python, JavaScript/TypeScript, Go, Rust, Java, C++, Ruby, PHP, and more.&lt;/li&gt;
&lt;li&gt;Package Managers: pip, poetry, npm, yarn, pnpm, cargo, go modules.&lt;/li&gt;
&lt;li&gt;Frameworks &amp;amp; Build Tools: React, Next.js, FastAPI, Django, Flask, Vite, Docker.&lt;/li&gt;
&lt;li&gt;Licenses: MIT, Apache-2.0, GPL-3.0, BSD, or proprietary detections.&lt;/li&gt;
&lt;/ul&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%2F27z4b0y0igq89jpq1nxy.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%2F27z4b0y0igq89jpq1nxy.png" alt=" " width="800" height="394"&gt;&lt;/a&gt;&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%2Fsxju7e6xbsx6gufx05et.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%2Fsxju7e6xbsx6gufx05et.png" alt=" " width="800" height="395"&gt;&lt;/a&gt;&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%2F00u7bxiamvqpmsqpmk4j.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%2F00u7bxiamvqpmsqpmk4j.png" alt=" " width="800" height="395"&gt;&lt;/a&gt;&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%2Fosyujb55srwibth3bhh4.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%2Fosyujb55srwibth3bhh4.png" alt=" " width="799" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>python</category>
    </item>
    <item>
      <title>Built a Tool That Transforms Your Linux Audio in One Command</title>
      <dc:creator>⛦ ROSHAN</dc:creator>
      <pubDate>Fri, 15 May 2026 13:10:48 +0000</pubDate>
      <link>https://dev.to/roshhellwett/built-a-tool-that-transforms-your-linux-audio-in-one-command-3cfi</link>
      <guid>https://dev.to/roshhellwett/built-a-tool-that-transforms-your-linux-audio-in-one-command-3cfi</guid>
      <description>&lt;p&gt;If you use Linux and care about audio quality, you've probably been through this: hunting for EasyEffects presets, manually copying &lt;code&gt;.json&lt;/code&gt; files into the right folder, Googling IRS convolution files, and still ending up with mediocre sound.&lt;/p&gt;

&lt;p&gt;I was tired of it. So I built &lt;strong&gt;projectpulsewire&lt;/strong&gt; — and it hit 23 GitHub stars in its first month.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is projectpulsewire?
&lt;/h2&gt;

&lt;p&gt;It's a Python CLI tool that gives you instant access to &lt;strong&gt;47 premium EQ presets&lt;/strong&gt; and &lt;strong&gt;404 IRS (Impulse Response) files&lt;/strong&gt; for EasyEffects on Linux — all installable in a single command.&lt;/p&gt;

&lt;p&gt;No manual file copying. No config hunting. Just:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;projectpulsewire
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And your Linux audio stack is transformed.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Inside
&lt;/h2&gt;

&lt;h3&gt;
  
  
  47 Curated EQ Presets
&lt;/h3&gt;

&lt;p&gt;Organized into categories you'll actually use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bass&lt;/strong&gt; — Punchy Everyday, Deep Sub, Clean Boost&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Genre&lt;/strong&gt; — HipHop, Classical, Electronic, Rock&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice&lt;/strong&gt; — Podcast-ready, Call clarity, Broadcast&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand&lt;/strong&gt; — Harman curve, Beats-style, Sony signature&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dynamics&lt;/strong&gt; — Loudness normalization, Night mode&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  404 IRS Files
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Dolby Headphone virtualization&lt;/li&gt;
&lt;li&gt;DFX surround simulations&lt;/li&gt;
&lt;li&gt;Creative room correction&lt;/li&gt;
&lt;li&gt;Bass enhancement convolutions&lt;/li&gt;
&lt;li&gt;Headphone crossfeed profiles&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Auto Setup Included
&lt;/h2&gt;

&lt;p&gt;Not sure if you have PipeWire or EasyEffects installed? Just run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire setup
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It auto-detects and installs everything you need — PipeWire, EasyEffects, and all required plugins.&lt;/p&gt;




&lt;h2&gt;
  
  
  Full Command Reference
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Interactive menu (recommended for first-timers)&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire start

&lt;span class="c"&gt;# List all available presets&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire list

&lt;span class="c"&gt;# Install a specific preset&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="s2"&gt;"Bass - Punchy Everyday"&lt;/span&gt;

&lt;span class="c"&gt;# List IRS files&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire list-irs

&lt;span class="c"&gt;# Install an IRS file&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire install-irs &lt;span class="s2"&gt;"Dolby Headphone"&lt;/span&gt;

&lt;span class="c"&gt;# View installed presets&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire installed

&lt;span class="c"&gt;# Remove a preset&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; projectpulsewire remove &lt;span class="s2"&gt;"Preset Name"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;Linux audio has always been powerful but inaccessible. PipeWire changed the game technically — but the tooling around it is still rough. Most people don't realize that EasyEffects can make their $30 headphones sound like $300 ones with the right preset.&lt;/p&gt;

&lt;p&gt;I wanted to close that gap. &lt;strong&gt;projectpulsewire&lt;/strong&gt; is my answer: a dead-simple CLI that brings professional-grade audio tuning to every Linux user, not just the ones willing to spend hours in audio forums.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;23 stars&lt;/strong&gt; in the first month&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;60 commits&lt;/strong&gt; and growing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;v2.0.3&lt;/strong&gt; released on PyPI&lt;/li&gt;
&lt;li&gt;MIT licensed — fully open source&lt;/li&gt;
&lt;li&gt;Works on Arch, Debian, Ubuntu, Fedora&lt;/li&gt;
&lt;/ul&gt;




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



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;projectpulsewire
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitHub: &lt;a href="https://github.com/roshhellwett/projectpulsewire" rel="noopener noreferrer"&gt;github.com/roshhellwett/projectpulsewire&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this helped you or you find it useful, a star on GitHub goes a long way. And if you have preset suggestions, contributions are open and welcome.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built as part of &lt;a href="https://zenithopensourceprojects.vercel.app/" rel="noopener noreferrer"&gt;Zenith Open Source Projects&lt;/a&gt; — a collection of developer tools built with the philosophy that open source is the first step of development.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>python</category>
      <category>opensource</category>
      <category>audio</category>
    </item>
  </channel>
</rss>
