<?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: m4iva (da crazy)</title>
    <description>The latest articles on DEV Community by m4iva (da crazy) (@everm4iva).</description>
    <link>https://dev.to/everm4iva</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%2F3812469%2Fc5061a55-e48a-414d-a741-040770002346.jpg</url>
      <title>DEV Community: m4iva (da crazy)</title>
      <link>https://dev.to/everm4iva</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/everm4iva"/>
    <language>en</language>
    <item>
      <title>Starl - a lightweight, no ads and offline music player i been working on..</title>
      <dc:creator>m4iva (da crazy)</dc:creator>
      <pubDate>Sat, 20 Jun 2026 19:53:53 +0000</pubDate>
      <link>https://dev.to/everm4iva/starl-a-lightweight-no-ads-and-offline-music-player-1gmf</link>
      <guid>https://dev.to/everm4iva/starl-a-lightweight-no-ads-and-offline-music-player-1gmf</guid>
      <description>&lt;p&gt;It's a little project i'm working on&lt;br&gt;
It has no ads, it's supa well documented and handles perfectly playing offline.&lt;/p&gt;

&lt;p&gt;I'm planning to make it completely selfhost-able, for now im hosting a public server so you can try all the features available.&lt;/p&gt;

&lt;p&gt;Give it a look: &lt;a href="https://github.com/everm4iva/starl" rel="noopener noreferrer"&gt;https://github.com/everm4iva/starl&lt;/a&gt;&lt;br&gt;
(I'd love to get your feedback)&lt;/p&gt;

&lt;p&gt;-# side-note 1: not vibe-coded at all. &lt;/p&gt;

&lt;p&gt;-# side-note 2: if you have any questions or privacy concerns, check the &lt;a href="https://github.com/everm4iva/starl/blob/main/docs/faq.md" rel="noopener noreferrer"&gt;FAQ&lt;/a&gt;&lt;/p&gt;

</description>
      <category>music</category>
      <category>mobile</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Too many .xml files to manage? Here is a simple and lightweight cli that solves that!</title>
      <dc:creator>m4iva (da crazy)</dc:creator>
      <pubDate>Wed, 20 May 2026 11:10:45 +0000</pubDate>
      <link>https://dev.to/everm4iva/too-many-xml-files-here-is-a-simple-and-lightweight-cli-that-solves-that-3g9m</link>
      <guid>https://dev.to/everm4iva/too-many-xml-files-here-is-a-simple-and-lightweight-cli-that-solves-that-3g9m</guid>
      <description>&lt;h1&gt;
  
  
  XMLM - XML Analysis Tool
&lt;/h1&gt;

&lt;p&gt;A simple terminal tool that reads one or more XML files and processes them using natural language. Summarize, analyze, and compare XML files with ease.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In a nerdy way to say:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;XMLM is a Node.js-based CLI tool that integrates Ollama (with local model files) to provide smart analysis of XML files. It can generate summaries of individual files or compare multiple files to identify differences and similarities. Can used for big ammounts of files or information.&lt;/p&gt;

&lt;p&gt;Here is the github repo: &lt;a href="https://github.com/everm4iva/xmlm-cli" rel="noopener noreferrer"&gt;everm4iva/xmlm-cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Im working on make it general purpose, support more types of files like besides .xml&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>productivity</category>
      <category>xml</category>
    </item>
    <item>
      <title>I needed to download a website, Ctrl+S sucked, so I built this</title>
      <dc:creator>m4iva (da crazy)</dc:creator>
      <pubDate>Sun, 08 Mar 2026 05:37:14 +0000</pubDate>
      <link>https://dev.to/everm4iva/i-needed-to-download-a-website-ctrls-sucked-so-i-built-this-4fhm</link>
      <guid>https://dev.to/everm4iva/i-needed-to-download-a-website-ctrls-sucked-so-i-built-this-4fhm</guid>
      <description>&lt;p&gt;BAM! downsrc is here, a simple &amp;amp; customizable npm package that let's you download full websites or specific resources of it.&lt;br&gt;
The strength of it: how visual and easy is to use.&lt;br&gt;
The weakness: some websites can block the "fetcher" system, preventing download. - Working on it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/everm4iva/downsrc" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/@everm4iva/downsrc" rel="noopener noreferrer"&gt;npm page&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;some examples of usage:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;downsrc https://example.com
downsrc https://example.com &lt;span class="nt"&gt;--of&lt;/span&gt; &lt;span class="s2"&gt;"jpeg &amp;amp; svg"&lt;/span&gt;
downsrc https://example.com &lt;span class="nt"&gt;--as&lt;/span&gt; 5

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;(my marketing skills are in development lol)&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%2Fs3d9pz9332mav05k804w.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%2Fs3d9pz9332mav05k804w.png" alt=" " width="799" height="450"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
  </channel>
</rss>
