<?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: Taha</title>
    <description>The latest articles on DEV Community by Taha (@tahajamal).</description>
    <link>https://dev.to/tahajamal</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%2F4053765%2F3375a925-8a8d-4a8c-9ce5-4ce5828c843d.png</url>
      <title>DEV Community: Taha</title>
      <link>https://dev.to/tahajamal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tahajamal"/>
    <language>en</language>
    <item>
      <title>45 People Used Something I Built Out of Spite</title>
      <dc:creator>Taha</dc:creator>
      <pubDate>Mon, 03 Aug 2026 21:12:53 +0000</pubDate>
      <link>https://dev.to/tahajamal/45-people-installed-a-vs-code-extension-i-built-out-of-spite-153</link>
      <guid>https://dev.to/tahajamal/45-people-installed-a-vs-code-extension-i-built-out-of-spite-153</guid>
      <description>&lt;p&gt;Every developer has that one coworker.&lt;/p&gt;

&lt;p&gt;The one who notices the tiniest thing about your setup.&lt;/p&gt;

&lt;p&gt;Mine looked at my screen for approximately three seconds before asking,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;"Taha... why aren't you using the dark theme?"&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A reasonable question.&lt;/p&gt;

&lt;p&gt;Unfortunately for him, I took it personally.&lt;/p&gt;




&lt;p&gt;Now, to be fair, I wasn't against dark mode.&lt;/p&gt;

&lt;p&gt;I just hadn't bothered changing it.&lt;/p&gt;

&lt;p&gt;But after hearing that question for what felt like the hundredth time, something inside me snapped.&lt;/p&gt;

&lt;p&gt;Not in a dramatic way.&lt;/p&gt;

&lt;p&gt;In the &lt;em&gt;"I could spend five minutes changing my theme... or six hours writing software so nobody can ask me this again"&lt;/em&gt; kind of way.&lt;/p&gt;

&lt;p&gt;Guess which option I chose.&lt;/p&gt;




&lt;p&gt;I opened the VS Code Extension API documentation.&lt;/p&gt;

&lt;p&gt;The original plan was simple.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"What if I make an extension that just switches everything to black?"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not a beautiful theme.&lt;/p&gt;

&lt;p&gt;Not carefully designed colors.&lt;/p&gt;

&lt;p&gt;Not accessibility.&lt;/p&gt;

&lt;p&gt;Just...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Black.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If a pixel had the audacity to not be black, it was getting black.&lt;/p&gt;




&lt;p&gt;Some people solve problems.&lt;/p&gt;

&lt;p&gt;Developers automate them.&lt;/p&gt;

&lt;p&gt;Some developers, however, automate them out of spite.&lt;/p&gt;

&lt;p&gt;I belong to the second category.&lt;/p&gt;

&lt;p&gt;By the end of the day, I had a working VS Code extension.&lt;/p&gt;

&lt;p&gt;Instead of opening the Settings menu like a normal human being, I had created software whose sole purpose was to avoid touching the Settings menu ever again.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Peak engineering.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;The funniest part wasn't building it.&lt;/p&gt;

&lt;p&gt;It was publishing it.&lt;/p&gt;

&lt;p&gt;Because once you've already spent hours making something incredibly unnecessary, uploading it to the Marketplace somehow feels like the logical next step.&lt;/p&gt;

&lt;p&gt;At that point, you've already lost.&lt;/p&gt;

&lt;p&gt;You might as well commit.&lt;/p&gt;




&lt;p&gt;I like to imagine someone somewhere stumbling across my extension.&lt;/p&gt;

&lt;p&gt;They're expecting some revolutionary productivity tool.&lt;/p&gt;

&lt;p&gt;Maybe an AI assistant.&lt;/p&gt;

&lt;p&gt;Maybe a debugger.&lt;/p&gt;

&lt;p&gt;Instead they find...&lt;/p&gt;

&lt;p&gt;An extension that exists because one guy's coworker asked a perfectly reasonable question.&lt;/p&gt;




&lt;p&gt;Looking back, I probably could've just clicked:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Preferences → Theme → Dark
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That would've taken about four seconds.&lt;/p&gt;

&lt;p&gt;Instead, I wrote an extension, packaged it, published it, and now this ridiculous little story exists.&lt;/p&gt;

&lt;p&gt;Honestly?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Worth it. Zero regrets.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sometimes software isn't built because the world needs it.&lt;/p&gt;

&lt;p&gt;Sometimes it's built because a developer is just petty enough to think,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"I'll show you."&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Today, that extension has &lt;strong&gt;45 installs&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I have absolutely no idea who those 45 people are.&lt;/p&gt;

&lt;p&gt;Maybe someone genuinely wanted a darker theme.&lt;/p&gt;

&lt;p&gt;Maybe someone clicked &lt;strong&gt;Install&lt;/strong&gt; by accident.&lt;/p&gt;

&lt;p&gt;Or maybe—just maybe—there are 44 other developers out there who heard,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;"Why aren't you using dark mode?"&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;one too many times.&lt;/p&gt;

&lt;p&gt;If you're one of them, know this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You are seen.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I hope my unnecessarily published VS Code extension has empowered you to channel your pettiness into software.&lt;/p&gt;

&lt;p&gt;Because sometimes the best code isn't written to solve a problem.&lt;/p&gt;

&lt;p&gt;It's written to win an argument that nobody else even knew was happening.&lt;/p&gt;




&lt;h2&gt;
  
  
  In case you ever want to prove a point
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=stupidsherlock.realcoder" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=stupidsherlock.realcoder&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>discuss</category>
      <category>jokes</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
