Viewing profile — thdxr
thdxr
HN member- Joined
- Fri, Aug 25, 2017, 8:03 AM UTC
- HN karma
- 808
- Public activity
- 169 items
- HN profile
- View on Hacker News ↗
About thdxr
ZB7NfzWsA6
Recent public activity
-
comment
Comment #48979628
not too much actionable here. most of the more glaring issues are already fixed in our upcoming v2 if you'd like to try beta: https://x.com/thdxr/status/2075636594640376165 some th…
- story
-
comment
Comment #48357455
this is a 1 day old vibe coded experiment where i'm exploring some ideas
-
comment
Comment #47466371
API support was never removed
-
comment
Comment #47466341
this isn't true it will use whatever small model there is in your provider we had a fallback where we provided free small models if your provider did not have one (gpt nano) some c…
-
comment
Comment #47035253
we are going to implement this
-
comment
Comment #46593380
the email they found was from a different repo and not monitored. this is ultimately our fault for not having a proper SECURITY.md on our main repository the issue that was reporte…
-
comment
Comment #46592871
hey maintainer here we've done a poor job handling these security reports, usage has grown rapidly and we're overwhelmed with issues we're meeting with some people this week to adv…
- story
-
comment
Comment #44737745
docs for that are here: https://opencode.ai/docs/models/#local
-
comment
Comment #44496429
curious why /clear instead of making a new session? and nothing expires out from the session until you get near the context window max - at which point we do a compaction process
-
comment
Comment #44496423
we actually do heavily use prompt caching now
-
comment
Comment #44484945
it's implemented in the backend, will expose in frontend soon
-
comment
Comment #44484932
hey one of the authors here we're a little over a month into development and have a lot on our roadmap the cli is client/server model - the TUI is our initial focus but the goal is…
-
comment
Comment #44484912
author here - right now it's all the same prompts as claude code but we're going to make all this very configurable next week
-
comment
Comment #44484904
author here we're very focused on UX and less so on LLM performance. we use all the same system prompts/config as claude code that said people do observe better performance because…
-
comment
Comment #44263860
what did i do to you!?
-
comment
Comment #44071991
this isn't official and is missing context flagged it
-
story
Show HN: OpenCode – TUI based coding agent
Hey HN - we've built an open source terminal based coding agent You might be familiar with Claude Code but OpenCode runs a full TUI rather than the typical scrolling CLI output. Th…
-
comment
Comment #43836951
i think the idea that no one wants it is off even if the models do not get better there is so much demand even just b2b we have all these problems we can fix but we are totally lim…
-
comment
Comment #43561638
build something popular then build a second thing that's as popular that's paid it's pretty hard but that's what we did
-
comment
Comment #42450676
yes this was the intent
-
comment
Comment #42450655
thanks for writing this up! i have been looking at switching to PASETO instead of jwt one thing though - the reason we use asymmetric encryption is to allow other clients to valida…
-
comment
Comment #42450625
we will add SAML adapters as well but the flow between your apps and openauth will always be oauth
-
comment
Comment #42450580
all of the data in there will be exposed via an API and also directly queryable since it's in your infra but the idea here is openauth does not handle things like user storage - it…