Viewing profile — odvcencio
odvcencio
HN member- Joined
- Wed, Feb 25, 2026, 6:19 PM UTC
- HN karma
- 108
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About odvcencio
No profile information was provided.
Recent public activity
-
comment
Comment #47158663
i really appreciated this comment the most because of how much work "somehow" is doing here
-
comment
Comment #47157449
ii am trying to not take issue with this comment because im aware of the huge stigma around ai generated code. i needed this project so i made it for my use case and had to build o…
-
comment
Comment #47157419
the 90x figure is on Go source for apples to apples against CGO bound tree-sitter. your use case is not one i designed for although yeah maybe the readme has some sections too clos…
-
comment
Comment #47157361
thank you for the kind words! Very cool project! Very happy you can find some utility in it
-
comment
Comment #47157329
yes and if you clicked the links you would know that i did answer it in the readme.
-
comment
Comment #47157264
well how did it do?
-
comment
Comment #47157143
re: up to date grammars, yes i found the official grammars in use by the original tree-sitter library today
-
comment
Comment #47157127
yes basically about 70% of the engineering effort was spent porting the external scanners and ensuring parity with original (C) tree-sitter
-
comment
Comment #47157097
206 binary blobs = 15MB, so not crazy but i built for this use case where you can declare the registry of languages you want to load and not have to own all the grammar binaries by…
-
comment
Comment #47156989
yeah the tests live with the implementation code always (Go thing) and the repo root thing is like a preference, main is an acceptable package to put stuff in (Go thing), i see thi…
-
comment
Comment #47156938
gah,. sincere apologies for formatting of this post. i ahve been on HN for basically 10 years now without ever having made a post (:
-
comment
Comment #47156907
it is interoperable with git. we like git when its good but attempted to ease the pains in UX somewhat. you can take advantage of got locally but still push it to git remote forges…
-
comment
Comment #47156872
primarily, got is structural VCS intended for concurrent edits of the same file. it does this via gotreesitter and gts-suite abstractions that enable it to: - have entity-aware dif…
-
comment
Comment #47156310
thanks so much for the note! i really appreciate it. i built this precisely for folks like yourself with this specific pain, thanks again!
-
comment
Comment #47156289
oh wow! i really thought i was being too clever but i shouldve assumed nothing new under the sun. well im taking name suggestions now!
-
story
Show HN: I ported Tree-sitter to Go
This started as a hard requirement for my TUI-based editor application, it ended up going in a few different directions. A suite of tools that help with semantic code entities: htt…