<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Posts</title>
		<link>/</link>
		<description>Recent content on Posts</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 05 Aug 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>About me</title>
				<link>/about/</link>
				<pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate>
				<guid>/about/</guid>
				<description>&lt;p&gt;Hi, I&amp;rsquo;m Brian Curtin. Everything here is handwritten by me. Yes, I&amp;rsquo;ve been using em-dashes for 20 years.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I live in Denver, CO&lt;/li&gt;&#xA;&lt;li&gt;I used to live in Brooklyn, NY and Chicago, IL. I grew up in the Chicago suburbs.&lt;/li&gt;&#xA;&lt;li&gt;I am a software engineer, most recently at the principal level at Elastic&lt;/li&gt;&#xA;&lt;li&gt;I was on the Python Software Foundation board and worked on PyCon for many years&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.linkedin.com/in/briancurtin1/&#34;&gt;https://www.linkedin.com/in/briancurtin1/&lt;/a&gt; has more work details&lt;/li&gt;&#xA;&lt;li&gt;I&amp;rsquo;ve contributed to some open source stuff over the years under &lt;a href=&#34;https://github.com/briancurtin&#34;&gt;https://github.com/briancurtin&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Though not active recently, I am on the core dev team for &lt;a href=&#34;https://github.com/python/cpython&#34;&gt;Python&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;I was the project technical lead of the OpenStack SDK&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;contact-me&#34;&gt;Contact me&lt;/h1&gt;&#xA;&lt;p&gt;Email is the best way&lt;/p&gt;</description>
			</item>
			<item>
				<title>Starting Over</title>
				<link>/posts/starting-over/</link>
				<pubDate>Thu, 09 Jul 2026 15:17:56 -0600</pubDate>
				<guid>/posts/starting-over/</guid>
				<description>&lt;p&gt;This is now the third or fourth iteration of having a blog. So much of my writing has taken place&#xA;elsewhere, like the &lt;a href=&#34;https://pycon.blogspot.com/&#34;&gt;PyCon&lt;/a&gt; and &lt;a href=&#34;https://pyfound.blogspot.com/&#34;&gt;Python Software Foundation&lt;/a&gt;&#xA;blogs, where I wrote around 175 posts in total. A lot of it was small announcement stuff, like there&#xA;being 25 tickets left to yet another sold out PyCon, but I got to write plenty of longer content&#xA;that I really enjoyed.&lt;/p&gt;&#xA;&lt;p&gt;Here are some of my favorite bits of writing from that time:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use Glom</title>
				<link>/posts/use-glom/</link>
				<pubDate>Thu, 02 Jul 2020 07:26:00 -0600</pubDate>
				<guid>/posts/use-glom/</guid>
				<description>&lt;p&gt;Dictionaries are &lt;em&gt;really cool&lt;/em&gt;. They&amp;rsquo;re very powerful and a large part&#xA;of Python: so much stuff is built on the &lt;code&gt;dict&lt;/code&gt; type. They&amp;rsquo;re generally&#xA;quite easy to work with, but what about when you have nested dictionaries&#xA;that contain lists that contain dictionaries that contain certain keys&#xA;only in some cases and sometimes there&amp;rsquo;s another list involved?&lt;/p&gt;&#xA;&lt;p&gt;Use &lt;a href=&#34;https://glom.readthedocs.io/en/latest/&#34;&gt;glom&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h1 id=&#34;elasticsearch-bulk-api-responses&#34;&gt;Elasticsearch Bulk API Responses&lt;/h1&gt;&#xA;&lt;p&gt;The Elasticsearch&#xA;&lt;a href=&#34;https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html&#34;&gt;Bulk API&lt;/a&gt;&#xA;is an efficient way to perform actions on multiple documents instead of using&#xA;multiple calls.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
