docs: add dev.to long-form launch copy#145
Open
zhijiewong wants to merge 2 commits into
Open
Conversation
Previously the V2EX and 掘金 copy only existed in chat ephemera; committing them to the canonical launch-copy file so the campaign assets are version-controlled. Both versions use the cleaned C++/native framing (no Rust detour) consistent with PR #143's revisions: - V2EX 分享创造 post (short, casual register) - 掘金 long-form article (with section headers, code blocks, validation-infra-paid-off story, API stability call-out) - Other Chinese venues mentioned briefly: 知乎, 少数派 - Suggested ordering: 掘金 first as "authoritative long read", V2EX/知乎 link back to it Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
dev.to is a friendlier, long-form-oriented community than HN or Reddit; it expects a complete article with cover image, 4 tags, and a TL;DR up front. The previous "Other venues" bullet for dev.to just pointed at "the announcement doc" which isn't quite right — the announcement doc is structured as an HN-style read, not a dev.to article. Added a full dev.to-tailored section: - Title framed as a how-to write-up, not a release announcement - 4 dev.to tags: #typescript #javascript #performance #showdev - Cover image: bench-comparison.png - TL;DR up front (dev.to convention) - Markdown code blocks for the algorithm sections (linear recurrence vs cumulative sum diff) - Same content discipline as the rest of the campaign: C++ (not Rust) framing, suite-scoped caveats, fuzzer-found- bug story, validation infra summary Removed the outdated "dev.to" line from the "Other venues" section since it now has its own dedicated section. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a dedicated dev.to section to
launch-copy.md.dev.to is a friendlier long-form community than HN/Reddit; it expects a complete article with cover image, up to 4 tags, and a TL;DR up front. The previous "other venues" bullet pointed at the existing announcement doc, but that's HN-shaped, not dev.to-shaped.
New section includes:
assets/bench-comparison.png)#typescript #javascript #performance #showdev🤖 Generated with Claude Code