<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="117275" data-post-id="117275">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="roblally" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/roblally/120/13834_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  roblally
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m not in any way suggesting that Elixir can’t operate in this way. I’m merely suggesting that some of the obvious benefits of supervision models cease to be such obvious benefits. And without the obvious benefits, it becomes a much harder sell.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117275" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/83">Post #82</a>
	                </div>
	            </div>
              <div id="likers-container-117275" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117275"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #82"></div>
  </section>
</div>
    <div class="postbit" id="117276" data-post-id="117276">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="josevalim" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/josevalim/120/1787_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  josevalim
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Elixir</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Let me ask one question then: how do you expect your app to behave when you drop connections to the database because there is a very quick netsplit of few seconds?</p>
<p>The supervisor model in Elixir was never about the fault tolerance at the load balancer or between nodes (it could be done like that but you would need to write a lot of infrastructure to get this working, i.e. it is not there out of the box). It is about bringing a reasonable model to reason about errors inside the programming language.</p>
<p>And the behaviour Elixir provides here can be achieved in all programming languages. I am pretty sure Java, Ruby, Python, Haskell, etc can all reconnect to the database when the database disconnects, the case for Elixir is that achieving the same behaviour is done more reliably and with simpler idioms.</p>
<p>So I agree with <a class="mention" href="/u/keathley" rel="nofollow">@keathley</a>. Those two should not really be compared and if someone was expecting the value for Erlang/Elixir to come from the fault tolerance at such a high level, it is no surprise their expectations are not being met. But preferably those expectations should not have been set in the first place.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117276" data-batch-url="/posts/batch_likers">
                        9
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/84">Post #83</a>
	                </div>
	            </div>
              <div id="likers-container-117276" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117276"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #83"></div>
  </section>
</div>
    <div class="postbit" id="117277" data-post-id="117277">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="nsweeting" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nsweeting/120/8237_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  nsweeting
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I would also argue that the fault-tolerant aspects of OTP are just one aspect of Elixir. There are PLENTY of other reasons that one can “sell” the language.</p>
<p>One of the greatest measures I place on a language is how easy it is to transition back into a codebase after not working with it for a while. We run a decent number of apps/microservices where I work - many of which arent touched for ages. It’s always a pleasure working with our Elixir apps. And we’re able to hit the ground running whenever changes are needed.</p>
<p>So while I came for all the other “obvious” benefits… I’ve really stayed for the above. And its why I chose it as our main tool going forward as well.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117277" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/85">Post #84</a>
	                </div>
	            </div>
              <div id="likers-container-117277" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117277"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #84"></div>
  </section>
</div>
    <div class="postbit" id="117278" data-post-id="117278">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sasajuric" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sasajuric/120/991_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sasajuric
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Author of Elixir In Action</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="roblally" data-post="80" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/roblally/48/13834_2.png" class="avatar"> roblally:</div>
<blockquote>
<p>When an application/node is having problems, you can’t rely on it to solve those problems</p>
</blockquote>
</aside>
<p>No application can self-fix a bug, but it can mitigate problems and provide most of the service as possible, self-healing to resume the full service when the circumstances allow it. I’ve experienced many such situations in my Erlang/Elixir based production. We once had a case where some process in a critical service was failing constantly and frequently for two weeks, yet from the outside, from the standpoint of end-users, everything was working perfectly fine.</p>
<aside class="quote no-group" data-username="roblally" data-post="80" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/roblally/48/13834_2.png" class="avatar"> roblally:</div>
<blockquote>
<p>The only way I know of to do that is by external observation of the behavior</p>
</blockquote>
</aside>
<p>This is exactly how fault-tolerance in Erlang/Elixir works, but at a much more granular level. Instead of thinking about nodes, containers, or OS processes, we think in these lightweight processes, each of which corresponds to a single separate activity in a system.</p>
<p>Stopping a node, or an OS process might take down thousands, or even millions of activities. Stopping a single process will take down just one activity.</p>
<aside class="quote no-group" data-username="roblally" data-post="81" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/roblally/48/13834_2.png" class="avatar"> roblally:</div>
<blockquote>
<p>This isn’t a black and white issue, but as container management orchestrators get better and better, I can’t make a convincing case for why I’d try to save a single node/process.</p>
</blockquote>
</aside>
<p>Because a single node/OS process might still handle a large number of system activities. I don’t want to take all of these down just because a minority of the activities in the single node are corrupted.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117278" data-batch-url="/posts/batch_likers">
                        12
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/86">Post #85</a>
	                </div>
	            </div>
              <div id="likers-container-117278" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117278"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #85"></div>
  </section>
</div>
    <div class="postbit" id="117279" data-post-id="117279">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sorentwo" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sorentwo/120/37360_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sorentwo
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Oban Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Intentionally ignoring all of the side discussions happening in here…</p>
<p>Elixir is my language of choice and certainly the community I enjoy participating in the most. About four years ago I introduced it at on a project at work and it has grown to be come our primary development language. In fact, it is a huge draw for hiring and something that we openly advertise with.</p>
<p>I (and the rest of the company) still use other languages on a daily basis (JS, Ruby, Python) and dabble with others (OCaml, Rust), but the BEAM is the gold standard.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117279" data-batch-url="/posts/batch_likers">
                        6
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/87">Post #86</a>
	                </div>
	            </div>
              <div id="likers-container-117279" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117279"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #86"></div>
  </section>
