<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>chhore.dev — Blog</title>
    <link>https://chhore.dev/pages/blog.html</link>
    <description>Notes on what I&apos;m building and things I&apos;ve learned.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 02 Aug 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://chhore.dev/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Turning your searchable script into interactive CLIs with fzf</title>
      <link>https://chhore.dev/pages/post.html?slug=fzf-cli</link>
      <guid isPermaLink="true">https://chhore.dev/pages/post.html?slug=fzf-cli</guid>
      <description>How to use fzf to build searchable terminal UIs</description>
      <pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate>
      <author>chhoremu@gmail.com (Emulie Chhor)</author>
      <category>bash</category>
      <category>fzf</category>
    </item>
    <item>
      <title>A simple way to bypass Python&apos;s GIL and parallelize your for-loops</title>
      <link>https://chhore.dev/pages/post.html?slug=gil-bypass-concurrency</link>
      <guid isPermaLink="true">https://chhore.dev/pages/post.html?slug=gil-bypass-concurrency</guid>
      <description>How to use Bash to quickly parallelize sequential python scripts without writing complex concurrent code</description>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <author>chhoremu@gmail.com (Emulie Chhor)</author>
      <category>python</category>
      <category>parallelism</category>
      <category>gil</category>
    </item>
    <item>
      <title>The mistakes I&apos;ve made building an attribution pipeline</title>
      <link>https://chhore.dev/pages/post.html?slug=source-selection-pipeline</link>
      <guid isPermaLink="true">https://chhore.dev/pages/post.html?slug=source-selection-pipeline</guid>
      <description>A short reflection on the mistakes I&apos;ve made building the marketing attribution pipeline at BetterSleep</description>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <author>chhoremu@gmail.com (Emulie Chhor)</author>
      <category>python</category>
      <category>dbt</category>
      <category>data engineering</category>
    </item>
    <item>
      <title>Generating presentation slides from markdown using pandoc</title>
      <link>https://chhore.dev/pages/post.html?slug=customizable-beamer-markdown</link>
      <guid isPermaLink="true">https://chhore.dev/pages/post.html?slug=customizable-beamer-markdown</guid>
      <description>The workflow I use to create clean slides</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <author>chhoremu@gmail.com (Emulie Chhor)</author>
      <category>workflow</category>
      <category>latex</category>
      <category>pandoc</category>
    </item>
  </channel>
</rss>