Saturday, 30 May 2026 ☀️ Clear High 30°C Low 19°C 🏊♂️ 1km 🚶🏻 6,080step ⚖️ 62.5kg 🌡️ 36.3℃
Dedicating 30 minutes each day to legal/accounting and sales/marketing.
I want to bookmark my favorite podcast episodes.
The Moegara episode is great. So that fear doesn’t catch up to me. Write every day. Even just a single word. A fermentation bed. Cultivate the ingredients, then harvest.
I’m still scared, but I’ll try anyway. Keep moving, keep making moves, so fear can’t catch up — it’s always running behind. Stay ahead of it and it never quite reaches you.

The AniList API is convenient.
➜ curl -s https://graphql.anilist.co -H 'Content-Type: application/json' -d '{"query":"query ($search: String) { Page(page: 1, perPage: 10) { media(search: $search, type: ANIME) { id title {
romaji english native } status episodes nextAiringEpisode { episode airingAt } siteUrl } } }","variables":{"search":"本好きの下剋上"}}' | jq -r '.data.Page.media[] | "\(.id) \(.status) \(.title.native)"' | sort -k1
108268 FINISHED 本好きの下剋上 司書になるためには手段を選んでいられません
113693 FINISHED 本好きの下剋上 司書になるためには手段を選んでいられません 第2期
113811 FINISHED 本好きの下剋上 司書になるためには手段を選んでいられません OVA
121176 FINISHED 本好きの下剋上 司書になるためには手段を選んでいられません 第3期
171110 RELEASING 本好きの下剋上 領主の養女
➜ export SEASON=SPRING YEAR=2026; curl -s https://graphql.anilist.co -H 'Content-Type: application/json' -d "$(jq -n --arg season "$SEASON" --argjson year "$YEAR" '{query:"query ($season: MediaSeason, $year: Int) { Page(page: 1, perPage: 100) { media(type: ANIME, season: $season, seasonYear: $year, sort: POPULARITY_DESC) { id title { native } status } } }", variables:{season:$season, year:$year}}')" | jq -r '.data.Page.media[] | "\(.id) \(.title.native) \(.status)"' | sort -k1 | head
147105 とんがり帽子のアトリエ RELEASING
169580 クラスで2番目に可愛い女の子と友だちになった RELEASING
170019 お隣の天使様にいつの間にか駄目人間にされていた件 第2期 RELEASING
171110 本好きの下剋上 領主の養女 RELEASING
173172 ドロヘドロ Season 2 FINISHED
177501 淡島百景 RELEASING
178707 劇場版 魔法科高校の劣等生 四葉継承編 FINISHED
179813 ニワトリ・ファイター RELEASING
179950 リィンカーネーションの花弁 RELEASING
180228 ガンバレ!中村くん!! RELEASING
➜ ID=171110; TZ=Asia/Tokyo curl -s https://graphql.anilist.co -H 'Content-Type: application/json' -d "{\"query\":\"query (\$id: Int) { Media(id: \$id, type: ANIME) { id title { native } nextA
iringEpisode { episode airingAt timeUntilAiring } } }\",\"variables\":{\"id\":$ID}}" | jq '.data.Media | {id, title: .title.native, previousEpisode: {episode: (.nextAiringEpisode.episode - 1), estimatedAiredAt: (.nextAiringEpisode.airingAt - 604800 | strflocaltime("%Y-%m-%d %H:%M:%S JST"))}, nextEpisode: {episode: .nextAiringEpisode.episode, airingAt: (.nextAiringEpisode.airingAt | strflocaltime("%Y-%m-%d %H:%M:%S JST")), timeUntilAiring: (.nextAiringEpisode.timeUntilAiring | ((./86400|floor|tostring)+"d "+((.%86400)/3600|floor|tostring)+"h "+((.%3600)/60|floor|tostring)+"m"))}}'
{
"id": 171110,
"title": "本好きの下剋上 領主の養女",
"previousEpisode": {
"episode": 8,
"estimatedAiredAt": "2026-05-30 17:30:00 JST"
},
"nextEpisode": {
"episode": 9,
"airingAt": "2026-06-06 17:30:00 JST",
"timeUntilAiring": "6d 23h 39m"
}
}
Expo Go suddenly stopped connecting, so I tried adding --tunnel.
npx expo start --port 8082 --tunnel
Seems like a local network issue (duplicate IP assignment or Mac’s Wi-Fi settings).
I thought it would be about business, but it turned out to trace the concept of “time” all the way back to ancient Greece — the time of the elephant, the time of the mouse, Chronos, Kairos.
Chronos (χρόνος) Continuous, quantitative, measurable time. The “passing of time” as marked by clocks and calendars. The root of English words like chronological and chronometer. Objective, flowing at the same pace for everyone.
Kairos (καιρός) Qualitative, subjective “timing” or “the decisive moment.” The kind of time you mean when you say “the moment is ripe” or “now is the time.” It refers not to quantity but to meaning and opportunity. Emphasized in the New Testament and in rhetoric, and cited today in marketing and decision theory when discussing the quality of timing.
| Chronos (χρόνος) | Kairos (καιρός) | |
|---|---|---|
| Nature | Quantitative, continuous | Qualitative, instantaneous |
| Perspective | Objective | Subjective, context-dependent |
| Meaning | Passing of time | The decisive moment, opportunity |
| Example | ”It took 3 hours" | "It was the perfect moment” |
| Origin/Derivatives | chronological, chronometer | (emphasized in rhetoric and theology) |
The long-standing subscription issue with Amazon Q Developer (now Kiro) on a member account has finally been resolved. Multiple back-and-forths with management account support hadn’t gotten anywhere, but when I opened a case with the member account support, they shared a dedicated Amazon Q Developer URL. From there I was able to find the subscription linked to the Builder ID and cancel it. The cause was likely the UI change that came with the Amazon Q Developer → Kiro rebrand, which made the original URL impossible to find. Glad it’s sorted either way.