<?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: cvladan</title>
    <description>The latest articles on DEV Community by cvladan (@cvladan).</description>
    <link>https://dev.to/cvladan</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%2F147602%2F910675cc-17ea-4cfa-9984-e774aa9b80dd.jpeg</url>
      <title>DEV Community: cvladan</title>
      <link>https://dev.to/cvladan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cvladan"/>
    <language>en</language>
    <item>
      <title>Beep too loud? A Quick Fix.</title>
      <dc:creator>cvladan</dc:creator>
      <pubDate>Tue, 23 May 2023 17:56:02 +0000</pubDate>
      <link>https://dev.to/cvladan/bye-bye-windows-beep-a-quick-fix-3hce</link>
      <guid>https://dev.to/cvladan/bye-bye-windows-beep-a-quick-fix-3hce</guid>
      <description>&lt;p&gt;The annoying "beep" error sound in Windows can be quite annoying, and I'm not the only one who thinks so. There are two excellent open source tools that can help with this problem: &lt;a href="https://github.com/File-New-Project/EarTrumpet"&gt;EarTrumpet&lt;/a&gt; i &lt;a href="https://github.com/irzyxa/Volume2"&gt;Volume2&lt;/a&gt; and both can be easily installed using the Scoop command &lt;code&gt;scoop install eartrumpet volume2&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;If you're specifically looking to reduce the volume of that one annoying "bing" Windows error notification, I've opted to implement a solution from the post on &lt;a href="https://blog.zhaytam.com/2019/02/08/lower-windows-10-notifications-volume/"&gt;how to reduce the volume of annoying Windows notifications&lt;/a&gt; as this is my preference.&lt;/p&gt;

&lt;p&gt;You need to open a PowerShell window as an Administrator and copy and paste the following&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$n="Windows Notify System Generic"; $p = "${Env:WINDIR}\Media"; cp "$p\$n.wav" "$p\$n.wav.bak"; taskkill /f /im explorer.exe; explorer.exe; curl.exe -o "${p}\${n}.wav" "https://blog.zhaytam.com/audio/Windows-Notify-System-Generic.wav"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Don't worry, there needs to be a "glitch" as the Explorer process needs to be restarted as it probably holds a lock on the desired audio file.&lt;/p&gt;

</description>
      <category>windows</category>
      <category>tips</category>
    </item>
    <item>
      <title>CSS Sticky is weird</title>
      <dc:creator>cvladan</dc:creator>
      <pubDate>Sun, 21 May 2023 17:31:40 +0000</pubDate>
      <link>https://dev.to/cvladan/css-sticky-is-weird-and-hard-eca</link>
      <guid>https://dev.to/cvladan/css-sticky-is-weird-and-hard-eca</guid>
      <description>&lt;p&gt;I've fixed that issue - if the parent is "flex", then &lt;code&gt;align-self: start;&lt;/code&gt; must be applied. And of course, &lt;code&gt;top: 0px;&lt;/code&gt; as well.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
