<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ansidev]]></title><description><![CDATA[Protestant, developer, open-source maintainer & contributor, blogger]]></description><link>https://blog.ansidev.xyz</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 22:26:43 GMT</lastBuildDate><atom:link href="https://blog.ansidev.xyz/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Applications don't show up in Spotlight]]></title><description><![CDATA[Problem
Applications don't show up in Spotlight search result.
Solution
Turn off spotlight
sudo mdutil -a -i off

Unload and reload it
If your macOS System Integrity Protection (SIP) is enabled, you will see an error message looks like Operation not ...]]></description><link>https://blog.ansidev.xyz/applications-dont-show-up-in-spotlight</link><guid isPermaLink="true">https://blog.ansidev.xyz/applications-dont-show-up-in-spotlight</guid><category><![CDATA[macOS]]></category><dc:creator><![CDATA[Le Minh Tri]]></dc:creator><pubDate>Fri, 30 Apr 2021 13:31:33 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-problem">Problem</h1>
<p>Applications don't show up in Spotlight search result.</p>
<h1 id="heading-solution">Solution</h1>
<p><strong>Turn off spotlight</strong></p>
<pre><code class="lang-shell">sudo mdutil -a -i off
</code></pre>
<p><strong>Unload and reload it</strong></p>
<p>If your macOS System Integrity Protection (SIP) is enabled, you will see an error message looks like <code>Operation not permitted while System Integrity Protection is engaged</code>, so you can ignore this step.</p>
<pre><code class="lang-shell">sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
</code></pre>
<p><strong>Turn on spotlight again</strong></p>
<pre><code class="lang-shell">sudo mdutil -a -i on
</code></pre>
<p><strong>If the problem was not solved, try these instructions:</strong></p>
<blockquote>
<ol>
<li>Go to System Preferences, Select Spotlight.</li>
<li>Select the Privacy tab.</li>
<li>Click the Plus (+) button.</li>
<li>Press <code>Command</code> + <code>Shift</code> + <code>C</code> to reveal your hard drives (if they are not available otherwise),
  or simply navigate to your hard drive (most likely MacintoshHD)</li>
<li>If you have more than one hard drive, hold the Command key and click your various drives to add them to your selection.</li>
<li>Click the <code>Choose</code> button to add them to the Privacy list.</li>
<li>Ignore the warning.</li>
<li>Remove the hard drive by clicking the minus sign.</li>
</ol>
</blockquote>
<p>Now everything should be reindexed as expected.</p>
]]></content:encoded></item><item><title><![CDATA[Fix FontAwesome icons being huge on page load]]></title><description><![CDATA[Problem
If you are using FontAwesome in your project, you may face to this problem: FontAwesome icons being huge on page load
Solution

Turn off autoAddCss

import { config } from '@fortawesome/fontawesome-svg-core'
config.autoAddCss = false


Load i...]]></description><link>https://blog.ansidev.xyz/fix-fontawesome-icons-being-huge-on-page-load</link><guid isPermaLink="true">https://blog.ansidev.xyz/fix-fontawesome-icons-being-huge-on-page-load</guid><category><![CDATA[font awesome]]></category><category><![CDATA[fonts]]></category><category><![CDATA[frontend]]></category><dc:creator><![CDATA[Le Minh Tri]]></dc:creator><pubDate>Fri, 30 Apr 2021 13:26:47 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-problem">Problem</h1>
<p>If you are using FontAwesome in your project, you may face to this problem: FontAwesome icons being huge on page load</p>
<h1 id="heading-solution">Solution</h1>
<ol>
<li>Turn off autoAddCss</li>
</ol>
<pre><code class="lang-js"><span class="hljs-keyword">import</span> { config } <span class="hljs-keyword">from</span> <span class="hljs-string">'@fortawesome/fontawesome-svg-core'</span>
config.autoAddCss = <span class="hljs-literal">false</span>
</code></pre>
<ol>
<li>Load in CSS directly in your SCSS file:</li>
</ol>
<pre><code class="lang-js">@<span class="hljs-keyword">import</span> <span class="hljs-string">'node_modules/@fortawesome/fontawesome-svg-core/styles'</span>
</code></pre>
<p>You can apply this solution if your project is using Javascript framework such as React, Vue, etc...</p>
<p>I hope this solution can help you! Thanks for reading!</p>
]]></content:encoded></item><item><title><![CDATA[Free SMTP mail service for sending marketing emails]]></title><description><![CDATA[Mailgun: 10,000 emails/month.

Mailchimp: 10,000 emails/month.

Sender: 15,000 emails/month.

SendPulse: 15,000 emails/month.

SendInBlue: 300 emails/day.

Mailjet: 6,000 emails/month, 200 emails/day.

Pepipost: 30,000 emails free for first 30 days, ...]]></description><link>https://blog.ansidev.xyz/free-smtp-mail-service-for-sending-marketing-emails</link><guid isPermaLink="true">https://blog.ansidev.xyz/free-smtp-mail-service-for-sending-marketing-emails</guid><category><![CDATA[smtp]]></category><dc:creator><![CDATA[Le Minh Tri]]></dc:creator><pubDate>Fri, 31 May 2019 17:17:00 GMT</pubDate><content:encoded><![CDATA[<ul>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://mailgun.com">Mailgun</a>: 10,000 emails/month.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://mailchimp.com">Mailchimp</a>: 10,000 emails/month.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://sender.net">Sender</a>: 15,000 emails/month.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://sendpulse.com">SendPulse</a>: 15,000 emails/month.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://sendinblue.com">SendInBlue</a>: 300 emails/day.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://mailjet.com">Mailjet</a>: 6,000 emails/month, 200 emails/day.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://pepipost.com">Pepipost</a>: 30,000 emails free for first 30 days, then 100/day free, forever.</p>
</li>
<li><p><a target='_blank' rel='noopener noreferrer'  href="https://sendgrid.com">SendGrid</a>: 40,000 emails free for first 30 days, then 100/day free, forever.</p>
</li>
</ul>
]]></content:encoded></item></channel></rss>