<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Misc &#8211; My Shitty Code</title>
	<atom:link href="https://myshittycode.com/misc/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 16:45:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://myshittycode.com/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>Misc &#8211; My Shitty Code</title>
	<link>https://myshittycode.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">205304208</site>	<item>
		<title>Gone From Our Sight&#8230;</title>
		<link>https://myshittycode.com/2020/12/15/gone-from-our-sight/</link>
					<comments>https://myshittycode.com/2020/12/15/gone-from-our-sight/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Tue, 15 Dec 2020 18:57:02 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Quote]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=1185</guid>

					<description><![CDATA[<p>Gone from our sight, but never from our hearts. &#8211; Unknown</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2020/12/15/gone-from-our-sight/">Gone From Our Sight&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Gone from our sight, but never from our hearts.</h2>



<p class="has-text-align-right">&#8211; Unknown</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2020/12/15/gone-from-our-sight/">Gone From Our Sight&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2020/12/15/gone-from-our-sight/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1185</post-id>	</item>
		<item>
		<title>Design Pattern: Re-accommodate</title>
		<link>https://myshittycode.com/2017/04/11/design-pattern-re-accommodate/</link>
					<comments>https://myshittycode.com/2017/04/11/design-pattern-re-accommodate/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Tue, 11 Apr 2017 12:58:51 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Useless Design Pattern]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=945</guid>

					<description><![CDATA[<p>WHAT Forcefully evict a random entity from the system due to overcapacity problem caused by own fault. Then, spend countless of hours cleaning up the mess. USAGE Let&#8217;s assume your system has heap size problems and it is about to run out of memory because you implemented endless recursions or have too many running threads. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2017/04/11/design-pattern-re-accommodate/">Design Pattern: Re-accommodate</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">WHAT</h2>



<p>Forcefully evict a random entity from the system due to overcapacity problem caused by own fault. Then, spend countless of hours cleaning up the mess.</p>



<h2 class="wp-block-heading">USAGE</h2>



<p>Let&#8217;s assume your system has heap size problems and it is about to run out of memory because you implemented endless recursions or have too many running threads.</p>



<ol class="wp-block-list">
<li>Randomly select 4 entities (running processes) from the system.</li>



<li>Ask each selected entity to voluntarily quit.</li>



<li>If the chosen entity does not comply, forcefully evict it from the system.</li>



<li>Clean up any data corruption.</li>
</ol>



<h2 class="wp-block-heading">WHEN TO USE IT</h2>



<p>Only use this design pattern when building any software systems for United Airlines.</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2017/04/11/design-pattern-re-accommodate/">Design Pattern: Re-accommodate</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2017/04/11/design-pattern-re-accommodate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">945</post-id>	</item>
		<item>
		<title>There are no Limits&#8230;</title>
		<link>https://myshittycode.com/2015/12/17/there-are-no-limits/</link>
					<comments>https://myshittycode.com/2015/12/17/there-are-no-limits/#comments</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Thu, 17 Dec 2015 23:54:12 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Quote]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=887</guid>

					<description><![CDATA[<p>Bruce had me up to three miles a day, really at a good pace. We’d run the three miles in twenty-one or twenty-two minutes. Just under eight minutes a mile [Note: when running on his own in 1968, Lee would get his time down to six-and-a-half minutes per mile]. So this morning he said to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/12/17/there-are-no-limits/">There are no Limits&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Bruce had me up to three miles a day, really at a good pace. We’d run the three miles in twenty-one or twenty-two minutes. Just under eight minutes a mile [Note: when running on his own in 1968, Lee would get his time down to six-and-a-half minutes per mile].</p>



<p>So this morning he said to me “We’re going to go five.”</p>



<p>I said, “Bruce, I can’t go five. I’m a helluva lot older than you are, and I can’t do five.”</p>



<p>He said, “When we get to three, we’ll shift gears and it’s only two more and you’ll do it.”</p>



<p>I said “Okay, hell, I’ll go for it.”</p>



<p>So we get to three, we go into the fourth mile and I’m okay for three or four minutes, and then I really begin to give out.</p>



<p>I’m tired, my heart’s pounding, I can’t go any more and so I say to him, “Bruce if I run any more,” — and we’re still running — “if I run any more I’m liable to have a heart attack and die.” He said, “Then die.” It made me so mad that I went the full five miles.</p>



<p>Afterward I went to the shower and then I wanted to talk to him about it. I said, you know, “Why did you say that?” He said, “Because you might as well be dead. Seriously, if you always put limits on what you can do, physical or anything else, it’ll spread over into the rest of your life. It’ll spread into your work, into your morality, into your entire being. <b>There are no limits. There are plateaus, but you must not stay there, you must go beyond them. If it kills you, it kills you. A man must constantly exceed his level.</b>”</p>
<cite>&#8211; The Art of Expressing the Human Body by Bruce Lee and John Little</cite></blockquote>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/12/17/there-are-no-limits/">There are no Limits&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2015/12/17/there-are-no-limits/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">887</post-id>	</item>
		<item>
		<title>When you die&#8230;</title>
		<link>https://myshittycode.com/2015/01/04/when-you-die/</link>
					<comments>https://myshittycode.com/2015/01/04/when-you-die/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Sun, 04 Jan 2015 19:32:35 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Quote]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=679</guid>

					<description><![CDATA[<p>When you die, it does not mean that you lose to cancer. You beat cancer by how you live, why you live, and in the manner in which you live. &#8211; Stuart Scott</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/01/04/when-you-die/">When you die&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>When you die, it does not mean that you lose to cancer. You beat cancer by how you live, why you live, and in the manner in which you live.</p>
<cite>&#8211; Stuart Scott</cite></blockquote>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/01/04/when-you-die/">When you die&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2015/01/04/when-you-die/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">679</post-id>	</item>
		<item>
		<title>Your attitude&#8230;</title>
		<link>https://myshittycode.com/2014/12/14/your-attitude/</link>
					<comments>https://myshittycode.com/2014/12/14/your-attitude/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 21:54:29 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Quote]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=677</guid>

					<description><![CDATA[<p>Your attitude, not your aptitude, will determine your altitude. &#8211; Zig Ziglar</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2014/12/14/your-attitude/">Your attitude&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Your attitude, not your aptitude, will determine your altitude.</p>
<cite>&#8211; Zig Ziglar</cite></blockquote>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2014/12/14/your-attitude/">Your attitude&#8230;</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2014/12/14/your-attitude/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">677</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 60/73 queries in 0.045 seconds using Disk

Served from: myshittycode.com @ 2026-02-19 16:02:55 by W3 Total Cache
-->