HN user

modelorona

42 karma
Posts6
Comments17
View on HN

From what I see Aikido safe chain wraps the actual executable for npm, pnpm, pip etc with a proxy server that intercepts the requests to it and checks them.

deptrust does not wrap any executable and queries the advisory and package information directly. My goal with it was more focused on using it in Claude Code/Codex.

Aegis for 2fa. Can backup to a file which can then be imported on the new phone.

Google's own backup service for normal backups. When I was rooted I used titanium backup but that was ages ago.

And then a lot of apps that have data that I care about have an export/import functionality, so I can just copy those over without much hassle.

hey thanks for your message! I am using the API that's here: https://www.reddit.com/dev/api/

From my understanding, it's used a lot by moderators. It's likely that they may block me since I do not pass any authentication or identifier info, but I don't think it'll happen soon as my use case is extremely simple (knock wood).

I query it as such: https://www.reddit.com/r/earth/top.json?limit=50 and then parse it on the front.

During my testing, I was blocked only once and that was because I ended up querying the same URL too much, which in normal usage shouldn't happen.

The previous iteration used a library called snoowrap (https://github.com/not-an-aardvark/snoowrap) which is unfortunately archived now.

Thank you for the feedback about the image context!