HackerTrans
热门最新趋势评论往期问答秀出招聘

autobe

14 声望加入于 3个月前

提交

显示 HN:TTSC、TypeScript v7 工具链、插件和代码图减少了 90% 的令牌

github.com
1 分·作者 autobe·3天前·0 评论

显示 HN:我制作了 TS 编译器图 MCP:Claude 代码和 Codex 中的令牌减少了 10 倍

github.com
3 分·作者 autobe·12天前·0 评论

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

github.com
1 分·作者 autobe·25天前·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
·12天前·讨论
[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