<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
  <channel>
    <title>ತೊರೆ</title>
    <link>https://tohray.fly.dev/</link>
    <description><p>Pradeep's Stream</p>
</description>
      <item>
      <title>Posting from Tohray Swift Client</title>
      <link>https://tohray.fly.dev/Posting from Tohray Swift Client</link>
      <description><p>I used Claude Code to write the Swift client.</p>
<p>had to tell it to fix a compilation error, after one try it worked.</p>
<p>Then i asked it to tell me how to package it, and it generated a script to produce a <code>.app</code> package.</p>
<p>Lets see if this post actually makes it to the website -- https://tohray.fly.dev/</p>
</description>
      <pubDate>Sun, 28 Dec 2025 04:57:30 EST</pubDate>
    </item>
      <item>
      <title>posting-client</title>
      <link>https://tohray.fly.dev/posting-client</link>
      <description><p>posting this from a python client</p>
<p>wrote a python client using Claude Code, and posted it from the command line. pretty sweet.</p>
<p>I'm thinking of making a small Swift app that I can do the same.</p>
</description>
      <pubDate>Sun, 28 Dec 2025 04:39:26 EST</pubDate>
    </item>
      <item>
      <title>cgi-d</title>
      <link>https://tohray.fly.dev/cgi-d</link>
      <description><p>Jacob Gold posted about <a href="https://jacob.gold/posts/serving-half-billion-requests-with-rust-cgi/">Serving a half billion requests per day with Rust + CGI</a>.</p>
<p>I have posted about writing <a href="https://www.btbytes.com/dlang-cgi">(S)CGI apps in D</a>.</p>
<p>It will be small experiment to rewrite the guestbook app in D, (and <a href="https://nim-lang.org">Nim</a>) and compare the performance and Developer eXperience.</p>
<p>#todo</p>
</description>
      <pubDate>Wed, 09 Jul 2025 17:49:02 EST</pubDate>
    </item>
      <item>
      <title>ssrr</title>
      <link>https://tohray.fly.dev/ssrr</link>
      <description><p>Created <a href="https://github.com/btbytes/server-side-rss-reader">Server Side RSS Reader</a> using Gemini CLI, and documented the process.</p>
<p>After that, I tried to use Gemini CLI to add tests to <em>this program</em> - <a href="https://github.com/btbytes/tohray">tohray</a> and Gemini CLI fell on its face with this error:</p>
<blockquote>
<p>Tools are failing. New plan: Refactor <code>views.nim</code> by extracting database logic into separate procedures within the file, fix the <code>filterSpecialChars</code> procedure, and c
reate <code>tests/test_search.nim</code> with search tests. Starting with the <code>views.nim</code> refactor now.Error executing tool write_file: Tool &quot;write_file&quot; not found in registry.
I can't create or modify files, which is preventing me from completing the tasks. I suspect a permission issue in the project directory. Could you please grant me wri
te access? If you'd like me to continue, you can manually create <code>models.nim</code> with the content I provided, and I'll then give you the updated <code>views.nim</code> content.</p>
</blockquote>
</description>
      <pubDate>Tue, 08 Jul 2025 03:27:53 EST</pubDate>
    </item>
      <item>
      <title>dance-to-remember</title>
      <link>https://tohray.fly.dev/dance-to-remember</link>
      <description><p>I'm on a bit of an Eagles bend, and I am listening to Eagle song today. Finally I noticed that in <em>Hotel California</em>, the lyrics say <strong>Some dance to remember, some dance to forget</strong>, all these days I thought it was <em>Some days to remember, some days to forget</em>.</p>
<p>A day to remember, definitely.</p>
</description>
      <pubDate>Tue, 08 Jul 2025 03:00:27 EST</pubDate>
    </item>
      <item>
      <title>serverless-databases</title>
      <link>https://tohray.fly.dev/serverless-databases</link>
      <description><h1>&quot;Serverless&quot; databases</h1>
<p>There are quite a few players in this space now:</p>
<ul>
<li><a href="https://turso.tech">Turso</a>, &quot;Cloud Sqlite&quot;</li>
<li><a href="https://neon.tech/">Neon</a>, Serverless PostgreSQL</li>
<li><a href="https://supabase.com/">Supabase</a>, started as an opensource alternative to firebase.</li>
</ul>
</description>
      <pubDate>Wed, 05 Mar 2025 15:24:32 EST</pubDate>
    </item>
      <item>
      <title>engg-manager</title>
      <link>https://tohray.fly.dev/engg-manager</link>
      <description><h2>what does an engineering manager do?</h2>
<p><a href="https://theengineeringmanager.substack.com/p/should-managers-still-code">From here</a>:</p>
<blockquote>
<p>Andy Grove's equation for measuring a manager's impact, which states that the output of a manager is the output of their team, plus the output of the neighboring teams under their influence.</p>
</blockquote>
<p>Other ways to improve your output:</p>
<ul>
<li>Hiring and retaining great people.</li>
<li>Owning the team's strategy and roadmap, and ensuring efficient execution.</li>
<li>Making decisions to ensure that the team is working on the right things and saying no to the things that don't matter.</li>
<li>Dealing with fires, escalations, and other crises that pop up all of the time.</li>
<li>Building a strong culture within the team so that people are engaged, challenged, and motivated.</li>
<li>Mentoring and coaching your reports so they get better and can have more work delegated to them, thus increasing output further.</li>
<li>Managing the team's stakeholders so they can offer their steer to the team early and often.</li>
<li>Actively performance managing the team so that superstars can continue to shine and underperformers can be coached or exited.</li>
<li>Building close working relationships with other teams so that smooth collaboration happens across the organization, leading to a better and more cohesive product.</li>
</ul>
</description>
      <pubDate>Tue, 04 Mar 2025 18:42:34 EST</pubDate>
    </item>
      <item>
      <title>trying-quartz</title>
      <link>https://tohray.fly.dev/trying-quartz</link>
      <description><p>Trying out <a href="https://quartz.jzhao.xyz/">Quartz</a> to convert my main <a href="https://www.btbytes.com/">site</a> to it.</p>
<p>The nice thing about it is:</p>
<ul>
<li>metadata already matches what I was already using - <code>date</code>, <code>description</code>, <code>tags</code> etc.</li>
<li>has good integration with cloudflare CI out of the box and <a href="https://www.christopherklint.com/blog/building-a-static-website-with-quartz-markdown-cloudflare-pages">is documented</a></li>
</ul>
</description>
      <pubDate>Tue, 04 Mar 2025 16:58:22 EST</pubDate>
    </item>
      <item>
      <title>uv</title>
      <link>https://tohray.fly.dev/uv</link>
      <description><p>Need to checkout <a href="https://astral.sh/blog/uv-unified-python-packaging">uv</a> for python development workflows.</p>
<p>I currently use poetry, and fairly ok with it.</p>
</description>
      <pubDate>Tue, 20 Aug 2024 18:16:55 EST</pubDate>
    </item>
      <item>
      <title>on-migrating-content</title>
      <link>https://tohray.fly.dev/on-migrating-content</link>
      <description><p>Things to keep in mind when migrating the website/blog to a new content management system:</p>
<ol>
<li>What do you want to keep; don't break links</li>
<li>Build a simulator to compare what will change between the new system and the old -- is the new content management going to:</li>
</ol>
<ul>
<li>maintain the same URLs?</li>
<li>same content layout</li>
<li>same metadata at the page level?</li>
</ul>
</description>
      <pubDate>Sat, 17 Aug 2024 15:39:49 EST</pubDate>
    </item>
    </channel>
  </rss>
  