<?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>Programming &#8211; INCD021</title>
	<atom:link href="https://incd021.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://incd021.com</link>
	<description>Programming, thoughts, life  and art.</description>
	<lastBuildDate>Fri, 01 Aug 2025 10:00:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Being a Programmer</title>
		<link>https://incd021.com/2025/08/01/being-a-programmer-is-kind-of-weird/</link>
					<comments>https://incd021.com/2025/08/01/being-a-programmer-is-kind-of-weird/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Fri, 01 Aug 2025 17:32:00 +0000</pubDate>
				<category><![CDATA[Developer Thoughts]]></category>
		<category><![CDATA[Impostersyndrome]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://incd021.com/?p=833</guid>

					<description><![CDATA[TL;DR: Being a programmer is weird. Sometimes you solve tough problems and feel amazing. Other times you spend 8 hours hunting a missing semicolon. You can feel exhausted, yet have....]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading"><strong>TL;DR:</strong></h4>



<p>Being a programmer is weird. Sometimes you solve tough problems and feel amazing. Other times you spend 8 hours hunting a missing semicolon. You can feel exhausted, yet have nothing concrete to show. It’s a job full of mental gymnastics, and it’s both deeply rewarding and utterly frustrating.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>I&#8217;ve multiple times been confronted by blue-collar workers who joke that we, programmers, &#8220;just sit behind a screen all day not doing nothing.&#8221; And I get it. They work hard, physically. But our jobs are hard in a different way.</p>



<p>Programming can be deeply satisfying. On good days, you solve tricky problems, feel productive, and walk away energized. Other days? You stare at the screen for eight hours and the only thing you accomplished was finding the missing semicolon.</p>



<p>It’s also mentally exhausting. Especially when you&#8217;re trying to keep good chunk of logic flow in your head, to solve something or just to understand the code, and then you are interrupted by a meeting, a college or an email notification. Then it takes forever to rebuild that mental image again. And sometimes, it’s not only interruptions, sometimes your brain just loses the thread &#8211; you’re in the zone, holding five different logical states in your head, nearly at a breakthrough&#8230; and then poof, it’s gone. That mental toll is real. I end some days completely drained.</p>



<p>Meanwhile, physical workers come home and collapse on the couch. We do the same, but not because we’ve lifted anything heavier than a coffee mug.</p>



<p>What frustrates me most about working as a software developer, is spending a full day debugging, changing maybe three lines of code, and having nothing that feels tangible to show for it. You look at your commit history:<br><strong>“fix typo, fix bug, cleanup”</strong> — and you’re like, <em>“That’s it?”</em></p>



<p>And sure, I&#8217;ve had great mentors who reminded me that it&#8217;s not about how many lines you write, it&#8217;s about writing the <em>right</em> ones. I know they&#8217;re right. But there&#8217;s a difference between <em>knowing</em>, and <em>feeling</em> it.</p>



<p>Some days, I feel like an imposter. Like if someone reviewed my output, they’d go, “Why the hell are we paying this guy?” And yet, I’ve built real things, fixed real bugs, shipped actual features.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2025/08/01/being-a-programmer-is-kind-of-weird/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Different git user names for different repository folders</title>
		<link>https://incd021.com/2025/03/27/different-names-for-different-repository-folders/</link>
					<comments>https://incd021.com/2025/03/27/different-names-for-different-repository-folders/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Thu, 27 Mar 2025 16:14:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitconfig]]></category>
		<guid isPermaLink="false">https://incd021.com/?p=803</guid>

					<description><![CDATA[I&#8217;m using the same computer for development on multiple projects, some private, some not, but I can&#8217;t use the same git user name for all the different repositories, so I....]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;m using the same computer for development on multiple projects, some private, some not, but I can&#8217;t use the same git user name for all the different repositories, so I found out you can have different .gitconfig files, based on which folder you repository is located in.</p>



<p>Here is how to do it;<br>First create the different config files, one for each folder.</p>



<p><strong>.gitconfig-work</strong></p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0">Bash</span><span role="button" tabindex="0" data-code="[user]
  email = workEmail@work.com
  name = workName
[core]
  autocrlf = input
[credential]
  helper = store" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">user</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">email</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">workEmail@work.com</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">name</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">workName</span></span>
<span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">core</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">autocrlf</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">input</span></span>
<span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">credential</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">helper</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">store</span></span></code></pre></div>



<p><strong><strong>.gitconfig-private</strong></strong></p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0">Bash</span><span role="button" tabindex="0" data-code="[user]
  email = privateEmail@private.com
  name = privateName
[core]
  autocrlf = input
[credential]
  helper = store" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">user</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">email</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">privateEmail@private.com</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">name</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">privateName</span></span>
<span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">core</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">autocrlf</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">input</span></span>
<span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">credential</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #D8DEE9FF">  </span><span style="color: #88C0D0">helper</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">store</span></span></code></pre></div>



<p>And now the <strong>.gitconfig</strong></p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0">Bash</span><span role="button" tabindex="0" data-code="[includeIf &quot;gitdir:~/workFolder/&quot;]
path = ~/.gitconfig-work

[includeIf &quot;gitdir:~/privateFolder/&quot;]
path = ~/.gitconfig-private" style="color:#d8dee9ff;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path></svg></span><pre class="shiki nord" style="background-color: #2e3440ff" tabindex="0"><code><span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">includeIf </span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">gitdir:~/workFolder/</span><span style="color: #ECEFF4">&quot;</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #88C0D0">path</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">~/.gitconfig-work</span></span>
<span class="line"></span>
<span class="line"><span style="color: #ECEFF4">[</span><span style="color: #D8DEE9FF">includeIf </span><span style="color: #ECEFF4">&quot;</span><span style="color: #A3BE8C">gitdir:~/privateFolder/</span><span style="color: #ECEFF4">&quot;</span><span style="color: #ECEFF4">]</span></span>
<span class="line"><span style="color: #88C0D0">path</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">=</span><span style="color: #D8DEE9FF"> </span><span style="color: #A3BE8C">~/.gitconfig-private</span></span></code></pre></div>



<p>When you now push to repositories located in <strong>privateFolder</strong> the name <strong>privateName</strong> will be used, and for the folder <strong>workFolder</strong> the name <strong>workName</strong> is used.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2025/03/27/different-names-for-different-repository-folders/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Git -bare to create local hosted repos</title>
		<link>https://incd021.com/2024/10/27/using-git-bare-to-create-local-hosted-repos/</link>
					<comments>https://incd021.com/2024/10/27/using-git-bare-to-create-local-hosted-repos/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sun, 27 Oct 2024 17:58:59 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[bare]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">https://incd021.com/?p=775</guid>

					<description><![CDATA[Intro Have you ever wanted to just host your repositories at home instead of handing over everything to some lesser trustworthy third-party site? Then this might be a simple solution....]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Intro</h3>



<p>Have you ever wanted to just host your repositories at home instead of handing over everything to some lesser trustworthy third-party site? Then this might be a simple solution for you.</p>



<h3 class="wp-block-heading">Setup</h3>



<p>To create the local hosted git repository.</p>



<div class="wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#f6f6f4;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#333545;color:#ebebe6">Markdown</span><span role="button" tabindex="0" data-code="&gt;cd location_for_the_repository
&gt;git init --bare new_local_hosted_repo.git" style="color:#f6f6f4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dracula-soft" style="background-color: #282A36" tabindex="0"><code><span class="line"><span style="color: #E7EE98; font-style: italic">&gt;cd location_for_the_repository</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git init --bare new_local_hosted_repo.git</span></span></code></pre></div>



<p></p>



<p>This will create a folder ending in .git<br>Now to use it, navigate to where you want to checkout your working directory</p>



<div class="wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#f6f6f4;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#333545;color:#ebebe6">Markdown</span><span role="button" tabindex="0" data-code="&gt;cd working_directory" style="color:#f6f6f4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dracula-soft" style="background-color: #282A36" tabindex="0"><code><span class="line"><span style="color: #E7EE98; font-style: italic">&gt;cd working_directory</span></span></code></pre></div>



<p></p>



<p>and clone the newly created repository</p>



<div class="wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#f6f6f4;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#333545;color:#ebebe6">Markdown</span><span role="button" tabindex="0" data-code="&gt;git clone full_path_to_new_local_hosted_repo.git" style="color:#f6f6f4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dracula-soft" style="background-color: #282A36" tabindex="0"><code><span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git clone full_path_to_new_local_hosted_repo.git</span></span></code></pre></div>



<p></p>



<p>The workspace is now ready to use, and you can do all the same things you would normally do, using GitHub, Bitbucket or any other online repository.</p>



<h3 class="wp-block-heading">A Full example:</h3>



<div class="wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers" data-code-block-pro-font-family="Code-Pro-JetBrains-Mono" style="font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#f6f6f4;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span style="display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#333545;color:#ebebe6">Markdown</span><span role="button" tabindex="0" data-code="&gt;mkdir ~/repositories
&gt;cd ~/repositories
&gt;git init --bare best_game_ever.git
&gt;mkdir ~/workDirectory
&gt;cd ~/workDirectory
&gt;git clone ~/repositories/best_game_ever.git
&gt;cd best_game_ever
&gt;touch ./note.txt
&gt;git add *
&gt;git commit -m &quot;initial commit&quot;
&gt;git push" style="color:#f6f6f4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dracula-soft" style="background-color: #282A36" tabindex="0"><code><span class="line"><span style="color: #E7EE98; font-style: italic">&gt;mkdir ~/repositories</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;cd ~/repositories</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git init --bare best_game_ever.git</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;mkdir ~/workDirectory</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;cd ~/workDirectory</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git clone ~/repositories/best_game_ever.git</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;cd best_game_ever</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;touch ./note.txt</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git add *</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git commit -m &quot;initial commit&quot;</span></span>
<span class="line"><span style="color: #E7EE98; font-style: italic">&gt;git push</span></span></code></pre></div>



<p></p>



<p><strong>Note</strong>: Remember to backup ~/repositories</p>



<figure class="wp-block-embed is-type-wp-embed is-provider-incd-021 wp-block-embed-incd-021"><div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="2AFOtIk4Px"><a href="https://incd021.com/disclaimer/">Disclaimer!</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="&#8220;Disclaimer!&#8221; &#8212; INCD021" src="https://incd021.com/disclaimer/embed/#?secret=TaZnsobilb#?secret=2AFOtIk4Px" data-secret="2AFOtIk4Px" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div></figure>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2024/10/27/using-git-bare-to-create-local-hosted-repos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LD46 &#8211; The Unicorn and the need for coffee..!</title>
		<link>https://incd021.com/2020/04/22/ld46-the-unicorn-and-the-need-for-coffee/</link>
					<comments>https://incd021.com/2020/04/22/ld46-the-unicorn-and-the-need-for-coffee/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Wed, 22 Apr 2020 20:31:59 +0000</pubDate>
				<category><![CDATA[Game development]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=754</guid>

					<description><![CDATA[So Ludum Dare 46 happened, and this time I attended, and actually made a game. 😀I just remembered that I have this site, and haven&#8217;t posted anything here in years,....]]></description>
										<content:encoded><![CDATA[
<p>So Ludum Dare 46 happened, and this time I attended, and actually made a game. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br>I just remembered that I have this site, and haven&#8217;t posted anything here in years, so I thought &#8220;I host my game here, so why not write about it here.&#8221;</p>



<p>The game is a simple <em>item fetch</em> game, with a few small jokes in there. It is heavily inspired by the amazing over polisher of all, the one, the only <a href="https://twitter.com/PixelProphecy">Pixel Prophecy</a>! Also know as Phil Strahl. <br>He really likes his coffee, so the game needed coffee, and then he has a thing with unicorns, so again the game had to have at least one unicorn.<br>The gameplay is simple; the unicorn tells you what it want&#8217;s to eat, and you fetch it, and the unicorn poops a delicious, huge, coffee bean. The coffee beans can be taken to the coffee machine and made into a hot cup of coffee, giving you a 10% boost in the amount of coffee you contain. At 100% you have won the game. At 0% you have lost.<br>There are two other ways to loos the game, but that is for you to find out by playing it.<br>I hope you will spend a few minutes playing, and hopefully enjoy it. Thanks.<br><br> &#8211; H</p>



<p>Links to the  <a href="https://ldjam.com/events/ludum-dare/46/the-unicorn-and-the-need-for-coffee">Ludum Dare page</a>, and the <a href="https://incd021.com/LD46/index.html">HTML5 version</a>.</p>



<p><br></p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2020/04/22/ld46-the-unicorn-and-the-need-for-coffee/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Don&#8217;t Stub Your Big Toe</title>
		<link>https://incd021.com/2014/10/20/dont-stub-big-toe/</link>
					<comments>https://incd021.com/2014/10/20/dont-stub-big-toe/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Mon, 20 Oct 2014 09:29:14 +0000</pubDate>
				<category><![CDATA[#30daydev]]></category>
		<category><![CDATA[Game]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=603</guid>

					<description><![CDATA[@INCD021 We wrote a poem about your game Don&#39;t Stub Your Big Toe! http://t.co/9NPdGVe8Q1 &#8212; Poems About Games (@PoemsAboutGames) October 20, 2014]]></description>
										<content:encoded><![CDATA[<blockquote class="twitter-tweet" lang="en">
<p><a href="https://twitter.com/INCD021">@INCD021</a> We wrote a poem about your game Don&#39;t Stub Your Big Toe! <a href="http://t.co/9NPdGVe8Q1">http://t.co/9NPdGVe8Q1</a></p>
<p>&mdash; Poems About Games (@PoemsAboutGames) <a href="https://twitter.com/PoemsAboutGames/status/524026811706257408">October 20, 2014</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/10/20/dont-stub-big-toe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ladders Unity and #30daydev</title>
		<link>https://incd021.com/2014/10/08/ladders-unity-30daydev/</link>
					<comments>https://incd021.com/2014/10/08/ladders-unity-30daydev/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Wed, 08 Oct 2014 08:44:14 +0000</pubDate>
				<category><![CDATA[#30daydev]]></category>
		<category><![CDATA[Game]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=598</guid>

					<description><![CDATA[Making a lot of small games, and only thinking about making it work and not on optimization and correct structures, have made a lot of old problems vanish. 🙂 For....]]></description>
										<content:encoded><![CDATA[<p>Making a lot of small games, and only thinking about making it work and not on optimization and correct structures, have made a lot of old problems vanish. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> For instance, months back I spend days on a small problem with a character and detecting when he was on a ladder, it ended with me shelving the project.. It should have been soooo simple, but my character was made up of 3 colliders, and they where animated, so using OnTriggerEnter2d didn&#8217;t work as I got an &#8220;enter&#8221; on one collider and another &#8220;enter&#8221; for the next and so on, and the same when one collider would &#8220;exit&#8221; the ladder collider. But now doing other small projects and optimization isn&#8217;t in focus, I wanted to revisit it, and as clear as it should have been back months ago, the solution was clear. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Just make a child GameObject add a small collider on a layer that only interacts with ladders and a small script detection OnTriggerEnter/Exit2d and send the information to the parent script. I haven&#8217;t tested it yet, but can&#8217;t see why it shouldn&#8217;t work <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The <a href="http://jams.gamejolt.io/30daydev/games">#30daydev</a> have already given me so much, and I&#8217;m only halfway there. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> I&#8217;ll keep learning..</p>
<p>Now, go make games! <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/10/08/ladders-unity-30daydev/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Paper Racer</title>
		<link>https://incd021.com/2014/09/16/paper-racer/</link>
					<comments>https://incd021.com/2014/09/16/paper-racer/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 21:13:25 +0000</pubDate>
				<category><![CDATA[#30daydev]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Unity]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=593</guid>

					<description><![CDATA[Did it, after to many hours.. My 7th ‪#‎30daydev‬ game done! Hope you enjoy &#8220;Paper Racer&#8220;, a very slow paced game. It&#8217;s an old turn based racing game we used....]]></description>
										<content:encoded><![CDATA[<p>Did it, after to many hours.. My 7th ‪<a href="http://jams.gamejolt.io/30daydev/games">#‎30daydev</a>‬ game done! Hope you enjoy &#8220;<a href="http://gamejolt.com/games/strategy-sim/paper-race/34513/">Paper Racer</a>&#8220;, a very slow paced game.</p>
<p>It&#8217;s an old turn based racing game we used to play on paper when I was a kid.<br />
You have to select one of 8 possible moves, the next move will start by moving the same amount as you did last move.</p>
<p>So if you moved 1 step forward as your first move, the next 8 possible moves will be around 1 step forward from your current position.</p>
<p><a href="https://incd021.com/wp-content/uploads/2014/09/PRThumb.png"><img fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-595" src="https://incd021.com/wp-content/uploads/2014/09/PRThumb-300x168.png" alt="PRThumb" width="300" height="168" /></a></p>
<p>The hard part is trying to gain maximum speed and to remember to brake in do time. 70% of the time you gain to much speed and won&#8217;t be able to turn in time. BOOM!</p>
<p>Again it took waaay to long to develop. This time caused by a small oversight on my part that took hours to find I missed some coliders/layer in my raycast</p>
<p>Now it&#8217;s time for ZZzzzzzzzz&#8230;&#8230;&#8230;</p>
<p>Now, go make games!</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/09/16/paper-racer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Yell At It..!</title>
		<link>https://incd021.com/2014/09/13/yell/</link>
					<comments>https://incd021.com/2014/09/13/yell/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sat, 13 Sep 2014 14:03:04 +0000</pubDate>
				<category><![CDATA[#30daydev]]></category>
		<category><![CDATA[Unity]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=587</guid>

					<description><![CDATA[Yet another #30daydev game.My son Jesper Bergmann (7) allowed me to make another #30daydev game today, 5th so far. He did the level design. Dad is so proud 😀 As....]]></description>
										<content:encoded><![CDATA[<p>Yet another <a href="http://jams.gamejolt.io/30daydev/games">#30daydev</a> game.My son Jesper Bergmann (7) allowed me to make another <a href="http://jams.gamejolt.io/30daydev/games">#30daydev</a> game today, 5th so far.<br />
He did the level design. Dad is so proud <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="https://incd021.com/wp-content/uploads/2014/09/YellSS.png"><img decoding="async" class="aligncenter size-medium wp-image-588" src="https://incd021.com/wp-content/uploads/2014/09/YellSS-300x168.png" alt="YellSS" width="300" height="168" /></a><br />
As the name sugests you have you yell at the game, to move. The louder you yell the further the player objects move apart.</p>
<p>I added a sencitivity slider to adjust the needed sound volumen to move, so you don&#8217;t really have to yell at the game.</p>
<p><strong>The game only works if you allow it to use the default microphone of your computer, so if you don&#8217;t want to, then sorry you won&#8217;t be able to play.</strong></p>
<p>Have fun yelling at <a title="Late update, POC’s and current work" href="http://gamejolt.com/dashboard/developer/games/view/34320/">gamejolt</a></p>
<p>Now, go make games!<br />
&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/09/13/yell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LD30 &#8211; LD48 &#8211; Join Us!</title>
		<link>https://incd021.com/2014/08/24/ld30-ld48-join-us/</link>
					<comments>https://incd021.com/2014/08/24/ld30-ld48-join-us/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sun, 24 Aug 2014 19:15:31 +0000</pubDate>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[48 hours]]></category>
		<category><![CDATA[Game development]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=580</guid>

					<description><![CDATA[Ok, so I entered my first Ludum Dare, with expectations set high.  When the theme was announced (3 am here in Denmartk) I was a bit disappointed.. It was the....]]></description>
										<content:encoded><![CDATA[<p>Ok, so I entered my first Ludum Dare, with expectations set high.  When the theme was announced (3 am here in Denmartk) I was a bit disappointed.. It was the one theme I really didn&#8217;t like &#8220;Connected Worlds&#8221;. I wanted &#8220;Potato Salat&#8221; I wanted to make a game with a potato running from forks and knifes, NOT to become part of the &#8220;Potato Salat&#8221;.</p>
<p>I had to think of something? Sleeping until 7 and didn&#8217;t help, food and a shower.. Now an idea started to form. The void ship from the Dr. Who series and the hunt for the Maquis from Star Trek, void ship = between worlds,  hunt for the Maquis = turbulent and violent space.. hmmm. To the blackboard, and draw 3D, draw 2.5D, ok then 2d.. Couldn&#8217;t figure out how I wanted the game to look, as I would like to do it in 2d (haven&#8217;t done 3d since unity came out with their 2d support), I just couldn&#8217;t squash the 3D into 2D.</p>
<p>Remembering that I only had 48 hours and 5 was gone sleeping, eating and showering already. I had to keep it simple. So why not having two universes, one on top of the screen and one on the bottom, and having to fight invaders from the other universe. So I set out to do so.</p>
<p>What I have ended up with is almost that. Only change is that the enemy ships are wormhole generators that you have to shoot down before they can open a wormhole, and there by destroying the other universe (I have allowed myself some freedoms as I do not know how wormhole from a universe with other lawn of nature would impact our universe or it&#8217;s even possible).</p>
<p>You can play the game <a href="https://incd021.com/Games/LD30/LD30.html">Join Us!</a> online, or download the <a href="https://incd021.com/Games/LD30/JoinUs.zip" target="_blank" rel="noopener">PC version here</a>.</p>
<p><a href="https://incd021.com/wp-content/uploads/2014/08/JoinUsScreenShot.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-582" src="https://incd021.com/wp-content/uploads/2014/08/JoinUsScreenShot-300x168.png" alt="JoinUsScreenShot" width="300" height="168" /></a></p>
<p>Learned a lot, especially not to optimize as much as I do. I have done some things where I thought, this will be slow, but it&#8217;s micro seconds, so doesn&#8217;t matter. Ended up with at most 10 draw calls which is nothing. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Now I have uploaded the PC version and the web version to <a href="http://ludumdare.com">Ludum Dare</a> I don&#8217;t really wan&#8217;t to work on it any more, I&#8217;m mentally tired and just want to relax and not think about &#8220;Join Us!&#8221; anymore,  for now&#8230;</p>
<p>It&#8217;s been fun and amazing to see how much you can do, when you don&#8217;t focus on having to deliver something amazing and super polished, but just a game someone would enjoy <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> So hope you will play it, enjoy it, and rate it on <a href="http://ludumdare.com">Ludum Dare</a>.</p>
<p>Now, go make games <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/08/24/ld30-ld48-join-us/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Late update, POC&#8217;s and current work</title>
		<link>https://incd021.com/2014/07/01/late-update-pocs-current-work/</link>
					<comments>https://incd021.com/2014/07/01/late-update-pocs-current-work/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Tue, 01 Jul 2014 19:13:37 +0000</pubDate>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Proof of concept]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=562</guid>

					<description><![CDATA[As every blog I have ever read, from time to time there happens a lot in the bloggers life, and updates test pushed into the back of the tasks list.....]]></description>
										<content:encoded><![CDATA[<p>As every blog I have ever read, from time to time there happens a lot in the bloggers life, and updates test pushed into the back of the tasks list. Life!</p>
<p>Since the last blog post, I have published my small racing game <a href="https://play.google.com/store/apps/details?id=com.incd021.strazer">Strazer </a>to Google Play store. <a href="https://incd021.com/wp-content/uploads/2014/07/Strazer.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-566" src="https://incd021.com/wp-content/uploads/2014/07/Strazer-300x187.png" alt="Strazer" width="300" height="187" /></a></p>
<p>After updating the graphics, I&#8217;m pretty happy with it. It wasn&#8217;t meant to be a AAA game <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>After that I worked for a few weeks on a game about depression, but there was a bug in Unity (OnTriggerEnter2D) that kept giving me problems, so I put it on hold. The bug was fixed in the Unity 4.5 release, so maybe I&#8217;ll go back to that again&#8230; Later.</p>
<p><a href="https://incd021.com/wp-content/uploads/2014/07/D.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-571" src="https://incd021.com/wp-content/uploads/2014/07/D-300x168.png" alt="D" width="300" height="168" /></a></p>
<p>And the there are a lot of small POC as always <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><strong>Save &#8217;em all:</strong></p>
<p><a href="https://incd021.com/wp-content/uploads/2014/07/SaveEmAll.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-567" src="https://incd021.com/wp-content/uploads/2014/07/SaveEmAll-300x168.png" alt="SaveEmAll" width="300" height="168" /></a></p>
<p><strong>GauntletX:</strong></p>
<p><a href="https://incd021.com/wp-content/uploads/2014/07/GauntletX.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-568" src="https://incd021.com/wp-content/uploads/2014/07/GauntletX-300x168.png" alt="GauntletX" width="300" height="168" /></a></p>
<p><strong>Forever: </strong><a href="https://incd021.com/wp-content/uploads/2014/07/Forever.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-569" src="https://incd021.com/wp-content/uploads/2014/07/Forever-300x168.png" alt="Forever" width="300" height="168" /></a></p>
<p><strong>DefendYourself:</strong><a href="https://incd021.com/wp-content/uploads/2014/07/DefendYourself.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-570" src="https://incd021.com/wp-content/uploads/2014/07/DefendYourself-300x168.png" alt="DefendYourself" width="300" height="168" /></a></p>
<p><strong>Defend4x8:<a href="https://incd021.com/wp-content/uploads/2014/07/Defend4x8.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-576" src="https://incd021.com/wp-content/uploads/2014/07/Defend4x8-300x175.png" alt="Defend4x8" width="300" height="175" /></a></strong></p>
<p>All small POC that I might go back and work on in the future.</p>
<p>At the moment I&#8217;m working on a game for two friends, one want me to make a zombie game, and the other a platformer, so it is going to be a zombie platformer game <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="https://incd021.com/wp-content/uploads/2014/07/TheZombiePlatformer.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-572" src="https://incd021.com/wp-content/uploads/2014/07/TheZombiePlatformer-300x187.png" alt="TheZombiePlatformer" width="300" height="187" /></a></p>
<p>Right now I trying to get some graphics done for the game, it&#8217;s coming along but not as fast as I would like, and not as good either. <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://incd021.com/wp-content/uploads/2014/07/ZombieMeele.gif"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-565" src="https://incd021.com/wp-content/uploads/2014/07/ZombieMeele.gif" alt="ZombieMeele" width="64" height="64" /></a></p>
<p>This is the melee attack of the zombie. It still is missing shadows and highlights.</p>
<p>So have done a lot, just haven&#8217;t blogged about it. I&#8217;ve started using twitter a lot more, I like the positive atmosphere and the nice people always there to help.</p>
<p>Have a great day, now go make games! <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8211; Henning</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/07/01/late-update-pocs-current-work/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: incd021.com @ 2025-08-02 01:56:26 by W3 Total Cache
-->