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 giorni fa·0 comments

Free Universe Splitter

freeuniversesplitter.com
3 points·by rvcdbn·10 mesi fa·0 comments

comments

rvcdbn
·9 giorni fa·discuss
oracle planning a new jvm language? have we ever seen a feature like this that is explicitly not usable from Java?
rvcdbn
·2 mesi fa·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 mesi fa·discuss
maybe of interest: https://github.com/cloudflare/vinext

(haven't tried it myself)
rvcdbn
·4 mesi fa·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 mesi fa·discuss
couldn't opencode just switch to agent sdk?
rvcdbn
·9 mesi fa·discuss
deno does support per-host network permissions https://docs.deno.com/runtime/fundamentals/security/#network...
rvcdbn
·5 anni fa·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.