Commit Graph
426 Commits
Author SHA1 Message Date
github-actions[bot] ecd471ee56 chore(projects): refresh projects list 2026-06-23 02:59:11 +07:00
github-actions[bot] 36cb1a2d20 chore(projects): refresh projects list 2026-06-22 01:13:38 +07:00
github-actions[bot] 3750f0ca08 chore(projects): refresh projects list 2026-06-20 01:27:02 +07:00
github-actions[bot] 83000751dd chore(projects): refresh projects list 2026-06-14 01:02:06 +07:00
github-actions[bot] 394bdea3a9 chore(projects): refresh projects list 2026-06-13 01:57:44 +07:00
tiennm99 e19b766445 feat: publish Newsletter #111 2026-06-11 21:23:03 +07:00
tiennm99 ff93d9b46b feat: publish Newsletter #110 2026-06-07 15:39:25 +07:00
tiennm99 4a4a559a01 feat(post): add newsletter #109 — IDE history, debugging, containers, AI coding, vector indexing 2026-06-06 06:21:13 +07:00
tiennm99 4352b738c5 refactor(referral): reorder AI coding platform providers
- Move Z.ai and MiniMax to the top of the section
- Place Xiaomi MiMo directly above ModelArk
2026-06-05 09:38:14 +07:00
tiennm99 fafa5742a0 fix(referral): simplify MiniMax description, remove personal reward amount 2026-06-04 17:59:10 +07:00
tiennm99 ec5a0927e8 feat(referral): update MiniMax description — 5 voucher, Jul 1 deadline, add minimax.png 2026-06-04 17:56:54 +07:00
tiennm99 beab0eeed4 feat(post): add newsletter #108 — AI coding, mental models, developer productivity 2026-06-04 17:50:18 +07:00
tiennm99 ce0248b0cd fix(referral): add missing mimo.png image 2026-06-04 17:39:13 +07:00
tiennm99 e55c531bd5 feat(referral): add thank-you note 2026-06-04 17:27:25 +07:00
tiennm99 e7064e3f5d feat(referral): add Xiaomi MiMo Open Platform referral 2026-06-04 17:20:59 +07:00
tiennm99 77f36d2382 feat(referral): add Alibaba Cloud referral program 2026-06-04 17:19:58 +07:00
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