HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yoloshii

no profile record

Submissions

[untitled]

1 points·by yoloshii·15 ngày trước·0 comments

Show HN: ClawMem – Open-source agent memory with SOTA local GPU retrieval

github.com
5 points·by yoloshii·4 tháng trước·0 comments

Show HN: Scrape websites into queryable Gemini RAG knowledge bases

apify.com
1 points·by yoloshii·7 tháng trước·0 comments

Show HN: Whole-home VPN router with hardware kill switch (OpenWrt and WireGuard)

github.com
19 points·by yoloshii·8 tháng trước·33 comments

Show HN: MCP Code Execution Enhanced – 99.6% Token Reduction for Claude Code

github.com
2 points·by yoloshii·8 tháng trước·0 comments

comments

yoloshii
·15 ngày trước·discuss
I was using Perplexity API for synthesis and spent around $10 every few days just based on the volume of research runs my agents were doing. This is a fairly cheap alternative way to do bulk research. The only difference is it can take a little longer. The synthesis layer that offloads tool results to a reasoning model for gating not only improves the results but also saves on tokens for the frontier model-driven main agent. Two branches on the repo; you can synthesize in the cloud (cheap OpenRouter default model) or locally.
yoloshii
·8 tháng trước·discuss
Here's a hint. Look at the number of commits on the repo.
yoloshii
·8 tháng trước·discuss
Some humans also put out slop.
yoloshii
·8 tháng trước·discuss
Where it comes to AI generated output, that mostly depends on the input. If you prompt with specifics of what you want and go into detail, you are much more in control of the output.
yoloshii
·8 tháng trước·discuss
Its done, but too late to edit the title of this submission. One of the unfortunate things about churning out AI slop is that the AI doesn't always catch all of its turds in one go.
yoloshii
·8 tháng trước·discuss
In this setup the "kill switch" works in tandem with the VPN server failover logic. Maybe a netns would be good for redundancy.
yoloshii
·8 tháng trước·discuss
I mean if you want to be anal about it, its just semantics, right? You know, how something is one way relative to something else, but relative to the other thing its not. Certainly not something to get bothered about.
yoloshii
·8 tháng trước·discuss
Some, yes.
yoloshii
·8 tháng trước·discuss
You're probably right lol. It does have that connotation. I'll change it.
yoloshii
·8 tháng trước·discuss
If you start countering geolocation blocking with vps rental and VLESS vray etc then its still good to obfuscate at the endpoint. Passing VPN traffic off as something else is good policy wherever your tunnel goes.
yoloshii
·8 tháng trước·discuss
You're right that iptables rules execute in kernel space, not dedicated hardware. "Hardware kill switch" in VPN contexts typically means the protection is implemented at the network appliance level (router) rather than a software client on each device. The distinction matters because a) client-side kill switch: App crashes → traffic leaks until you notice, and b) router-level kill switch :Default DROP policy persists regardless of client state. Also, the project is for non-techies and vibe coders, so simple explanations help. For their agents, there's the juice in other docs.
yoloshii
·8 tháng trước·discuss
That's where VPN obfuscation is the play, imo. A lot of people nowadays are leaving streaming platforms or watch YT on smart TVs, so it does have a place. You can always exclude a device from the VPN coverage too.
yoloshii
·8 tháng trước·discuss
It prompts the user's agent to audit their network devices and topology first, and research online if it gets stuck. The configs need to be agnostic and contain placeholders. The whole idea is that the agent helps the user vibe code this, which is very doable, and probably the norm when there are so many people looking for solutions like this given the current climate. And netns is for single-host isolation. This is a router forwarding LAN→WAN. Different problem.