Tag: #reflection
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 7 posts
A Plan That Assumes It Is Wrong — Direction Instead of Goals, and the Questions to Ask Each Quarter
A five-year plan does not fail because it was made carelessly. It fails because there are two things to predict and both of them move: the market changes, and inside it you change too. This post explains why trying to im
2026-08-15 · 5 min read #career#planning#decision-making#career-strategy#reflectionThe Final Field Mutation Warning in JDK 26 — What JEP 500 Actually Changed, and What to Check Now
JDK 26 (GA on March 17, 2026) started emitting a runtime warning, via JEP 500 "Prepare to Make Final Mean Final," for code that reassigns final fields through deep reflection. Ever since JDK 5, Field.set() after setAcces
2026-07-16 · 17 min read #java#jvm#reflection#serialization#migrationReading Deeply, Thinking Slowly — The Craft of Reflection
In an age of endless skimming, we are slowly losing the habit of reading deeply. This essay looks calmly at the difference between shallow and deep reading, what the internet did to our attention, the arts of active and
2026-07-05 · 17 min read #learning#reading#reflection#attentionMistakes Are Better Than Fake Success
Fake success, where you copy an answer or pass by luck, stops your growth. Honest mistakes, by contrast, are the most accurate learning signal. This essay covers the real learning that mistakes provide, psychological saf
2026-06-19 · 44 min read #learning#failure#psychological-safety#growth#self-improvementMetacognition: Seeing Yourself Through a Third Persons Eyes
What metacognition is and why it matters, plus the art of objectifying yourself by seeing yourself through a third persons eyes. It covers self-assessment bias, training through records and feedback, applications to lear
2026-06-19 · 19 min read #culture#metacognition#self-awareness#reflection#self-improvementJournaling for Clarity — Recording Myself in Korean, English, and Japanese
A journal is the cheapest tool there is for organizing thought and separating emotion. I sort out my mind in Korean, then write in English and Japanese too, practicing language output at the same time. Here is the two-bi
2026-06-17 · 23 min read #journaling#self-improvement#language-learning#reflection#habitModern C++ 2026 — C++ 23 / 26 / Modules / Reflection / Senders / std::print / CMake 3.30 / Conan 2 / vcpkg Deep Dive
A map of C++ in 2026. C++ 23 (published October 2024 as ISO/IEC 14882:2024) with std::expected, std::print, and std::generator; the real headliners of C++ 26 — Reflection (P2996), Senders/Receivers (P2300), Linear Algebr
2026-05-16 · 27 min read #cpp#cpp-23#cpp-26#modules#ranges