HackerTrans
トップ新着トレンドコメント過去質問紹介求人

autobe

14 カルマ登録 3 か月前

投稿

Show HN: TTSC, TypeScript v7 ToolChain, plugin and codegraph reducing 90% tokens

github.com
1 ポイント·投稿者 autobe·3 日前·0 コメント

Show HN: I Made TS Compiler Graph MCP: 10x Fewer Tokens in Claude Code and Codex

github.com
3 ポイント·投稿者 autobe·11 日前·0 コメント

Show HN: I Made TTSC, TypeScript v7 ToolChain for Plugins Like Typia

github.com
1 ポイント·投稿者 autobe·24 日前·0 コメント

Show HN: 800x faster Linter and TypeScript-Go toolchain for plugins like typia

github.com
3 ポイント·投稿者 autobe·先月·1 コメント

Qwem Meetup Presentation: Function Calling Harness, from 6.75% to 100%

typia.io
1 ポイント·投稿者 autobe·2 か月前·0 コメント

VR Coding for the AI Coding Era – Monitoring 5 AI Agents at Once

typia.io
1 ポイント·投稿者 autobe·2 か月前·0 コメント

Show HN: TTSC – TypeScript-Go compiler and runner with transform plugins

github.com
2 ポイント·投稿者 autobe·2 か月前·8 コメント

AI deleted my most tests, and said "All Tests Pass"

typia.io
27 ポイント·投稿者 autobe·2 か月前·12 コメント

[untitled]

1 ポイント·投稿者 autobe·2 か月前·0 コメント

コメント

autobe
·11 日前·議論
[flagged]
autobe
·先月·議論
Here is the detailed benchmark result: https://ttsc.dev/docs/benchmark/#lint
autobe
·2 か月前·議論
Developing typia (https://github.com/samchon/typia), and have used it in many companies. Although I never explicitly discussed open source when signing my employment contract, generally no one said anything about using or maintaining it. Even when I mentioned the need to add features or fix bugs while writing work logs or roadmaps, no manager really said anything.
autobe
·2 か月前·議論
[dead]
autobe
·2 か月前·議論
Thanks bro
autobe
·2 か月前·議論
I'm making `typia`, and it needs the type checking even in the convenient runtime like `ts-node`.
autobe
·2 か月前·議論
But it does not support plugin, and does not type checking either.
autobe
·2 か月前·議論
`oxlint` is an independent program with typescript compiler, and @ttsc/lint is a plugin belongs to the typescript compiler.

So when using `oxlint`, you have to run it after TS compilation, but `@ttsc/lint` configured violations are detected when TS compilation.
autobe
·2 か月前·議論
No additional cost occured, but just weekly limit exhausted