tomchen's recent timeline updates
tomchen's repos on GitHub
TypeScript · 166 watchers
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
JavaScript · 130 watchers
font-template
Simplest way to create your own font with Adobe Illustrator and FontForge 🔤
Python · 67 watchers
example_pypi_package
Example PyPI (Python Package Index) package set up with automated tests and publishing using GitHub Actions CI/CD, primarily for GitHub + VS Code (Windows / Mac / Linux) users
Python · 48 watchers
bdfparser
BDF (Glyph Bitmap Distribution) format bitmap font file parser library in Python 🔤🔣
32 watchers
animated-svg-clock
Animated SVG clock 🕒
TypeScript · 32 watchers
symmetric-nat-test
NAT Test: Am I behind a Symmetric NAT or Normal NAT (Full-cone NAT or other non-symmetric)
TypeScript · 23 watchers
bdfparser-js
BDF (Glyph Bitmap Distribution) format bitmap font file parser library in TypeScript (JavaScript) 🔣📜
13 watchers
stack-icons
"stack-icons" project has been renamed and moved to https://github.com/get-icon/geticon under organization account @get-icon . Official website https://geticon.org/
TypeScript · 10 watchers
typedoc-plugin-not-exported
TypeDoc plugin that forces inclusion of non-exported symbols (variables)
JavaScript · 8 watchers
react-printable-cv
Printable, multi-language, web curriculum vitae (resume) built with React and Redux 🖨️⚛️
7 watchers
my-avatar
Tom Chen's animated avatar :trollface:
TypeScript · 3 watchers
searchconfig
TypeScript (JavaScript) package to get and merge configuration, made for Node.js and Deno
TypeScript · 2 watchers
fetchline
Read text file (remote over HTTP(S) or local) line by line as async iterator, with Node, browsers and Deno
JavaScript · 2 watchers
font-website
Tom Chen's font library, tutorial, collection website
JavaScript · 2 watchers
linear-programming-solver
Linear Programming Solver 🧮
2 watchers
tomchen
Tom Chen's personal readme 🙂
JavaScript · 1 watchers
clarr
Fastest className construction library
1 watchers
Clone-Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
TypeScript · 1 watchers
git-history-import
Export git history to JSON, edit it, import it back. JS CLI tool
JavaScript · 1 watchers
recip
Web-based Remote-Controlled Interactive Presentation System, proof of concept school project 🖱️:electron:
TypeScript · 1 watchers
semver-ts
Tree-shakable, lightweight, drop-in replacement of semver with correct type definition
TypeScript · 1 watchers
vscode-paste-markdown-link
VS Code extension to paste URL as formatted Markdown link when text is selected. Published on VS Marketplace & open-vsx.org
TypeScript · 0 watchers
ast-grep-vscode
ast-grep VSCode is a structural search and replace extension for many languages.
Shell · 0 watchers
bash_scripts
Bash scripts for personal use 📜
Python · 0 watchers
csv2po
csv2po.py: Python Script to generate gettext .po file from CSV files and vice versa 🌐⬜
JavaScript · 0 watchers
example-typescript-package-test
Test if example-typescript-package is installable
JavaScript · 0 watchers
js-sameness-table
JavaScript Equality Comparisons and Sameness Table 📜󠀽
JavaScript · 0 watchers
js.org
Dedicated to JavaScript and its awesome community since 2015
0 watchers
next.js
The React Framework
0 watchers
opencc-nodegyp-test
Just a small test for an issue
TypeScript · 0 watchers
peerjs
Simple peer-to-peer with WebRTC.
0 watchers
sergiks
Self presentation
Python · 0 watchers
setuptools
Official project repository for the Setuptools build system
JavaScript · 0 watchers
starter-react-app
Yet Another React App starter / boilerplate / scaffold with my preferred (dev)dependencies 🚀⚛️
HTML · 0 watchers
starter-web-app
Starter / boilerplate / scaffolding web app with decent dev tools and a cool demo page (en & fr) 🚀🌐
TypeScript · 0 watchers
stun-server-test
Test STUN servers for WebRTC connectivity
HTML · 0 watchers
tomchen.org
tomchen.org 😀
0 watchers
webpack.js.org
Repository for webpack documentation and more!
TypeScript · 0 watchers
webrtc-p2p-chat
WebRTC P2P Chat
JavaScript · 0 watchers
wiscroll
Scroll based animation JavaScript library 📜⚓
tomchen

tomchen

V2EX member #175979, joined on 2016-06-04 18:06:01 +08:00
Today's activity rank 1115
tomchen's recent replies
@wong2 有人抄你的 codex-resets.com 😂
楼主不会真的是想出国旅游,找性价比高的国际联程票,可转机+中转火车票吧
23h 29m ago
Replied to a topic by luojiedev OpenAI GPT-5.3-Codex-Spark 找不到入口
之前拿它做不重要的翻译(我觉得对多语言 LLM 来说是最不用动脑的任务之一),但水平似乎太差了,实在用不了
"@grok is that true?"😂
23h 37m ago
Replied to a topic by blackantt 程序员 求助: mpv 在 GPLv3 下的分发
这和你从 github 还是 cloudflare 上下载没关系吧。只要只是 spawn mpv 的编译好的二进制,而不是作为 lib 去 link 或者用它源码,那 GPL 就不会传染你的代码
gemini 3.6 flash 和 sonnet 5 medium 都是 17
我现在还没搞明白你们到底怎么定义这玩意儿。。那些各种标准和测试,astra 和 fable 差不多都能过吧。当然你叫 astra 去泡咖啡但又不给他一个机械手臂和合适的 API 和操纵方法,那就强词夺理了吧。看来真的只是个“无关紧要的营销术语”
我第一眼看成 Cloudflare 了,吓死我了😂

Google Maps 评分 2.1 的斯里兰卡的 Web hosting company ,嗯。。
为什么叫 toto.aitoto.ai 这个域名你又没有拿下来
这种汇编的比较在去年或者前年就经常说了吧。典型的反驳(当然只反驳一部分)是:编译器是确定性的,而现在的 AI 是不确定 Non-deterministic 的。这点差异使得你写高级代码时可以完完全全绝对不写不看不了解汇编,把它完全抽象掉,但用 AI 编程时通常至少得有个 VS Code 稍微看一两眼代码,或者(对于 node/前端项目)运行那么一两个 npm 命令,用 console inspect element 一下,知道用的什么 stack 通常也是需要的,并且视你的 AI 的能力和对代码的要求,可能需要更多地查看代码。虽然没有完全古法手写回到过去,你的意思大体上还是 valid 的,但还是和汇编的例子有点儿差异。假如真的和汇编的例子一样,那现在火的应该是 lovable 和 base44 ,而不是 codex 、claude code ,用户机子上也不会装 vscode 或任何 IDE 、node 、python 等
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   3074 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 13:25 · PVG 21:25 · LAX 06:25 · JFK 09:25
♥ Do have faith in what you're doing.