Commit Graph
410 Commits
Author SHA1 Message Date
tiennm99 8edbfefc33 feat(post): add Gemini CLI / Antigravity as 4th AI coding tool
- Add Gemini CLI and Antigravity to the list of tools used
- Add dedicated section with deprecation timeline (June 18 cutoff)
- Update tags with Gemini CLI and Antigravity
2026-06-04 15:13:56 +07:00
tiennm99 aba16d5ef0 feat(post): add post on rotating AI coding tools to maximize subscription value 2026-06-04 09:43:32 +07:00
tiennm99 6822fdea98 feat(referral): mark friend's claude pass as out of stock 2026-06-03 09:52:05 +07:00
tiennm99 6fd652b84a feat(tooling): run blog from Claude Code, OpenCode & Codex on shared engine
Extract newsletter scripts to a neutral scripts/newsletter/ engine and add
side-by-side support for all three AI coding tools off one source of truth.

- Move 9 scripts + substack config from .claude/skills/**/scripts to
  scripts/newsletter/ (history preserved); fix PROJECT_ROOT depth and
  cross-require/config paths; repoint all SKILL.md invocations
- Add canonical AGENTS.md; reduce CLAUDE.md to an @AGENTS.md import
- Add opencode.json (permissions, no MCP); skills auto-discovered in place
- Add codex/prompts/*.md (6 prompts) + copy installers (install.sh/.ps1)
- Add docs/multi-tool-usage.md (setup, per-tool invocation, teardown) + README pointer
2026-06-02 14:07:22 +07:00
tiennm99 681a356833 feat(referral): prioritize opencode go referral 2026-06-01 16:44:47 +07:00
tiennm99 684989b1ff feat(referral): add opencode go referral 2026-06-01 16:36:47 +07:00
tiennm99 f58defbc7c feat(newsletter): add Newsletter #107 with articles and bonus images 2026-05-30 21:22:06 +07:00
tiennm99 52e68c3841 refactor(skills): fix dedup edge cases and modularize mt-* scripts
- fix checkDuplicate false-negative on Substack cover images (uuid with no size suffix)
- stop cleanUrl from corrupting the query string on unparseable input
- extract shared fetchWithTimeout into url-utils (consistent timer cleanup)
- split find-substack-post html/rss helpers into html-text-utils
- scan content/post for duplicates, matching the other scripts
- correct doc drift in mt-add-image/mt-add-url and drop plan-phase code comment
2026-05-30 20:31:50 +07:00
tiennm99 83ced8a575 refactor(skills): share Substack image helpers and harden URL dedup/routing
- extract isSubstackImage/substackImageUuid into shared url-utils
- route Substack images by host (handles f_auto/.avif/extensionless CDN URLs)
- replace grep-based duplicate check with boundary-aware pure-JS scan
- share one fetch budget across publications in deep sitemap crawl
- expand file-extension classification (avif/heic/mkv/pptx/etc.)
2026-05-30 20:13:27 +07:00
tiennm99 bbd1125702 feat(mt-add-image): confirm image label from source post candidates
ByteByteGo images carry no caption/alt and image order cannot be mapped to
titles automatically (sponsor and video items interleave). Extract the source
post's TOC topic titles as candidates and let the user pick the matching label
(caption is used directly when a publication provides one; typing is always
available). Validated against newsletters 101-106: the correct title appears
in the candidate set for all 8 images.
2026-05-30 17:23:10 +07:00
tiennm99 c9fcb1a0b1 feat(skills): add mt-add-image handler with Substack source lookup
Add the image handler in the meta-dispatch architecture. Given an image
URL it resolves a label and inserts it into the newsletter Bonus -> Images.

For Substack-hosted images, decode the S3 image UUID and find the source
post across configured publications (ByteByteGo by default): RSS feed first,
then a sitemap crawl up to ~3 months back. Label priority is figure caption,
then post title, then a user-typed name. Non-Substack images are best-effort
then ask. Publications are configurable and the skill offers to add a new one
when the user identifies it.

Wire mt-add-url to dispatch the image route to mt-add-image (previously a
fallback). Update the project skills list.
2026-05-30 16:55:47 +07:00
tiennm99 cd6733409b feat(skills): split newsletter URL workflow into meta dispatcher + handlers
Add mt-add-url meta skill that classifies a URL and auto-dispatches to a
handler skill: articles to mt-add-post, YouTube links to the new
mt-add-video (Bonus -> Videos with a Vietnamese title + short summary).
Unsupported types (image, etc.) prompt the user to add or extend a skill;
image support is deferred to a future mt-add-image handler.

Shared logic (add-url.js router, url-utils.js, find-newsletter-number.js)
and a shared post-mechanics reference live under mt-add-url/. mt-add-post
is reduced to an article-only handler. add-url.js detects watch/youtu.be/
shorts, normalizes to the canonical watch URL, dedups by video id, and
fetches the title via oEmbed. checkDuplicate uses execFileSync (no shell).
2026-05-30 16:23:27 +07:00
tiennm99 9bf8dbbf77 fix(mt-add-post): preserve YouTube video id in duplicate check
bareUrl() dropped the query string, collapsing every youtube.com/watch
URL to the same bare key and flagging all YouTube links as duplicates.
Keep host identity params (v for youtube) so distinct videos are not
treated as duplicates.
2026-05-30 15:48:52 +07:00
tiennm99 9e8c56af26 docs(newsletter): add Newsletter #106 2026-05-29 00:24:59 +07:00
tiennm99 3c10454963 docs(newsletter): add Newsletter #105 2026-05-27 22:10:44 +07:00
tiennm99 8a2c34ba1a docs(newsletter): add Newsletter #104 2026-05-24 23:58:59 +07:00
tiennm99 f743b2db98 docs(newsletter): add Newsletter #103
11 articles covering AI coding, career lessons, email internals,
Git performance, binary search optimization, Swiss tables, and more.
2026-05-23 22:22:33 +07:00
github-actions[bot] ab36530b44 chore(projects): refresh projects list 2026-05-18 00:46:50 +07:00
tiennm99 fbe02be648 docs(newsletter): validate URLs, fix redirects, strikethrough dead links
- Update ~38 URLs to current canonical (domain moves, restructures, tracking-param strip)
- Strikethrough ~15 sections with confirmed dead URLs (404/410/DNS-fail)
- Fix malformed markdown ((double parens, stray bracket)
- Correct evanhahn.com URL typo

Two-pass review with verification pass to catch HEAD-only false-positives.
2026-05-15 21:21:58 +07:00
tiennm99 2e0b9a0333 docs(newsletter): review and clean all newsletter posts (excluding #100)
- Append review footer to 101 newsletter posts
- Remove 13 duplicate sections across 11 posts (link kept in earlier post)
- Strikethrough user's personal commentary about AI tools/models in intros
2026-05-15 19:55:16 +07:00
tiennm99 8273968166 docs(referral): add BigModel GLM Coding Plan link and split entries
Separate the general BigModel platform invite (20M free tokens) from
the new GLM Coding Plan referral (5% friend discount, tiered cashback
at 3 and 30 invitees).
2026-05-14 14:03:21 +07:00
github-actions[bot] e3b1e00dcf chore(projects): refresh projects list 2026-05-12 01:30:43 +07:00
tiennm99 a4e5eb5d26 docs(readme): add content structure and theme customization sections 2026-05-11 21:47:22 +07:00
tiennm99 f9d4855e92 docs: flesh out README 2026-05-11 20:15:13 +07:00
tiennm99 017eb80e35 docs: update old repo name learn-netty → try-netty 2026-05-11 17:21:44 +07:00
tiennm99 7f1bf32e69 docs: update old repo name MaiBD2021 → mai-birthday-2021 2026-05-11 17:21:41 +07:00
github-actions[bot] bb69b3471e chore(projects): refresh projects list 2026-05-11 00:41:29 +07:00
github-actions[bot] 5c531d6855 chore(projects): refresh projects list 2026-05-10 00:40:37 +07:00
github-actions[bot] dddd335f70 chore(projects): refresh projects list 2026-05-08 01:17:26 +07:00
github-actions[bot] 0bddfd1bc1 chore(projects): refresh projects list 2026-05-07 01:10:32 +07:00
github-actions[bot] 364a77877d chore(projects): refresh projects list 2026-05-06 01:05:53 +07:00
tiennm99 80a3d7de2b feat(content): add Newsletter #102 with 4 articles on agentic workflows, engineering laws, defensive databases, and productivity 2026-05-05 22:54:37 +07:00
tiennm99 7918f51cd0 refactor(content): move Newsletter #100 to correct date-based path 2026-05-05 20:46:32 +07:00
tiennm99 2ea78b0035 feat(content): add Newsletter #101 with 8 articles on AI engineering, agents, algorithms, and git 2026-05-04 21:32:08 +07:00
github-actions[bot] c011f972a6 chore(projects): refresh projects list 2026-05-04 00:37:38 +07:00
tiennm99 8be86ebd11 feat(content): add newsletter no.100 2026-05-03 22:46:58 +07:00
github-actions[bot] 50d68ef7c1 chore(projects): refresh projects list 2026-05-02 00:48:17 +07:00
github-actions[bot] 048b2fba38 chore(projects): refresh projects list 2026-05-01 01:02:45 +07:00
github-actions[bot] d68dfa8948 chore(projects): refresh projects list 2026-04-30 01:07:01 +07:00
tiennm99 87f79babec refactor(referral): show friend passes inline instead of spoiler 2026-04-29 11:06:15 +07:00
tiennm99 2bb3254369 refactor(referral): show claimed Claude Code pass with out-of-stock label
Replace blockquote update with an inline strikethrough list entry so
the pass URL stays visible alongside its status.
2026-04-28 12:31:25 +07:00
tiennm99 269d7af88e feat(referral): note Claude Code passes claimed, add friend's pass
- Mark all own Claude Code Guest Passes as claimed (2026-04-28)
- Add friend's pass behind a collapsible spoiler
2026-04-28 12:27:29 +07:00
github-actions[bot] 18d1bfd129 chore(projects): refresh projects list 2026-04-28 00:59:26 +07:00
github-actions[bot] d94833cb3a chore(projects): refresh projects list 2026-04-27 00:30:23 +07:00
tiennm99 68b712e2a2 feat(content): add Newsletter #99 with 8 articles on AI quality, API design, IAM, and networking 2026-04-26 20:09:58 +07:00
tiennm99 5d64bb7233 feat(referral): add MiniMax Token Plan referral 2026-04-25 22:46:58 +07:00
github-actions[bot] f40e0cb444 chore(projects): refresh projects list 2026-04-25 00:42:42 +07:00
github-actions[bot] d611972728 chore(projects): refresh projects list 2026-04-24 01:01:57 +07:00
github-actions[bot] d6bc5347b1 chore(projects): refresh projects list 2026-04-23 00:51:32 +07:00
tiennm99 7acdcee775 fix(ci): handle clean index after git add in projects workflow 2026-04-22 20:19:00 +07:00