HackerTrans
TopNewTrendsCommentsPastAskShowJobs

autobe

14 karmajoined 3개월 전

Submissions

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

github.com
1 points·by autobe·3일 전·0 comments

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

github.com
3 points·by autobe·12일 전·0 comments

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

github.com
1 points·by autobe·25일 전·0 comments

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

github.com
3 points·by autobe·지난달·1 comments

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

typia.io
1 points·by autobe·2개월 전·0 comments

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

typia.io
1 points·by autobe·2개월 전·0 comments

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

github.com
2 points·by autobe·2개월 전·8 comments

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

typia.io
27 points·by autobe·2개월 전·12 comments

[untitled]

1 points·by autobe·2개월 전·0 comments

comments

autobe
·12일 전·discuss
[flagged]
autobe
·지난달·discuss
Here is the detailed benchmark result: https://ttsc.dev/docs/benchmark/#lint
autobe
·2개월 전·discuss
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개월 전·discuss
[dead]
autobe
·2개월 전·discuss
Thanks bro
autobe
·2개월 전·discuss
I'm making `typia`, and it needs the type checking even in the convenient runtime like `ts-node`.
autobe
·2개월 전·discuss
But it does not support plugin, and does not type checking either.
autobe
·2개월 전·discuss
`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개월 전·discuss
No additional cost occured, but just weekly limit exhausted