<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Ankit Gadiya - Microblog Posts</title>
    <subtitle>My little corner of the Internet 🙌</subtitle>
    <link rel="self" type="application/atom+xml" href="https://ankit.earth/microblog/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-01-01T19:55:02+00:00</updated>
    <id>https://ankit.earth/microblog/atom.xml</id>
    <entry xml:lang="en">
        <title>1767277502</title>
        <published>2026-01-01T19:55:02+00:00</published>
        <updated>2026-01-01T19:55:02+00:00</updated>
        
        <author>
          <name>
            
              Ankit Gadiya
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/1767277502/"/>
        <id>https://ankit.earth/microblog/1767277502/</id>
        
        <content type="html" xml:base="https://ankit.earth/microblog/1767277502/">&lt;p&gt;Happy New Year 🎉&lt;&#x2F;p&gt;
&lt;p&gt;New year, new instance. I&#x27;m changing the base domain for my single-user
GoToSocial instance (by migration). If it worked, you shouldn&#x27;t notice it.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;social.argp.in&quot;&gt;social.argp.in&lt;&#x2F;a&gt; → &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;social.argp.org&quot;&gt;social.argp.org&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>1763127234</title>
        <published>2025-11-14T19:03:54+00:00</published>
        <updated>2025-11-14T19:03:54+00:00</updated>
        
        <author>
          <name>
            
              Ankit Gadiya
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/1763127234/"/>
        <id>https://ankit.earth/microblog/1763127234/</id>
        
        <content type="html" xml:base="https://ankit.earth/microblog/1763127234/">&lt;p&gt;I use the &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;marcinkoziej&#x2F;org-pomodoro&quot;&gt;org-pomodoro&lt;&#x2F;a&gt; package
for focused sessions at work. But Slack notifications can easily break my flow,
so I added the simple hooks to disable visible notifications on GNOME desktop.&lt;&#x2F;p&gt;
&lt;pre&gt;&lt;code data-lang=&quot;lisp&quot;&gt;(defun arg-disable-gnome-notifications ()
  (shell-command &amp;quot;gsettings set org.gnome.desktop.notifications show-banners false&amp;quot;))
(defun arg-enable-gnome-notifications () (shell-command &amp;quot;gsettings set org.gnome.desktop.notifications show-banners true&amp;quot;))

(add-hook &amp;#39;org-pomodoro-started-hook #&amp;#39;arg-disable-gnome-notifications)
(add-hook &amp;#39;org-pomodoro-finished-hook #&amp;#39;arg-enable-gnome-notifications)
(add-hook &amp;#39;org-pomodoro-break-finished-hook #&amp;#39;arg-enable-gnome-notifications)
(add-hook &amp;#39;org-pomodoro-killed-hook #&amp;#39;arg-enable-gnome-notifications)
&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>1760213248</title>
        <published>2025-10-12T01:37:28+00:00</published>
        <updated>2025-10-12T01:37:28+00:00</updated>
        
        <author>
          <name>
            
              Ankit Gadiya
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/1760213248/"/>
        <id>https://ankit.earth/microblog/1760213248/</id>
        
        <content type="html" xml:base="https://ankit.earth/microblog/1760213248/">&lt;p&gt;I found a couple of videos exploring the concept of refractive index — why light
seems to slow down in different mediums.&lt;&#x2F;p&gt;
&lt;p&gt;In the first, the creator reasoned intuitively that light doesn&#x27;t really slow
down. She built a simple home experiment to prove it, but the results showed the
opposite. In the second, she set out to understand why those observations
actually made sense.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yP1kKN3ghOU&quot;&gt;Does light actually slow down in water?&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uo3ds0FVpXs&quot;&gt;I don&#x27;t know why light slows down in water&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>1759668366</title>
        <published>2025-10-05T18:16:06+00:00</published>
        <updated>2025-10-05T18:16:06+00:00</updated>
        
        <author>
          <name>
            
              Ankit Gadiya
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/1759668366/"/>
        <id>https://ankit.earth/microblog/1759668366/</id>
        
        <content type="html" xml:base="https://ankit.earth/microblog/1759668366/">&lt;p&gt;I&#x27;m learning about lambda calculus, the mathematical foundation of Lisp. It
defines an incredibly expressive system. The &lt;em&gt;Church encodings&lt;&#x2F;em&gt; finally clicked
for me.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>1759417306</title>
        <published>2025-10-02T20:31:46+00:00</published>
        <updated>2025-10-02T20:31:46+00:00</updated>
        
        <author>
          <name>
            
              Ankit Gadiya
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ankit.earth/microblog/1759417306/"/>
        <id>https://ankit.earth/microblog/1759417306/</id>
        
        <content type="html" xml:base="https://ankit.earth/microblog/1759417306/">&lt;p&gt;TIL that in Magit buffers, pressing &lt;kbd&gt;\&lt;&#x2F;kbd&gt; (or &lt;code&gt;M-x evil-collection-magit-toggle-text-mode&lt;&#x2F;code&gt;) activates &lt;code&gt;text-mode&lt;&#x2F;code&gt;. This mode
enables standard visual motions that are unavailable in Magit buffers.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
