<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Jungmin Park - Engineering Blog</title><description>Writing about embedded software, control systems, and technical explorations in aerospace engineering</description><link>https://jungminpark.com/</link><language>en-us</language><item><title>TIL: lld and gnu ld can pull different archive members</title><link>https://jungminpark.com/til/#2026-05-07</link><guid isPermaLink="true">https://jungminpark.com/til/#2026-05-07</guid><description>I assumed two linkers fed the same archives in the same order would produce the same binary. Debugging a build divergence, I found out they don&apos;t — ld.lld (LLVM&apos;s linker) pulled an object out of one archive, ld.bfd (the GNU linker, what most people mean by &quot;GNU ld&quot;) pulled a same…</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>TIL: C++ `[[likely]]` and `[[unlikely]]` aren&apos;t always symmetric</title><link>https://jungminpark.com/til/#2026-04-21</link><guid isPermaLink="true">https://jungminpark.com/til/#2026-04-21</guid><description>I assumed annotating one branch with [[likely]] would make the compiler infer [[unlikely]] on the other. After all, in a plain if/else the other branch _is_ the inverse. vs. Building with arm-none-eabi-gcc, the second version sometimes produced **less code and a smaller stack fra…</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate></item><item><title>TIL: 희지가 귀엽다!</title><link>https://jungminpark.com/til/#2024-11-21</link><guid isPermaLink="true">https://jungminpark.com/til/#2024-11-21</guid><description>❤️_❤️</description><pubDate>Thu, 21 Nov 2024 00:00:00 GMT</pubDate></item><item><title>TIL: Using Ninja directly with `-t compdb`</title><link>https://jungminpark.com/til/#2024-11-20</link><guid isPermaLink="true">https://jungminpark.com/til/#2024-11-20</guid><description>You can use Ninja&apos;s built-in tool to generate the compile_commands.json. -t compdb tells Ninja to output the compilation database. Redirect the output to compile_commands.json.</description><pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate></item><item><title>My first blog post</title><link>https://jungminpark.com/posts/first-post/</link><guid isPermaLink="true">https://jungminpark.com/posts/first-post/</guid><description>Hey! I&apos;m finally getting this blog started. Really excited to share my thoughts, experiences, and cool stuff I come across. I was inspired by Julia Evans - specifically her posts Blogging principles I use and Some blogging myths which gave me that final push to start writing. Thi…</description><pubDate>Sat, 06 Jan 2024 00:00:00 GMT</pubDate></item></channel></rss>