2025是很棒的一年
相信2026一定會更棒!
我的2025充滿許多轉變
從____變成_______
離開_____待業__個月又_____
交了_______然後____,最後跑到桃園____
曬了許多太陽,結識好多貴人
靈感萌芽,在真實的交流中自然就發生了!
珍惜、相遇、探索、啟發
開拓、冒險、鼓勵、成長
2025對我而言意義重大,我會永遠記得
2026我還沒準備好,不過你儘管來吧
感謝 @urayama.space 邀請
年末時,能在這麼美麗的地方放歌!perfect
————————————————————
2025 was a beautiful year.
And I truly believe 2026 will be even better.
My 2025 was filled with transitions.
From ____ to _____.
Leaving _____, being unemployed for ___ months, and then _____.
Meeting _____, then _____ — and eventually ending up in Taoyuan _____.
I soaked up so much sunlight
and met so many incredible people along the way.
When ideas collide,
in real conversations, inspiration happens naturally.
Cherish · Encounter · Explore · Inspire
Open up · Adventure · Encourage · Grow
2025 means a lot to me —
I’ll remember it forever.
I’m not quite ready for 2026 yet,
but go ahead… come at me anyway.
2025 bye
#2025 #2026
. Your dream is still there — begin today.
sudo feeling enable -now
被強制輸入 & 輸出了
-
DayOne vs OneDay
2025年底,帶著勇氣闖一闖
———————————
/// complete this function for your dream
private bool DayOne(ref Dream D) { // TBD, return true to commit with it return true;
}
/// return true if it doesn’t begin today
public bool OneDay(ref Dream D) { return DayOne(D) ?? DayTwo(D) : throw NotTodayException;
}
private void main() { var d = new Dream(); while(d != null) { try { OneDay(d); } catch { Log(“the dream is still there”); } }
}