mobile wallpaper 1mobile wallpaper 2mobile wallpaper 3mobile wallpaper 4
519 words
3 minutes
Psychological Record 1
2026-03-05
2026-03-06

I realized that I’m actually suppressing myself.

I became aware of this when I was excited and impulsive in response to external stimuli. After noticing that I was being influenced like that, I would reflexively suppress the impulse that arose, keeping my emotions in a steady state.

I think this is influenced by an idea I had a long time ago: I believed I was still inside a cocoon. Back in school, I thought the environment of that place was harmful to me, so I chose to isolate the environment from interacting with my deeper self. Now I’ve come here, and I feel the surrounding environment is a bit better, and I can also choose my surroundings more freely—so I actually should loosen up more and allow myself to achieve real growth.

But it seems my previous life formed a habit in me: I feel afraid of contact with the outside world, and I’m afraid of my inner self breaking away from this artificial steady state. So I began, unconsciously and on my own, to maintain this quiet—so much so that the past year of my life could be described as a muddy, lifeless stillness.

Today, this place made me realize that I’m actually still staying inside the cocoon.

So what should I do? I’m somewhat aware of my current situation, but I can’t get out. I’ve always thought that only after deciding to reveal my real self would I have the confidence to face the outside world. But the real self—if I don’t keep engaging with various things and instead maintain this pool of dead silence—how could I ever discover it? This is probably my dilemma.

Indeed, the self that exists in the world does not exist from the start; rather, it is shaped into a form that can exist through mutual interaction with the world.

But the self I’m seeking is something more essential—my most fundamental impulse as myself. That’s what I want to find. Of course, I’m not saying that impulse only ever has one direction; the impulses that drive me forward won’t be just one either. But I think that since a person has a fate that points toward the future, the decisions I make that determine where that future impulse goes also determine my future. So perhaps I’m being weighed down by that possibility as well.

Choosing a direction itself means having to abandon some other possibilities. Of course, I also know that these directions don’t disappear just because I choose a different one, and I may still explore them again in the future. But the choice I take at this moment is a real change for me: it changes my brain and filters the directions of what I will experience in the future. So I’m probably afraid of this choice, afraid of the sense of losing other possible versions of myself.

But thinking about it this way, what I’m most afraid of is the responsibility of choosing a direction and moving forward—I’m afraid of the sense of responsibility that comes with this choice.

Then the answer is actually right in front of me.

Share

If this article helped you, please share it with others!

Psychological Record 1
https://dreaife.tokyo/en/posts/self-discovery-journey/
Author
dreaife
Published at
2026-03-05
License
CC BY-NC-SA 4.0

Some information may be outdated

Related Posts Smart
1
An EVM wallet login interface for EOAs
WEB3 A practical walkthrough of an EOA wallet login flow, covering connect wallet, SIWE-style signing messages, wagmi sign requests, and backend signature verification, with a focus on why address connection and ownership proof are two separate steps.
2
About an EOA Wallet Signature Verification and Related Content
WEB3 This article provides an in-depth analysis of the complete signature verification process for an Ethereum EOA wallet and the mathematical principles behind it. It first reviews the fundamentals of the secp256k1 curve, including the finite field Fₚ, the elliptic curve point group E(Fₚ), the base point G, and its order n, then explains in detail how point addition, point doubling, and scalar multiplication are computed modulo p and modulo n. It then uses a real SIWE (Sign-In with Ethereum) scenario to show step by step how a wallet generates the r/s/v tuple after receiving a signature request, including hash calculation, random nonce k generation, deriving the R point, and the specific formulas for r, s, and v. Next, it explains how the server verifies ownership without exposing the private key by using the known r, s, v, message hash e, and base point G to recover the public key Q with the formula Q = r⁻¹(sR − eG), then deriving the wallet address by taking the last 20 bytes of the keccak-256 hash. The article also highlights the difference between p and n, the computational difficulty of the elliptic curve discrete logarithm problem (approximately 2¹²⁸), and the potential impact of current quantum computing on this security. Overall, it provides developers with a complete reference from theory to implementation and serves as an SEO-friendly blog summary that improves search visibility for related keywords such as “EOA wallet signature verification,” “secp256k1,” “ECDSA,” and “SIWE.”
3
The First Round of Screening in the New Era
life This article explores how, against the backdrop of rapid AI development, the cost of using advanced models will become a key factor in a new round of social screening. The author expresses concern that rising model usage fees may lead to a digital divide, pointing out that when usage costs increase from today’s subsidized prices to higher levels, ordinary users may struggle to afford them, resulting in class-based differentiation in technology access. The article also reviews AI’s diverse applications in fields such as security, video, and music, emphasizing that AI is expanding from a coding tool into broader industries. From a personal perspective, the author describes how to navigate the tide of the times with limited capital and calls for attention to the impact of technology costs on public access. Keywords: AI model costs, digital divide, technological screening, AI applications, anxiety of the times.
4
Blog Migration - Mizuki Configuration Records
infra A record of the migration from NotionNext to Mizuki, mainly due to NotionNext's limitations. Mizuki was chosen for its lightweight nature and good balance of features, supporting diaries and project showcases. The configuration process is simple, with content controlled via md and ts files, and it also connects to the Bangumi API. The plan is to synchronize Notion content via CI, implement multilingual support, and address the issue of image links expiring.
5
NumPy Study Notes 1
cs-base NumPy is a Python extension library that supports multidimensional arrays and matrix operations and provides rich mathematical functions. Its main features include the powerful ndarray object, broadcasting, and integration with C/C++/Fortran. NumPy is often used together with SciPy and Matplotlib to form a strong scientific computing stack. It can be installed with pip, supports multiple data types, and provides rich array creation and manipulation features, including slicing, indexing, and broadcasting.

Table of Contents