<?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: MQY</title>
    <description>The latest articles on DEV Community by MQY (@mengaidev).</description>
    <link>https://dev.to/mengaidev</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3344645%2F06d6f62f-4731-4e76-bfc8-9010bfa85bfe.png</url>
      <title>DEV Community: MQY</title>
      <link>https://dev.to/mengaidev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mengaidev"/>
    <language>en</language>
    <item>
      <title>Meet Your New Coding Companion: Cat CPU Monitor for VS Code 🐱💻</title>
      <dc:creator>MQY</dc:creator>
      <pubDate>Fri, 25 Jul 2025 06:36:40 +0000</pubDate>
      <link>https://dev.to/mengaidev/meet-your-new-coding-companion-cat-cpu-monitor-for-vs-code-7o6</link>
      <guid>https://dev.to/mengaidev/meet-your-new-coding-companion-cat-cpu-monitor-for-vs-code-7o6</guid>
      <description>&lt;p&gt;Tired of boring system monitors? Say hello to &lt;strong&gt;Cat CPU Monitor&lt;/strong&gt; - a delightful VS Code extension that combines utility with cuteness! See here: &lt;a href="https://marketplace.visualstudio.com/items?itemName=MengAiDev.cat-cpu-monitor" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=MengAiDev.cat-cpu-monitor&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What Does It Do?&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🐾 Adorable cat animation in your status bar that &lt;strong&gt;speeds up as CPU usage increases&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🔍 Click the cat to see &lt;strong&gt;top 8 CPU-intensive processes&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🖥️ &lt;strong&gt;Cross-platform&lt;/strong&gt; support (Windows, macOS, Linux)&lt;/li&gt;
&lt;li&gt;🎨 Visual CPU usage indicators with color gradients&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why You'll Love It&lt;/strong&gt;
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Instead of this:&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;cpuStress&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;

&lt;span class="c1"&gt;// You get this:&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;codingWithCats&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="err"&gt;😻&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This extension transforms mundane system monitoring into a &lt;strong&gt;fun visual experience&lt;/strong&gt;. When your CPU purrs along at 20%, your cat calmly blinks (=^..^=). But when your tests spike CPU to 90%? That cat starts sprinting like it's chasing a laser pointer (=^O.O^=) It means your cpu runs a lot fast!!&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Installation&lt;/strong&gt;
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open VS Code extensions (Ctrl+Shift+X)&lt;/li&gt;
&lt;li&gt;Search for "Cat CPU Monitor"&lt;/li&gt;
&lt;li&gt;Install and enjoy your new feline coding companion!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Perfect For When You...&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🚀 Need to spot resource-hungry processes quickly&lt;/li&gt;
&lt;li&gt;🧑‍💻 Want to add some personality to your editor&lt;/li&gt;
&lt;li&gt;📊 Prefer visual system monitoring over numbers&lt;/li&gt;
&lt;li&gt;😸 Just really like cats (no judgment here)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Open Source &amp;amp; Welcoming Contributions&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Found a bug? Have a feature idea? We welcome contributions!&lt;/p&gt;

&lt;p&gt;🔗 GitHub: &lt;a href="https://github.com/MengAiDev/cat-cpu-monitor-vscode" rel="noopener noreferrer"&gt;https://github.com/MengAiDev/cat-cpu-monitor-vscode&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Clay - Lightweight Version Control System</title>
      <dc:creator>MQY</dc:creator>
      <pubDate>Fri, 11 Jul 2025 06:42:24 +0000</pubDate>
      <link>https://dev.to/mengaidev/clay-lightweight-version-control-system-4p7g</link>
      <guid>https://dev.to/mengaidev/clay-lightweight-version-control-system-4p7g</guid>
      <description>&lt;h1&gt;
  
  
  Clay - Lightweight Version Control System
&lt;/h1&gt;

