<?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: NEERAJ</title>
    <description>The latest articles on DEV Community by NEERAJ (@ydv129).</description>
    <link>https://dev.to/ydv129</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%2F3873337%2F505df6e5-a8bf-458a-971b-580483d808f8.png</url>
      <title>DEV Community: NEERAJ</title>
      <link>https://dev.to/ydv129</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ydv129"/>
    <language>en</language>
    <item>
      <title>Quantum Compliance Console</title>
      <dc:creator>NEERAJ</dc:creator>
      <pubDate>Sat, 11 Apr 2026 15:53:52 +0000</pubDate>
      <link>https://dev.to/ydv129/quantum-compliance-console-4k1f</link>
      <guid>https://dev.to/ydv129/quantum-compliance-console-4k1f</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Quantum Compliance Console
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Quantum Compliance Console is a browser-only “control panel” that behaves like an overconfident enterprise dashboard while actively fighting your attention.&lt;/p&gt;

&lt;p&gt;It features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A roaming on-page cursor (the real cursor is hidden) so your eyes constantly lose the target.&lt;/li&gt;
&lt;li&gt;Buttons that jitter, delay, and occasionally route your click somewhere else “for validation”.&lt;/li&gt;
&lt;li&gt;Labels that randomly scramble, swap, or rename themselves mid-use.&lt;/li&gt;
&lt;li&gt;Focus that gets stolen at inconvenient times.&lt;/li&gt;
&lt;li&gt;Panels that drift and periodically reshuffle positions.&lt;/li&gt;
&lt;li&gt;A “Motion Gain” dial that refuses direct input and only reacts to motion.&lt;/li&gt;
&lt;li&gt;Beeps that appear at the worst possible moments (after the first interaction).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Netlify: &lt;a href="https://fool2026.netlify.app" rel="noopener noreferrer"&gt;https://fool2026.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Run it locally:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open &lt;code&gt;index.html&lt;/code&gt; in a browser, or serve the folder with any static server.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Suggested torture test:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Toggle “Ultra optimization”.&lt;/li&gt;
&lt;li&gt;Click around and try to keep a single panel in one place.&lt;/li&gt;
&lt;li&gt;Arm the Keyboard Policy, then press Enter/Escape and see what it decides you meant.&lt;/li&gt;
&lt;li&gt;On mobile: enable motion, then shake the device.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/ydv129/fool2026" rel="noopener noreferrer"&gt;https://github.com/ydv129/fool2026&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Key files:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;index.html&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;styles.css&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;script.js&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla HTML/CSS/JavaScript (no frameworks)&lt;/li&gt;
&lt;li&gt;CSS variables + transforms for constant micro-movement&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;requestAnimationFrame&lt;/code&gt; for the fake cursor and loader behavior&lt;/li&gt;
&lt;li&gt;Timers to reshuffle cards, scramble labels, and “re-index” the layout&lt;/li&gt;
&lt;li&gt;DeviceMotion API (when available) for motion-driven gain&lt;/li&gt;
&lt;li&gt;Web Audio API (&lt;code&gt;AudioContext&lt;/code&gt;) to generate tiny, annoying beeps after user interaction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Author: Neeraj Yadav&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
