<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Idea on Ben&#39;s Blog</title>
    <link>https://jinpeng.cv/en/tags/idea/</link>
    <description>Recent content in Idea on Ben&#39;s Blog</description>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <copyright>©️ 2025 Ben</copyright>
    <lastBuildDate>Mon, 09 Mar 2026 22:26:59 -0600</lastBuildDate>
    <atom:link href="https://jinpeng.cv/en/tags/idea/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>April 26, 2025</title>
      <link>https://jinpeng.cv/en/diary/2025/april/2025-04-26/</link>
      <pubDate>Sat, 26 Apr 2025 14:07:50 +0000</pubDate>
      <guid>https://jinpeng.cv/en/diary/2025/april/2025-04-26/</guid>
      <description>&lt;p&gt;This morning, both my mom and my brother called to invite me over for a meal, but I didn’t feel like going. My brother also asked me about signing up for the Guizhou Talent Expo and talked a lot about it—ugh.&lt;/p&gt;
&lt;p&gt;I cooked a bowl of noodles in the morning, and before I knew it, it was already noon. Lately, my phone has been lagging a lot, probably due to aging components. I thought resetting it might not solve much, so I started considering getting a new one. I should have taken a proper nap at noon, but instead, I spent time browsing and comparing prices on different platforms, which left me poorly rested.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>This morning, both my mom and my brother called to invite me over for a meal, but I didn’t feel like going. My brother also asked me about signing up for the Guizhou Talent Expo and talked a lot about it—ugh.</p>
<p>I cooked a bowl of noodles in the morning, and before I knew it, it was already noon. Lately, my phone has been lagging a lot, probably due to aging components. I thought resetting it might not solve much, so I started considering getting a new one. I should have taken a proper nap at noon, but instead, I spent time browsing and comparing prices on different platforms, which left me poorly rested.</p>
<p>In the afternoon, I studied for a while, but by around 4 p.m., I was really hungry. Since the rice was still cooking, I fried an egg to eat. I chopped up a lot of chili peppers and stir-fried them with cured meat, then ate it all with rice—it was so much.</p>
<p>After that, I planned to go out to pick up Huang Wenxiu’s diary, which Huanhuan had bought, and also grab a few things. Cherries have been really cheap lately—you can get fresh ones for about 5 yuan per pound. I went to Jiahui Supermarket to buy some groceries for the next couple of days.</p>
<p>Studying is always so easy to get distracted from. I really need to plan my time better and focus wholeheartedly on learning.</p>
<p>I’m tired now, so I’m going to bed.</p>
  

  


  
  <blockquote class="alert-blockquote alert-idea" >
    <p class="alert-heading callout-title">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
        <path d="M12 2a6 6 0 0 1 6 6c0 2.1-1.2 4-3 5v1a3 3 0 0 1-6 0v-1c-1.8-1-3-2.9-3-5a6 6 0 0 1 6-6z"></path><path d="M9 18h6"></path><path d="M10 22h4"></path>
      </svg>
      
      <span>Idea</span>
      
    </p>
    <div class="alert-content callout-content">
      <p>Sometimes I feel like my writing is very ordinary and doesn’t hold much value. But then I think that years from now, people might read my diary to catch a glimpse of what life was like for an ordinary person in this era.<br>
I’m sure it will be very different from the future.</p>
    </div>
  </blockquote>
  

<script>
  document.addEventListener("DOMContentLoaded", function () {
    document.querySelectorAll(".alert-blockquote").forEach(function (e) {
        
        var foldAttr = e.getAttribute("data-collapsible");
        if (foldAttr === "+" || foldAttr === "-") {
            e.classList.add("is-collapsible");

            var titleElem = e.querySelector(".callout-title");
            var contentElem = e.querySelector(".callout-content");

            if (titleElem && contentElem && !titleElem.querySelector(".callout-fold")) {
                var isCollapsed = foldAttr === "-"; 
                var toggleState = function () {
                    updateState(!isCollapsed, true);
                };

                var updateState = function (collapsed, animate) {
                    isCollapsed = collapsed;
                    e.classList.toggle("is-collapsed", collapsed);
                    contentElem.style.display = collapsed ? "none" : "block";

                    
                    
                    var svgIcon = foldButton.querySelector("svg");
                    if (svgIcon) {
                        svgIcon.style.transform = collapsed ? "rotate(-90deg)" : "rotate(0deg)";
                        svgIcon.style.transition = "transform 0.2s ease-in-out";
                    }
                };

                
                var foldButton = document.createElement("div");
                foldButton.className = "callout-fold";

                
                foldButton.innerHTML = `
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down">
                        <path d="m6 9 6 6 6-6"></path>
                    </svg>
                `;

                foldButton.addEventListener("click", function (event) {
                    event.preventDefault();
                    toggleState();
                });

                
                titleElem.appendChild(foldButton);

                
                titleElem.addEventListener("click", function (event) {
                    if (!event.defaultPrevented) {
                        event.preventDefault();
                        toggleState();
                    }
                });

                
                updateState(isCollapsed, false);
            }
        }
    });
});
</script>
]]></content:encoded>
    </item>
  </channel>
</rss>
