<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>WiredInCode</title><link>https://hugo.wiredincode.com/</link><description>Recent content on WiredInCode</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 12 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://hugo.wiredincode.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Deluge behind an Nginx reverse proxy</title><link>https://hugo.wiredincode.com/blog/running-deluge-behind-nginx/</link><pubDate>Wed, 12 Mar 2025 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/blog/running-deluge-behind-nginx/</guid><description>&lt;p&gt;I needed a way to access Deluge&amp;rsquo;s web UI remotely without opening another port to the world. The answer is the same as it always is: stick Nginx in front of it.&lt;/p&gt;</description></item><item><title>Building a tiny HTTP server in Go from scratch</title><link>https://hugo.wiredincode.com/blog/go-http-server-from-scratch/</link><pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/blog/go-http-server-from-scratch/</guid><description>&lt;p&gt;Go&amp;rsquo;s standard library &lt;code&gt;net/http&lt;/code&gt; package does a lot. I wanted to understand what it&amp;rsquo;s actually doing, so I built a minimal HTTP/1.1 server using only &lt;code&gt;net.Listen&lt;/code&gt; — no &lt;code&gt;net/http&lt;/code&gt;, no frameworks.&lt;/p&gt;</description></item><item><title>Kasm Workspaces in a homelab — is it worth it?</title><link>https://hugo.wiredincode.com/blog/kasm-workspaces-homelab/</link><pubDate>Sat, 18 Jan 2025 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/blog/kasm-workspaces-homelab/</guid><description>&lt;p&gt;I&amp;rsquo;ve been running Kasm Workspaces on a spare box for about three months. Short answer: yes, it&amp;rsquo;s worth it for the right use case. Long answer follows.&lt;/p&gt;</description></item><item><title>Bash patterns I actually use</title><link>https://hugo.wiredincode.com/blog/bash-script-patterns/</link><pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/blog/bash-script-patterns/</guid><description>&lt;p&gt;Not a comprehensive Bash guide. Just the patterns I reach for repeatedly and had to look up too many times before they stuck.&lt;/p&gt;</description></item><item><title>DNS Bypass Preview</title><link>https://hugo.wiredincode.com/projects/dns-bypass-preview/</link><pubDate>Fri, 01 Nov 2024 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/projects/dns-bypass-preview/</guid><description>&lt;p&gt;A command-line tool and local proxy that lets you preview a website at its new server IP before updating DNS records publicly. No editing &lt;code&gt;/etc/hosts&lt;/code&gt;, no browser profiles, no confusion.&lt;/p&gt;</description></item><item><title>AliLedge</title><link>https://hugo.wiredincode.com/projects/aliledge/</link><pubDate>Thu, 15 Aug 2024 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/projects/aliledge/</guid><description>&lt;p&gt;A command-line tool that tracks your AliExpress order status without requiring the app, an account login in a browser, or dealing with AliExpress&amp;rsquo;s notification spam.&lt;/p&gt;</description></item><item><title>Speedcheck</title><link>https://hugo.wiredincode.com/projects/speedcheck/</link><pubDate>Mon, 03 Jun 2024 00:00:00 +0000</pubDate><guid>https://hugo.wiredincode.com/projects/speedcheck/</guid><description>&lt;p&gt;A self-hosted web page performance analyser that gives you Lighthouse-style metrics without sending your URLs to a third-party service. Useful for internal tools, staging environments, or anything you don&amp;rsquo;t want leaving your network.&lt;/p&gt;</description></item></channel></rss>