<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Readme.md</title>
    <description>Catatan tentang teknologi dan pengembangan web</description>
    <link>https://akmal-mind.vercel.app/</link>
    <atom:link href="https://akmal-mind.vercel.app//rss.xml" rel="self" type="application/rss+xml" />
    <language>id</language>
    <lastBuildDate>Mon, 06 Apr 2026 11:48:09 GMT</lastBuildDate>
        <item>
      <title><![CDATA[SonarQube & SonarLint: A Quality Gate for Code in the AI Agent Era]]></title>
      <description><![CDATA[Why static analysis still matters when code ships in seconds: SonarQube for CI quality gates, SonarLint in the IDE, common code smells, and a short setup guide.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260406183018_sonarqube-and-sonarlint</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260406183018_sonarqube-and-sonarlint</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
In the age of AI coding assistants and agents that can produce hundreds of lines in one chat, a major risk is not “code that doesn’t run” but code that runs yet is fragile: duplication, subtle security gaps, unchecked complexity, and mounting technical debt. Tools like SonarQube and SonarLint do not replace human review, but they provide an automated gate so team standards and safe practices are not quietly abandoned.

<div style="display: flex; flex-direction: column; align-items: center; marg...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[SonarQube & SonarLint: Perisai Kualitas Kode di Era AI Agent]]></title>
      <description><![CDATA[Mengapa analisis statis tetap relevan saat kode bisa digenerate dalam hitungan detik: SonarQube untuk quality gate di CI, SonarLint di IDE, contoh code smell umum, dan panduan setup singkat.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260406183018_sonarqube-and-sonarlint</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260406183018_sonarqube-and-sonarlint</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Di era AI coding assistant dan agent yang bisa menulis ratusan baris dalam satu percakapan, satu risiko besar justru bukan “kode tidak jalan”, melainkan kode yang jalan—tapi rapuh: duplikasi, celah keamanan halus, kompleksitas yang tidak terkendali, dan utang teknis yang menumpuk tanpa kita sadari. Alat seperti SonarQube dan SonarLint bukan pengganti review manusia, tapi perisai otomatis yang memastikan standar tim dan praktik aman tidak dilanggar begitu saja.

<div style="display: flex; flex-d...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Hanzi: How One Writing System Once Became East Asia’s “Universal Script”]]></title>
      <description><![CDATA[From Oracle Bone to Kanji and Hanja—a concise history of why Chinese characters once served as a shared script in China, Japan, Korea, and Vietnam, plus the differences between Traditional Hanzi, Simplified, Hanja, and Kanji.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260312201249_hanzi-character</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260312201249_hanzi-character</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Have you ever wondered why East Asia has several “versions” of characters that look similar but aren’t quite the same—Hanzi in China, Kanji in Japan, Hanja in Korea, and once even in Vietnam? In short: the resemblance isn’t coincidence. They share a single origin, then spread and evolved so that for centuries Chinese characters effectively functioned as a universal writing system across the region.

This article looks at how Hanzi grew from divination script in ancient China into a shared scrip...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Hanzi: Bagaimana Satu Sistem Tulisan Pernah Menjadi "Bahasa Universal" Asia Timur]]></title>
      <description><![CDATA[Dari Oracle Bone hingga Kanji dan Hanja—sejarah singkat mengapa karakter Tionghoa pernah menjadi tulisan bersama di Tiongkok, Jepang, Korea, dan Vietnam, plus beda Hanzi Tradisional, Simplified, Hanja, dan Kanji.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260312201249_hanzi-character</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260312201249_hanzi-character</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Pernahkah Anda bertanya-tanya mengapa di Asia Timur kita punya beberapa "versi" karakter yang mirip tapi tak sama—Hanzi di Tiongkok, Kanji di Jepang, Hanja di Korea, dan dulu bahkan dipakai di Vietnam? Jawaban singkatnya: mereka bukan kebetulan mirip. Mereka berasal dari satu sumber yang sama, lalu menyebar dan berevolusi sehingga untuk beberapa abad, karakter Tionghoa sempat berfungsi seperti sistem tulisan universal di seluruh wilayah Asia Timur.

Artikel ini membahas bagaimana Hanzi berkemba...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Introducing LocalStack: A Practical Way to Develop AWS Applications Locally]]></title>
      <description><![CDATA[Develop and test AWS-based applications without always hitting the real cloud. LocalStack lets you run AWS services on your laptop—saving cost, speeding up feedback, and keeping dev and test safe.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260302185652_localstack-for-aws-development</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260302185652_localstack-for-aws-development</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
In the age of cloud computing, many developers build applications that rely on Amazon Web Services (AWS)—whether it’s S3 for storage, Lambda for serverless functions, or DynamoDB for databases. Integrating with AWS is commonplace.

However, developing and testing directly in the cloud often means higher cost, dependence on a stable internet connection, and longer deploy cycles.

Every small change can require a push to AWS, a wait, and then another check. Add to that the risk of misconfiguratio...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Mengenal LocalStack: Solusi Praktis untuk Mengembangkan Aplikasi AWS Secara Lokal]]></title>
      <description><![CDATA[Mengembangkan dan menguji aplikasi berbasis AWS tanpa harus selalu terhubung ke cloud? LocalStack memungkinkan kamu menjalankan layanan AWS di laptop—hemat biaya, cepat, dan aman untuk development.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260302185652_localstack-for-aws-development</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260302185652_localstack-for-aws-development</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Di era cloud computing, banyak developer membangun aplikasi yang mengandalkan layanan Amazon Web Services (AWS). Entah itu S3 untuk penyimpanan, Lambda untuk fungsi serverless, atau DynamoDB untuk database—integrasi dengan AWS sudah menjadi hal yang lumrah.

Namun, mengembangkan dan menguji aplikasi langsung di cloud sering kali memakan biaya, membutuhkan koneksi internet yang stabil, dan proses deploy yang tidak sebentar.

Setiap kali ingin cek satu perubahan kecil, kita harus push ke AWS, men...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[The Dynamic Pricing Dilemma: When Algorithms "Peek" at Your Wallet and Urgency]]></title>
      <description><![CDATA[A look at dynamic pricing in Indonesia: Gojek, Grab, Traveloka; ride-hailing surge when it rains, ministry tariff caps, data-driven price discrimination, plus tips to avoid always paying the highest multiplier—with research and regulation sources.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260214081613_dynamic-pricing</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260214081613_dynamic-pricing</guid>
      <pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Have you ever noticed ride-hailing fares suddenly double in a downpour, when they were normal five minutes earlier? That’s dynamic pricing. Inspired by Hanif Luthfi’s threads (1, 2), this post breaks down how it works and what it costs us—not just “prices go up,” but how our data and context are used to guess how much we’re willing to pay.

<div style="display: flex; flex-direction: column; align-items: center; margin: 2rem 0;">
  <picture style="display: block;">
    <source srcset="/notes/202...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Dilema Dynamic Pricing: Saat Algoritma "Mengintip" Dompet dan Urgensi Kita]]></title>
      <description><![CDATA[Bedah dynamic pricing di Indonesia: Gojek, Grab, Traveloka; lonjakan demand untuk ojol saat hujan, tarif Kemenhub, diskriminasi harga berbasis data, plus tips supaya tidak selalu kena multiplier—dengan sumber riset dan regulasi.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260214081613_dynamic-pricing</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260214081613_dynamic-pricing</guid>
      <pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Pernahkah kamu merasa harga ojol tiba-tiba naik dua kali lipat saat hujan deras, padahal lima menit sebelumnya masih normal? Itulah dynamic pricing. Terinspirasi dari thread Hanif Luthfi (1, 2), tulisan ini membedah cara kerjanya dan dampaknya—bukan sekadar "harga naik", tapi bagaimana data dan konteks kita dipakai untuk menebak seberapa besar kita mau bayar.

<div style="display: flex; flex-direction: column; align-items: center; margin: 2rem 0;">
  <picture style="display: block;">
    <sourc...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Newton’s Law of Inertia in Everyday Life: From Rest to Motion]]></title>
      <description><![CDATA[How the physics principle “at rest stays at rest, in motion stays in motion” explains our inertia—and why the first step is the key to breaking it.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260208185635_newtons-inertia-law-in-daily-life</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260208185635_newtons-inertia-law-in-daily-life</guid>
      <pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Ever sat for hours in front of a screen, knowing you have a ton to do, but your body feels glued to the chair? Or woken up planning to work out, only to still be lying in bed an hour later, scrolling? If so, congrats—you’ve just experienced Newton’s Law of Inertia in its most personal form.

That law at the heart of classical mechanics says: an object stays at rest or in uniform straight-line motion unless an external force acts on it. In everyday life, the “object” can be our body and mind. Re...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Hukum Kelembaman Newton dalam Kehidupan Sehari-hari: Dari Diam Menuju Perubahan]]></title>
      <description><![CDATA[Bagaimana prinsip fisika "diam tetap diam, bergerak tetap bergerak" menjelaskan kemalasan kita—dan mengapa langkah pertama adalah kunci untuk memecahnya.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260208185635_newtons-inertia-law-in-daily-life</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260208185635_newtons-inertia-law-in-daily-life</guid>
      <pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Pernahkah kamu duduk berjam-jam di depan layar, tahu ada segudang tugas yang harus diselesaikan, tapi rasanya tubuh ini seperti tertanam di kursi? Atau bangun pagi dengan niat olahraga, lalu satu jam kemudian masih berbaring sambil scroll media sosial? Kalau iya, selamat—kamu baru saja mengalami Hukum Kelembaman Newton dalam wujud yang paling personal.

Hukum yang jadi fondasi mekanika klasik itu bilang: suatu benda akan tetap diam atau bergerak lurus beraturan, kecuali ada gaya dari luar yang ...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[The Millionaire Dream: How Realistic Is It for the Poor to Become Rich?]]></title>
      <description><![CDATA[A comprehensive breakdown of data and facts about the probability of the poor becoming rich (reaching USD 1 million): why this is extremely rare and what the structural causes are.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260207080450_how-realistic-is-it-for-the-poor-to-become-billionaires</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260207080450_how-realistic-is-it-for-the-poor-to-become-billionaires</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Imagine you're a child born into a poor family. Every day, you hear motivational stories about how someone managed to escape poverty and become wealthy. "If they can do it, why can't you?"—that's what we often hear.

But how realistic is the dream of becoming a millionaire (having wealth ≥ USD 1 million—globally referred to as multi-millionaire) for someone starting from zero? Let's break it down with data and facts, without misleading motivational fluff.

---

 1. The Bitter Truth: Only 1-2% o...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Mimpi menjadi miliuner: Seberapa Realistis Orang Miskin Bisa Kaya dari Kerja Keras?]]></title>
      <description><![CDATA[Bedah tuntas data dan fakta tentang probabilitas orang miskin menjadi kaya (mencapai USD 1 juta): mengapa ini sangat jarang terjadi dan apa penyebab strukturalnya.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260207080450_how-realistic-is-it-for-the-poor-to-become-billionaires</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260207080450_how-realistic-is-it-for-the-poor-to-become-billionaires</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Bayangkan kamu adalah seorang anak yang lahir di keluarga miskin. Setiap hari, kamu mendengar cerita motivasi tentang bagaimana seseorang berhasil keluar dari kemiskinan dan menjadi kaya raya. "Jika mereka bisa, kenapa kamu tidak?" begitu kata-kata yang sering kita dengar.

Tapi seberapa realistis sebenarnya mimpi menjadi miliuner (memiliki kekayaan ≥ USD 1 juta -- yang kalau secara global disebut Multi-millionaire) bagi seseorang yang mulai dari nol? Mari kita bedah dengan data dan fakta, tanp...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[PoC in SDLC: Why "Try First" Can Save Millions?]]></title>
      <description><![CDATA[Complete breakdown of Proof of Concept (PoC) in Software Development Life Cycle: from definition to best practices, plus why PoC can be the best investment before building large products / features.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260207115950_poc-in-sldc</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260207115950_poc-in-sldc</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Imagine you're a developer asked to add a real-time notification feature to an existing application. Or maybe you're asked to integrate AI for a product recommendation system. Or even migrate a legacy application to cloud computing.

The first question that comes to mind: "Can this technology really work according to our needs?"

This is where Proof of Concept (PoC) comes into play. PoC is like a "trial run" before you build a house. You don't just build a three-story house without knowing if t...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[PoC dalam SLDC: Mengapa "Coba Dulu" Bisa Menghemat Jutaan Rupiah?]]></title>
      <description><![CDATA[Bedah lengkap tentang Proof of Concept (PoC) dalam Software Development Life Cycle: dari definisi hingga praktik terbaik, plus mengapa PoC bisa menjadi investasi terbaik sebelum membangun produk / fitur besar.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260207115950_poc-in-sldc</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260207115950_poc-in-sldc</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Bayangkan kamu adalah seorang developer yang diminta untuk menambahkan fitur real-time notification ke aplikasi yang sudah ada. Atau mungkin kamu diminta mengintegrasikan AI untuk sistem rekomendasi produk. Atau bahkan migrasi aplikasi legacy ke cloud computing.

Pertanyaan pertama yang muncul: "Apakah teknologi ini benar-benar bisa bekerja sesuai kebutuhan kita?"

Di sinilah Proof of Concept (PoC) berperan. PoC adalah seperti "uji coba" sebelum kamu membangun rumah. Kamu tidak langsung membang...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Behind the Scenes: Why Applications Must Be Built Specifically for Each Operating System?]]></title>
      <description><![CDATA[Unveiling the technical reasons behind application incompatibility between Windows, Mac, and Linux, from System Calls to ABI.]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260125155304_why-apps-are-os-spesific</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260125155304_why-apps-are-os-spesific</guid>
      <pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Have you ever wondered why  files from Windows can't be opened on a MacBook, or why Mac applications can't run on Linux? The simple answer might be: "Well, they're different OSes!". But for those of us who want to dig deeper, the answer is far more complex than just different device brands.

Many people think this is just a processor issue (like Intel vs Apple Silicon). However, even if two computers use exactly the same CPU, applications from one OS still can't run on another OS. Why? Let's br...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Dibalik Layar: Mengapa Aplikasi Harus Dibuat Spesifik untuk Setiap Sistem Operasi?]]></title>
      <description><![CDATA[Membongkar alasan teknis di balik ketidakcocokan aplikasi antara Windows, Mac, dan Linux, mulai dari System Calls hingga ABI.]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260125155304_why-apps-are-os-spesific</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260125155304_why-apps-are-os-spesific</guid>
      <pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Pernahkah kalian bertanya-tanya, kenapa file  dari Windows tidak bisa dibuka di MacBook, atau aplikasi Mac tidak bisa jalan di Linux? Jawaban simpelnya mungkin: "Ya, kan beda OS!". Tapi bagi kita yang ingin tahu lebih dalam, jawabannya jauh lebih kompleks daripada sekadar perbedaan merek device.

Banyak orang mengira ini hanya masalah prosesor (seperti Intel vs Apple Silicon). Padahal, meskipun dua komputer menggunakan CPU yang sama persis, aplikasi dari satu OS tetap tidak bisa berjalan di OS ...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Transformer and Attention Mechanism: Revolution in Natural Language Processing]]></title>
      <description><![CDATA[Dissecting the Transformer architecture that revolutionized AI to the attention mechanism that changed how machines understand language]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260124093850_transformer-and-attention-mechanism</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260124093850_transformer-and-attention-mechanism</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Hello everyone! Back again with me. Have you ever wondered how ChatGPT can understand conversation context so well? Or how Google Translate can translate long sentences accurately? The answer lies in Transformer Architecture - an architecture that not only changed how we process natural language, but also became the foundation of almost all modern AI models we use today.

 History: From RNN to Attention Mechanism

Imagine you're reading a thick book. With the old way (RNN), you had to read page...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Transformer dan Mekanisme Attention: Revolusi dalam Natural Language Processing]]></title>
      <description><![CDATA[Membedah arsitektur Transformer yang merevolusi AI  hingga mekanisme attention yang mengubah cara mesin memahami bahasa]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260124093850_transformer-and-attention-mechanism</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260124093850_transformer-and-attention-mechanism</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Halo semua! Kembali lagi bersama saya. Pernahkah Anda bertanya-tanya, bagaimana ChatGPT bisa memahami konteks percakapan dengan begitu baik? Atau bagaimana Google Translate bisa menerjemahkan kalimat panjang dengan akurat? Jawabannya ada pada Transformer Architecture - sebuah arsitektur yang tidak hanya mengubah cara kita memproses bahasa alami, tapi juga menjadi fondasi dari hampir semua model AI modern yang kita gunakan hari ini.

 Sejarah: Dari RNN hingga Mekanisme Attention

Bayangkan Anda ...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[From Bubble to Carry Trade: The Story of Japan Lost Decade and Its Impact on Global Markets]]></title>
      <description><![CDATA[Exploring Japan's economic history from asset bubble prosperity to becoming a source of cheap funding for the world]]></description>
      <link>https://akmal-mind.vercel.app/en/notes/20260124103733_japan-lost-decade-and-carry-trade</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/en/notes/20260124103733_japan-lost-decade-and-carry-trade</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Hello everyone! This time, I want to take you on a journey through one of the most fascinating episodes in modern economic history: Japan Lost Decade and how this phenomenon gave birth to a global investment strategy known as Japan Carry Trade.

This is not just a story about a sluggish economy. This is a narrative about how a country that once became an economic giant fell, and how that fall actually created massive investment opportunities that were exploited by global traders and investors f...]]></content:encoded>
    </item>
    <item>
      <title><![CDATA[Dari Bubble Hingga Carry Trade: Kisah Japan Lost Decade dan Dampaknya pada Pasar Global]]></title>
      <description><![CDATA[Menelusuri sejarah ekonomi Jepang dari kejayaan bubble asset hingga menjadi sumber dana murah bagi dunia]]></description>
      <link>https://akmal-mind.vercel.app/notes/20260124103733_japan-lost-decade-and-carry-trade</link>
      <guid isPermaLink="true">https://akmal-mind.vercel.app/notes/20260124103733_japan-lost-decade-and-carry-trade</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <author>Akmal</author>
      <content:encoded><![CDATA[
Halo semua! Kali ini, saya ingin membawa Anda menjelajahi salah satu episode paling menarik dalam sejarah ekonomi modern: Japan Lost Decade dan bagaimana fenomena ini melahirkan strategi investasi global yang dikenal sebagai Japan Carry Trade.

Ini bukan sekadar cerita tentang ekonomi yang lesu. Ini adalah narasi tentang bagaimana sebuah negara yang pernah menjadi raksasa ekonomi dunia terjatuh, dan bagaimana jatuhnya itu justru menciptakan peluang investasi raksasa yang dimanfaatkan oleh para ...]]></content:encoded>
    </item>
  </channel>
</rss>