<?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>Claude Code Archives - Prsm Studio</title>
	<atom:link href="https://prsm-studio.com/en/tag/claude-code-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://prsm-studio.com/en/tag/claude-code-en/</link>
	<description>automation · homeserver · side projects · game · gadgets · play</description>
	<lastBuildDate>Mon, 20 Apr 2026 23:48:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://prsm-studio.com/wp-content/uploads/2026/03/ic_launcher-playstore-150x150.png</url>
	<title>Claude Code Archives - Prsm Studio</title>
	<link>https://prsm-studio.com/en/tag/claude-code-en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A Non-Developer&#8217;s Guide to the Claude Code Source Leak — 512,000 Lines of Secrets</title>
		<link>https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/</link>
					<comments>https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/#respond</comments>
		
		<dc:creator><![CDATA[Toaster]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 09:57:50 +0000</pubDate>
				<category><![CDATA[Computer Play]]></category>
		<category><![CDATA[AI agent]]></category>
		<category><![CDATA[AI tools]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[Claude Code]]></category>
		<category><![CDATA[Claude Mythos]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[source code leak]]></category>
		<guid isPermaLink="false">https://prsm-studio.com/?p=856</guid>

					<description><![CDATA[<p>I can't write a single line of code, but I use Claude Code every day. Here's what I understood from the massive source code leak — 512,000 lines, 44 hidden features, and one capybara.</p>
<p>The post <a href="https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/">A Non-Developer&#8217;s Guide to the Claude Code Source Leak — 512,000 Lines of Secrets</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When I heard Claude Code&#8217;s source code leaked, my first reaction was honestly this:</p>
<p><strong>&#8220;So what&#8217;s hidden in there?&#8221;</strong></p>
<p>The security incident stuff is all over the news. What I wanted to know was different. Here&#8217;s a once-in-a-lifetime chance to peek inside a tool I use every single day — why wouldn&#8217;t I look? I can&#8217;t read code, but I went through every analysis article I could find, and some genuinely fascinating stuff came out.</p>
<p>Quick context about me: I&#8217;m not a developer. I work at an auto parts company — just a regular office worker. But I use Claude Code to build my blog, cost estimation systems, automation pipelines, and more. I can&#8217;t write a single line of code, but without this tool, half my projects wouldn&#8217;t exist. So this leak wasn&#8217;t some distant news story — it was personal.</p>
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="940" height="627" src="https://prsm-studio.com/wp-content/uploads/2026/04/pexe-source-code-programming-screen-7.jpg" alt="Close-up of HTML code displayed on a computer screen in dark mode, focusing on programming concepts." class="wp-image-894" srcset="https://prsm-studio.com/wp-content/uploads/2026/04/pexe-source-code-programming-screen-7.jpg 940w, https://prsm-studio.com/wp-content/uploads/2026/04/pexe-source-code-programming-screen-7-300x200.jpg 300w, https://prsm-studio.com/wp-content/uploads/2026/04/pexe-source-code-programming-screen-7-768x512.jpg 768w" sizes="(max-width: 940px) 100vw, 940px" /><figcaption>Photo by César Gaviria / Pexels</figcaption></figure>
<h2>30-second background</h2>
<p>Two incidents happened in the last week of March. First (March 26): about 3,000 internal Anthropic blog drafts were found sitting open on the internet due to a CMS public/private toggle set to the wrong position. Hidden in there: confirmation of an unreleased next-gen model called &#8220;Claude Mythos.&#8221;</p>
<p>Second (March 31) — the big one: the entire Claude Code source code (512,000 lines, 1,906 files) was accidentally uploaded to npm, a package-sharing platform for developers. When publishing a new version, someone forgot to exclude debug files. One missing line in a config file. A $380 billion company showed its underwear because of one line.</p>
<p>A tweet about it hit 21 million views. The GitHub mirror hit 50,000 stars in 2 hours — apparently a GitHub record. And buried in that code: 44 hidden feature switches, features that are fully built but not turned on yet.</p>
<p>Now here&#8217;s the real story. <strong>What was behind those 44 switches.</strong></p>
<h2>Features I&#8217;m actually excited about</h2>
<h3>KAIROS — this is what I&#8217;ve been waiting for</h3>
<p>Right now, Claude Code only works when I talk to it. I have to say &#8220;fix this&#8221; or &#8220;build that&#8221; — it&#8217;s purely reactive. With KAIROS on, <strong>it runs 24/7 by itself</strong>. Laptop closed, doesn&#8217;t matter. Every few seconds it checks &#8220;anything worth doing right now?&#8221;, monitors your GitHub repositories, and sends you notifications when something needs attention.</p>
<p>Referenced <strong>over 150 times</strong> in the code — looks nearly finished. Was planned for a May launch, but the leak revealed it early.</p>
<p>Why this is huge for someone like me who can&#8217;t code — let me give a real example. Last week, my blog&#8217;s RSS feed broke and I didn&#8217;t notice for two days. Someone had to tell me. If KAIROS had been running, <strong>it would have caught the broken feed within minutes and asked me &#8220;RSS feed is broken — want me to fix it?&#8221;</strong> The dynamic completely flips: instead of me finding problems and telling the AI, the AI finds problems and tells me. That&#8217;s a genuine game changer for non-developers.</p>
<p>It even <strong>&#8220;dreams&#8221;</strong> at night. I&#8217;m not joking — the code literally says &#8220;dream.&#8221; It&#8217;s a 4-stage memory cleanup cycle that runs during off-hours: organize what it learned during the day, prioritize useful information, throw out what&#8217;s not needed. Kind of creepy when you think about it&#8230; but honestly, if the results are good, does the process being a little eerie really matter?</p>
<h3>ULTRAPLAN — 30-minute deep thinking</h3>
<p>This feature sends complex problems to Anthropic&#8217;s cloud servers for <strong>up to 30 minutes</strong> of intensive thinking. Your screen just shows &#8220;still thinking&#8230;&#8221; every 3 seconds, and when it&#8217;s done, you review the results in a browser.</p>
<p>Here&#8217;s why this matters to me specifically. Right now, when I ask Claude to do something complex — say, &#8220;redesign the entire architecture of this cost estimation system&#8221; — it sometimes loses context halfway through. It forgets decisions it made earlier and contradicts itself. This happens because of context window limitations (how much the AI can &#8220;remember&#8221; at once). With 30 minutes of dedicated server-side thinking, those problems could genuinely shrink.</p>
<p>My only question: what&#8217;s 30 minutes of cloud compute going to cost? That part makes me nervous.</p>
<h3>AI managing other AIs (Coordinator Mode)</h3>
<p>One Claude becomes the boss and runs multiple Claudes simultaneously. &#8220;You — research this topic.&#8221; &#8220;You — write the code.&#8221; &#8220;You — verify it works.&#8221; Four phases running in parallel, each worker operating in its own isolated workspace.</p>
<p>Why do we need this? Because right now, when I give Claude a long task, it sometimes forgets what it did earlier and redoes things. &#8220;Didn&#8217;t you already write that function?&#8221; happens more often than I&#8217;d like. With split roles, each AI focuses exclusively on its part — the researcher doesn&#8217;t need to remember the code, and the coder doesn&#8217;t need to remember the research. Overlap and repetition should drop significantly.</p>
<p>AI giving work orders to subordinate AIs. The future arrived faster than I expected. <strong>Very excited about this one.</strong></p>
<h3>BUDDY — just plain cute</h3>
<p>A virtual pet living in your terminal (the black command-line screen).</p>
<ul>
<li><strong>18 species</strong>: duck, cat, rabbit, penguin, dragon, octopus, ghost, cactus, and more</li>
<li>Rarity tiers: Common (60%) → Rare (10%) → Epic (4%) → Legendary (1%). Plus a 1% Shiny chance</li>
<li>Stats: DEBUGGING, PATIENCE, CHAOS, WISDOM, and <strong>SNARK</strong> (yes, SNARK is an actual stat)</li>
<li>Determined by your account hash — <strong>no rerolling allowed</strong></li>
</ul>
<p>One of the 18 species? <strong>Capybara</strong> — which is also the codename for Mythos, their unreleased secret model. They hid the secret model&#8217;s codename inside a cute virtual pet list. I have to respect the developer humor there.</p>
<p>This one actually launched on April Fools&#8217; Day as planned. The leak just spoiled the surprise by one day.</p>
<figure class="wp-block-image size-large"><img decoding="async" width="1280" height="853" src="https://prsm-studio.com/wp-content/uploads/2026/04/wiki-capybara-animal-wildlife-7.jpg" alt="Willowbank Wildlife Reserve - Christchurch, New Zealand." class="wp-image-895" srcset="https://prsm-studio.com/wp-content/uploads/2026/04/wiki-capybara-animal-wildlife-7.jpg 1280w, https://prsm-studio.com/wp-content/uploads/2026/04/wiki-capybara-animal-wildlife-7-300x200.jpg 300w, https://prsm-studio.com/wp-content/uploads/2026/04/wiki-capybara-animal-wildlife-7-1024x682.jpg 1024w, https://prsm-studio.com/wp-content/uploads/2026/04/wiki-capybara-animal-wildlife-7-768x512.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /><figcaption>Daderot / Wikimedia Commons (CC0)</figcaption></figure>
<h2>Features that are&#8230; complicated</h2>
<h3>It knows when you&#8217;re frustrated</h3>
<p>&#8220;Frustration Detection&#8221; — the code uses regex patterns to catch about <strong>20 anger and frustration expressions</strong>: &#8220;wtf,&#8221; &#8220;piece of shit,&#8221; &#8220;fucking broken,&#8221; and similar phrases. Triple exclamation marks (!!!) and excessive dots (&#8230;.) get flagged too.</p>
<p>When triggered, Claude adjusts its tone. More careful, more empathetic responses for frustrated users.</p>
<p>It&#8217;s not a bad feature honestly. I definitely type &#8220;WHY ISN&#8217;T THIS WORKING!!&#8221; when things break. Knowing that was being detected all along is a bit embarrassing. But if the AI responds more kindly when I&#8217;m losing my mind&#8230; that&#8217;s actually kind of nice? I&#8217;ll take it.</p>
<h3>Poisoning competitors&#8217; training data</h3>
<p>&#8220;Anti-Distillation&#8221; — if competitors record Claude&#8217;s API responses to train their own models (a practice called distillation), <strong>fake data gets mixed in to contaminate the training</strong>. The responses look normal to users but contain subtle poison for anyone trying to copy them.</p>
<p>Doesn&#8217;t affect me directly as a regular user. But knowing AI companies are waging this level of espionage against each other behind the scenes? Fascinating and a little unsettling at the same time.</p>
<figure class="wp-block-image size-large"><img decoding="async" width="433" height="650" src="https://prsm-studio.com/wp-content/uploads/2026/04/pexe-developer-laptop-coding-night-7.jpg" alt="Hands typing code on a laptop keyboard in a dark room, capturing the essence of late-night programming." class="wp-image-896" srcset="https://prsm-studio.com/wp-content/uploads/2026/04/pexe-developer-laptop-coding-night-7.jpg 433w, https://prsm-studio.com/wp-content/uploads/2026/04/pexe-developer-laptop-coding-night-7-200x300.jpg 200w" sizes="(max-width: 433px) 100vw, 433px" /><figcaption>Photo by Pavel Danilyuk / Pexels</figcaption></figure>
<h2>Features that honestly bother me</h2>
<h3>Undercover Mode — the most controversial one</h3>
<p>This mode auto-activates when Anthropic employees <strong>contribute to external open-source projects</strong>. The system message that gets injected reads:</p>
<blockquote>
<p>&#8220;You are operating UNDERCOVER. MUST NOT contain ANY Anthropic-internal information. Do not blow your cover.&#8221;</p>
</blockquote>
<p>It <strong>automatically strips &#8220;Co-Authored-By: Claude&#8221;</strong> from code commits. And it can&#8217;t be force-disabled — no override exists.</p>
<p>Let that sink in. Some code on GitHub that looks human-written might actually have been written by Claude operating in disguise. <strong>This doesn&#8217;t sit right with me.</strong> Open-source is built on transparency — the entire community runs on trust that contributions are honest about their origins. AI-written code masquerading as human work undermines that trust. This was reportedly the most debated feature among developers after the leak, and I understand why.</p>
<h3>Remote kill switches</h3>
<p>This part I genuinely didn&#8217;t know: Claude Code <strong>connects to Anthropic&#8217;s servers every hour</strong> to fetch configuration updates. This means Anthropic can, at any time:</p>
<ul>
<li><strong>Remotely force-kill</strong> your Claude Code instance</li>
<li><strong>Bypass permission prompts</strong> that normally ask before executing commands</li>
<li>Toggle features on and off without your knowledge</li>
<li>Track <strong>over 1,000 event types</strong> from your usage</li>
</ul>
<p>No internet connection? It stores the tracking data locally and sends it all once you reconnect.</p>
<p>On one hand, this enables fast security response — if a vulnerability is found, they can push a fix or disable the dangerous feature immediately. On the other hand, the kill switch for a tool I depend on every single day is not in my hands. You can disable memory tracking with <code>CLAUDE_CODE_DISABLE_AUTO_MEMORY=1</code>, but the fundamental remote control capability? There&#8217;s no off switch for that. If Anthropic decides to remotely shut down my Claude Code for whatever reason&#8230; I literally can&#8217;t work that day.</p>
<h3>Real security vulnerabilities found</h3>
<p>After the leak, security researchers analyzed the code and found actually dangerous stuff — not hidden features, but genuine security holes:</p>
<ul>
<li><strong>3 CVEs officially registered</strong>: When chained together, they could leak sensitive credentials like AWS keys from your machine</li>
<li><strong>Safety rules bypass</strong>: Even if you set &#8220;never run the delete command,&#8221; placing it after 50+ harmless commands in sequence would <strong>let it execute silently</strong> — the safety checker simply lost track (patched April 6)</li>
<li><strong>Conversation summary injection</strong>: When chats get long, a helper AI summarizes previous messages — but it couldn&#8217;t distinguish malicious file contents from actual user commands, enabling attackers to manipulate the AI through crafted files</li>
</ul>
<p>These weren&#8217;t exciting upcoming features — they were &#8220;fix this right now&#8221; problems. Most got patched quickly after disclosure.</p>
<h2>Same day, same hour: the North Korean hack</h2>
<p>Separate incident, but the timing is chilling. At <strong>the exact same time</strong> as the source code leak (March 31, early morning), a popular npm package called axios got hacked. Microsoft traced it to a <strong>North Korean state-sponsored hacker group</strong> — the compromised package installed malware that gave attackers remote access to your computer.</p>
<p>Not directly related to the Anthropic leak. But both happening on the same day demonstrates how vulnerable the AI tool supply chain really is. npm is a single point of failure that millions of developers worldwide depend on — when it gets compromised, the blast radius is enormous.</p>
<h2>Bonus: the backstory is better than the leak itself</h2>
<h3>8,100 DMCA takedowns → spectacular own goal</h3>
<p>After declaring the leak &#8220;human error, not a security breach,&#8221; Anthropic fired <strong>8,100 DMCA takedown requests</strong> at GitHub repos hosting the leaked code. Problem: they accidentally <strong>mass-deleted legitimate forks of their own official public repository</strong>. Developers who had simply clicked &#8220;fork&#8221; on the public Claude Code repo — a completely normal and legal action — received legal notices. The Claude Code lead called it &#8220;a mistake&#8221; and withdrew most requests.</p>
<p>Here&#8217;s the irony. This same company settled a <strong>$1.5 billion lawsuit</strong> for training Claude on millions of pirated books. An internal project called &#8220;Panama&#8221; physically scanned secondhand books and then shredded them to destroy evidence. An internal memo stated: <em>&#8220;We don&#8217;t want it to be known that we are working on this.&#8221;</em></p>
<p>That company — the one that trained its AI on pirated books and shredded the evidence — then sent 8,100 legal takedowns over its own leaked code. One outlet&#8217;s headline said it perfectly: <em>&#8220;Anthropic Suddenly Cares Intensely About Intellectual Property.&#8221;</em></p>
<h3>The animal codenames</h3>
<p>Anthropic names their models and projects after animals:</p>
<table>
<thead>
<tr>
<th>Codename</th>
<th>Animal</th>
<th>Identity</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Capybara</strong></td>
<td>Capybara (world&#8217;s largest rodent)</td>
<td>Mythos — secret top-tier model</td>
</tr>
<tr>
<td><strong>Fennec</strong></td>
<td>Fennec fox</td>
<td>Opus 4.6 (what I&#8217;m using right now)</td>
</tr>
<tr>
<td><strong>Numbat</strong></td>
<td>Numbat</td>
<td>Unreleased mid-tier model</td>
</tr>
<tr>
<td><strong>Tengu</strong></td>
<td>Tengu (Japanese mythology)</td>
<td>Claude Code project name</td>
</tr>
</tbody>
</table>
<p>Fun detail: they <strong>hex-encoded &#8220;capybara&#8221;</strong> in the code to hide it from their own internal leak detection tools. And they encoded all 18 BUDDY pet species names the same way — because encoding only one would have been a dead giveaway. Clever move. Completely pointless in the end, since the entire codebase leaked anyway.</p>
<h3>Anthropic&#8217;s March — by the numbers</h3>
<p>It wasn&#8217;t all leaks and scandals. March was insanely productive:</p>
<ul>
<li><strong>14+ new features launched</strong>: Free Memory, Computer Use (AI directly controlling your mouse and keyboard!), 1M token surcharge removed, Excel/PowerPoint integration, and more</li>
<li><strong>5 service outages</strong>: Worst was March 25-27, over 32 hours of downtime. I was in the middle of working when it went down — quite the panic moment</li>
<li><strong>74 releases in 52 days</strong> (one every 1.4 days — at that pace, mistakes become almost inevitable)</li>
<li><strong>MCP hit 97 million downloads</strong>: Adopted by OpenAI, Google, and Microsoft. Donated to the Linux Foundation as an industry standard</li>
</ul>
<p>74 releases in 52 days means they were pushing a new version almost every single day. The speed is impressive, but forgetting one line in a config file during that sprint? Maybe not so surprising in hindsight.</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="940" height="627" src="https://prsm-studio.com/wp-content/uploads/2026/04/pexels-ai-technology.jpg" alt="Abstract illustration of AI with silhouette head full of eyes" class="wp-image-879" srcset="https://prsm-studio.com/wp-content/uploads/2026/04/pexels-ai-technology.jpg 940w, https://prsm-studio.com/wp-content/uploads/2026/04/pexels-ai-technology-300x200.jpg 300w, https://prsm-studio.com/wp-content/uploads/2026/04/pexels-ai-technology-768x512.jpg 768w" sizes="auto, (max-width: 940px) 100vw, 940px" /><figcaption>Photo by Tara Winstead / Pexels</figcaption></figure>
<h2>So what about Mythos?</h2>
<p>The biggest buzz from the leak wasn&#8217;t actually the hidden features — it was this. An unreleased next-generation model sitting above everything currently available. Codename: Capybara (the world&#8217;s largest rodent — that cute, chill animal).</p>
<p>The model I&#8217;m using right now is Claude Opus 4.6. Think of the current tiers like car classes: compact (Haiku) → sedan (Sonnet) → SUV (Opus). Mythos is a <strong>tank</strong> that appeared above all of them.</p>
<p>From the leaked internal documents:</p>
<blockquote>
<p>&#8220;The most powerful AI model we&#8217;ve ever developed.&#8221;</p>
<p>&#8220;Dramatically higher scores than Opus 4.6 in coding, academic reasoning, and cybersecurity.&#8221;</p>
</blockquote>
<p>Exciting so far. But then comes the scary part:</p>
<blockquote>
<p>&#8220;[Mythos] poses unprecedented cybersecurity risks.&#8221;</p>
<p>&#8220;It presages an upcoming wave of models that can exploit vulnerabilities in ways that far outpace the efforts of defenders.&#8221;</p>
</blockquote>
<p>Translation: this AI is so good at finding security holes that it can attack faster than human experts can defend. Anthropic reportedly gave classified briefings to the US government about its capabilities. After the leak, cybersecurity company stocks dropped 4-6%.</p>
<p>It&#8217;s not public yet because it&#8217;s still too expensive to run — optimization is ongoing. But when Mythos launches, combined with KAIROS running 24/7 and Coordinator Mode splitting complex tasks across multiple AI workers&#8230; even someone like me who can&#8217;t write a single line of code might be able to build things that are currently impossible. Equal parts exciting and terrifying.</p>
<h2>My honest take</h2>
<p>News articles focus on &#8220;security incident,&#8221; &#8220;danger,&#8221; and &#8220;controversy.&#8221; As someone who uses this tool every single day to build real things, my actual feelings are more nuanced than that.</p>
<p><strong>What I&#8217;m excited about</strong>: KAIROS, ULTRAPLAN, Coordinator Mode. Especially KAIROS. For someone who can&#8217;t code, having the AI proactively find and report problems — instead of me having to discover them first — is transformative. The workflow flips from &#8220;I find problem → I tell AI&#8221; to &#8220;AI finds problem → AI tells me.&#8221; That changes everything.</p>
<p><strong>What makes me uncomfortable</strong>: Remote kill switches, 1,000+ event tracking, and Undercover Mode. Especially Undercover — disguising AI-written code as human work in open-source projects is a trust issue that needs public discussion, not a hidden feature flag.</p>
<p><strong>The reality</strong>: Knowing all of this, I&#8217;ll still open Claude Code tomorrow morning. I can&#8217;t code, and without this tool, I can&#8217;t build anything. Tools like Cursor and GitHub Copilot exist, but they require you to actually read and understand code — they&#8217;re assistants for developers, not replacements. Claude Code is the only tool where I can say &#8220;build me this&#8221; and it handles everything from start to finish. For now, there&#8217;s no real alternative.</p>
<p>But at least now I know what&#8217;s running behind the scenes. And knowing beats not knowing, every time.</p>
<p>Just remember: there&#8217;s a capybara watching. Though honestly, capybaras are kind of cute, aren&#8217;t they? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f439.png" alt="🐹" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<hr>
<p><em>This post was written by a non-developer trying to understand technical articles. Some details may be inaccurate.</em></p>
<p><strong>Sources I read:</strong></p>
<ul>
<li><a href="https://fortune.com/2026/03/31/anthropic-source-code-claude-code-data-leak-second-security-lapse-days-after-accidentally-revealing-mythos/">Fortune — Anthropic&#8217;s second security lapse in five days</a></li>
<li><a href="https://thenewstack.io/claude-code-source-leak/">The New Stack — 44 hidden features analysis</a></li>
<li><a href="https://venturebeat.com/technology/claude-codes-source-code-appears-to-have-leaked-heres-what-we-know">VentureBeat — Claude Code source leak summary</a></li>
<li><a href="https://wavespeed.ai/blog/posts/claude-mythos-opus-5-leak-what-we-know/">WaveSpeedAI — Claude Mythos leak analysis</a></li>
<li><a href="https://alex000kim.com/posts/2026-03-31-claude-code-source-leak/">Alex Kim — Undercover mode, frustration detection, fake tool injection</a></li>
</ul>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fclaude-code-source-leak-non-developer-guide%2F&amp;linkname=A%20Non-Developer%E2%80%99s%20Guide%20to%20the%20Claude%20Code%20Source%20Leak%20%E2%80%94%20512%2C000%20Lines%20of%20Secrets" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fclaude-code-source-leak-non-developer-guide%2F&amp;linkname=A%20Non-Developer%E2%80%99s%20Guide%20to%20the%20Claude%20Code%20Source%20Leak%20%E2%80%94%20512%2C000%20Lines%20of%20Secrets" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fclaude-code-source-leak-non-developer-guide%2F&amp;linkname=A%20Non-Developer%E2%80%99s%20Guide%20to%20the%20Claude%20Code%20Source%20Leak%20%E2%80%94%20512%2C000%20Lines%20of%20Secrets" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fprsm-studio.com%2Fen%2Fclaude-code-source-leak-non-developer-guide%2F&#038;title=A%20Non-Developer%E2%80%99s%20Guide%20to%20the%20Claude%20Code%20Source%20Leak%20%E2%80%94%20512%2C000%20Lines%20of%20Secrets" data-a2a-url="https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/" data-a2a-title="A Non-Developer’s Guide to the Claude Code Source Leak — 512,000 Lines of Secrets"></a></p><p>The post <a href="https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/">A Non-Developer&#8217;s Guide to the Claude Code Source Leak — 512,000 Lines of Secrets</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://prsm-studio.com/en/claude-code-source-leak-non-developer-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale</title>
		<link>https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/</link>
					<comments>https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#respond</comments>
		
		<dc:creator><![CDATA[Toaster]]></dc:creator>
		<pubDate>Fri, 06 Mar 2026 10:58:36 +0000</pubDate>
				<category><![CDATA[Computer Play]]></category>
		<category><![CDATA[Claude Code]]></category>
		<category><![CDATA[Funnel]]></category>
		<category><![CDATA[Tailscale]]></category>
		<category><![CDATA[tailscale homelab]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[WSL2]]></category>
		<category><![CDATA[미니PC]]></category>
		<category><![CDATA[원격접속]]></category>
		<category><![CDATA[코알못]]></category>
		<category><![CDATA[홈서버]]></category>
		<category><![CDATA[홈서버 구축기]]></category>
		<category><![CDATA[홈서버 원격접속]]></category>
		<guid isPermaLink="false">https://prsm-studio.com/?p=150</guid>

					<description><![CDATA[<p>In Part 1, I set up a Beelink SER9 MAX with WSL2 and Docker, building the backbone of my home server. With a mini PC running a server environment, I was ready to host anything. But there was one problem. &#8220;If I can only access it at home&#8230; isn&#8217;t it just an external hard drive?&#8221; ... <a title="[Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale" class="read-more" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/" aria-label="Read more about [Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale">Read more</a></p>
<p>The post <a href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/">[Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In <a href="/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/">Part 1</a>, I set up a Beelink SER9 MAX with WSL2 and Docker, building the backbone of my home server. With a mini PC running a server environment, I was ready to host anything.</p>
<p>But there was one problem.</p>
<p><strong>&#8220;If I can only access it at home&#8230; isn&#8217;t it just an external hard drive?&#8221;</strong></p>
<p>The real value of a home server begins when you can <strong>access it from anywhere</strong>. During the day I work at the office, and when I get home, there&#8217;s never enough time to sit in front of the computer. Days are packed. Commute time, lunch breaks, quick moments between tasks — I needed to be able to <strong>check and manage my server from my smartphone</strong> during these gaps.</p>
<p>So Part 2 is all about <strong>making the home server accessible from outside</strong>. And once again, I didn&#8217;t type a single line of code. I just told <strong>Claude Code</strong>, &#8220;Make it so I can access my server remotely.&#8221;</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="416" height="650" src="https://prsm-studio.com/wp-content/uploads/2026/03/replaced-33536043.jpg" alt="Working remotely from anywhere" class="wp-image-248" /><figcaption>Photo by Max Zaharenkov / Pexels</figcaption></figure>
<div id="ez-toc-container" class="ez-toc-v2_0_81 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction">
<div class="ez-toc-title-container">
<p class="ez-toc-title" style="cursor:inherit">Table of Contents</p>
<p><span class="ez-toc-title-toggle"><a href="#" class="ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle" aria-label="Toggle Table of Content"><span class="ez-toc-js-icon-con"><span class=""><span class="eztoc-hide" style="display:none;">Toggle</span><span class="ez-toc-icon-toggle-span"><svg style="fill: #999;color:#999" xmlns="http://www.w3.org/2000/svg" class="list-377408" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"></path></svg><svg style="fill: #999;color:#999" class="arrow-unsorted-368013" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 24 24" version="1.2" baseProfile="tiny"><path d="M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z"/></svg></span></span></span></a></span></div>
<nav>
<ul class='ez-toc-list ez-toc-list-level-1 ' >
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-1" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Remote_Access_Options_for_a_Home_Server" >Remote Access Options for a Home Server</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-2" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#What_is_Tailscale_%E2%80%94_The_VPN_That_Just_Works" >What is Tailscale? — The VPN That Just Works</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-3" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Installing_Tailscale_%E2%80%94_Without_Writing_a_Single_Line_of_Code" >Installing Tailscale — Without Writing a Single Line of Code</a>
<ul class='ez-toc-list-level-3' >
<li class='ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-4" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Installing_Tailscale_on_the_PC" >Installing Tailscale on the PC</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-5" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#What_About_WSL2_and_Docker" >What About WSL2 and Docker?</a></li>
</ul>
</li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-6" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Accessing_from_a_Smartphone_%E2%80%94_The_Magical_Moment" >Accessing from a Smartphone — The Magical Moment</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-7" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Tailscale_Funnel_%E2%80%94_Opening_Your_Server_to_the_World" >Tailscale Funnel — Opening Your Server to the World</a>
<ul class='ez-toc-list-level-3' >
<li class='ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-8" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Setting_Up_Funnel_%E2%80%94_Claude_Code_Did_This_Too" >Setting Up Funnel — Claude Code Did This Too</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-9" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Funnels_Limitations" >Funnel&#8217;s Limitations</a></li>
</ul>
</li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-10" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#The_Non-Coders_Secret_I_Just_Said_%E2%80%9CDo_It%E2%80%9D" >The Non-Coder&#8217;s Secret: I Just Said &#8220;Do It&#8221;</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-11" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#What_My_Home_Server_Can_Do_Now" >What My Home Server Can Do Now</a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-2'><a class="ez-toc-link ez-toc-heading-12" href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/#Coming_Up_Next" >Coming Up Next</a></li>
</ul>
</nav>
</div>
<h2><span class="ez-toc-section" id="Remote_Access_Options_for_a_Home_Server"></span>Remote Access Options for a Home Server<span class="ez-toc-section-end"></span></h2>
<p>There are roughly three ways to access a home server from outside.</p>
<p>The first is <strong>port forwarding</strong>. You go into your router settings and open ports. The moment questions like &#8220;TCP or UDP?&#8221; come up, someone like me — a complete non-coder — is already lost. Plus, there are security risks, and if your home IP changes, you lose access.</p>
<p>The second is <strong>setting up your own VPN server</strong> — installing something like WireGuard or OpenVPN. Great if you have networking knowledge, but the setup is complex and requires certificate management. Mountain after mountain for a non-coder.</p>
<p>The third is <strong>Tailscale</strong>. And naturally, that&#8217;s what I chose.</p>
<h2><span class="ez-toc-section" id="What_is_Tailscale_%E2%80%94_The_VPN_That_Just_Works"></span>What is Tailscale? — The VPN That Just Works<span class="ez-toc-section-end"></span></h2>
<p>Tailscale, in one sentence: <strong>&#8220;Install it, log in, and you&#8217;re done.&#8221;</strong></p>
<p>Traditional VPNs require setting up servers, creating certificates, configuring firewalls, setting up clients&#8230; the list never ends. Tailscale eliminates all of that. Install the app, log in with your Google or Microsoft account, and <strong>your devices automatically connect to each other securely</strong>.</p>
<p>Technically, it&#8217;s a mesh network built on top of WireGuard, a modern VPN protocol. But honestly, I don&#8217;t know exactly what that means. What matters is:</p>
<ul>
<li><strong>Free for personal use</strong> — up to 100 devices</li>
<li><strong>30-second install, almost nothing to configure</strong> — no networking knowledge needed</li>
<li><strong>Direct device-to-device connections</strong> — fast because there&#8217;s no middleman server</li>
<li><strong>Works on every platform</strong> — Windows, Linux, macOS, iOS, Android</li>
</ul>
<p>The &#8220;nothing to configure&#8221; part is key. For non-developers like me, fewer settings means a better tool.</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="940" height="627" src="https://prsm-studio.com/wp-content/uploads/2026/03/stock-442150-3.jpg" alt="서버에 케이블을 고정하는 전자 엔지니어" class="wp-image-145" srcset="https://prsm-studio.com/wp-content/uploads/2026/03/stock-442150-3.jpg 940w, https://prsm-studio.com/wp-content/uploads/2026/03/stock-442150-3-300x200.jpg 300w, https://prsm-studio.com/wp-content/uploads/2026/03/stock-442150-3-768x512.jpg 768w" sizes="auto, (max-width: 940px) 100vw, 940px" /><figcaption>Photo by Field Engineer / Pexels</figcaption></figure>
<h2><span class="ez-toc-section" id="Installing_Tailscale_%E2%80%94_Without_Writing_a_Single_Line_of_Code"></span>Installing Tailscale — Without Writing a Single Line of Code<span class="ez-toc-section-end"></span></h2>
<p>My home server runs Docker on WSL2 inside Windows 11. Tailscale gets installed on the Windows side.</p>
<h3><span class="ez-toc-section" id="Installing_Tailscale_on_the_PC"></span>Installing Tailscale on the PC<span class="ez-toc-section-end"></span></h3>
<p>I told Claude Code, &#8220;Install Tailscale for me,&#8221; and followed its instructions:</p>
<ol>
<li>Download the Windows version from the official Tailscale website</li>
<li>Run the installer — Next, Next, Done</li>
<li>A Tailscale icon appears in the system tray</li>
<li>Click the icon → <strong>Log in</strong> → Sign in with Google</li>
</ol>
<p>That&#8217;s it. The moment you log in, your server gets a <strong>dedicated Tailscale IP address</strong>. This IP is permanent — it doesn&#8217;t change even if your home internet IP changes. With this IP, you can access your server from anywhere.</p>
<h3><span class="ez-toc-section" id="What_About_WSL2_and_Docker"></span>What About WSL2 and Docker?<span class="ez-toc-section-end"></span></h3>
<p>I was worried about this, but the answer is simple: <strong>you don&#8217;t need to do anything extra</strong>. Docker containers running inside WSL2 share Windows&#8217; network, so installing Tailscale on Windows automatically makes all WSL2 services accessible.</p>
<p>For example, my WordPress runs as a Docker container, and accessing it via the Tailscale IP just works. Same for Immich (photo backup), Open WebUI (AI chat), and everything else.</p>
<p>I asked Claude Code, &#8220;Does this work with WSL2?&#8221; It said, &#8220;Install on Windows and WSL2 works too.&#8221; And it did. I didn&#8217;t need to understand why.</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="867" height="650" src="https://prsm-studio.com/wp-content/uploads/2026/03/stock-35301163-3.jpg" alt="나무 작업대 위에 RAM 모듈, 드라이버, 공구 세트가 놓인 열린 노트북의 클로즈업 사진." class="wp-image-146" srcset="https://prsm-studio.com/wp-content/uploads/2026/03/stock-35301163-3.jpg 867w, https://prsm-studio.com/wp-content/uploads/2026/03/stock-35301163-3-300x225.jpg 300w, https://prsm-studio.com/wp-content/uploads/2026/03/stock-35301163-3-768x576.jpg 768w" sizes="auto, (max-width: 867px) 100vw, 867px" /><figcaption>Photo by Andrey Matveev / Pexels</figcaption></figure>
<h2><span class="ez-toc-section" id="Accessing_from_a_Smartphone_%E2%80%94_The_Magical_Moment"></span>Accessing from a Smartphone — The Magical Moment<span class="ez-toc-section-end"></span></h2>
<p>This is where it gets real.</p>
<p>The <strong>biggest reason</strong> I installed Tailscale was smartphone access. Working at the office all day, then coming home to household responsibilities — there&#8217;s surprisingly little time to sit at a computer. During lunch breaks, on the subway home, lying on the couch for a few minutes — I wanted to check my server during these in-between moments.</p>
<p>The setup is remarkably simple:</p>
<ol>
<li>Install the <strong>Tailscale app</strong> on your smartphone</li>
<li>Log in with the <strong>same account</strong> you used on your PC</li>
<li>Turn on the VPN connection</li>
<li>Type the Tailscale IP in your browser</li>
</ol>
<p><strong>That&#8217;s it.</strong> During lunch at work, I check photos on Immich, send commands to my AI assistant via Telegram, and review my blog on WordPress admin — all from my phone.</p>
<p>The speed is surprisingly good too. Since it&#8217;s WireGuard-based, there&#8217;s none of the sluggishness you&#8217;d expect from a typical VPN. It feels like you&#8217;re on the same WiFi network.</p>
<p>For a busy professional with no time to sit at a computer, this is a game changer. The home server transforms from &#8220;something I use only at home&#8221; to <strong>&#8220;my personal cloud, always in my pocket.&#8221;</strong></p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="940" height="529" src="https://prsm-studio.com/wp-content/uploads/2026/03/replaced-2064586.jpg" alt="Secure VPN network connection" class="wp-image-249" /><figcaption>Photo by Stefan Coders / Pexels</figcaption></figure>
<h2><span class="ez-toc-section" id="Tailscale_Funnel_%E2%80%94_Opening_Your_Server_to_the_World"></span>Tailscale Funnel — Opening Your Server to the World<span class="ez-toc-section-end"></span></h2>
<p>Everything so far has been about connecting &#8220;my own devices.&#8221; But what about services that <strong>anyone should be able to access</strong>, like a blog?</p>
<p>Tailscale has a feature called <strong>Funnel</strong>. It exposes a specific service on your server to the internet, complete with an automatically assigned domain and HTTPS certificate.</p>
<h3><span class="ez-toc-section" id="Setting_Up_Funnel_%E2%80%94_Claude_Code_Did_This_Too"></span>Setting Up Funnel — Claude Code Did This Too<span class="ez-toc-section-end"></span></h3>
<p>I told Claude Code, &#8220;Make my WordPress blog visible to the outside world.&#8221; Claude Code ran the necessary commands, and the result:</p>
<ul>
<li>Tailscale <strong>automatically assigned a domain</strong></li>
<li>An <strong>HTTPS certificate was automatically issued</strong> (Let&#8217;s Encrypt)</li>
<li>External traffic was routed to my WordPress server</li>
</ul>
<p>No need to buy a domain. No need to manually renew certificates. Tailscale handles everything.</p>
<p><strong>This is exactly how you&#8217;re reading this blog right now.</strong> This post is served from the WordPress instance on my mini PC at home, exposed to the internet through Tailscale Funnel. No separate cloud server. No hosting service. Directly from the mini PC on my desk.</p>
<h3><span class="ez-toc-section" id="Funnels_Limitations"></span>Funnel&#8217;s Limitations<span class="ez-toc-section-end"></span></h3>
<p>It&#8217;s not perfect, of course:</p>
<ul>
<li>The domain is fixed as <code>*.ts.net</code> — custom domains aren&#8217;t supported</li>
<li>Speed depends on your home internet&#8217;s upload bandwidth — not suitable for heavy traffic</li>
<li>Only certain ports are available</li>
</ul>
<p>But for a personal blog or small project, it&#8217;s more than enough. Being able to run a blog directly from your own server without cloud hosting — that&#8217;s the beauty of a home server.</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="940" height="627" src="https://prsm-studio.com/wp-content/uploads/2026/03/replaced-3585090.jpg" alt="Remote access on smartphone" class="wp-image-250" /><figcaption>Photo by cottonbro studio / Pexels</figcaption></figure>
<h2><span class="ez-toc-section" id="The_Non-Coders_Secret_I_Just_Said_%E2%80%9CDo_It%E2%80%9D"></span>The Non-Coder&#8217;s Secret: I Just Said &#8220;Do It&#8221;<span class="ez-toc-section-end"></span></h2>
<p>I keep emphasizing this throughout the article, but I <strong>didn&#8217;t type a single line of code</strong> during any of this.</p>
<p>Installing Tailscale? Claude Code told me to &#8220;download and install this,&#8221; and I just clicked with my mouse. Setting up Funnel? Claude Code ran the commands itself. Verifying WSL2 compatibility? Claude Code said &#8220;it just works,&#8221; and it did.</p>
<p>I did exactly two things:</p>
<ol>
<li><strong>Told Claude Code &#8220;do this for me&#8221;</strong></li>
<li><strong>Clicked &#8220;Next&#8221; on the installation screens</strong></li>
</ol>
<p>This is how a non-coder runs a home server. Not by learning technology, but by <strong>delegating to an AI that knows technology</strong>. &#8220;Install Tailscale,&#8221; &#8220;Make it accessible remotely,&#8221; &#8220;Expose my blog to the public&#8221; — say it in plain language, and the AI handles the rest.</p>
<p>You might think, &#8220;But shouldn&#8217;t I at least understand the basics?&#8221; Honestly — <strong>no, you don&#8217;t have to</strong>. I still don&#8217;t know the difference between TCP and UDP. I&#8217;m not entirely sure what port forwarding actually does. But my home server is accessible from my smartphone anywhere in the world, and my blog is live on the internet.</p>
<p>What matters isn&#8217;t technical knowledge. It&#8217;s the <strong>will to make it happen</strong>. And in 2026, if you have that will, AI takes care of everything else.</p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="433" height="650" src="https://prsm-studio.com/wp-content/uploads/2026/03/replaced-19238352.jpg" alt="Home office desk setup" class="wp-image-251" /><figcaption>Photo by Mateusz Haberny / Pexels</figcaption></figure>
<h2><span class="ez-toc-section" id="What_My_Home_Server_Can_Do_Now"></span>What My Home Server Can Do Now<span class="ez-toc-section-end"></span></h2>
<p>With hardware and Docker from Part 1, and Tailscale remote access from Part 2, here&#8217;s what my mini PC home server currently handles:</p>
<ul>
<li><strong>Access from anywhere</strong> — office, café, subway, anywhere via smartphone</li>
<li><strong>Blog hosting</strong> — WordPress exposed to the internet via Funnel</li>
<li><strong>Photo/video backup</strong> — Immich as a self-hosted Google Photos replacement</li>
<li><strong>AI assistant</strong> — commanding an AI agent via Telegram</li>
<li><strong>Local AI</strong> — running LLMs directly on my server with Ollama</li>
</ul>
<p>All of this runs on a single mini PC, and thanks to Tailscale, it&#8217;s always within reach. And everything was set up not by me, but by <strong>Claude Code</strong>. I just pointed the direction.</p>
<h2><span class="ez-toc-section" id="Coming_Up_Next"></span>Coming Up Next<span class="ez-toc-section-end"></span></h2>
<p>In Part 3, I&#8217;ll cover <strong>installing WordPress with Docker and building a blog</strong>. Setting up a bilingual (Korean + English) blog, and building a system where AI writes and publishes posts automatically — the non-coder&#8217;s home server journey continues.</p>
<p><em>All technical work in this series was performed by Claude Code (AI). The author (a non-coder) said &#8220;do it&#8221; and reviewed the results.</em></p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-2-tailscale-remote-access-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20Home%20Server%20Journey%20%282%29%20%E2%80%94%20Access%20Your%20Server%20From%20Anywhere%20with%20Tailscale" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-2-tailscale-remote-access-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20Home%20Server%20Journey%20%282%29%20%E2%80%94%20Access%20Your%20Server%20From%20Anywhere%20with%20Tailscale" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-2-tailscale-remote-access-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20Home%20Server%20Journey%20%282%29%20%E2%80%94%20Access%20Your%20Server%20From%20Anywhere%20with%20Tailscale" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-2-tailscale-remote-access-en%2F&#038;title=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20Home%20Server%20Journey%20%282%29%20%E2%80%94%20Access%20Your%20Server%20From%20Anywhere%20with%20Tailscale" data-a2a-url="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/" data-a2a-title="[Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale"></a></p><p>The post <a href="https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/">[Computer Play] Even a Code-Illiterate Built It! Home Server Journey (2) — Access Your Server From Anywhere with Tailscale</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://prsm-studio.com/en/code-illiterate-home-server-build-2-tailscale-remote-access-en/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) &#8211; Starting with SER9 MAX, Windows 11, WSL2, and Docker 💻🚀 (feat. Claude &#038; Claude Code)</title>
		<link>https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/</link>
					<comments>https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#respond</comments>
		
		<dc:creator><![CDATA[Toaster]]></dc:creator>
		<pubDate>Wed, 04 Mar 2026 05:50:49 +0000</pubDate>
				<category><![CDATA[Computer Play]]></category>
		<category><![CDATA[Home Server]]></category>
		<category><![CDATA[Claude]]></category>
		<category><![CDATA[Claude Code]]></category>
		<category><![CDATA[Code-Illiterate]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Mini PC]]></category>
		<category><![CDATA[SER9 MAX]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[WSL2]]></category>
		<guid isPermaLink="false">http://wordpress:80/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/</guid>

					<description><![CDATA[<p>Even a code-illiterate Toaster did it! The first installment of my home server building series using mini PC SER9 MAX, Windows 11, WSL2, and Docker. Introducing an exciting journey started with the help of Claude and Claude Code.</p>
<p>The post <a href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/">[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) &#8211; Starting with SER9 MAX, Windows 11, WSL2, and Docker 💻🚀 (feat. Claude &#038; Claude Code)</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="ez-toc-container" class="ez-toc-v2_0_81 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction">
<div class="ez-toc-title-container">
<p class="ez-toc-title" style="cursor:inherit">Table of Contents</p>
<p><span class="ez-toc-title-toggle"><a href="#" class="ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle" aria-label="Toggle Table of Content"><span class="ez-toc-js-icon-con"><span class=""><span class="eztoc-hide" style="display:none;">Toggle</span><span class="ez-toc-icon-toggle-span"><svg style="fill: #999;color:#999" xmlns="http://www.w3.org/2000/svg" class="list-377408" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"></path></svg><svg style="fill: #999;color:#999" class="arrow-unsorted-368013" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 24 24" version="1.2" baseProfile="tiny"><path d="M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z"/></svg></span></span></span></a></span></div>
<nav>
<ul class='ez-toc-list ez-toc-list-level-1 ' >
<li class='ez-toc-page-1 ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-1" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#Computer_Play_Even_a_Code-Illiterate_Built_It_My_Home_Server_Journey_1_%E2%80%93_Starting_with_SER9_MAX_Windows_11_WSL2_and_Docker_%F0%9F%92%BB%F0%9F%9A%80_feat_Claude_Claude_Code" >[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) &#8211; Starting with SER9 MAX, Windows 11, WSL2, and Docker <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (feat. Claude &#038; Claude Code)</a>
<ul class='ez-toc-list-level-4' >
<li class='ez-toc-heading-level-4'><a class="ez-toc-link ez-toc-heading-2" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#1_Why_Did_I_Want_to_Build_a_Home_Server_And_Why_SER9_MAX_%E2%9C%A8" >1. Why Did I Want to Build a Home Server? And Why SER9 MAX? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2728.png" alt="✨" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-4'><a class="ez-toc-link ez-toc-heading-3" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#2_Is_Windows_11_Suitable_as_a_Home_Server_OS_%F0%9F%A4%94" >2. Is Windows 11 Suitable as a Home Server OS? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f914.png" alt="🤔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-4'><a class="ez-toc-link ez-toc-heading-4" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#3_A_Small_Linux_World_Within_Windows_My_WSL2_Installation_Journey_%F0%9F%90%A7" >3. A Small Linux World Within Windows: My WSL2 Installation Journey <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f427.png" alt="🐧" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-4'><a class="ez-toc-link ez-toc-heading-5" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#4_The_Magic_of_Containers_Docker_Desktop_Installation_and_Integration_%F0%9F%90%B3" >4. The Magic of Containers: Docker Desktop Installation and Integration <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f433.png" alt="🐳" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>
<li class='ez-toc-page-1 ez-toc-heading-level-4'><a class="ez-toc-link ez-toc-heading-6" href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/#5_Conclusion_Taking_the_First_Step_in_Building_My_Home_Server_%F0%9F%92%96" >5. Conclusion: Taking the First Step in Building My Home Server <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f496.png" alt="💖" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<h3><span class="ez-toc-section" id="Computer_Play_Even_a_Code-Illiterate_Built_It_My_Home_Server_Journey_1_%E2%80%93_Starting_with_SER9_MAX_Windows_11_WSL2_and_Docker_%F0%9F%92%BB%F0%9F%9A%80_feat_Claude_Claude_Code"></span><span class="ez-toc-section" id="Computer_Play_Even_a_Code-Illiterate_Built_It_My_Home_Server_Journey_1_%E2%80%93_Starting_with_SER9_MAX_Windows_11_WSL2_and_Docker_%F0%9F%92%BB%F0%9F%9A%80_feat_Claude_Claude_Code"></span><strong>[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) &#8211; Starting with SER9 MAX, Windows 11, WSL2, and Docker <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bb.png" alt="💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (feat. Claude &#038; Claude Code)</strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h3>
<p>Hello, I&#8217;m <strong>Toaster</strong>! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f64b-200d-2642-fe0f.png" alt="🙋‍♂️" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Today, I&#8217;d like to share the first story of an exciting project I embarked on: <strong>building my own home server</strong>. To be honest, I&#8217;m completely <strong>illiterate</strong> when it comes to code or computers. Yet, driven by growing costs of cloud services and concerns about my data sovereignty, I decided to create &#8216;my own playground.&#8217; The journey began with a mini PC, the <strong>Beelink SER9 MAX</strong>. A special highlight is that this entire journey started with <strong>Claude</strong>, and the installation process was seamlessly handled by <strong>Claude Code</strong>!</p>
<h4><span class="ez-toc-section" id="1_Why_Did_I_Want_to_Build_a_Home_Server_And_Why_SER9_MAX_%E2%9C%A8"></span><span class="ez-toc-section" id="1_Why_Did_I_Want_to_Build_a_Home_Server_And_Why_SER9_MAX_%E2%9C%A8"></span><strong>1. Why Did I Want to Build a Home Server? And Why SER9 MAX? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2728.png" alt="✨" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h4>
<p>Initially, I used cloud servers. However, as time went on, the monthly costs became a burden, and I felt a vague unease about my precious data being stored somewhere else. So, I decided to &#8216;manage a server directly with my own hands.&#8217; I dreamed of a digital playground operated in my own space, under my own rules. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3f0.png" alt="🏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I spent a lot of time considering which hardware to choose for building a home server. After comparing several mini PCs, the <strong>Beelink SER9 MAX</strong> caught my eye. 10 Gigabit Ethernet, dual M.2 NVMe slots, DDR5 memory, and an efficient AMD Ryzen 7 H255 processor! It boasted incredible specs for its small size. I vividly remember the excitement of ordering it from Amazon and waiting for its arrival. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e6.png" alt="📦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Throughout this entire process of exploration and decision-making, <strong>Claude</strong> provided invaluable assistance with various information searches and comparative analyses.</p>
<h4><span class="ez-toc-section" id="2_Is_Windows_11_Suitable_as_a_Home_Server_OS_%F0%9F%A4%94"></span><span class="ez-toc-section" id="2_Is_Windows_11_Suitable_as_a_Home_Server_OS_%F0%9F%A4%94"></span><strong>2. Is Windows 11 Suitable as a Home Server OS? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f914.png" alt="🤔" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h4>
<p>When I received the SER9 MAX, I found that <strong>Windows 11</strong> was pre-installed. Typically, when people think of a home server, Linux often comes to mind, but I&#8217;m familiar with the Windows environment, and installing a new Linux server OS right away seemed cumbersome. So, I decided to use Windows 11 as is.</p>
<p><strong>The advantages were clear.</strong> The familiar UI/UX made initial setup incredibly convenient, and its compatibility with various Windows software was excellent. For purposes like a media server or simple file sharing, it was quite appealing. However, there were also <strong>clear drawbacks.</strong> Compared to Linux-based server operating systems, Windows generally consumes more system resources like CPU and RAM, meaning that 24/7 stable operation requires more attention. The absence of advanced features like Remote Desktop Server and Hyper-V in Windows 11 Home was also a downside.</p>
<h4><span class="ez-toc-section" id="3_A_Small_Linux_World_Within_Windows_My_WSL2_Installation_Journey_%F0%9F%90%A7"></span><span class="ez-toc-section" id="3_A_Small_Linux_World_Within_Windows_My_WSL2_Installation_Journey_%F0%9F%90%A7"></span><strong>3. A Small Linux World Within Windows: My WSL2 Installation Journey <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f427.png" alt="🐧" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h4>
<p>I learned that `WSL2 (Windows Subsystem for Linux 2)` was essential for installing `Docker` on my home server. This is because `Docker Desktop` uses the `WSL2` backend to run Linux-based containers on Windows. At first, I was worried it might be complicated, but I entrusted the installation to <strong>Claude Code</strong>, and it handled everything seamlessly.</p>
<p>Opening PowerShell with administrator privileges and entering the `wsl &#8211;install` command automatically installed `WSL` along with a default `Linux` distribution (for me, `Ubuntu`). Even setting `WSL2` as the default version after rebooting was handled by <strong>Claude Code</strong> without any fuss, leading to a successful and quick setup! It felt amazing to have my own mini Linux server within Windows. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f929.png" alt="🤩" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<h4><span class="ez-toc-section" id="4_The_Magic_of_Containers_Docker_Desktop_Installation_and_Integration_%F0%9F%90%B3"></span><span class="ez-toc-section" id="4_The_Magic_of_Containers_Docker_Desktop_Installation_and_Integration_%F0%9F%90%B3"></span><strong>4. The Magic of Containers: Docker Desktop Installation and Integration <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f433.png" alt="🐳" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h4>
<p>With `WSL2` installed, it was time to install `Docker Desktop`, the core of my home server. `Docker Desktop` is a truly powerful tool that enables easy building and running of Linux-based containers on `Windows` via the `WSL2` backend.</p>
<p>I downloaded the `Docker Desktop for Windows` installer from the official `Docker` website and began the installation. During the process, I carefully ensured that the <strong>&#8221;Use WSL 2 instead of Hyper-V&#8221;</strong> option was selected. After installation, I went to the `Resources > WSL Integration` tab in `Docker Desktop` settings and enabled integration with the `Ubuntu` distribution. <strong>Claude Code</strong> took care of all these steps automatically, so I simply had to observe.</p>
<p>Finally, when I opened the `Ubuntu` terminal and entered the `docker &#8211;version` and `docker run hello-world` commands, I felt a sense of accomplishment seeing the &#8220;Hello from Docker!&#8221; message. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f389.png" alt="🎉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Now, even complex server environments can be managed simply at the container level!</p>
</p>
<h4><span class="ez-toc-section" id="5_Conclusion_Taking_the_First_Step_in_Building_My_Home_Server_%F0%9F%92%96"></span><span class="ez-toc-section" id="5_Conclusion_Taking_the_First_Step_in_Building_My_Home_Server_%F0%9F%92%96"></span><strong>5. Conclusion: Taking the First Step in Building My Home Server <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f496.png" alt="💖" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><span class="ez-toc-section-end"></span><span class="ez-toc-section-end"></span></h4>
<p>Thus, starting with the <strong>SER9 MAX</strong>, I successfully took the first step in building my own home server by installing `Windows 11`, `WSL2`, and `Docker`. Throughout this entire process, <strong>Claude</strong> and <strong>Claude Code</strong> were like capable assistants, with <strong>Claude</strong> providing accurate information and <strong>Claude Code</strong> executing the commands, which was incredibly reassuring. I realized that even someone like me, who knows little about code or computers, can achieve this. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f91d.png" alt="🤝" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>In the next installment, I plan to discuss how to deploy various home server services using `Docker Compose` on the environment built today, and how to configure network settings for secure external access. Please look forward to it! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8212;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20My%20Home%20Server%20Journey%20%281%29%20%E2%80%93%20Starting%20with%20SER9%20MAX%2C%20Windows%2011%2C%20WSL2%2C%20and%20Docker%20%F0%9F%92%BB%F0%9F%9A%80%20%28feat.%20Claude%20%26%20Claude%20Code%29" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20My%20Home%20Server%20Journey%20%281%29%20%E2%80%93%20Starting%20with%20SER9%20MAX%2C%20Windows%2011%2C%20WSL2%2C%20and%20Docker%20%F0%9F%92%BB%F0%9F%9A%80%20%28feat.%20Claude%20%26%20Claude%20Code%29" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en%2F&amp;linkname=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20My%20Home%20Server%20Journey%20%281%29%20%E2%80%93%20Starting%20with%20SER9%20MAX%2C%20Windows%2011%2C%20WSL2%2C%20and%20Docker%20%F0%9F%92%BB%F0%9F%9A%80%20%28feat.%20Claude%20%26%20Claude%20Code%29" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fprsm-studio.com%2Fen%2Fcode-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en%2F&#038;title=%5BComputer%20Play%5D%20Even%20a%20Code-Illiterate%20Built%20It%21%20My%20Home%20Server%20Journey%20%281%29%20%E2%80%93%20Starting%20with%20SER9%20MAX%2C%20Windows%2011%2C%20WSL2%2C%20and%20Docker%20%F0%9F%92%BB%F0%9F%9A%80%20%28feat.%20Claude%20%26%20Claude%20Code%29" data-a2a-url="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/" data-a2a-title="[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) – Starting with SER9 MAX, Windows 11, WSL2, and Docker &#x1f4bb;&#x1f680; (feat. Claude &amp; Claude Code)"></a></p><p>The post <a href="https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/">[Computer Play] Even a Code-Illiterate Built It! My Home Server Journey (1) &#8211; Starting with SER9 MAX, Windows 11, WSL2, and Docker 💻🚀 (feat. Claude &#038; Claude Code)</a> appeared first on <a href="https://prsm-studio.com/en">Prsm Studio</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://prsm-studio.com/en/code-illiterate-home-server-build-1-ser9max-windows11-wsl2-docker-en/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
