HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rvcdbn

no profile record

Submissions

Show HN: No-install, end-to-end encrypted HTML artifact sharing for agents

askhuman.app
2 points·by rvcdbn·22일 전·0 comments

Free Universe Splitter

freeuniversesplitter.com
3 points·by rvcdbn·10개월 전·0 comments

comments

rvcdbn
·9일 전·discuss
oracle planning a new jvm language? have we ever seen a feature like this that is explicitly not usable from Java?
rvcdbn
·2개월 전·discuss
Article is mistaken these subs are not available to businesses. Companies are paying much closer to API prices. The strategy is to get you accustomed to infinite tokens on your personal sub and bet that behavior transfers to work.
rvcdbn
·4개월 전·discuss
maybe of interest: https://github.com/cloudflare/vinext

(haven't tried it myself)
rvcdbn
·4개월 전·discuss
It's not hidden at all, Claude pushes it even tho it poisons the context after every edit with false positives because it's always out of date. This feature should be hidden given how half baked it is.
rvcdbn
·6개월 전·discuss
couldn't opencode just switch to agent sdk?
rvcdbn
·9개월 전·discuss
deno does support per-host network permissions https://docs.deno.com/runtime/fundamentals/security/#network...
rvcdbn
·5년 전·discuss
Article incorrectly claims that calling a method on a nil value results in an error. Only attempting to dereference the pointer does. It’s fine to call methods on nil and that’s part of the “make the zero value useful” philosophy.