<?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>I got tired of bloated music apps, so I spent the last few months building an open, self-host, streaming music client for Android. Meet starl :3</title>
      <dc:creator>m4iva (da crazy)</dc:creator>
      <pubDate>Sun, 19 Jul 2026 22:16:53 +0000</pubDate>
      <link>https://dev.to/everm4iva/i-got-tired-of-bloated-music-apps-so-i-spent-the-last-few-months-building-an-open-self-host-2h12</link>
      <guid>https://dev.to/everm4iva/i-got-tired-of-bloated-music-apps-so-i-spent-the-last-few-months-building-an-open-self-host-2h12</guid>
      <description>&lt;p&gt;Just wanted to share a project that i am really proud called &lt;strong&gt;starl&lt;/strong&gt;. It’s an open-source streaming music client for Android designed to be clean, offline, no ads, simple and totally on your control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;#- Why I built it -#&lt;/strong&gt;&lt;br&gt;
Most of open-source alternatives to popular music apps were.. bloated, abandoned, buggy or just too visually complex and noisy. Sometimes when developers stopped updating, everything stops all together. So?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It's offline, works on background&lt;/li&gt;
&lt;li&gt;It's super customizable&lt;/li&gt;
&lt;li&gt;Respects privacy, nothing gets tracked&lt;/li&gt;
&lt;li&gt;Can import content from other platforms&lt;/li&gt;
&lt;li&gt;Has a public server, but also a self-host executable ready to connect.&lt;/li&gt;
&lt;li&gt;No ads, you control your recommendations (you can even turn off, export or clear all statistics)&lt;/li&gt;
&lt;li&gt;Create customizable mixes based on your queue or current music&lt;/li&gt;
&lt;li&gt;Visually simple and cute&lt;/li&gt;
&lt;li&gt;NoAiCode (The code is mine, the documentation is partially AI, no excuses.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This uses my custom license called PFF (Pure Freedom Forever)&lt;br&gt;
Just states the project is yours, is free forever. It's in the website in case you want to investigate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;#- Links -#&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Official Website:&lt;/strong&gt; &lt;a href="https://starl.pages.dev" rel="noopener noreferrer"&gt;https://starl.pages.dev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Source Code (GitHub):&lt;/strong&gt; &lt;a href="https://github.com/everm4iva/starl" rel="noopener noreferrer"&gt;https://github.com/everm4iva/starl&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’d love to hear your thoughts, feature requests, or any bugs you run into! I'm actively working on it.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>android</category>
      <category>webdev</category>
      <category>javascript</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>
