<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://media.rss.com/style.xsl"?>
<rss xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:psc="http://podlove.org/simple-chapters" xmlns:atom="http://www.w3.org/2005/Atom" xml:lang="en" version="2.0">
  <channel>
    <title><![CDATA[Zombie Coder]]></title>
    <link>https://textux.com/</link>
    <atom:link href="https://media.rss.com/zombie-coder/feed.xml" rel="self" type="application/rss+xml"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <description><![CDATA[<p>For the new programmer or the seasoned professional, the Zombie Coder podcast offers a look into Computer Science and technology topics with an experienced industry veteran.</p>]]></description>
    <generator>RSS.com 2026.701.120359</generator>
    <lastBuildDate>Tue, 07 Jul 2026 04:20:46 GMT</lastBuildDate>
    <language>en</language>
    <copyright><![CDATA[Andrew Mulbrook 2016]]></copyright>
    <itunes:image href="https://media.rss.com/zombie-coder/podcast_cover.jpg"/>
    <podcast:guid>51635197-3330-5895-88db-62e37473f618</podcast:guid>
    <image>
      <url>https://media.rss.com/zombie-coder/podcast_cover.jpg</url>
      <title>Zombie Coder</title>
      <link>https://textux.com/</link>
    </image>
    <podcast:locked>yes</podcast:locked>
    <podcast:license>Andrew Mulbrook 2016</podcast:license>
    <itunes:author>The Undead Programmer</itunes:author>
    <itunes:owner>
      <itunes:name>The Undead Programmer</itunes:name>
    </itunes:owner>
    <itunes:explicit>true</itunes:explicit>
    <itunes:type>episodic</itunes:type>
    <itunes:category text="Technology"/>
    <podcast:medium>podcast</podcast:medium>
    <item>
      <title><![CDATA[Code Philosophy: Why Worse is Better (Ep. 15)]]></title>
      <itunes:title><![CDATA[Code Philosophy: Why Worse is Better (Ep. 15)]]></itunes:title>
      <description><![CDATA[
<p>The Zombie Coder is back for a new season! Today’s episode focuses on one of the Zombie’s key coding philosophies: Worse is Better. Learn about the history of the phrase and join the “Cult of Done” if you dare.</p>



<p>Key Resources for today:</p>



<ul><li><a href="https://lifehacker.com/why-perfectionism-and-burnout-go-hand-in-hand-1763361142">Why Perfectionism and Burnout Go Hand in Hand</a> – A lifehacker article addressing the evils of perfectionism</li><li><a href="https://blog.codinghorror.com/worse-is-better/">Worse Is Better</a> – Jeff Atwood at Coding Horror discussing worse is better with some examples</li><li><a href="https://medium.com/@bre/the-cult-of-done-manifesto-724ca1c2ff13">The Cult of Done Manifesto</a> – Read the Manifesto and consider adopting it in one or more areas</li><li><a href="http://web.mit.edu/~simsong/www/ugh.pdf">The Unix Hater’s Handbook</a> – A PDF of the Unix Hater’s Handbook</li></ul>



<p>Credits:</p>



<ul><li><a href="https://audionautix.com/">Audionautix</a> – Intro music</li></ul>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966442</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966442/zombie-coder/2026_07_06_12_59_19_681712b2-90f1-441c-b0db-1634af910536.mp3" length="22039450" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=197</guid>
      <itunes:duration>1375</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>2</itunes:season>
      <podcast:season>2</podcast:season>
      <itunes:episode>15</itunes:episode>
      <podcast:episode>15</podcast:episode>
      <pubDate>Tue, 26 Jan 2021 23:04:15 GMT</pubDate>
      <itunes:explicit>true</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[After Hours and Season 2 Preview (Ep 14)]]></title>
      <itunes:title><![CDATA[After Hours and Season 2 Preview (Ep 14)]]></itunes:title>
      <description><![CDATA[
<p>In this episode I’ll talk a bit about plans for the next season of Zombie Coder, and review some of the lessons learned over the past several months. Look for more episodes to resume after the new year!</p>



<p>Music: <a href="https://audionautix.com">https://audionautix.com</a></p>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966443</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966443/zombie-coder/2026_07_06_12_58_12_666b625c-6c19-4171-90da-5151b874604f.mp3" length="14374369" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=138</guid>
      <itunes:duration>897</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>14</itunes:episode>
      <podcast:episode>14</podcast:episode>
      <pubDate>Sun, 13 Dec 2020 00:40:43 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[CS Topics: Welcome to Hash World (Ep. 13)]]></title>
      <itunes:title><![CDATA[CS Topics: Welcome to Hash World (Ep. 13)]]></itunes:title>
      <description><![CDATA[
<p>In this episode, I conclude a series on Merkle Trees – or, the key technology and ideas behind distributed systems. I hope this episode captures your imagination to the potential applications of the distributed web.</p>



<p>Resources and Links:</p>



<ul><li><a href="https://www.codementor.io/blog/merkle-trees-5h9arzd3n8">https://www.codementor.io/blog/merkle-trees-5h9arzd3n8</a> – Codementor article on merkle trees. This covers most of the material I discuss in this episode.</li><li><a href="https://ipfs.io/">https://ipfs.io/ </a>– IPFS project homepage</li><li><a href="https://odysee.com/">https://odysee.com/</a> – Odysee Video sharing service operating off of the Hash World</li></ul>



<p>Credits:</p>



<ul><li><a href="https://audionautix.com/">https://audionautix.com/</a> – Music</li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966445</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966445/zombie-coder/2026_07_06_13_00_13_a6825822-3a05-4291-928d-54aa12b8ea8e.mp3" length="24101634" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=133</guid>
      <itunes:duration>1504</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>13</itunes:episode>
      <podcast:episode>13</podcast:episode>
      <pubDate>Thu, 19 Nov 2020 23:03:40 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Avoiding Death March Projects]]></title>
      <itunes:title><![CDATA[Avoiding Death March Projects]]></itunes:title>
      <description><![CDATA[
<p>What is a death march project? Recognizing Death March projects is easier than you might expect, and avoiding them means simply setting your own boundaries.</p>



<ul><li><a href="https://www.amazon.com/Death-March-2nd-Edward-Yourdon/dp/013143635X">Death March [Amazon]:</a> The “standard” book describing death march projects.</li><li><a href="https://www.pmi.org/learning/library/changing-death-march-project-parade-6066">https://www.pmi.org/learning/library/changing-death-march-project-parade-6066</a>: Paper describing death march projects</li><li><a href="https://www.theverge.com/2017/6/13/15782200/one-device-secret-history-iphone-brian-merchant-book-excerpt">https://www.theverge.com/2017/6/13/15782200/one-device-secret-history-iphone-brian-merchant-book-excerpt</a>: Article on the history of the iPhone</li><li><a href="https://ea-spouse.livejournal.com/274.html">https://ea-spouse.livejournal.com/274.html</a>: Livejournal post that sparked substantial discussion and reforms in the video game industry</li><li><a href="https://dzone.com/articles/scrum-is-the-new-death-march">https://dzone.com/articles/scrum-is-the-new-death-march</a>: Description of scrum death marches</li><li><a href="https://www.javacodegeeks.com/2013/11/21-signs-of-bad-managers-i-met-in-my-career-as-a-software-manager.html">“21 signs of a bad manager”</a>: Article on signs of a bad manager</li><li><a href="https://www.inc.com/young-entrepreneur-council/why-setting-work-life-boundaries-is-more-productive-than-striving-for-work-life-balance.html">Inc.com:</a> Importance of work-life boundaries</li><li><a href="https://www.themuse.com/advice/your-guide-to-setting-boundaries-at-workwithout-making-anyone-resent-you">TheMuse.com:</a> Article on setting work-life boundaries</li><li><a href="https://www.business.com/articles/work-life-boundaries/">Business.com: </a>Article on setting work-life boundaries</li></ul>



<p>And remember:</p>



<p>Don’t work for Sh*tBags!</p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966446</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966446/zombie-coder/2026_07_06_12_59_45_2d4befcf-1c39-43b0-a388-6e39a6a76b96.mp3" length="29604965" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=127</guid>
      <itunes:duration>1848</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>12</itunes:episode>
      <podcast:episode>12</podcast:episode>
      <pubDate>Fri, 13 Nov 2020 19:27:42 GMT</pubDate>
      <itunes:explicit>true</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[CS Topics: Rand and Xor Magic]]></title>
      <itunes:title><![CDATA[CS Topics: Rand and Xor Magic]]></itunes:title>
      <description><![CDATA[
<p>In this week’s episode, we dive a bit deeper into the underlying theory behind how random numbers and the importance behind the XOR operator when creating hashes.</p>



<p>This episode does depend on pre-existing knowledge of basic boolean operators. If you aren’t familiar check out this <a href="https://www.freecodecamp.org/news/boolean-algebra/">page</a>.</p>



<ul><li><a href="https://code.woboq.org/userspace/glibc/stdlib/random_r.c.html#364">GNU C Sources</a>: Look for the linear congruential method in __random_r</li><li><a href="https://www.movable-type.co.uk/scripts/sha1.html">Sha1 Js Implementation</a>: A well explained implementation of SHA-1 algorithm</li><li><a href="https://en.wikipedia.org/wiki/MD5">Md5 Algorithm Wikipedia Page</a>: There’s pseudo code to try implementing in your favorite language.</li><li><a href="https://www.fourmilab.ch/hotbits/">https://www.fourmilab.ch/hotbits/</a> – Get random numbers from Radioactive decay</li></ul>



<p>Credits:</p>



<ul><li><a href="https://audionautix.com/">https://audionautix.com/ </a>– Music</li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966448</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966448/zombie-coder/2026_07_06_12_59_57_13552d1c-c412-4d46-9737-d6becb3ea90e.mp3" length="24508713" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=124</guid>
      <itunes:duration>1530</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>11</itunes:episode>
      <podcast:episode>11</podcast:episode>
      <pubDate>Fri, 06 Nov 2020 17:29:34 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[Nix News: Embedded Linux Update]]></title>
      <itunes:title><![CDATA[Nix News: Embedded Linux Update]]></itunes:title>
      <description><![CDATA[
<p>Today I’ll cover my major take-homes from a couple embedded Linux conferences that I (virtually) attended.</p>



<p>Subjects:</p>



<ul><li>Let’s be positive</li><li>All about embedded linux</li><li>Be prepared: Containers are coming! (Someone please make docker-lite for embedded!)</li><li>Risc V is up and coming real soon now</li><li>Learn VSCode if you want a common IDE experience</li><li>Diversity thoughts – there’s a person behind the email</li><li>Open Source maintainers ask for our patience</li><li>Check out Virtual Conferences in 2020</li></ul>



<p>Resources:</p>



<ul><li><a href="https://www.raspbian.org/">https://www.raspbian.org/ </a>– The Raspbian Linux Distribution</li><li><a href="https://www.yoctoproject.org/">https://www.yoctoproject.org/</a> – The Yocto Linux Project</li><li><a href="https://www.docker.com/">https://www.docker.com/</a> – Yep, it’s coming to the embedded world. Time to learn it.</li><li><a href="https://theia-ide.org/">https://theia-ide.org/</a> – An alternative that’s compatible to VSCode</li><li><a href="https://vscodium.com/">https://vscodium.com/</a> – VSCode without Microsoft’s proprietary brew</li><li><a href="https://open-vsx.org/">https://open-vsx.org/</a> – Alternative extension store for Theia or VSCodium</li></ul>



<p>Special Thanks to:</p>



<ul><li>https://audionautix.com/ – Rockin’ zombie track</li></ul>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966449</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966449/zombie-coder/2026_07_06_12_57_50_06682671-b2a8-454f-a79c-dccf1365d2ea.mp3" length="21597233" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=120</guid>
      <itunes:duration>1348</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>10</itunes:episode>
      <podcast:episode>10</podcast:episode>
      <pubDate>Fri, 30 Oct 2020 01:12:29 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Hope for the Camel’s Second Hump]]></title>
      <itunes:title><![CDATA[Hope for the Camel’s Second Hump]]></itunes:title>
      <description><![CDATA[
<p>Today I offer some advice for those currently staring down the barrel of failing midterm grades for CS and Engineering students.</p>



<ul><li><a href="https://retractionwatch.com/2014/07/18/the-camel-doesnt-have-two-humps-programming-aptitude-test-canned-for-overzealous-conclusion/">The Camel Doesn’t Have Two Humps</a> – Commentary on the retraction of the oft-mentioned article on Computer Science being bi-modal.</li><li><a href="https://ccrc.tc.columbia.edu/media/k2/attachments/reforming-mathematics-classroom-pedagogy.pdf">Reforming Mathematics</a> – A detailed paper on Mathematics pedagogy, including coverage on educational theory and peer reviewed studies.</li><li><a href="https://www.washingtonpost.com/technology/2020/10/20/google-antitrust-doj-lawsuit/">DOJ vs Google</a> – Washington Post story on the DOJ vs Microsoft</li><li><a href="https://blogs.windows.com/msedgedev/2020/10/20/microsoft-edge-dev-linux/">Edge For Linux</a> – Edge for Linux announcement and information</li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966451</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966451/zombie-coder/2026_07_06_12_59_56_a0a2f496-0ee2-4ae9-a8ce-1724e85c37da.mp3" length="24842161" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=117</guid>
      <itunes:duration>1550</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>9</itunes:episode>
      <podcast:episode>9</podcast:episode>
      <pubDate>Thu, 22 Oct 2020 23:10:59 GMT</pubDate>
      <itunes:explicit>true</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[CS Topics: Hash Functions]]></title>
      <itunes:title><![CDATA[CS Topics: Hash Functions]]></itunes:title>
      <description><![CDATA[
<p>Today we cover one of the primary building blocks for blockchain – Hash Functions.</p>



<p>References:</p>



<ul><li><a href="https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844">Introduction to Algorithms 3rd Ed. </a>(CLRS) pg. 262</li><li><a href="http://www.isthe.com/chongo/tech/comp/fnv/">FNV Algorithm</a></li><li><a href="https://en.wikipedia.org/wiki/SHA-2">Wikipedia SHA-2 Page</a></li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966452</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966452/zombie-coder/2026_07_06_12_59_55_e9ac8c46-da7c-4c3f-8bb1-64d15b41e1f4.mp3" length="27897570" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=114</guid>
      <itunes:duration>1741</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>8</itunes:episode>
      <podcast:episode>8</podcast:episode>
      <pubDate>Thu, 15 Oct 2020 22:38:00 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[Episode 7 – XLS, XLSX What is Difference?]]></title>
      <itunes:title><![CDATA[Episode 7 – XLS, XLSX What is Difference?]]></itunes:title>
      <description><![CDATA[
<p>Today I cover a small “oops” from the UK health center, and extend some thoughts on its relationship to “Real Programming”.</p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966454</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966454/zombie-coder/2026_07_06_12_58_00_81c2a8ad-4a5e-4a12-afc9-5a2be527091c.mp3" length="9380206" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=111</guid>
      <itunes:duration>585</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>7</itunes:episode>
      <podcast:episode>7</podcast:episode>
      <pubDate>Thu, 08 Oct 2020 17:59:36 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[Episode 6 – Sanity while remote for coders]]></title>
      <itunes:title><![CDATA[Episode 6 – Sanity while remote for coders]]></itunes:title>
      <description><![CDATA[
<p>How I’m trying to keep sane while working remote. Some basic guidelines I’ve adopted over years of remote work.</p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966455</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966455/zombie-coder/2026_07_06_13_00_16_24d3c31f-abe0-49bb-af72-fc46ec23e6ed.mp3" length="23540181" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=108</guid>
      <itunes:duration>1469</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>6</itunes:episode>
      <podcast:episode>6</podcast:episode>
      <pubDate>Thu, 01 Oct 2020 11:24:14 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Episode 5 – Ethics of Software Programmers]]></title>
      <itunes:title><![CDATA[Episode 5 – Ethics of Software Programmers]]></itunes:title>
      <description><![CDATA[
<p>Today I discuss the implications of ethics in software development. We’ll take a look at some of my personal experience, and 2 new Netflix documentaries: The Social Dilemma, and Challenger: The Final Flight.</p>



<ul><li><a href="https://hbr.org/podcast/2019/11/lessons-from-ibm-in-nazi-germany">IBM and the Nazis</a> – HBR podcast on IBM and the Holocaust</li><li><a href="https://www.theguardian.com/technology/2020/sep/21/twitter-apologises-for-racist-image-cropping-algorithm">Twitter apologizes for racist algorithm</a> – Controversy on twitter algorithm</li><li><a href="https://en.wikipedia.org/wiki/Space_Shuttle_Challenger_disaster">https://en.wikipedia.org/wiki/Space_Shuttle_Challenger_disaster</a> – Challenger Disaster</li><li><strong><a href="https://www.goodreads.com/book/show/10284614-the-clean-coder">Clean Coder</a></strong> – code of conduct for software engineers</li><li><a href="https://en.wikipedia.org/wiki/The_Social_Dilemma">https://en.wikipedia.org/wiki/The_Social_Dilemma</a> – Social Dilemma Movie</li><li><a href="https://www.uxbooth.com/articles/facebook-sentiment-analysis-emotional-contagion/">Facebook ethics considerations</a> – coverage of Facebook performing user sentiment analysis</li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966456</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966456/zombie-coder/2026_07_06_13_00_30_6198456b-fb8e-4a82-9b9d-bbff86ae655e.mp3" length="27711396" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=104</guid>
      <itunes:duration>1730</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>5</itunes:episode>
      <podcast:episode>5</podcast:episode>
      <pubDate>Thu, 24 Sep 2020 23:28:11 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Episode 4 – Fall 2020 Programming Developments]]></title>
      <itunes:title><![CDATA[Episode 4 – Fall 2020 Programming Developments]]></itunes:title>
      <description><![CDATA[
<p>A look at major new developments in the coding world for C/C++ – and some brief talk on Amazon BottleRocket and Microsoft’s Hyper-V advancements. </p>



<ul><li><a href="https://aws.amazon.com/blogs/opensource/announcing-the-general-availability-of-bottlerocket-an-open-source-linux-distribution-purpose-built-to-run-containers/">Amazon Announcement</a> for “BottleRocket” Linux distribution</li><li><a href="https://www.zdnet.com/article/microsoft-these-patches-aim-to-make-linux-run-as-root-partition-on-hyper-v/">ZDNet Coverage </a>– Microsoft Hyper-V patches for Linux kernel as root</li><li><a href="https://www.infoworld.com/article/3574968/c-20-receives-final-technical-approval.html">Infoworld Coverage </a>– C++20 technical approval</li><li><a href="https://gitlab.kitware.com/cmake/cmake/-/issues/18355">CMake feature tracker </a>– CMake C++ modules support</li><li><a href="https://devblogs.microsoft.com/cppblog/c-coroutines-in-visual-studio-2019-version-16-8/">C++ Coroutines </a>– Microsoft devlog entry on C++20 coroutines</li><li><a href="https://devblogs.microsoft.com/cppblog/a-multitude-of-updates-in-visual-studio-2019-version-16-8-preview-3/">MSVC 16.8 preview 3</a> – Microsoft improving conformance devlog</li><li><a href="https://docs.python.org/3.9/whatsnew/3.9.html">Python 3.9 Update</a></li></ul>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966458</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966458/zombie-coder/2026_07_06_12_59_56_62393201-8593-43e2-a6d9-f4d983ca6a9c.mp3" length="29065692" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=100</guid>
      <itunes:duration>1814</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>4</itunes:episode>
      <podcast:episode>4</podcast:episode>
      <pubDate>Thu, 17 Sep 2020 13:20:32 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Episode 3 – To College or not to College?]]></title>
      <itunes:title><![CDATA[Episode 3 – To College or not to College?]]></itunes:title>
      <description><![CDATA[
<p>For new and aspiring developers – in this episode I answer the #1 question asked from future coders – should I go to college? Pros and Cons of a college degree and the University system.</p>



<p>Contents: The Cold Truth of Job Seeking. Beware of For-Profit systems. Selecting a Degree. The actual meaning of a Computer Science degree.</p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966459</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966459/zombie-coder/2026_07_06_13_00_41_d1ae4cbb-c9f4-4306-bb5f-e2e72cf69177.mp3" length="34512957" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=97</guid>
      <itunes:duration>2154</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>3</itunes:episode>
      <podcast:episode>3</podcast:episode>
      <pubDate>Thu, 10 Sep 2020 20:49:08 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
    <item>
      <title><![CDATA[Episode 2 – The Decline of Usenet]]></title>
      <itunes:title><![CDATA[Episode 2 – The Decline of Usenet]]></itunes:title>
      <description><![CDATA[
<p>We return to the early 80s and 90s to discuss the rise of consumer access to Usenet and the following decline of the service and its rise to the ranks of the undead.</p>



<p>Contents:</p>



<ul><li>Show introduction</li><li>Merging of networks</li><li>SPAM, SPAM, more SPAM</li><li>A brief analysis of the “Decline”</li></ul>



<p>Resources:</p>



<ul><li>Mozilla Thunderbird: <a href="https://www.thunderbird.net/en-US/">https://www.thunderbird.net/en-US/</a></li><li>Eternal September: <a href="https://www.eternal-september.org/">https://www.eternal-september.org/</a></li></ul>



<p>Sources:</p>



<ul><li><a href="https://news.ycombinator.com/item?id=9987679">https://news.ycombinator.com/item?id=9987679</a> – Hacker News forum conversation from 2015 discussing the decline of Usenet availability with ISPs</li><li><a href="https://web.archive.org/web/20100726200800/www.dukenews.duke.edu/2010/05/usenet.html">https://web.archive.org/web/20100726200800/www.dukenews.duke.edu/2010/05/usenet.html</a> – Duke shuts down its usenet server</li><li><a href="https://en.wikipedia.org/wiki/Rick_Adams_(Internet_pioneer)">https://en.wikipedia.org/wiki/Rick_Adams_(Internet_pioneer)</a></li><li><a href="https://web.archive.org/web/20070822223030/https://faqs.cs.uu.nl/na-dir/usenet/software/part1.html">https://web.archive.org/web/20070822223030/https://faqs.cs.uu.nl/na-dir/usenet/software/part1.html</a> – Earlier Usenet Documentation</li><li>ftp://<a href="http://ftp.cs.toronto.edu/doc/programming/">ftp.cs.toronto.edu/doc/programming/</a> – FTP archive including papers on usenet</li><li><a href="https://www.giganews.com/usenet-history/">https://www.giganews.com/usenet-history/</a> – Giganews Usenet History</li><li><a href="https://en.wikipedia.org/wiki/CompuServe">https://en.wikipedia.org/wiki/CompuServe</a> – History of CompuServ</li><li><a href="http://meatballwiki.org/wiki/TheSeptemberThatNeverEnded">http://meatballwiki.org/wiki/TheSeptemberThatNeverEnded</a> – Endless September</li><li><a href="https://www.fastcompany.com/3046194/a-brief-history-of-aol">https://www.fastcompany.com/3046194/a-brief-history-of-aol</a> – History of AOL</li><li><a href="https://groups.google.com/g/net.news.group/c/uWqKiWoiaSA/m/yJZ1uqmCGtIJ">https://groups.google.com/g/net.news.group/c/uWqKiWoiaSA/m/yJZ1uqmCGtIJ</a> – Great Renamining Commentary</li><li><a href="https://groups.google.com/g/news.misc/c/AT2DFqBWgw4">https://groups.google.com/g/news.misc/c/AT2DFqBWgw4</a> – Usenet discussion on “Commercial Access”</li><li><a href="https://youtu.be/1npzZu83AfU">https://youtu.be/1npzZu83AfU</a> – Early AOL TV commercial</li><li><a href="https://www.zdnet.com/article/usenet-junk-e-mail-could-swamp-the-system-friday/">https://www.zdnet.com/article/usenet-junk-e-mail-could-swamp-the-system-friday/</a> – Spam protest.</li><li><a href="http://www.dslreports.com/shownews/Fight-Child-Porn-ByDoing-Nothing-Differently-96080">http://www.dslreports.com/shownews/Fight-Child-Porn-ByDoing-Nothing-Differently-96080</a> – DSL reports article and thread on dropping news groups.</li><li><a href="https://www.pewresearch.org/internet/2008/07/02/broadband-adoption-in-the-united-states/">https://www.pewresearch.org/internet/2008/07/02/broadband-adoption-in-the-united-states/</a> – Broadband uptake in the united states</li></ul>



<p>Credits:</p>



<ul><li>Music by <a href="https://audionautix.com/">Audionautix.com</a> – Creative Commons licensed music and commercial options available.</li></ul>



<p></p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966461</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966461/zombie-coder/2026_07_06_12_59_05_a2fbbab0-fb7e-40be-8e39-20a3ce65e607.mp3" length="24100795" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=88</guid>
      <itunes:duration>1504</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>2</itunes:episode>
      <podcast:episode>2</podcast:episode>
      <pubDate>Thu, 03 Sep 2020 11:30:49 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Episode 1 – The Creation of Usenet]]></title>
      <itunes:title><![CDATA[Episode 1 – The Creation of Usenet]]></itunes:title>
      <description><![CDATA[
<p>Today, we go back in time to the late  70’s and observe the events that led to the creation of newgroups and usenet. Especially as this podcast covers historic events, factual corrections will be attached to the original post and/or episode as required.</p>



<p>Contents:</p>



<ul><li>Introduction</li><li>The A News Reader</li><li>The B News Reader</li><li>Creation of UUNET</li><li>C News Reader, and NNTP</li><li>Lessons Learned</li></ul>



<p>Sources in essay form will be included as a follow-up to the next episode.</p>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966463</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966463/zombie-coder/2026_07_06_12_59_57_f1822803-35a2-4aeb-b40c-7466e40c2f49.mp3" length="28026431" type="audio/mpeg"/>
      <guid isPermaLink="false">https://textux.com/blog/?p=82</guid>
      <itunes:duration>1749</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <pubDate>Wed, 26 Aug 2020 20:35:47 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
    </item>
    <item>
      <title><![CDATA[Introduction the Podcast]]></title>
      <itunes:title><![CDATA[Introduction the Podcast]]></itunes:title>
      <description><![CDATA[
<p>After repeated encouragement from friends and coworkers, I’ve decided to take a dive into the world of podcasting. We’ll see if this is something that can keep going or not – but for now, I introduce the first episode of my podcast for this site.</p>



<p>Show contents:</p>



<ul><li>Introduction</li><li>Inspiration<ul><li>“<a href="https://suckless.org/">suckless.org</a>” software project</li><li>Rebuilding fun in open source development</li><li>Venting to the world</li></ul></li><li>Future content<ul><li>Distribution and software ecosystem coverage</li><li>Computer science topics, experiments, and interesting papers</li><li>New developments in programming (C/C++) and technology</li></ul></li></ul>]]></description>
      <link>https://rss.com/podcasts/zombie-coder/2966465</link>
      <enclosure url="https://content.rss.com/episodes/393360/2966465/zombie-coder/2026_07_06_13_00_26_69fbfa24-db8c-4489-9788-ef9462832afb.mp3" length="9241295" type="audio/mpeg"/>
      <guid isPermaLink="false">http://textux.com/blog/?p=79</guid>
      <itunes:duration>576</itunes:duration>
      <itunes:episodeType>trailer</itunes:episodeType>
      <itunes:season>1</itunes:season>
      <podcast:season>1</podcast:season>
      <pubDate>Sat, 22 Aug 2020 15:43:11 GMT</pubDate>
      <itunes:explicit>false</itunes:explicit>
      <podcast:txt purpose="ai-content">false</podcast:txt>
    </item>
  </channel>
</rss>