<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Daniel's Blog</title><link>https://rozari0.github.io/</link><description>Recent content on Daniel's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>daniel</managingEditor><webMaster>daniel</webMaster><lastBuildDate>Fri, 24 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rozari0.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>TIL: Python Print Buffer</title><link>https://rozari0.github.io/posts/til-python-buffer/</link><pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate><author>Daniel</author><guid>https://rozari0.github.io/posts/til-python-buffer/</guid><description>&lt;p&gt;I was watching &lt;a href="https://github.com/miguelgrinberg"&gt;Miguel Grinberg&lt;/a&gt;&amp;rsquo;s talk on Pycon 2017 &lt;strong&gt;Asynchronous Python for the Complete Beginner&lt;/strong&gt; last night. And tried a code snippet on my computer which is not really connected to the talk or async programming.&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-python"&gt;from time import sleep
def hello() -&amp;gt; None:
print(&amp;quot;Hello&amp;quot;, end=&amp;quot; &amp;quot;)
sleep(3)
print(&amp;quot;World!&amp;quot;)
if __name__ == &amp;quot;__main__&amp;quot;:
hello()
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What do you think will happen if we run the code? Terminal print&amp;rsquo;s &lt;strong&gt;Hello&lt;/strong&gt; first, then after three seconds we see &lt;strong&gt;World!&lt;/strong&gt; appear, right?
Actually, no.&lt;/p&gt;</description></item><item><title>How to fix Bengali font issue in arch Linux</title><link>https://rozari0.github.io/posts/how-to-fix-bengali-font-in-arch-linux/</link><pubDate>Mon, 28 Jul 2025 00:00:00 +0000</pubDate><author>Daniel</author><guid>https://rozari0.github.io/posts/how-to-fix-bengali-font-in-arch-linux/</guid><description>
&lt;h2 class="header-anchor-wrapper"&gt;How to fix Bengali font issue in arch Linux
&lt;a href="#how-to-fix-bengali-font-issue-in-arch-linux" class="header-anchor-link"&gt;
&lt;svg
xmlns="http://www.w3.org/2000/svg"
width="1rem" height="1rem" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"&gt;
&lt;line x1="4" y1="9" x2="20" y2="9"&gt;&lt;/line&gt;&lt;line x1="4" y1="15" x2="20" y2="15"&gt;&lt;/line&gt;&lt;line x1="10" y1="3" x2="8" y2="21"&gt;&lt;/line&gt;&lt;line x1="16" y1="3" x2="14" y2="21"&gt;&lt;/line&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;So, every time I reinstall Arch, I must rediscover why my Bengali font is broken everywhere.
Then I install every Bengali font universe has to offer, but it still doesn&amp;rsquo;t fix shit.&lt;/p&gt;</description></item></channel></rss>