<?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: Daniel Gidrewicz</title>
    <description>The latest articles on DEV Community by Daniel Gidrewicz (@mahoxdd).</description>
    <link>https://dev.to/mahoxdd</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%2F4040497%2Ff5ce1800-8d34-436a-8d05-9fd88b017844.png</url>
      <title>DEV Community: Daniel Gidrewicz</title>
      <link>https://dev.to/mahoxdd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mahoxdd"/>
    <language>en</language>
    <item>
      <title>Show DEV: NotchTune v1.2 - a Tiny Notch App to Control Spotify Web</title>
      <dc:creator>Daniel Gidrewicz</dc:creator>
      <pubDate>Fri, 24 Jul 2026 21:26:00 +0000</pubDate>
      <link>https://dev.to/mahoxdd/show-dev-notchtune-v12-a-tiny-notch-app-to-control-spotify-web-5e1e</link>
      <guid>https://dev.to/mahoxdd/show-dev-notchtune-v12-a-tiny-notch-app-to-control-spotify-web-5e1e</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;A few days ago I shared NotchTune here — a tiny native macOS app that turns your MacBook's notch into a live Spotify Web controller. The response was awesome, and it pushed me to take the "cool but rough around the edges" 1.0 and turn it into something that actually feels finished.&lt;/p&gt;

&lt;p&gt;v1.2 just shipped, and it's a different app.&lt;/p&gt;

&lt;p&gt;✨ What's New&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Buttery-smooth animations — expand and collapse now feel like a native part of macOS, not a plugin bolted on top&lt;/li&gt;
&lt;li&gt;Rock-solid playback controls — play/pause, next, and previous now respond every single time, no more phantom clicks&lt;/li&gt;
&lt;li&gt;Lighter &amp;amp; snappier — less overhead sitting near the notch, faster hover response&lt;/li&gt;
&lt;li&gt;Predictable hover behavior — the overlay now stays open for exactly as long as your mouse is actually on it, instead of closing on you mid-hover&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why This Was Harder Than It Sounds:&lt;/p&gt;

&lt;p&gt;NotchTune doesn't talk to a Spotify API — it talks to a browser tab that has no idea it's supposed to be controllable. Behind the scenes, AppleScript tells Safari to run JavaScript inside the Spotify Web Player page itself. That's a fun trick, but it means every click has to survive a page that's constantly re-rendering underneath it. Most of v1.2's work went into making that bridge actually reliable instead of "usually works."&lt;/p&gt;

&lt;p&gt;Full install steps are in the README.&lt;/p&gt;

&lt;p&gt;🙌 Star It, or Go Further&lt;/p&gt;

&lt;p&gt;NotchTune is still small — a handful of stars, one part-time maintainer. If you like what you see, a ⭐ on the repo genuinely helps more people stumble onto it. And if you're into SwiftUI, AppKit, or just want to dig into a real native macOS project — issues and PRs are welcome with open arms.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/blessedlab/NotchTune" rel="noopener noreferrer"&gt;https://github.com/blessedlab/NotchTune&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you give it a spin, I'd love to hear what you think 👇&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>opensource</category>
      <category>swift</category>
    </item>
    <item>
      <title>NotchTune v1.2 Just Shipped — And It's a Whole Different</title>
      <dc:creator>Daniel Gidrewicz</dc:creator>
      <pubDate>Wed, 22 Jul 2026 15:55:00 +0000</pubDate>
      <link>https://dev.to/mahoxdd/notchtune-v12-just-shipped-and-its-a-whole-different-1a79</link>
      <guid>https://dev.to/mahoxdd/notchtune-v12-just-shipped-and-its-a-whole-different-1a79</guid>
      <description>&lt;p&gt;I'm building &lt;a href="https://github.com/blessedlab/NotchTune" rel="noopener noreferrer"&gt;NotchTune&lt;/a&gt; — a tiny, native Swift macOS app that turns your MacBook's notch into a live Spotify controller. No Electron, no 100MB+ background hog, no dock icon. Just hover near the notch, and a smooth, notch-shaped overlay expands with track info, album art, and animated waveform seek bar.&lt;/p&gt;

