HackerTrans
TopNewTrendsCommentsPastAskShowJobs

autobe

14 karmajoined vor 3 Monaten

Submissions

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

github.com
1 points·by autobe·vor 3 Tagen·0 comments

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

github.com
3 points·by autobe·vor 11 Tagen·0 comments

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

github.com
1 points·by autobe·vor 24 Tagen·0 comments

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

github.com
3 points·by autobe·letzten Monat·1 comments

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

typia.io
1 points·by autobe·vor 2 Monaten·0 comments

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

typia.io
1 points·by autobe·vor 2 Monaten·0 comments

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

github.com
2 points·by autobe·vor 2 Monaten·8 comments

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

typia.io
27 points·by autobe·vor 2 Monaten·12 comments

[untitled]

1 points·by autobe·vor 2 Monaten·0 comments

comments

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