<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on pikdum&#39;s blog</title>
    <link>https://pikdum.dev/</link>
    <description>Recent content in Home on pikdum&#39;s blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 31 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://pikdum.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a World of Warcraft server in Elixir: 2025 Update</title>
      <link>https://pikdum.dev/posts/thistle-tea-2025-update/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/thistle-tea-2025-update/</guid>
      <description>This is a follow-up to these posts:&#xA;Building a World of Warcraft server in Elixir Building a World of Warcraft server in Elixir: 2024 Update Thistle Tea is a World of Warcraft private server project that I&amp;rsquo;ve been working on for a while now. This is a quick update to highlight what&amp;rsquo;s been going on in 2025.&#xA;New Year&amp;rsquo;s Blues The last big feature I worked on in 2024 was having mobs chase the player they were in combat with.</description>
    </item>
    <item>
      <title>Building a World of Warcraft server in Elixir: 2024 Update</title>
      <link>https://pikdum.dev/posts/thistle-tea-2024-update/</link>
      <pubDate>Tue, 31 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/thistle-tea-2024-update/</guid>
      <description>Thistle Tea is my World of Warcraft private server project, started in June 2024. I wrote a blog post back then journaling the first month of development and have since been working on the project bit by bit. This is a follow-up to highlight progress since then, so I&amp;rsquo;d recommend skimming the original post first.&#xA;Pathfinding I briefly tried to get mobs walking around during the first month, but couldn&amp;rsquo;t get it working very well.</description>
    </item>
    <item>
      <title>Building a World of Warcraft server in Elixir</title>
      <link>https://pikdum.dev/posts/thistle-tea/</link>
      <pubDate>Sun, 14 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/thistle-tea/</guid>
      <description>Updates:&#xA;2024-11-28: Should&amp;rsquo;ve linked earlier, but there&amp;rsquo;s now a homepage and Discord channel. Thistle Tea is my new World of Warcraft private server project. You can log in, create a character, run around, and cast spells to kill mobs, with everything synchronized between players as expected for an MMO. It was floating around in my head to build this for a while, since I have an incurable nostalgia for early WoW.</description>
    </item>
    <item>
      <title>My Home Network</title>
      <link>https://pikdum.dev/posts/my-home-network/</link>
      <pubDate>Sun, 05 May 2024 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/my-home-network/</guid>
      <description>Here&amp;rsquo;s an overview of my home network setup.&#xA;Office Closet This is where I keep most of my network equipment in a small rack mounted on the wall.&#xA;Router Hardware: N5105 Mini PC Software: OPNSense Interfaces: LAN - everything wired + main wifi ssid Guest - for guest wifi ssid IoT - for iot wifi ssid Works really well. Interfaces are set up so that Guest and IoT can&amp;rsquo;t access things outside them.</description>
    </item>
    <item>
      <title>Blog Migration</title>
      <link>https://pikdum.dev/posts/blog-migration/</link>
      <pubDate>Sun, 28 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/blog-migration/</guid>
      <description>Decided to buy a domain for this blog and host it myself.&#xA;rewrote with Hugo deployed with Cloudflare Pages now lives at pikdum.dev repo is at https://github.com/pikdum/blog Will write more posts shortly.</description>
    </item>
    <item>
      <title>rip my custom domain</title>
      <link>https://pikdum.dev/posts/rip-my-custom-domain/</link>
      <pubDate>Sat, 12 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/rip-my-custom-domain/</guid>
      <description>guess trying to update my favicon to not be truncated also cleared out my custom domain, since that&amp;rsquo;s somehow now a paid feature&#xA;set up a redirect for now, but not nearly as nice&#xA;rip</description>
    </item>
    <item>
      <title>5600X vs 5800X3D on Linux</title>
      <link>https://pikdum.dev/posts/5600x-vs-5800x3d-on-linux/</link>
      <pubDate>Fri, 02 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/5600x-vs-5800x3d-on-linux/</guid>
      <description>Recently bought a 5800X3D to replace my 5600X, and ran some benchmarks to see if it was worth it.&#xA;Update: It wasn&amp;rsquo;t worth the 8% performance loss with most regular tasks. Returned it for a full refund.&#xA;Benchmarks Did three quick ones, two work related and one gaming:&#xA;starting PostgreSQL and applying a lot of migrations building a Next.js application running Cyberpunk 2077 on all the presets Running Pop!_OS 22.04, on 2022-12-02.</description>
    </item>
    <item>
      <title>Linux Software</title>
      <link>https://pikdum.dev/posts/recommended-linux-software/</link>
      <pubDate>Fri, 03 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/recommended-linux-software/</guid>
      <description>Here&amp;rsquo;s a quick list of recommended/neat Linux software:&#xA;applications Doom Emacs - text editor personal preference, uses vi keybinds Firefox - browser LibreOffice - office suite Ranger - console file viewer Thunderbird - emails Trackma - anime list manager haven&amp;rsquo;t actually used in a while feh - basic image viewer mpv - videos tools/utilities/cli BorgBackup - deduplicating backup tool borgmatic - wrapper for BorgBackup coreutils - core utilities curl - network requests jq - json processor ncdu - disk usage analyzer restic - more modern deduplicating backup tool would recommend over borg nowadays rsync - fast incremental file transfer scrot - screenshots sed - filter text wget - file download xargs - build + execute commands from stdin xdotool - auto clicking and shit The categories are a bit arbitrary.</description>
    </item>
    <item>
      <title>Windows Software (2021)</title>
      <link>https://pikdum.dev/posts/recommended-windows-software-2021/</link>
      <pubDate>Tue, 09 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/recommended-windows-software-2021/</guid>
      <description>here&amp;rsquo;s a quick list of &amp;ldquo;recommended&amp;rdquo; windows software:&#xA;7zip - extract archives AutoVer - easy versioned backups useful for game saves and documents Firefox Developer Edition - browser Flash Player - standalone flash player foobar2000 - music LibreOffice - office suite i don&amp;rsquo;t really use this unless i need to, would rather use markdown i only really use this on linux for work mpv - videos nbb - booru browser ;) NetTime - make windows time actually sync fixes dual boot time issues for me nomacs - image viewer i haven&amp;rsquo;t found one that isn&amp;rsquo;t shit, but this seems ok qBittorrent - torrents RetroArch - emulation for plebs ShareX - screenshots SumatraPDF - pdf/epub/etc reader Taiga - anime list Thunderbird - emails suprisingly decent i also actually only use this on linux for work YACreader - manga reader is ok probably forgot something; let me know if there are any categories i missed</description>
    </item>
    <item>
      <title>Windows Software (2014)</title>
      <link>https://pikdum.dev/posts/recommended-windows-software-2014/</link>
      <pubDate>Thu, 24 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/recommended-windows-software-2014/</guid>
      <description>Here&amp;rsquo;s a regularly updated list of recommended Windows software.&#xA;Browser: Firefox &amp;gt; Chromium &amp;gt; Chrome &amp;raquo;&amp;gt; Internet Explorer&#xA;Office Suite: Libre Office &amp;gt; Microsoft Office == Kingsoft Office&#xA;They&amp;rsquo;re all pretty bad though. Consider switching to LaTeX.&#xA;Email Client: They&amp;rsquo;re all shit. Just use gmail or something that actually works.&#xA;Mailpile might not be shit, but it&amp;rsquo;s still in alpha.&#xA;PDF Reader: pdf.js == SumatraPDF &amp;raquo;&amp;gt; Adobe Reader&#xA;Adobe Reader is nice if you like trojans and malicious scripts in your PDFs.</description>
    </item>
    <item>
      <title>Site Goals (2014)</title>
      <link>https://pikdum.dev/posts/site-goals-2014/</link>
      <pubDate>Wed, 23 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://pikdum.dev/posts/site-goals-2014/</guid>
      <description>Now that this site is now live and (mostly) working, I&amp;rsquo;ll outline some goals.&#xA;Website Topics:&#xA;Technology Mainly software Computer Science If I feel like it Anime Rarely, if ever Content Goals:&#xA;Lists of recommended software Guides on how to set up neat software stacks Shill lesser-known software Links to some of my projects Links to interesting websites Technical Goals:&#xA;Add Disqus to my posts so people can comment Get this site on Google so people can find it Add more information to certain pages Various site tweaks Personal Goals:</description>
    </item>
  </channel>
</rss>
