<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Max Troeger's Substack]]></title><description><![CDATA[An Orthodox Christian living in New England]]></description><link>https://maxbtroeger.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!GrfA!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3ee3c54-aa73-42a1-a9da-1f9416cd8207_500x500.png</url><title>Max Troeger&apos;s Substack</title><link>https://maxbtroeger.substack.com</link></image><generator>Substack</generator><lastBuildDate>Mon, 13 Jul 2026 06:47:02 GMT</lastBuildDate><atom:link href="https://maxbtroeger.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Maximos]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[maxbtroeger@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[maxbtroeger@substack.com]]></itunes:email><itunes:name><![CDATA[Max Troeger]]></itunes:name></itunes:owner><itunes:author><![CDATA[Max Troeger]]></itunes:author><googleplay:owner><![CDATA[maxbtroeger@substack.com]]></googleplay:owner><googleplay:email><![CDATA[maxbtroeger@substack.com]]></googleplay:email><googleplay:author><![CDATA[Max Troeger]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Touying: an extensible presentation package for Typst]]></title><description><![CDATA[I was looking for a Beamer alternative that was compatible with Typst and discovered a really great package called Touying.]]></description><link>https://maxbtroeger.substack.com/p/touying-an-extensible-presentation</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/touying-an-extensible-presentation</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Thu, 25 Jun 2026 20:07:34 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/eFZFCezquOA" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-eFZFCezquOA" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;eFZFCezquOA&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/eFZFCezquOA?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>I talked a little about <a href="https://typst.app/">Typst</a> yesterday and some of its upsides compared to <a href="https://www.latex-project.org/">LaTeX</a>, but I wasn&#8217;t super sure if it was capable of making presentations. I&#8217;ve been using LaTeX&#8217;s <a href="https://www.overleaf.com/learn/latex/Beamer">Beamer</a> package to handle slide presentations for about 7 years now and I really didn&#8217;t want to lose that functionality. Low and behold, Typst has a fully-featured packaged called <a href="https://touying-typ.github.io/">Touying</a>! </p><p>It works remarkably well and I think it might even come out ahead of Beamer in terms of convenience and even extensibility. I walk through setting up this example in the video:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;swift&quot;,&quot;nodeId&quot;:null}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-swift">#import "@preview/touying:0.7.4": *
#import themes.university: *

#show: university-theme.with(
  aspect-ratio: "16-9",
  config-info(
    title: [bob],
    author: [Max],
    logo: [#image("Downloads/rpilogo.png", width: 1in, height: 1in)]
  )
)

#title-slide()

= bob

bob

== testing

Here's an equation
#pause
$
  integral^b_a f(x) dif x