</div>
    <div class="postbit" id="117282" data-post-id="117282">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sribe" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sribe
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="nsweeting" data-post="85" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nsweeting/48/8237_2.png" class="avatar"> nsweeting:</div>
<blockquote>
<p>One of the greatest measures I place on a language is how easy it is to transition back into a codebase after not working with it for a while.</p>
</blockquote>
</aside>
<p>Now that I’ve had a couple of apps in production for multiple years, I will say that I find this to be very true.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117282" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/88">Post #87</a>
	                </div>
	            </div>
              <div id="likers-container-117282" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117282"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #87"></div>
  </section>
</div>
    <div class="postbit" id="117294" data-post-id="117294">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="joaquinalcerro" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/joaquinalcerro/120/13928_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  joaquinalcerro
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>First of all, let me say that I am new to developing and new to this forum which I joined since December 2016. But going back to the thread topic and taking into account that I have read the majority of its posts let me say that I am loving Elixir and the community.</p>
<p>Maybe because I am a new Developer and I don’t propose new libraries and I am mostly learning from all your guys I really don’t feel like this is a hostile community. I am pretty sure some experienced guys here laugh of my questions and opinions… like this one.</p>
<p>But… having said that let me say, from my point of view, what I think:</p>
<ol>
<li>I think some of you take comments personal and sometimes they are but generally they aren’t. There are a lot of intelligent and experienced people in this community and because of it, with strong opinions. Don’t ever take comments personally, try to extract the positive side of them.</li>
<li>This is an open source community where you can say anything you want, being respectful of course.</li>
<li>We are all entitled to explore different solutions to common problems but no one is obligated to accept your solutions. That is life, not the community. Accept the solution that best fits your needs.</li>
<li>I agree, that for newcomers like me, we prefer libraries with strong adoption or at least I prefer. Constantly swapping libraries is a hassle considering that takes to much time to understand new paradigms considering that the documentation doesn’t really explain what problem is the library trying to solve. It explains how it works and the API but not the broader context.</li>
<li>There is no way Elixir Language or this community is going to get it right with all of us. Some things are going to go the way we want and others won’t… that is life too.</li>
<li>Elixir, Erlang and OTP is not a silver bullet to every use case, consider using the right tool for the job. People aren’t moving away from Elixir. Maybe, they found a better tool for the job… well at least I think of it that way.</li>
</ol>
<p>Wrapping up, for me, Elixir is a great programming language and this is a great community and us having this discussion is part of it. I encourage everyone to keep the hard work and contributions it this community which I a pretty sure is one of the best.</p>
<p>Thanks to you all for your contributions and help.</p>
<p>Best regards,</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117294" data-batch-url="/posts/batch_likers">
                        17
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/89">Post #88</a>
	                </div>
	            </div>
              <div id="likers-container-117294" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117294"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #88"></div>
  </section>
</div>
    <div class="postbit" id="117302" data-post-id="117302">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jeramyRR" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jeramyRR/120/722_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jeramyRR
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote group-Rebar3" data-username="talentdeficit" data-post="17" data-topic="20302">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/talentdeficit/48/1302_2.png" class="avatar"> talentdeficit:</div>
<blockquote>
<p>a hostile community that reacts poorly to criticism</p>
</blockquote>
</aside>
<p>In the beginning it wasn’t hostile.  Back in the days when we were all on IRC it was the best community I’d ever had a chance to be a part of.  Then, the community moved here.  Ever since then it does seem like the community has gotten more hostile.  It’s hard to even put a finger on the exact thing that makes it feel that way, it just does.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117302" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/90">Post #89</a>
	                </div>
	            </div>
              <div id="likers-container-117302" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117302"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #89"></div>
  </section>
</div>
    <div class="postbit" id="117306" data-post-id="117306">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="wanton7" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/wanton7/120/14151_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  wanton7
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>Then, the community moved here. Ever since then it does seem like the community has gotten more hostile.</p>
</blockquote>
<p>Using chat compared to forum like this is really different way of communicating. In chat you usually write smaller post and can correct any miscommunication much faster.</p>
<p>It’s really easy to perceive someone’s bigger post as negative. Has happened to me so many times. Most of the time it seems people who perceived my posts as negative where native English speakers who “read between the lines”. Maybe it’s partly my Finnish nationality, because we don’t do small talk in this country.</p>
<p>So I think people reading these kind of bigger posts like in this forum should understand that people do communicate differently because of their backgrounds and English might not be their native language.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117306" data-batch-url="/posts/batch_likers">
                        16
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/91">Post #90</a>
	                </div>
	            </div>
              <div id="likers-container-117306" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117306"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #90"></div>
  </section>
</div>
    <div class="postbit" id="117308" data-post-id="117308">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="ardhitama" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/ardhitama/120/2246_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  ardhitama
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m not using elixir as my full time job, mostly I do go, ruby, and recently clojure. Leaving elixir for personal and freelancing projects. Does that making me as moved away from elixir?</p>
<p>I’m somewhat lucky to be part of a “decacorn” company, so I have experienced most arguments and worries about k8s at scale. My personal opinion is that k8s can be really useful in the context of beam as long as you put that beam app under container <img src="https://forum.elixirforum.com/images/emoji/apple/grinning_face_with_smiling_eyes.png?v=15" title=":grinning_face_with_smiling_eyes:" class="emoji" alt=":grinning_face_with_smiling_eyes:" loading="lazy" width="20" height="20"></p>
<p>K8s currently is more advanced in term of “cloud” usability than OTP solution.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="117308" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/have-you-moved-away-from-elixir-if-so-why/20302/92">Post #91</a>
	                </div>
	            </div>
              <div id="likers-container-117308" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="117308"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #91"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/20302/load_more?page=10">Load more posts (119 remaining)</a>
</div></template></turbo-stream>