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.