<?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: Fl4ie</title>
    <description>The latest articles on DEV Community by Fl4ie (@fl4ie).</description>
    <link>https://dev.to/fl4ie</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%2F3672885%2Fba7822b2-164b-4cff-8f84-8185800bdb3a.jpg</url>
      <title>DEV Community: Fl4ie</title>
      <link>https://dev.to/fl4ie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fl4ie"/>
    <language>en</language>
    <item>
      <title>+</title>
      <dc:creator>Fl4ie</dc:creator>
      <pubDate>Sun, 21 Dec 2025 16:53:20 +0000</pubDate>
      <link>https://dev.to/fl4ie/-8lc</link>
      <guid>https://dev.to/fl4ie/-8lc</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/fl4ie" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F3672885%2Fba7822b2-164b-4cff-8f84-8185800bdb3a.jpg" alt="fl4ie"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/fl4ie/17-yo-developerbuilding-weird-but-useful-toolshand-mouse-control-your-pc-with-just-your-hand-3hpa" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;17 y/o developer. Building weird but useful tools. Hand Mouse — control your PC with just your hand.&lt;/h2&gt;
      &lt;h3&gt;Fl4ie ・ Dec 21&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#computervision&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivit&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>computervision</category>
      <category>productivit</category>
      <category>python</category>
      <category>opensource</category>
    </item>
    <item>
      <title>17 y/o developer. Building weird but useful tools. Hand Mouse — control your PC with just your hand.</title>
      <dc:creator>Fl4ie</dc:creator>
      <pubDate>Sun, 21 Dec 2025 16:50:32 +0000</pubDate>
      <link>https://dev.to/fl4ie/17-yo-developerbuilding-weird-but-useful-toolshand-mouse-control-your-pc-with-just-your-hand-3hpa</link>
      <guid>https://dev.to/fl4ie/17-yo-developerbuilding-weird-but-useful-toolshand-mouse-control-your-pc-with-just-your-hand-3hpa</guid>
      <description>&lt;h2&gt;
  
  
  👋 Hi
&lt;/h2&gt;

&lt;p&gt;I'm 17 years old and I built a small project to solve a very simple problem:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I wanted to control my computer &lt;strong&gt;without touching a mouse&lt;/strong&gt;, even while lying in bed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I built &lt;strong&gt;Hand Mouse&lt;/strong&gt; — a webcam-based mouse controller.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 What is Hand Mouse?
&lt;/h2&gt;

&lt;p&gt;Hand Mouse lets you control your cursor using &lt;strong&gt;only your hand and a webcam&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;No extra hardware.&lt;br&gt;&lt;br&gt;
No gloves.&lt;br&gt;&lt;br&gt;
Just your camera.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Move the mouse with your index finger&lt;/li&gt;
&lt;li&gt;Click by pinching your fingers&lt;/li&gt;
&lt;li&gt;Double-click with a fist gesture&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤔 Why did I build this?
&lt;/h2&gt;

&lt;p&gt;I wasn’t trying to build something “cool”.&lt;/p&gt;

&lt;p&gt;I just wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To use my PC while lying down&lt;/li&gt;
&lt;li&gt;To avoid wrist strain&lt;/li&gt;
&lt;li&gt;A backup mouse when my real one broke&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After it started working surprisingly well, I decided to share it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 How it works (simple explanation)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Uses real-time hand tracking&lt;/li&gt;
&lt;li&gt;Maps finger movement to screen space&lt;/li&gt;
&lt;li&gt;Smart smoothing to keep the cursor stable&lt;/li&gt;
&lt;li&gt;Click detection with freeze logic to avoid misclicks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I spent a lot of time tuning it to feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Smooth&lt;/li&gt;
&lt;li&gt;Responsive&lt;/li&gt;
&lt;li&gt;Not laggy&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;GitHub repo:&lt;br&gt;
👉 &lt;strong&gt;&lt;a href="https://github.com/Fl4ie/Hand-Mouse" rel="noopener noreferrer"&gt;https://github.com/Fl4ie/Hand-Mouse&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Feel free to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Try it&lt;/li&gt;
&lt;li&gt;Improve it&lt;/li&gt;
&lt;li&gt;Open issues&lt;/li&gt;
&lt;li&gt;Fork it&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🙏 Feedback
&lt;/h2&gt;

&lt;p&gt;This is my first real project shared publicly.&lt;/p&gt;

&lt;p&gt;I’d love feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does it feel useful?&lt;/li&gt;
&lt;li&gt;What would you add?&lt;/li&gt;
&lt;li&gt;Any ideas to improve usability?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>computervision</category>
      <category>productivit</category>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