&lt;p&gt;v1.2 just shipped, and it's the update that makes NotchTune feel finished rather than "cool but rough around the edges":&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reworked open/close animations — smoother, more natural expand/collapse&lt;/li&gt;
&lt;li&gt;Reworked "opened" state mechanics — the notch behaves more predictably once expanded&lt;/li&gt;
&lt;li&gt;Improved performance — less overhead, snappier response near the notch&lt;/li&gt;
&lt;li&gt;Fixed track control buttons — play/pause, next, previous now behave reliably
If you have a notch and a Spotify habit, this is the release to try it out on. And if you like where this is going, a ⭐ on &lt;a href="https://github.com/blessedlab/NotchTune" rel="noopener noreferrer"&gt;the repo&lt;/a&gt; genuinely helps it get in front of more people who'd use it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's still early — 4 stars right now — and I'd love for it to grow into an actual community project rather than a solo repo. If you want to poke at the code, fix something, or add a feature, PRs are very welcome.&lt;/p&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/blessedlab/NotchTune" rel="noopener noreferrer"&gt;https://github.com/blessedlab/NotchTune&lt;/a&gt;&lt;/p&gt;

</description>
      <category>macos</category>
      <category>spotify</category>
      <category>swift</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Show DEV: I built a free macOS app to control Spotify Web player directly from the Notch</title>
      <dc:creator>Daniel Gidrewicz</dc:creator>
      <pubDate>Tue, 21 Jul 2026 17:04:19 +0000</pubDate>
      <link>https://dev.to/mahoxdd/show-dev-i-built-a-free-macos-app-to-control-spotify-directly-from-the-notch-20ck</link>
      <guid>https://dev.to/mahoxdd/show-dev-i-built-a-free-macos-app-to-control-spotify-directly-from-the-notch-20ck</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;Like many of you, I listen to music while coding all day. However, I got tired of constantly switching browser tabs just to skip a track or see what song is currently playing on the Spotify Web Player. &lt;/p&gt;

&lt;p&gt;So, I decided to build a lightweight tool for macOS called &lt;strong&gt;NotchTune&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is NotchTune?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;NotchTune&lt;/strong&gt; is a minimal, native macOS app that transforms your screen notch (or top menu bar area) into a dynamic control widget for Spotify Web. &lt;/p&gt;

&lt;p&gt;It stays hidden until you need it and provides a clean, native UI inspired by macOS design principles.&lt;/p&gt;

&lt;h3&gt;
  
  
  ✨ Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Notch Integration:&lt;/strong&gt; Fits seamlessly around the MacBook notch.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Track Info:&lt;/strong&gt; Displays current song title, artist name, and album artwork.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Playback Controls:&lt;/strong&gt; Play, pause, skip, and progress bar tracking without leaving your workspace.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lightweight &amp;amp; Native:&lt;/strong&gt; Built purely with SwiftUI and tailored for low resource consumption.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Language:&lt;/strong&gt; Swift&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI Framework:&lt;/strong&gt; SwiftUI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platform:&lt;/strong&gt; macOS&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Looking for Feedback &amp;amp; Contributors!
&lt;/h3&gt;

&lt;p&gt;This is the initial &lt;strong&gt;1.0 release&lt;/strong&gt;, and I'm actively looking for feedback from the developer community. &lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts! If you want to test it out, report a bug, or even contribute to the codebase (feature requests, UI tweaks, etc.), check out the repository below:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/blessedlab/NotchTune" rel="noopener noreferrer"&gt;GitHub Repository: blessedlab/NotchTune&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you like the project, a ⭐ on GitHub would mean the world to me! &lt;/p&gt;

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

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>swift</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
