<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<title>Posts</title>
	<subtitle>Jacob&#39;s blog.</subtitle>
	<link rel="self" type="application/atom+xml" href="https://jacobgeorge.dev/posts/feed.xml"/>
  <link rel="alternate" type="text/html" href="https://jacobgeorge.dev/posts/"/>
  
	<updated>2026-09-18T00:00:00+00:00</updated>
	
	<id>https://jacobgeorge.dev/posts/feed.xml</id>
	<entry xml:lang="en">
		<title>Hello, World</title>
		<published>2026-09-18T00:00:00+00:00</published>
		<updated>2026-09-18T00:00:00+00:00</updated>
		<link rel="alternate" type="text/html" href="https://jacobgeorge.dev/posts/hello-world/"/>
		<id>https://jacobgeorge.dev/posts/hello-world/</id>
    
		<content type="html" xml:base="https://jacobgeorge.dev/posts/hello-world/">&lt;p&gt;Im starting this blog to write about what I learn as I dig deeper into programming and CS.&lt;br /&gt;
Its currently Rust, but I think the languages that shaped how I think deserve a Hello too!&lt;/p&gt;
&lt;pre class=&quot;giallo z-l-code z-d-code&quot; &gt;&lt;code data-lang=&quot;racket&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-12 z-d-17&quot;&gt;#lang&lt;/span&gt;&lt;span&gt; r&lt;/span&gt;&lt;span&gt;acket&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;(&lt;/span&gt;&lt;span&gt;displayln&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt;Hello, World!&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;giallo z-l-code z-d-code&quot; &gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-12 z-d-17&quot;&gt;fn&lt;/span&gt;&lt;span class=&quot;z-l-15 z-d-16&quot;&gt; main&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt; {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-15 z-d-16&quot;&gt;    println!&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt;Hello, World!&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;giallo z-l-code z-d-code&quot; &gt;&lt;code data-lang=&quot;go&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-2 z-d-4&quot;&gt;package&lt;/span&gt;&lt;span&gt; main&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-12 z-d-17&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt;fmt&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-12 z-d-17&quot;&gt;func&lt;/span&gt;&lt;span class=&quot;z-l-9 z-d-12&quot;&gt; main&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt; {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-1 z-d-3&quot;&gt;    fmt&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;z-l-9 z-d-12&quot;&gt;Println&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-7 z-d-9&quot;&gt;Hello, World!&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;)&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-l-8 z-d-7&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</content>
	</entry>
	<entry xml:lang="en">
		<title>Why Write ?</title>
		<published>2026-09-18T00:00:00+00:00</published>
		<updated>2026-09-18T00:00:00+00:00</updated>
		<link rel="alternate" type="text/html" href="https://jacobgeorge.dev/posts/why-blog/"/>
		<id>https://jacobgeorge.dev/posts/why-blog/</id>
    
		<content type="html" xml:base="https://jacobgeorge.dev/posts/why-blog/">&lt;p&gt;Putting Pen to Paper&lt;/p&gt;
</content>
	</entry>
</feed>
