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

derstruct

no profile record

投稿

Show HN: A stateful UI runtime for reactive web apps in Go

github.com
14 ポイント·投稿者 derstruct·3 か月前·4 コメント

Show HN: Go language extension with HTML templates

github.com
3 ポイント·投稿者 derstruct·3 か月前·3 コメント

Show HN: Doors – Server-Driven UI Framework for Go (SSR, State, Routing)

github.com
1 ポイント·投稿者 derstruct·10 か月前·0 コメント

コメント

derstruct
·3 か月前·議論
Actually I designed it with complex user flows and business logic in mind, but it's a good fit for small apps also.

I am new to this LLM stuff to be honest. But seems like it's a default way to write code currently in many domains. I would be grateful if you could share framework related plugins/skills that you found great.
derstruct
·3 か月前·議論
I hope you will find time to test it out and I will be happy to assist. In the current AI hype era, it's difficult to get attention to anything not AI related, regardless of how good it is.
derstruct
·3 か月前·議論
Accidentally replied in a different comment, first time.
derstruct
·3 か月前·議論
Actually with tree-sitter it's much less moving parts inside parser-generator core (5-10x LOC less then templ, but it's difficult to compare because structure differences).

My theory that I don't have to care a lot about gopls changes, because I rely on LSP protocol itself when doing conversion. I basically scan exchange JSONs for locations (sometimes recursively) that are related to `.gox` or generated `.x.go` and perform targeted patches.

About string literals completions.. I can't imagine how I could achieve even a 1/10 of feature set with this approach. Or at the end, it will turn out as something very similar to what I have, but achieved from a different starting point.