<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Chao-Ting Chen - Software Engineer &amp; Developer</title>
		<link>https://www.chaoting.me/</link>
		<description>Welcome to my personal website. I&apos;m passionate about building elegant solutions to complex problems. Explore my thoughts on software development, projects, and more.</description>
		<language>en</language>
		<atom:link href="https://www.chaoting.me/rss.xml" rel="self" type="application/rss+xml"/>
		<item>
			<title>Keeping User Processes Alive with loginctl</title>
			<link>https://www.chaoting.me/notes/loginctl/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/loginctl/</guid>
			<pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>What I learned about systemd-logind, user sessions, and linger after my process kept getting stopped.</description>
		</item>
		<item>
			<title>LoRA vs. Full Fine-Tuning, and What &quot;Frozen&quot; Really Means</title>
			<link>https://www.chaoting.me/notes/lora-vs-full-fine-tuning/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/lora-vs-full-fine-tuning/</guid>
			<pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>A clear look at how LoRA works, why the base model stays frozen, and when low-rank adaptation can match full fine-tuning.</description>
		</item>
		<item>
			<title>C/C++ Build Artifacts: .o, .a, and .so Files</title>
			<link>https://www.chaoting.me/notes/c-object-files/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/c-object-files/</guid>
			<pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>A breakdown of the three file types produced during C/C++ compilation — Object Files, Static Libraries, and Shared Objects</description>
		</item>
		<item>
			<title>When 1GB Isn&apos;t Enough — Learning Linux Swap</title>
			<link>https://www.chaoting.me/notes/linux-swap-memory/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/linux-swap-memory/</guid>
			<pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>How an OOM error while installing Claude taught me about swap memory on Linux.</description>
		</item>
		<item>
			<title>Removing OBS on Mac</title>
			<link>https://www.chaoting.me/notes/remove-obs-on-mac/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/remove-obs-on-mac/</guid>
			<pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Removing OBS on Mac</description>
		</item>
		<item>
			<title>My Neovim Tips</title>
			<link>https://www.chaoting.me/notes/nvim-tips/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/nvim-tips/</guid>
			<pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Neovim tips</description>
		</item>
		<item>
			<title>Why Modern LLMs Favor Decoder-Only Architectures</title>
			<link>https://www.chaoting.me/notes/why-llm-favors-decoder-only/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/why-llm-favors-decoder-only/</guid>
			<pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Why Modern LLMs Favor Decoder-Only Architectures</description>
		</item>
		<item>
			<title>My awesome-cli collection</title>
			<link>https://www.chaoting.me/notes/cli-collection/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/cli-collection/</guid>
			<pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>My CLI collection</description>
		</item>
		<item>
			<title>Archiving Commands in Unix</title>
			<link>https://www.chaoting.me/notes/cli-archive/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/cli-archive/</guid>
			<pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>zip, tar - compression and file packaging utility for Unix.</description>
		</item>
		<item>
			<title>Nvidia Driver Installation on Ubuntu</title>
			<link>https://www.chaoting.me/notes/nvidia-driver-installation-ubuntu/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/nvidia-driver-installation-ubuntu/</guid>
			<pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Installation of nvidia driver</description>
		</item>
		<item>
			<title>Intro to Q, K and V matrix in transformer</title>
			<link>https://www.chaoting.me/notes/transformer-qkv/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/transformer-qkv/</guid>
			<pubDate>Sat, 19 Jul 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Q, K and V matrix in transformer</description>
		</item>
		<item>
			<title>Golang Routing Methods and Middleware Handling</title>
			<link>https://www.chaoting.me/notes/golang-routing/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/golang-routing/</guid>
			<pubDate>Thu, 03 Apr 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>A guide to routing methods and middleware handling in Golang.</description>
		</item>
		<item>
			<title>Fast Identity Online (FIDO)</title>
			<link>https://www.chaoting.me/notes/fast-identity-online/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/fast-identity-online/</guid>
			<pubDate>Sat, 01 Feb 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Passwordless authentication with passkeys using FIDO2/WebAuthn.</description>
		</item>
		<item>
			<title>RBAC vs. ABAC</title>
			<link>https://www.chaoting.me/notes/rbac-abac/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/rbac-abac/</guid>
			<pubDate>Tue, 07 Jan 2025 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Notes on Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC).</description>
		</item>
		<item>
			<title>Daemonizing a process in C</title>
			<link>https://www.chaoting.me/notes/daemonize-process/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/daemonize-process/</guid>
			<pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>What is daemonizing a process and how to do it in C.</description>
		</item>
		<item>
			<title>Rust Enums</title>
			<link>https://www.chaoting.me/notes/rust-enums/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/rust-enums/</guid>
			<pubDate>Wed, 16 Oct 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Article about Rust Enums, including Option, Result and some manipulation examples.</description>
		</item>
		<item>
			<title>Docker Cheat Sheet</title>
			<link>https://www.chaoting.me/notes/docker-cheat-sheet/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/docker-cheat-sheet/</guid>
			<pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Docker commands and tips</description>
		</item>
		<item>
			<title>Android VSYNC</title>
			<link>https://www.chaoting.me/notes/android-vsync/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/android-vsync/</guid>
			<pubDate>Sat, 31 Aug 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Android VSYNC 的運作機制</description>
		</item>
		<item>
			<title>Android Fence</title>
			<link>https://www.chaoting.me/notes/android-fence/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/android-fence/</guid>
			<pubDate>Thu, 29 Aug 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Android Fence 的運作機制</description>
		</item>
		<item>
			<title>C 的 Command Line Argument</title>
			<link>https://www.chaoting.me/notes/c-getopt/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/c-getopt/</guid>
			<pubDate>Wed, 24 Jul 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>介紹 C 的 Command Line Argument Parsing ，包括 `getopt`, `getopt_long` 和參數的定義與處理。</description>
		</item>
		<item>
			<title>BufferQueue 和 Fence 的基礎知識介紹</title>
			<link>https://www.chaoting.me/notes/bufferqueue-and-fence/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/bufferqueue-and-fence/</guid>
			<pubDate>Thu, 18 Jul 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>BufferQueue 和 Fence 是 Android Graphic 中的兩個重要機制，本文將介紹 BufferQueue 的概念與簡述 Fence 機制的運作。</description>
		</item>
		<item>
			<title>Simple back propagation in Pure Python</title>
			<link>https://www.chaoting.me/notes/simple-back-propagation/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/simple-back-propagation/</guid>
			<pubDate>Fri, 05 Jul 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>A single neuron back propagation implementation in Pure Python.</description>
		</item>
		<item>
			<title>Golang In-memory Cache</title>
			<link>https://www.chaoting.me/notes/golang-cache-implement/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/golang-cache-implement/</guid>
			<pubDate>Thu, 30 May 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Create a simple in-memory cache in Golang.</description>
		</item>
		<item>
			<title>Guide to the `curl` command</title>
			<link>https://www.chaoting.me/notes/curl-usage/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/curl-usage/</guid>
			<pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Introduction to the `curl` command.</description>
		</item>
		<item>
			<title>C++ Move Constructor</title>
			<link>https://www.chaoting.me/notes/cpp-constructors/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/cpp-constructors/</guid>
			<pubDate>Wed, 08 May 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Introduction to move constructors in C++ and a brief description of all four kinds of constructors.</description>
		</item>
		<item>
			<title>L-Value &amp; R-Value in C++</title>
			<link>https://www.chaoting.me/notes/cpp-lvalue-and-rvalue/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/cpp-lvalue-and-rvalue/</guid>
			<pubDate>Mon, 06 May 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>The difference between L-Value and R-Value in C++.</description>
		</item>
		<item>
			<title>Setting up Typescript for Express App</title>
			<link>https://www.chaoting.me/notes/setup-ts-for-express/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/setup-ts-for-express/</guid>
			<pubDate>Thu, 29 Feb 2024 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>A comprehensive guide to integrating typescript into your express.js project</description>
		</item>
		<item>
			<title>StyleX</title>
			<link>https://www.chaoting.me/notes/stylex/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/stylex/</guid>
			<pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>New styling system announced by Meta.</description>
		</item>
		<item>
			<title>Build a Custom Motion Background in NextJs</title>
			<link>https://www.chaoting.me/notes/custom-motion-background/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/custom-motion-background/</guid>
			<pubDate>Fri, 08 Dec 2023 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Build a custom motion background from scratch which run across different routes</description>
		</item>
		<item>
			<title>Hello World</title>
			<link>https://www.chaoting.me/notes/first-post/</link>
			<guid isPermaLink="true">https://www.chaoting.me/notes/first-post/</guid>
			<pubDate>Thu, 02 Nov 2023 00:00:00 GMT</pubDate>
			<dc:creator>Chao-Ting Chen</dc:creator>
			<description>Hello World</description>
		</item>
	</channel>
</rss>