&lt;p&gt;See here &lt;a href="https://github.com/MengAiDev/clay" rel="noopener noreferrer"&gt;https://github.com/MengAiDev/clay&lt;/a&gt; !!&lt;br&gt;
&lt;em&gt;Shape your code history like clay&lt;/em&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  🌟 Overview
&lt;/h2&gt;

&lt;p&gt;Clay is a lightweight version control system designed for &lt;strong&gt;rapid prototyping&lt;/strong&gt;, simpler and more intuitive than Git, perfect for:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Early-stage project iteration
&lt;/li&gt;
&lt;li&gt;Experimental coding
&lt;/li&gt;
&lt;li&gt;Teaching/learning scenarios
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Auto-saves changes&lt;/span&gt;
clay init my_project  

&lt;span class="c"&gt;# Rewind to any point in time  &lt;/span&gt;
clay rewind 10min  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🚀 Key Features
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Example Command&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Auto-snapshots&lt;/td&gt;
&lt;td&gt;Saves code state every 30s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Time travel&lt;/td&gt;
&lt;td&gt;&lt;code&gt;clay rewind 14:30&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Temp branches&lt;/td&gt;
&lt;td&gt;&lt;code&gt;clay branch --temp&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;One-click undo&lt;/td&gt;
&lt;td&gt;&lt;code&gt;clay undo&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  📦 Installation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Linux/macOS
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/MengAiDev/clay.git  
&lt;span class="nb"&gt;cd &lt;/span&gt;clay  
&lt;span class="nb"&gt;mkdir &lt;/span&gt;build &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;cd &lt;/span&gt;build  
cmake .. &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; make  
&lt;span class="nb"&gt;sudo &lt;/span&gt;make &lt;span class="nb"&gt;install&lt;/span&gt;  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Windows (requires CMake)
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;cmake&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-B&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;build&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-G&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Visual Studio 16 2019"&lt;/span&gt;&lt;span class="w"&gt;  
&lt;/span&gt;&lt;span class="n"&gt;cmake&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;--build&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;build&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;--config&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Release&lt;/span&gt;&lt;span class="w"&gt;  
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🛠️ Basic Usage
&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;# Initialize repository&lt;/span&gt;
clay init  

&lt;span class="c"&gt;# View timeline  &lt;/span&gt;
clay timeline  

&lt;span class="c"&gt;# Manual snapshot  &lt;/span&gt;
clay commit &lt;span class="s2"&gt;"Refactor user module"&lt;/span&gt;  

&lt;span class="c"&gt;# Rewind 5 minutes  &lt;/span&gt;
clay rewind 5min  

&lt;span class="c"&gt;# Create temp branch  &lt;/span&gt;
clay branch &lt;span class="nt"&gt;--temp&lt;/span&gt;  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🆚 VS Git
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Git&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Clay&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Save state&lt;/td&gt;
&lt;td&gt;&lt;code&gt;git add . &amp;amp;&amp;amp; git commit -m "..."&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Auto-saved&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Experiment&lt;/td&gt;
&lt;td&gt;Need new branch&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;clay branch --temp&lt;/code&gt; (In-memory)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  🌍 Philosophy
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🧱 &lt;strong&gt;Zero-config&lt;/strong&gt;: Works out of the box
&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Instant rewind&lt;/strong&gt;: Version control like CTRL+Z
&lt;/li&gt;
&lt;li&gt;🧪 &lt;strong&gt;Experiment-friendly&lt;/strong&gt;: Temp branches won't pollute main code
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧪 Development
&lt;/h2&gt;

&lt;h2&gt;
  
  
  We welcome contribution! 
&lt;/h2&gt;

&lt;h2&gt;
  
  
  📜 License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.toLICENSE"&gt;MIT License&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  🤝 Contributing
&lt;/h2&gt;

&lt;p&gt;We welcome PRs and issues!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>cpp</category>
      <category>git</category>
    </item>
  </channel>
</rss>
