<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ganesh Kumar Reddy — Weekly</title>
    <link>https://ganesh-space.pages.dev/</link>
    <description>Weekly notes, projects, and work by Ganesh Kumar Reddy.</description>
    <language>en</language>
    <atom:link href="https://ganesh-space.pages.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Mon, 24 Aug 2026 00:00:00 +0000</lastBuildDate>
    <item>
      <title>Shipping the build</title>
      <link>https://ganesh-space.pages.dev/posts/week-34-shipping-the-build/</link>
      <guid isPermaLink="true">https://ganesh-space.pages.dev/posts/week-34-shipping-the-build/</guid>
      <pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate>
      <description>Notes from the week I stopped polishing and pushed it live — and the three things that broke within an hour of doing so.</description>
      <category>engineering</category>
      <category>shipping</category>
      <content:encoded>&lt;p&gt;This is a sample post so you can see the layout working. Delete it once you
write your own. Everything below is just Markdown.&lt;/p&gt;
&lt;h2 id=&#34;what-i-worked-on&#34;&gt;What I worked on&lt;/h2&gt;
&lt;p&gt;The body of a post is plain Markdown. Headings, &lt;strong&gt;bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, &lt;code&gt;inline
code&lt;/code&gt;, and links all render with the site&amp;rsquo;s typography.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bulleted lists work&lt;/li&gt;
&lt;li&gt;So do numbered lists&lt;/li&gt;
&lt;li&gt;And nested items&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Blockquotes get a hairline rule and a slight indent — good for pulling out
a line you want the reader to slow down on.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;code&#34;&gt;Code&lt;/h2&gt;
&lt;p&gt;Fenced code blocks are syntax-highlighted:&lt;/p&gt;
&lt;div class=&#34;codehilite&#34;&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class=&#34;k&#34;&gt;def&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;greet&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;name&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;str&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;str&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;
    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;sa&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&#34;hello, &lt;/span&gt;&lt;span class=&#34;si&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;name&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&#34;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2 id=&#34;what-i-learned&#34;&gt;What I learned&lt;/h2&gt;
&lt;p&gt;Close each post with something you&amp;rsquo;d want to reread in a year. That&amp;rsquo;s the
whole point of writing these.&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>On reading papers properly</title>
      <link>https://ganesh-space.pages.dev/posts/week-33-on-reading-papers/</link>
      <guid isPermaLink="true">https://ganesh-space.pages.dev/posts/week-33-on-reading-papers/</guid>
      <pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate>
      <description>I&#39;d been reading papers front to back like novels. Turns out there&#39;s a better order, and it cut my time per paper roughly in half.</description>
      <category>learning</category>
      <category>research</category>
      <content:encoded>&lt;p&gt;A second sample post, mostly here so the archive page, the tag filter, and
the previous/next links have something to point at.&lt;/p&gt;
&lt;h2 id=&#34;the-three-pass-approach&#34;&gt;The three-pass approach&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;First pass&lt;/strong&gt; — title, abstract, headings, conclusion. Five minutes.
   Decide whether there&amp;rsquo;s a second pass.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Second pass&lt;/strong&gt; — figures, tables, and the results. Twenty minutes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Third pass&lt;/strong&gt; — reconstruct the work. An hour or more, and only for
   papers you actually need to build on.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Most papers deserve one pass. Very few deserve three, and knowing which is
the skill worth developing.&lt;/p&gt;</content:encoded>
    </item>
    <item>
      <title>Three small wins</title>
      <link>https://ganesh-space.pages.dev/posts/week-32-three-small-wins/</link>
      <guid isPermaLink="true">https://ganesh-space.pages.dev/posts/week-32-three-small-wins/</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate>
      <description>No big feature this week. Just three small things that removed friction I&#39;d been quietly tolerating for months.</description>
      <category>tools</category>
      <category>engineering</category>
      <content:encoded>&lt;p&gt;The third and final sample post. Delete all three when you&amp;rsquo;re ready.&lt;/p&gt;
&lt;h2 id=&#34;1-keyboard-driven-everything&#34;&gt;1. Keyboard-driven everything&lt;/h2&gt;
&lt;p&gt;Every second spent reaching for the mouse is a second of lost context.&lt;/p&gt;
&lt;h2 id=&#34;2-writing-things-down-the-same-day&#34;&gt;2. Writing things down the same day&lt;/h2&gt;
&lt;p&gt;The details you think you&amp;rsquo;ll remember are precisely the ones you won&amp;rsquo;t.&lt;/p&gt;
&lt;h2 id=&#34;3-smaller-commits&#34;&gt;3. Smaller commits&lt;/h2&gt;
&lt;p&gt;A commit that does one thing is a commit you can revert without fear.&lt;/p&gt;</content:encoded>
    </item>
  </channel>
</rss>