$</code></pre></div><p>Which looks like this:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!30tA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!30tA!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 424w, https://substackcdn.com/image/fetch/$s_!30tA!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 848w, https://substackcdn.com/image/fetch/$s_!30tA!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 1272w, https://substackcdn.com/image/fetch/$s_!30tA!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!30tA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png" width="1456" height="818" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:818,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:224414,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/203605166?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!30tA!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 424w, https://substackcdn.com/image/fetch/$s_!30tA!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 848w, https://substackcdn.com/image/fetch/$s_!30tA!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 1272w, https://substackcdn.com/image/fetch/$s_!30tA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8ef2644-ffe8-4dd8-ad1b-a733d7a5ab08_3020x1696.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[Typst utterly MOGS LaTeX]]></title><description><![CDATA[I was genuinely surprised]]></description><link>https://maxbtroeger.substack.com/p/typst-utterly-mogs-latex</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/typst-utterly-mogs-latex</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Wed, 24 Jun 2026 22:48:02 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/E9KP7VIj_Uc" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-E9KP7VIj_Uc" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;E9KP7VIj_Uc&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/E9KP7VIj_Uc?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>I discovered <a href="https://typst.app/">Typst</a> recently. It&#8217;s a document processing language much like <a href="https://www.latex-project.org/">LaTeX</a>, but it manages to incorporate a lot of the features <em>without the bloat</em>. Typst is about 40 megabytes, whereas LaTeX is almost 10 gigs! </p><p>I&#8217;m using Typst to reroll the akathist/canon book I started major work on last year. Ideally, this will be finished sometime next week, but realistically probably some time mid-July.</p><p>If LaTeX is giving your hand cramps, take a look at Typst. I&#8217;ve really been enjoying it.</p>]]></content:encoded></item><item><title><![CDATA[I forgot to listen to music for 6 months.]]></title><description><![CDATA[Here's what I realized]]></description><link>https://maxbtroeger.substack.com/p/i-forgot-to-listen-to-music-for-6</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/i-forgot-to-listen-to-music-for-6</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Tue, 23 Jun 2026 19:50:46 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/qeCLSfJEI_w" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-qeCLSfJEI_w" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;qeCLSfJEI_w&quot;,&quot;startTime&quot;:&quot;324s&quot;,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/qeCLSfJEI_w?start=324s&amp;rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>I spent the last 6 months of my life being monstrously busy and because I was really interested in a couple podcasts, I totally forgot to listen to music with words. I had some classical music playing from time to time or some Byzantine chant if I was trying to learn it, but beside those two and podcasts I would normally drive/work in silence. I talk about some of the upsides of that in the video, but here&#8217;s a quick summary:</p><p>When you don&#8217;t hear profanities and really powerful rhythms, you become very sensitive to them when you hear them again. I was actually astonished to hear swear words. That&#8217;s probably not a good thing (people swear all the time around here) but it is a testament to how the content of the music you listen to really does affect your cognition. I found this to be especially true when listening to high bpm music for running: you really do feel on top of the world <em>and it really improves your performance.</em></p><p>You do need to be careful about what you&#8217;re consuming, but I have found platforms like <a href="https://qobuz.com/">qobuz</a> and <a href="https://bandcamp.com/">bandcamp</a> to be good places to get DRM-free music files of CD-quality or higher. <a href="https://archive.is/qHUbD">You should have ownership of your media</a> and platforms like Spotify or YouTube Music are opponents of that. Just buying the music you listen to is <a href="https://jacobwsmith.xyz/stories/how_to_quit_spotify.html">literally cheaper</a> anyway. Physically ripping CDs from a local store or ebay is a good option too.</p>]]></content:encoded></item><item><title><![CDATA[Leaving free software for good]]></title><description><![CDATA[Breaking news: local vim user touches grass!]]></description><link>https://maxbtroeger.substack.com/p/leaving-free-software-for-good</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/leaving-free-software-for-good</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Tue, 23 Jun 2026 19:40:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/SHqDjjj3GQc" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-SHqDjjj3GQc" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;SHqDjjj3GQc&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/SHqDjjj3GQc?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>I&#8217;m back to using proprietary software again! This time it&#8217;s permanent. Mea culpa, mea culpa, mea maxima culpa. I&#8217;ll still be using free software tools like vim and zsh, but I&#8217;m migrating away from GNU/Linux and OpenBSD on my personal devices. I talk about it in the video, but here&#8217;s some additional lore:</p><p>I started getting into free software when I was about 16 years old, and when everything shutdown for COVID I had all the time in the world to tinker. I got <em>deep</em> into Gentoo, Artix, Suckless Software, OpenBSD, etc etc etc! I was taking apart used, decade old laptops and flashing Libreboot to their BIOS chips and using GrapheneOS on my phone. By 2023 I was hosting my own XMPP/Jitsi server to effectively emulate iMessage/FaceTime and I even merged my phone number to that system to make it seamless. It was really cool, but the time for that is past.</p><p>At the beginning of last year, the end of my master&#8217;s program, I started using a MacBook, iPhone, Apple Watch &#8212; the whole &#8220;Apple Ecosystem&#8221; &#8212; because my <em>needs changed</em>: I needed tools <em>that worked</em> where I could <em>collaborate effectively</em>. I really flip flopped back and forth on whether I should use my &#8220;free&#8221; Librebooted ThinkPad and GrapheneOS phone or these Apple devices. There was a lot of cognitive dissonance to process and I&#8217;ve settled on using the MacBook. Things like privacy, anonymity, and decentralization <em>are cool</em> but there&#8217;s something deeply vainglorious and proud about not accommodating the needs of those around you. For me this meant getting over myself and getting over my hobby.</p><p>&#8220;Free&#8221; (<a href="https://www.gnu.org/philosophy/free-sw.html">as in freedom</a>) software claims to value your privacy and rights to modify and redistribute it. Monetarily free (<a href="https://en.wikipedia.org/wiki/Gratis_versus_libre">as in free beer</a>) software isn&#8217;t necessarily &#8220;free&#8221; software because it might not value your privacy and rights. What does this have to do with anything? Well, the Apostle Paul writes that, &#8220;[for] freedom Christ has set us free; stand fast therefore, and do not submit again to a yoke of slavery.&#8221; (Gal. 5:1). In other words, <strong>true freedom</strong> for a Christian is freedom from sin and the passions.</p><p>If someone spends countless hours editing the source code and modifying the dotfiles of &#8220;free&#8221; software, then I think we can agree that person is wasting his time. That&#8217;s really what I was doing, and although I learned a lot in the process I think <em>truly free</em> software is that which doesn&#8217;t become a fixation and for me that&#8217;s a mix of proprietary and libre software.</p>]]></content:encoded></item><item><title><![CDATA[Prayer Is More than Words]]></title><description><![CDATA[Having a prayer rule is essential to cultivate an inner spiritual life that is protected from pride]]></description><link>https://maxbtroeger.substack.com/p/prayer-is-more-than-words</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/prayer-is-more-than-words</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Thu, 18 Jun 2026 02:10:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/S3wydR1yO0Y" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-S3wydR1yO0Y" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;S3wydR1yO0Y&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/S3wydR1yO0Y?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>First of all you should go and listen to <a href="https://orthodoxtalks.com/">Priestmonk Kosmas</a>. His talks are an indispensable treasure for us Orthodox Christians living in the world. He emphasizes the need for an inner life, i.e. a real spiritual struggle starting from our station as <em>beginners</em>. </p><p>Fr. Kosmas spends a great deal of time &#8212; hundreds of hours &#8212; speaking about the need for true prayer: prayer where we pay attention to the words we speak, where we fully understand the words uttered in prayer, and <em>where we feel them</em>. This takes years of struggle and it all begins with a simple and humble <strong>prayer rule</strong>. Something given to us by a Spiritual Father that on the one hand curbs laziness (we should be able to do this rule consistently) and on the other prevents over-zealousness (we shouldn&#8217;t go further than the rule). Having these bounds really keeps us focused and this is what helps us grow!</p><p>In the video I recommend the Jordanville Prayer Book because it&#8217;s really in the middle of the spectrum of prayer book &#8220;rigorousness&#8221; and it&#8217;s current edition is well printed.</p>]]></content:encoded></item><item><title><![CDATA[I Have Acquired Barefoot Shoes]]></title><description><![CDATA[(not those cursed toe shoes)]]></description><link>https://maxbtroeger.substack.com/p/i-have-acquired-barefoot-shoes</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/i-have-acquired-barefoot-shoes</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Wed, 17 Jun 2026 03:18:53 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/HIl_tD3lM3M" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-HIl_tD3lM3M" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;HIl_tD3lM3M&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/HIl_tD3lM3M?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p><em>I totally fell for the meme</em> and I got a pair of barefoot sneakers a few weeks ago. I&#8217;ve switched to them exclusively &#8212; for running, hiking, running errands, etc &#8212; and there&#8217;s no looking back.</p><p>Back and foot pain are virtually gone and the posture gains are immaculate.</p><p>I&#8217;ve actually had such a good experience with them that <em>I have gotten rid of my other shoes </em>(this needed to happen regardless). There&#8217;s something really minimal about having one pair of sneakers and one pair of dress shoes.</p><p>Lems and Xero are good manufacturers.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://maxbtroeger.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Maximos' Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[School's Out]]></title><description><![CDATA[I caught up with friends and worked on my reading backlog]]></description><link>https://maxbtroeger.substack.com/p/schools-out</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/schools-out</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Mon, 15 Jun 2026 15:10:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Krvw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Krvw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Krvw!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Krvw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg" width="1456" height="1092" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1092,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:6689704,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202142716?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Krvw!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Krvw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffc5a07b5-424c-4290-b03b-154362130051_4032x3024.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Good strength for the Apostles&#8217; Fast!</p><p>The middle school I teach at has gone to summer break, so I have come across an abundance of free time. <em>It feels so good to be on break.</em> Aside from classroom cleanout, I&#8217;ve mainly just been resting, but I thought I&#8217;d share a few broad strokes about what I&#8217;ve been up to.</p><p>I started my week by going on a hike at the Blue Hill Reservation with a good friend of mine. We actually ended up getting lost because the conversation was so good. I&#8217;ve been on a lot of hikes in New England, but this was my first real hike within Massachusetts itself. I&#8217;m surprised at how clear the view of the city was.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/572f5aab-9d86-4903-882e-7d34897fd5b6_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c3c32e85-3cdd-478e-a09b-447e75a95e1c_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/43fc07a1-3385-417e-b5d2-f03184802bc2_4032x3024.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/eb0273a5-afcb-43b6-ae02-1b9b071211c5_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>Another friend of mine is really into bouldering &#8212; I think he goes at least 3 times a week &#8212; and I hadn&#8217;t been in a while, so I got back on the wall. Thankfully, I&#8217;m not as rusty as I was afraid I&#8217;d be, but he still utterly mogged me. Enjoy the world&#8217;s blurriest reference photo:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xImL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xImL!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!xImL!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!xImL!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!xImL!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xImL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg" width="1456" height="1092" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1092,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:5899536,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202142716?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xImL!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!xImL!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!xImL!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!xImL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F026c44e7-304d-462e-8646-a9ee3ab4b5fc_4032x3024.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I also worked on a few book typesetting/reprinting projects that I plan on publishing within the month. A member of my parish also very generously lent me a few of his books. I have my work cut out for me!</p>]]></content:encoded></item><item><title><![CDATA[Sauntering Around Pennsylvania]]></title><description><![CDATA[A long weekend in White Haven and South Canaan, PA]]></description><link>https://maxbtroeger.substack.com/p/sauntering-around-pennsylvania</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/sauntering-around-pennsylvania</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Mon, 15 Jun 2026 15:02:21 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!sVmz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!sVmz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!sVmz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!sVmz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:6265769,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202140743?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!sVmz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!sVmz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F85694532-0e08-467d-ac4f-7cd778864607_4032x2268.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>This is a repost from March 24, 2026.</em></p><p>Recently, I&#8217;ve been making an effort to visit the monasteries on the east coast, so when I was parousing <a href="https://sttikhonsmonastery.org/">St. Tikhon&#8217;s Orthodox Monastery</a>&#8217;s bookstore and saw that they were offering a Lenten retreat I knew that was my opportunity to check it off my list. I also hadn&#8217;t been to Pennsylvania since I was a little kid, so I was very excited to travel through the state for my little vacation.</p><p>Driving right after work probably wasn&#8217;t the best idea, but I did it anyway! With traffic it was a roughly 6 hour drive (I even had time for a Dunks run!) I made it by around 8:30PM.</p><h2>Day 1</h2><p>I started my day with an early workout and a good &#8216;ol Hilton breakfast. After raiding the local Wawa&#8212;seriously, why don&#8217;t we have these in New England?&#8212;I headed out for the remainder of my journey.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!rqqk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!rqqk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!rqqk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:5965706,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202140743?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!rqqk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!rqqk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64e8255d-3158-4391-811c-42ae763b0b89_4032x2268.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>A few months ago, a friend of mine told me that I should visit <a href="https://holyprotectionmonastery.org/en/index-en.html">Holy Protection Monastery of the Theotokos</a> (aka Agia Skepi/&#913;&#947;&#943;&#945;&#962; &#931;&#954;&#941;&#960;&#951;&#962;) if I&#8217;m ever in PA. It&#8217;s a Greek Orthodox women&#8217;s convent and is one of the 16 monastic communities founded by Elder Ephraim of Philotheou. Although I didn&#8217;t have an opportunity to stay for any of the services or go into any of the chapels, I did get to walk the grounds a little bit. It&#8217;s absolutely stunning and quiet there; I&#8217;ll have to return at some point on a weekend for a liturgy. I drove up to Scranton right after and grabbed coffee.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d66b40e6-fee6-4cf7-8da9-778a74f83be0_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/07058ca3-9242-41b0-a683-0054f6bb3e76_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/80c15b21-f0cc-41fc-be0f-ec5637feddd8_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9ff15d90-aa1f-4e93-9755-c5ebd85ee187_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dc45555c-3e3c-46cb-b217-e899f9697d7f_1456x1456.png&quot;}},&quot;isEditorNode&quot;:true}"></div><h2>Day 2</h2><p>I got to St. Tikhon&#8217;s early for their 7:40AM Hours and Divine Liturgy. Their choir is <em>astonishing</em> and we got to venerate all the holy relics in the church (including St. Ephraim, St. Alexis Toth, and St. John the Baptist!)</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a8ead2e1-9f3d-420f-9869-492ad13fe251_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fa677a52-0cfd-4dd1-90f5-8a4d0f4ee503_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/84b24881-1b13-409e-9451-f30eb9b81bcd_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7be3f5d8-4b29-4f3b-b576-11720b6b9c8e_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dd9cfaac-6e64-4494-b1d4-ffbb120e84b0_1456x1456.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>I didn&#8217;t take any photos of the inside of the church (it would have been inappropriate, and you can find photos online anyway), but I did take several of the grounds. After this we got together for breakfast and progressed into the first session in the museum with Fr. Sophrony. We talked about the 7/8 deadly passions according to St. John Cassian and he gave us so much wisdom. Here are some of the nuggets I jotted down:</p><h3>Session 1</h3><ul><li><p>Be open at all times to the word that God gives you.</p></li><li><p>(About the above) St. Sophrony painted the icon of the last supper with Judas at the back, leaving because that is the moment when good will and openness are restored and Christ is free to speak.</p></li><li><p>Addiction might be a better English word than passion because of its connotation.</p></li><li><p>St. Paisios says, &#8220;I am in no state at all. I am learning about myself.&#8221;</p></li><li><p>You&#8217;re fasting. Be hungry! Since 1970 plates have gotten a lot bigger, just look at eBay!</p></li><li><p>The sign that you&#8217;ve eaten enough (not too much and not too little) is that you feel like praying!</p></li><li><p>Orthodox Christians know how to fast up to Pascha, but we don&#8217;t know how to feast in the Paschal season. The most frequent confession I hear after Pascha is overeating.</p></li><li><p>Successful people (Bill Gates, Jeff Bezos, &amp;c.) are successful because they have one-track minds.</p></li><li><p>Tithe; give with pain of heart.</p></li><li><p>In Greek avarice (&#966;&#953;&#955;<em>&#940;&#961;&#947;&#965;&#961;&#959;&#962;</em>) is literaly &#8220;love of silver&#8221;, whereas unmercenary (&#945;&#957;<em>&#940;&#961;&#947;&#965;&#961;&#959;&#953;</em>) is literally &#8220;without silver&#8221;.</p></li><li><p>Don&#8217;t surf the internet! Satan! *Click*</p></li><li><p>Anger is drunkenness. You&#8217;re not Jesus. You&#8217;re not St. Nicholas. Don&#8217;t go around flipping tables. Don&#8217;t go around hitting people.</p></li><li><p>Swearing and anger aren&#8217;t &#8220;new&#8221;, they were already a part of you and something scratched them out.</p></li><li><p>Biting a piece of fruit doesn&#8217;t sound so bad, but it changed the universe.</p></li></ul><h3>Session 2</h3><ul><li><p>The polyeleos-rank feast of the 40 martyrs of Sebaste is placed in Lent for a reason!</p></li><li><p>Do evening prayers after dinner, or even at the table.</p></li><li><p>&#8220;Render unto Caesar what is Caesar&#8217;s&#8221; includes the speed limit. You don&#8217;t have the right to speed.</p></li><li><p>St. David of Evia said to St. Iakavos of Evia, &#8220;the greatest sin of this age is depression.&#8221;</p></li><li><p>You&#8217;re disillusioned? Good! Why would it be good to be &#8220;illusioned&#8221;? It&#8217;s all about perspective: for example, the crucifixion is the best and worst thing to have ever happened.</p></li><li><p>St. Silouan says, &#8220;keep thy mind in hell and despair not&#8221; and St. Sophrony says, &#8220;thank God for everything despite your own worthiness.&#8221; These are the same word with a different articulation.</p></li><li><p>Getting around fasting through loopholes is the real phariseanism.</p></li><li><p>&#8220;Elder Ephraim really loved me. I know he didn&#8217;t know me, but he really loved me. I would have done anything he asked me.&#8221;</p></li><li><p>Elder Aimilianos said that, &#8220;the most important time in prayer is the silence between words.&#8221; This is when God is heard.</p></li><li><p>Unlearn overriding your conscience.</p></li><li><p>Fr. Chrysostomos tells the story of how when he passed a monk&#8217;s hut he smelled cooked meat. He entered into the hut and asked the monk what he was cooking. The monk protested and showed that he was actually cooking leeks. As he said this meat fell out of one of the leeks, which had been craftily hollowed out to fit the meat inside. Ashamed and horrified, the monk then made excuses for himself by saying, &#8220;it was the devil who made me do it!&#8221; A disembodied voice far off in the distance responded, &#8220;no it wasn&#8217;t! I&#8217;ve never seen meat cooked that way!&#8221;</p></li><li><p>People treat monasteries like zoos! They look at the monks and say, &#8220;look the monks are eating!&#8221;</p></li></ul><p>After lunch and finishing our second session, we broke into groups to tour the seminary, icon studio, bookstore, &amp;c. They have the relics of St. Nicholai Velimirovi&#263; in the seminary and I had the blessing of venerating them. Me and a group of guys I met at the retreat sauntered around the monastery grounds. There&#8217;s a well blessed by St. Tikhon that is a constant source of holy water. The grounds are also populated with countless beautiful mosaics and wood carvings.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/158f7dfc-1e8f-4664-a368-23ee876c48a6_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/52230914-9228-4640-a347-292e7537e003_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/80dd96b4-61e7-4e58-80e1-b32fee8e2ccb_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c1c49157-a16d-4fe0-a9a0-6906efe1a39b_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e4c40095-76de-4b1d-8c89-10eb6803e2c8_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/102c0a88-cec2-449d-8e6d-e6097e44e8d7_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/02e585c0-ec1d-4898-b630-c6de65a6bec9_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f0eb9496-a82d-46a2-bfd5-91b05512647a_2268x4032.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1263d9c7-2ce1-4012-b3ae-dae64d0ee0ad_1456x1700.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>We reconvened for vigil and dinner at 4:00PM.</p><h2>Day 3</h2><p>Before leaving for home I stayed for Hours and Liturgy at St. Tikhon&#8217;s. The Sunday service was even more beautiful than yesterday&#8217;s and the confession line continued all the way out the narthex! This monastery has a great spirit to it, <strong>you have to visit</strong>. After a brief coffee hour and a second round of bookstore raiding I headed home, and the drive was&#8212;thank God&#8212;very uneventful.</p>]]></content:encoded></item><item><title><![CDATA[Cheesefare February Break]]></title><description><![CDATA[I spend a week catching up with friends and praying with monks]]></description><link>https://maxbtroeger.substack.com/p/cheesefare-february-break</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/cheesefare-february-break</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Mon, 15 Jun 2026 14:56:00 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Q024!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Q024!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Q024!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Q024!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Q024!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Q024!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Q024!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:7116211,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202138114?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Q024!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Q024!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Q024!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Q024!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F889cca49-a6a3-4282-9cf4-be80f75eb6ca_4032x2268.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><em>This is a repost from February 20, 2026.</em></p><p>The school I teach at gave us all the week of Presidents&#8217; Day off, so I took the opportunity to recharge my spiritual batteries before Great Lent by returning to <a href="https://sfdumitru.org/en/">St. Dumitru Romanian Orthodox Monastery</a> for a few days. I had previously spent a night at the monastery (I did this last May) and the experience left such an impression on me that I knew I had to go back.</p><h2>Day 1</h2><p>St. Dumitru&#8217;s is roughly a 4 hour drive from my house which isn&#8217;t that bad, but I have a friend who lives at about the mid-way point who I hadn&#8217;t seen in a minute. Two birds, one stone: I pulled up to his house for the day. We tried to hit up our favorite Greek restaurant in the area, but unforunately the owner is out of town for the week. We got coffee and pastries instead and toured a local library.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0bffc0de-e902-45d7-a261-9ef4b0b9c6fe_2268x2517.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b41af35b-b590-47c6-8714-ce09d5c46013_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/36e07752-1d88-4c7e-80a5-3eda9b75ea93_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7bf60bc4-1480-47c2-ad34-5454b35c72ba_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6ef9fba-179f-4787-8625-9e5f825a0560_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/947f4edc-1caf-43b3-857b-9e997e6b062f_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6100e07-f1ab-48e7-b634-a5e2e9a9601a_2268x4032.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/36c786c4-fa11-4aa4-b49e-d53d687e024a_1456x1946.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>I also spent some time catching up with my RPI friends. We all met up at one of their apartments and shared pizza. I then went to <em>another</em> friend&#8217;s house to catch up and play with his dog. He made us espresso in his $1,200 machine. <em>It was really good</em>. We ended the night by chanting Paraklesis to the Mother of God.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c789ef68-e44d-4b2b-a35d-b72390b8e1f6_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ef1cbbd5-895c-4341-bc50-7cd043b7c851_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/429c0718-d5bc-487f-be0e-b032391d34a2_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5e38a3b1-46a2-40c8-94a5-4df2fe59424a_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1b5ec5ca-9124-4288-bc76-ffe6d8383a0a_2196x2219.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/02c234fd-bbaa-437a-9236-c66020d40b1b_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/02c68659-180d-400c-99b7-cee98dedd165_2268x4032.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/19687cb2-c130-4d39-9d19-d51cf6d39d50_1456x1946.png&quot;}},&quot;isEditorNode&quot;:true}"></div><h2>Day 2</h2><p>I woke up around 6:00AM today in order to have enough time for a shower and small breakfast before I headed out to the monastery. My friend is full of <a href="https://www.johnsanidopoulos.com/2010/07/elder-paisios-on-philotimo-and-leventia.html">philotimo</a> and made us both amazing breakfast bagels and fresh Greek (or is it Turkish?) coffee. Even though he had work at 8:00AM, he still made time for me to do this and make sure I was all packed and ready to go. <strong>S-tier friend.</strong> The drive from Albany is actually really straight forward (literally I-87 to I-84 and then you&#8217;re basically there) and I had to make a quick stop on the highway for gas. New York rest stops brutally mog the ones we have in Massachusetts so this was more a &#8220;privilege&#8221; than a set back. It&#8217;s actually really crazy how much nicer they are, but I digress.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/89f5ac1b-483c-4d80-855b-5c1bec7b846c_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5f70588f-df71-4817-a993-b41700484869_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/492dcf6e-d369-46f2-a18d-68b9b5a8cc33_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3211d0ad-04aa-45b7-ae39-88549a786c82_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/56212a39-1b19-4323-a75f-126c3c5bc1be_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8141439c-1094-4fc7-ae54-914646a7d5e6_2268x4032.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/27c63cdb-6413-412e-8f41-1a59cf7b3867_1456x964.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>I pulled into the monastery at around 10:15AM and made my bed. One of priests briefly settled me in and showed me the new relic they have in the guesthouse chapel: the cover that the Miracle Working Iveron Icon had for a year and <em>the same analogion</em> the icon had soaked which I was able to venerate back in May (in the picture below you can see where the myrrh soaked). The monks had to do their obediences, so I was able to pray in front of the cover, do some reading, and enjoy a cup of coffee until around 4:30PM&#8212;this was actually awesome because this was the perfect excuse to finish <em>The Soul After Death</em> which has been collecting dust on my shelf for at least a year&#8212;when I shared a <em>very cheesefare week meal</em> with one of the priests I know.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9c9cbe2f-0df3-4f42-8edb-28528404925e_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/88a6e2fd-37ff-42e2-97a3-2433d6599377_2268x3050.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8ef7596b-315d-4722-837c-b62c2a1d83d8_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a0e4b280-ff03-465c-b88a-c1d27b979cd6_2268x4032.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/03c12f66-8b13-4488-b9fc-b701185aa4cf_1456x1456.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>Unfortunately I don&#8217;t have any photos of this (it would have been inappropriate to take any), but we had Vespers and an Akathist at 6:00PM. They had me read the Akathist to <a href="https://ansamblulmitropolitaniasi.ro/en/history-relic-saint-paraskeva">St. Parascheva of Ia&#537;a</a> antiphonally with one of the brothers. After a short break, we reconvened at 8:00PM for Compline and Paraklesis to the Mother of God. Following this the abbot invited me to pray Jesus Prayer with them for an hour. It was truly heavenly.</p><p>We were finished by around 10:00PM and I could barely keep my eyes open. I brushed my teeth, said a few prayers, did some prostrations, and totally narced.</p><h2>Day 3</h2><p><em>Today is the first full day that I have ever spent at a monastery</em>. I was justifiably pretty apprehensive, so I got to the church at around 5:50AM. It was pitch black out and there was ice everywhere, but I made it in one piece. The abbot asked me to read Matins; the First, Third, and Sixth Hours; and much of the Divine Liturgy. I made a lot of mistakes (Romanian services are arranged differently than Greek/Antiochian ones), but the brother chanting with me and I spent much of the service giggling as a result. It was really wonderful and full of peace and joy. Following this was a memorial service for the mother of parishioner who was being buried in Romania the same day. The fathers chanted the Romanian hymns angelically.</p><p>I was left alone to clean up in the church after the services today, so I had the opportunity to take some photos. Since I was last here much of the iconography has been touched up and the dome has been <em>entirely redone</em>. The whole church is so breathtaking.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0b27dd4f-9dd1-4661-ab44-86029cb58a73_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/334aa1ea-9bc4-4300-83f0-d00d22bf888a_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/36eb601c-7017-4526-a7fe-eaed5f88f6b5_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f78c116d-7c67-415e-af54-005c9f32d7af_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/43397634-f27c-479f-b7c1-34520affd488_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/abe8cb69-5f7b-4288-af01-d5cf104b98aa_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/013b1174-f048-4ae8-ba58-9eb6be498e4e_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9feea3a1-1e60-40a6-801f-13f7387703e7_1456x1946.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>As before, the vestments that Saints Parascheva of Ia&#537;i and <a href="https://sfdimitrie.org/en/biserica-noastra/sfantul-dimitrie-cel-nou/">Dumitru the New</a> had previously been buried in are enshrined here as well as the fragrant relics (I only know this because of the beautiful smell that met me when I venerated them) of <a href="https://basilica.ro/en/orthodox-calendar-may-15/">Saint Jacob of Putna</a>. The same priest as yesterday, as well as the women present for the memorial, and I shared another <em>truly</em> wonderful meal&#8212;complete with koliva, wine, and fish. Fasting food has never been so good!</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/46b45eb6-82a6-41d4-b4a6-47b042213a7a_1280x2350.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fcd80e4c-7002-477a-b60e-60f270029fea_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/aeb52a99-3e10-42cb-a27d-eb589ab846ae_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b9c5f996-69e3-422f-a976-5fb07feb3eeb_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e1e61418-e54f-4f20-9ce8-1bdee472194e_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c55e8ecd-c15e-46ae-8c0d-84027e1374b5_1456x1210.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>I spent the rest of the afternoon going through photos, doing some more reading (the rest of <em>The Soul After Death</em> and, fittingly, some of <em>Saint Sofian of Antim: The Urban Hesychast</em>), praying in the chapel, and nursing my food coma with <em>more</em> coffee.</p><p>I also got to make my &#8220;visit&#8221; to Fr. Vasile Vasilachi and Vladyka Victorin. You can read about the two saintly men a little <a href="https://sfdumitru.org/en/history/">here</a> (in Romanian) and <a href="https://sfdumitru.org/en/2020/11/our-fathers-in-the-lord-xi-2020/">here</a> (a series of blog posts in English). Fr. Vasile is buried on the premises and both his and Vladyka&#8217;s vestments are on display in the guesthouse. The monks have a pious tradition of kneeling before Vladyka&#8217;s vestments, putting his omophorion over their head, and asking his blessing.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8e2b8462-e365-41ad-bf13-4cd4cf098fb0_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/78f1cf01-5fcb-4ea3-a3f1-bcd76459acbb_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/75c2ad82-6296-4686-a881-ee82b232c4eb_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7fa760b3-06cb-4f1b-97b9-f15876967740_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/56b0894d-56b9-4a42-bc85-8267b7152720_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e98a8955-7bee-488d-a18b-c57a9e6c85cf_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/20e3b2d8-739d-45d4-860b-fc3a70a23df4_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6856c32e-fafc-4fdb-b582-cea9f6eecec9_1456x1946.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>We got back together at 5:00PM (a little earlier than yesterday) for Vespers and an Akathist to St. Jacob of Putna (the same saint I discovered earlier!) We then had a &#8220;small&#8221; dinner (left overs from that amazing lunch).</p><p>Just like yesterday, we had Compline with the small canon to the Mother of God at 8:00PM, but instead of an hour of Jesus Prayer another pilgrim and I helped one of the monks string candles (this is his obedience) until 11:00PM. Another very full <em>and very blessed</em> day.</p><h2>Day 4</h2><p>According to the Typicon, Cheesefare Friday is <em>aliturgical</em> meaning that the Divine Liturgy is not served on this day. So unlike yesterday, we &#8220;only&#8221; prayed Lenten Matins for St. Leo Pope of Rome and were done by around 8:30AM. This was actually really serendipitous because a pretty nasty snow/freezing rain storm was rolling in and the early wrap-up gave me enough time to leave without getting into an accident. (As a matter of fact the snow <em>mostly</em> held off until I got home!)</p><p>The drive back itself was very chill and I had enough time to get some coffee. The Supplicatory Canon/Akathist to St. Benedict books that I typeset and printed arrived also (they came out great). If you would like a copy (or just the pdf), shoot me an email.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1bde945d-cb63-4462-af83-7202eb048ed9_2268x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a2bde7c6-29a8-4415-a471-51d667118b3e_4032x2268.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/75fa3c86-19bf-4c54-b066-d30e5b0d4e40_4032x2268.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cf7154df-1151-4209-aad7-3c0140076e11_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><h2>Tl;dr:</h2><p>St. Dumitru&#8217;s Romanian Orthodox Monastery is a place where the Orthodox Faith is <strong>lived</strong>. There is earnest prayer and repentance. You will learn a great deal about the services if you get to visit, but above all you will enter into the rhythm of the Church&#8217;s heartbeat. I had the great blessing to spend three days here and I strongly recommend that you spend at least a night. I will definitely be returning for a longer stay, God willing, some time in the near future.</p>]]></content:encoded></item><item><title><![CDATA[Bozeman, Montana]]></title><description><![CDATA[May 13, 2025]]></description><link>https://maxbtroeger.substack.com/p/bozeman-montana</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/bozeman-montana</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Mon, 15 Jun 2026 01:46:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!KK4w!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!KK4w!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!KK4w!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 424w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 848w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!KK4w!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg" width="1456" height="582" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:582,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:8283456,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/202062061?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!KK4w!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 424w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 848w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!KK4w!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fa7f355-3236-490c-ba28-d66006ef1c6b_9836x3930.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I got to spend some time <em>innawoods</em> at our cabin and I also visited the <a href="https://www.orthodoxbozeman.org/">local OCA parish</a>. There&#8217;s also <a href="https://www.stpetersmonastery.com/">a wonderful monastery in Harrison</a> that&#8217;s tightly knit with the surrounding parishes, but unfortunately I didn&#8217;t get an opportunity to visit.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/79578f77-37af-46ae-b212-0fc22783b2e8_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3374a6ae-be94-4229-9cf9-78c12a8bbe23_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/43863368-3cca-49d8-a319-e8b2567110d8_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/59615480-90df-4cad-b3a4-c1292bb6a9ee_6048x8064.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bc488042-2a19-4011-9c67-98754bec6203_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/abcd1783-5de7-4ad6-879d-3626d45fec9e_8064x6048.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/747ba050-e9da-4aa2-9d32-2ee3fd6fbc6d_1456x964.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>Given the time of year, the weather was outstanding &#8212; it hit 80 degrees despite snowing nearly two weeks ago! We also got to spend some time in yellowstone. It&#8217;s always great, but this time I had my iPhone&#8217;s 48MP camera with me. The photos are pretty spectacular.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/eb565fc2-9869-4557-9d37-83c813d83a05_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/474d46ba-3181-4580-b73c-952f352768a7_4284x5712.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/380a792e-ebe4-4223-a6ff-16db52309ba6_8064x6048.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9486afa7-17c7-44eb-914d-2c0a319372dd_5712x4284.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8208ee7e-07ab-4d91-b025-10a16398e777_4284x5712.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6664051c-16a7-4070-be21-7fb8baeaefbb_6048x8064.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d93e06d6-fc4e-4978-84b1-f13eb95c1e9c_1456x964.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p></p>]]></content:encoded></item><item><title><![CDATA[Camp St. Joseph of Damascus]]></title><description><![CDATA[August 17, 2025]]></description><link>https://maxbtroeger.substack.com/p/camp-st-joseph-of-damascus</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/camp-st-joseph-of-damascus</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Sat, 13 Jun 2026 16:03:34 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!0Ydv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0Ydv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0Ydv!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0Ydv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3354868,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201886017?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!0Ydv!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0Ydv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f860284-44ad-49a1-842e-9a2f88ee97cf_2000x1333.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>I spent the past week as a counselor at the inaugural session of <a href="https://campstjoseph.org/">Camp St. Joseph of Damascus</a>. My experience there was absolutely grace-filled and I made strong connections with fellow Orthodox Christians that I know will last a life time. We were blessed to have Fr. Joseph Kimmett as our session priest and to have visits from Sayidna John and Fr. Bogdan Bucur.</p><p>This session&#8217;s focus was on the Theotokos and on her Dormition in particular. We particpated in orthros, vespers, and paraklesis services throughout the week as well as fun activities, sports, and Christian education classes. These activities and services prepared us for &#8212; and culminated in &#8212; the celebration of the divine liturgy on the feast of the Dormition of the Theotokos.</p><p>A complete album of high-quality photos is available on SmugMug, but here are some highlights:</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4761c96e-d996-48c3-9d37-3bd9cb2ab175_1333x2000.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1190e6c2-5038-4ad4-8335-e3bdc96ff192_2000x1333.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/19daef1b-188c-4dfa-88dc-58d2f26968fb_2000x1333.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3af1297b-94e5-4b77-a36d-a5a893c3cc39_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!F5tT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!F5tT!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!F5tT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1810122,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201886017?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!F5tT!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!F5tT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1200d422-438b-4e96-818c-e745f2e24592_2000x1333.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f17cc142-aa46-487a-96d0-43db466e63b3_2000x1333.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e692efb4-f1da-4678-9d94-d908c0f48611_2000x1333.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b50ecc8b-8ad6-44cd-921d-7871c54b6425_2000x1333.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1138588d-9b72-49f9-af77-e79e8aec0e16_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Y3sm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Y3sm!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Y3sm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2886242,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201886017?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Y3sm!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Y3sm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0836bd74-70dc-4511-b831-a5bd0809af1d_2000x1333.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6734c8e6-ce6c-4dc3-8825-e06bf6e11c3e_2000x1333.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6ae48ca4-5307-4756-8e01-3196bcd792d9_2000x1333.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/06667228-37eb-4c37-9453-2bc3242630e8_1333x2000.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5d9cda87-15c1-4a72-bda6-462a66f9ea4b_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p></p>]]></content:encoded></item><item><title><![CDATA[The World Wide Web as a Place, Not a Thing]]></title><description><![CDATA[September 18, 2025]]></description><link>https://maxbtroeger.substack.com/p/the-world-wide-web-as-a-place-not</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/the-world-wide-web-as-a-place-not</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:30:11 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!PS_r!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!PS_r!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PS_r!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 424w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 848w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PS_r!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg" width="1456" height="836" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/faa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:836,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1369402,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201752622?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PS_r!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 424w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 848w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!PS_r!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffaa045e3-63fe-457e-85a5-a0cac44c050b_1920x1103.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>If you know me personally, you know that a few months ago I got over my like 6-year long free software phase and started using an iPhone again. Obviously I still dabble, but I started using a MacBook, got an Apple Watch, and got into other things generally considered <em>taboo</em> by the free software &#8220;community&#8221;.</p><p>Nevertheless, a lot of the habits/principles/fears I have from being a free software &#8220;advocate&#8221; have, for better or worse, been ingrained in my DNA. I guess you could say this puts me into the <em>digital minimalism</em> camp, but I&#8217;m not a huge fan of labels. I spent some time talking about this before when I brought up what rubs me the wrong way about <a href="https://maxbtroeger.substack.com/p/drm-and-attention-spotify-and-instagram">Instagram and Spotify</a>.</p><p>I&#8217;m an &#8216;02 baby, so I&#8217;m not that old. But, my parents basically raised us like it was still the &#8217;90s. We didn&#8217;t have cable (or even a proper TV for that matter), so we rented VHS tapes from the library and played them on a little CRT with a built-in player about the size of a milk crate. When we wanted to search something up, we had to boot up a painfully slow Windows XP desktop and our internet was slow even for the early-mid 2000s.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5O0H!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5O0H!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 424w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 848w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5O0H!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg" width="625" height="477" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:477,&quot;width&quot;:625,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:57538,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201752622?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!5O0H!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 424w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 848w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!5O0H!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eda4473-b0a8-48d6-9136-c16ba2a6b34d_625x477.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>So, I think it&#8217;s really important that our devices are <em>use</em> specific. For example, I have Safari and the App Store disabled in my phone through a screentime setting. When I need to look something up (like when when I&#8217;m lost and my GPS is confused), I can just enable it for the 5 minutes I need it. Outside of the BofA (lol) app which I need to scan checks &#8212; seriously, why do I need the app for this? &#8212;, Whatsapp, and some other banking apps I don&#8217;t have anything else installed. Social media is really so dangerous to keep on your phone and it really bothers me that society demands we carry around so many distractions with us. Living in suburban New England basically makes smart phone use <em>mandatory</em>.</p><p>Now of course I like the phone: it takes good photos and iMessage is great. But, I&#8217;ve been trying to keep things as analog as feasibly can. For example, I write everything down in a Moleskin notebook I got for maybe $10. I don&#8217;t think nostalgia is what&#8217;s driving a lot of people to limit their screentime and general internet use, though this is certainly part of it. There is definitely an aesthetic to using less technology, but this is going to be true of all minimalist tropes. I think people genuinely can tell that <em>it&#8217;s all just too much</em> and I think we can learn a lot about how to operate from how our parents chose to integrate technology into their lives. Computers were new and something really revolutionary in the 90s and early 2000s &#8212; they got their own space and were used for accessing information. Phones lived somewhere central, but usually just on the first floor. Nowadays, I think you&#8217;d be hard pressed to find somebody whose laptop and cell phone aren&#8217;t in their bedroom.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!L4PS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!L4PS!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 424w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 848w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!L4PS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg" width="613" height="619" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:619,&quot;width&quot;:613,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:80682,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201752622?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!L4PS!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 424w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 848w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!L4PS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1adb30d-118e-41bf-9ec5-16690d8a1b40_613x619.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Avg. 20-something y.o. at 8am. Another W for Kafka.</figcaption></figure></div><p>Doom scrolling is so easy to fall into because our brains want the dopamine. Normally we&#8217;d get it from doing chores and finishing up a project, but it&#8217;s just too easy now to fall into the social media trap or, even if you don&#8217;t have any, just mindlessly perusing YouTube. I think getting our devices into use-specific locations (i.e., out of the bedroom) or introducing an intermediary (like a notebook or a dedicated alarm clock) can help keep the &#8220;fall&#8221; from happening. I know this helps me a lot.</p><p>Anyway, I think I&#8217;ve rambled for long enough. I&#8217;m doing my best to limit my screentime and I think you should too. If I think of some other strategies, I&#8217;ll write about them here.</p><p></p>]]></content:encoded></item><item><title><![CDATA[Taking the Hope Pill on Dead Internet Theory]]></title><description><![CDATA[September 15, 2025]]></description><link>https://maxbtroeger.substack.com/p/taking-the-hope-pill-on-dead-internet</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/taking-the-hope-pill-on-dead-internet</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:26:18 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Pu6a!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Pu6a!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Pu6a!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Pu6a!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg" width="1456" height="624" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:624,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:452841,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201752240?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Pu6a!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Pu6a!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1522173b-ee08-4bbd-968a-075471b25351_2500x1071.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>If you live under a rock, the dead internet theory is the idea that since about 2016 or so that the majority of social media posts, comments, and SEO manipulation are done by bots and algorithms, <em>not by real people</em>. Having floated around free software circles, I can say that the dead internet theory is generally taken as truth.</p><div class="callout-block" data-callout="true"><p><strong>Put simply, the internet that felt like a free landscape when we were growing up now feels bland and lifeless.</strong></p><p></p></div><p>Since the theory gained popularity, the complexity of algorithmic content has increased dramatically. Because of how powerful LLMs are now, a growing amount of content has become AI generated, and AI generated comments can be virtually indistinguishable from generic human comments. Whenever we interact with the dead, algorithmic part of the internet, either by watching AI generated videos or simply by allowing an algorithm to curate out interests, we are subconsciously molded by it. We&#8217;ve even seen people embrace AI content, even if just ironically, with &#8220;Italian Brainrot&#8221;. To someone like me who barely uses social media, the <strong>internet feels even deader than ever</strong>. <em>But&#8230;</em></p><h2>There are real people on the internet</h2><p>I was on YouTube the other day and I came across a video titled <em><a href="https://www.youtube.com/watch?v=bIBUGQ0aYnc">Alive Internet Theory</a></em> and it surprised me because the idea that the internet <em>isn&#8217;t</em> dead hadn&#8217;t occurred to me. Even though the internet feels dead, it&#8217;s still very much alive and in a &#8220;wild west&#8221; state. People still make <a href="https://webring.xxiivv.com/">artisinal</a> <a href="https://wiby.me/">webpages</a> (like this one!) and join <a href="https://heaventree.xyz/">webrings</a> to combat the algorithmic, corpofascistic take over of the internet. Even highly curated sites like Instagram and YouTube are home to some very niche &#8220;anti-algorithmic content&#8221;, it&#8217;s just not as popular.</p><p>Also, the free/libre/open source movement is literally the antithesis of the dead internet because virtually every line of code was written by a real human being with a strong guiding principle. This is especially true if you&#8217;re interfacing with the internet using libre software, and&#8212;if you&#8217;re connecting to a linux or bsd webserver&#8212;you&#8217;re interacting with a project <em>started and maintained</em> by real people.</p><h2>Taking the hope pill</h2><p>Much of the internet is dead, but you already knew that. The actually interesting parts of the internet are <em>alive</em>. (That&#8217;s really all you should be on the internet to &#8220;consume&#8221; anyway.)</p><p>If you really take a moment to think about it, is living part of the internet any less lively than it was before? From what I can tell the living segment of the <em>world wide web</em> is growing and is just as whacky and &#8220;punk&#8221; as it was in the early 2000s. In that sense, <strong>the internet is more alive than ever</strong>.</p><p>How can we make this actionable? Create and post the things that you want to see online. <em>It has literally never been easier.</em> Actually taking the time to craft something thoughtful will also help you reorient your internet use into something much healthier. Don&#8217;t be a doomer&#8212;dead internet theory is only true if you act like a bot.</p>]]></content:encoded></item><item><title><![CDATA[Owning physical media is more important than ever]]></title><description><![CDATA[May 24, 2025]]></description><link>https://maxbtroeger.substack.com/p/owning-physical-media-is-more-important</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/owning-physical-media-is-more-important</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:22:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!cnzm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!cnzm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!cnzm!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 424w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 848w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!cnzm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg" width="1456" height="509" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:509,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3914460,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201752006?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!cnzm!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 424w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 848w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!cnzm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a38bfaf-3616-41da-9799-375223519d96_7671x2682.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Owning physical media is more important than ever; moreover, <a href="https://www.defectivebydesign.org/faq">DRM is evil</a>.</p><p>If you purchase your movies/music through Amazon, Spotify, SiriusXM, AppleTV, &amp;c. <em>you really only purchase a license for use that can be revoked at any time</em>. This makes your media access <strong>fragile</strong>: your access to the things you have purchased is <a href="https://archive.is/qHUbD">one inter-corporation lawsuit away from being revoked</a>.</p><p>Whether or not you should be consuming mass-produced, copyrighted media is another question, but purchasing (i.e., legally obtaining) DRM-free versions of your media has never been easier. In fact, buying/ripping CDs or downloading music from <a href="https://www.qobuz.com/us-en/shop">Qobuz</a> can be cheaper than a spotify subscription. These days, you can even <a href="https://wiki.archlinux.org/title/Blu-ray">play Blu-ray discs from the command line</a>. (Generally speaking, you can find most Blu-ray disks on eBay for less than the digital asking prices for the same movies!)</p><p>So, the point I&#8217;m making is that purchasing media like people did 15 years ago is better than the current system. The trade-off of course is that you lose the convenience of streaming, but is it <em>that much of a convenience anyway</em>? I think the healthy approach, the one that most self-effacing people would agree with, is to interact with the digital sphere <em>intentionally</em>.</p>]]></content:encoded></item><item><title><![CDATA[DRM and Attention - Spotify and Instagram]]></title><description><![CDATA[February 25, 2025]]></description><link>https://maxbtroeger.substack.com/p/drm-and-attention-spotify-and-instagram</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/drm-and-attention-spotify-and-instagram</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:20:03 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Uw1t!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Uw1t!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Uw1t!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Uw1t!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:211413,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201751603?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Uw1t!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Uw1t!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f949a4c-b6e3-4dd1-a600-0b73a03ddfff_2400x1600.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>In December I resurrected my Spotify and Instagram accounts after deleting them in 2020. After two and a half months of using them both here are my observations:</p><h2>Instagram</h2><p>Initially things were pretty great. I was able to reconnect with some friends I hadn&#8217;t been in touch with since high school. Instagram also has a really great format for sharing trip and event photos. Nevertheless, 99.9% of what you see on Instagram is Tiktok-adjacent shortform content and ads. Even though you can add accounts to &#8220;Favorites&#8221; and &#8220;Close Friends&#8221;, there is no easy way to cut out all the cruft.</p><p>Compared to when I deleted my account, <em>Instagram is a dopaminurgic minefield</em> and I realized very quickly that I wasn&#8217;t missing out on anything. Frankly, I spent most of my time on it scrolling reels. And if I really want to share pictures of what I&#8217;m doing, I can just put them up here or text them to people. You&#8217;re not missing out if you don&#8217;t have an Instagram.</p><h2>Spotify</h2><p>Spotify&#8217;s music discovery features are pretty great and the selection of music is huge. For a little less than a CD per month, you get to have all your music <em>downloaded offline</em> on every device. That&#8217;s pretty cool, especially if your primary mode of getting music was by ripping CDs.</p><p>After two months, however, the novelty wore off and I realized that I don&#8217;t listen to $12 of new music every month. Amortized over the life of CD ownership, the cost of listening to the music you already own asymptotically approaches 0 where with Spotify you pay to listen to the music you already &#8220;own&#8221; <em>forever</em>. <a href="http://qobuz.com/">Qobuz</a> can be a good bit cheaper than buying physical CDs also, so an equivalent $12 monthly budget for music consumption can go further with DRM-free purchases than with Spotify. (If for some reason you really need Spotify&#8217;s music discovery features, you can still access them with the free version!)</p><p>I used to get all my music off <a href="http://qobuz.com/">Qobuz</a>, which let me download everything locally, or by purchasing CDs and ripping them with OpenBSD&#8217;s <code>cdio</code>. Since getting a Macbook, I found that MacOS actually has a built in CD ripping utility in its music program <em>and automatically compresses music to your prefered bitrate and syncs when you connect your phone</em>. This is infinitely more convenient than what I was doing with <code>rsync</code> and <code>cdio</code> to move music around on my old setup and less expensive than using Spotify. Given that the iOS music app works with CarPlay &amp;c. you don&#8217;t lose any functionality that the Spotify app would otherwise deliver. It also means I have physical ownership over my music. This seems like a pretty clear cut Nash equilibrium.</p><h2>Summary</h2><p>In conclusion, you can get by without Spotify and Instagram in $CURRENT_YEAR. They aren&#8217;t all bad, but I don&#8217;t see the need (personally) if you aren&#8217;t running a business (especially if you already have a personal website). I definitely appreciate the convenience of them, but this is just my two cents.</p>]]></content:encoded></item><item><title><![CDATA[Pilgrimage to St. Dumitru's]]></title><description><![CDATA[May 30, 2025]]></description><link>https://maxbtroeger.substack.com/p/pilgrimage-to-st-dumitrus</link><guid isPermaLink="false">https://maxbtroeger.substack.com/p/pilgrimage-to-st-dumitrus</guid><dc:creator><![CDATA[Max Troeger]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:17:08 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!5UNk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5UNk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5UNk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5UNk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg" width="1456" height="1092" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1092,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3140078,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://maxbtroeger.substack.com/i/201751023?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!5UNk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 424w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 848w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!5UNk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d7bf6e-30cd-4ba0-8d16-3516fed8ae87_4032x3024.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>A few friends and I just got back from a short pilgrimage to <a href="https://sfdumitru.org/en/">St. Dumitru&#8217;s Romanian Orthodox Monastery</a> in Middletown, NY (about two hours from Albany).</p><p>This was my first time in a monastery &#8212; I really enjoyed it. The church and monastery grounds were beautiful, and the services were prayerful and somber. Although we missed the myrrh-streaming Holy Theotokos Iveron Icon, the analogion it had rested on was <em>thoroughly soaked</em> with extremely fragrant myrrh and we had the blessing of venerating that.</p><p>If you have an opportunity to visit this monastery, <em>go</em>. The atmosphere was full of grace and I&#8217;m already looking to return for a longer stay. The wood carvings and iconography are breathtaking:</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ac5410cd-4406-4eb3-8da3-dbad602388e0_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9b4ed339-9fd8-4400-b949-0c9077976a10_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/23278e4e-4392-474e-bc65-aaaeacb0cdbc_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ff5acb7b-42b0-4d9e-bbce-c9260b272302_3024x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f44b994d-c63d-43fb-8128-6eee3a9387cd_4032x3024.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/136b9867-8bd9-4844-94e1-48b41ccd5975_3024x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f45115e3-7041-4640-b1ac-e130643a4ba6_3024x4032.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/933fc5a4-ee72-4598-bd09-40b691069c98_1200x1600.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6054b59e-60e2-4e06-9f36-c4191628b8a7_4032x3024.jpeg&quot;}],&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8d05f6fe-7725-4c60-b9e7-ff3421eae0ab_1456x1454.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p></p>]]></content:encoded></item></channel></rss>