Live data from Hacker News

Teddit – An alternative Reddit front-end focused on privacy

codeberg.org

31–40 of 96 posts

Re: Teddit – An alternative Reddit front-end focused on privacy

#33

Good luck. News is the API fees are going to destroy Apollo.

$12,000 per 50 million requests according to a post the dev made on Reddit, which he claims translates to $20 million a year.

And per user it's about $25 a year

Re: Teddit – An alternative Reddit front-end focused on privacy

#34
post #31

Earlier quoted context omitted.

HTML is a perfectly good API.

Most HTML is undocumented and unstable, so I’d say it’s far from perfect.

It's perfect in that there's no way for them to differentiate from normal browser traffic. This is adversarial interoperability which is exactly how we're supposed to deal with corporations and their idiotic "terms". Nobody is forced to accept their "take it or leave it" BS.

https://www.eff.org/deeplinks/2019/10/adversarial-interopera...

If it's important enough, someone somewhere will care enough to fix it when it inevitably breaks. Look at youtube-dl and its variations, there's even a youtube.js now.

https://news.ycombinator.com/item?id=31021611

Re: Teddit – An alternative Reddit front-end focused on privacy

#36
post #19

Earlier quoted context omitted.

I believe Teddit uses scraping; I run a Teddit instance for myself and haven't needed to set up an API key.

It would be great for someone to scrape Reddit and expose that information in a format compatible with the official API. So if you call /get-comments/1234 it scrapes post 1234 and returns the JSON object exactly as the official API does. Then third party clients can just point to this endpoint.

Won’t they just get rate limited or hit with captchas

Re: Teddit – An alternative Reddit front-end focused on privacy

#37
post #31

Earlier quoted context omitted.

Most HTML is undocumented and unstable, so I’d say it’s far from perfect.

It's perfect in that there's no way for them to differentiate from normal browser traffic. This is adversarial interoperability which is exactly how we're supposed to deal with corporations and their idiotic "terms". Nobody is forced to accept their "take it or leave it" BS. https://www.eff.org/deeplinks/2019/10/adversarial-interopera... If it's important enough, someone somewhere will care enough to fix it when it i…

Can’t they just fingerprint the incoming requests based on a litany of variables such as headers ip etc to prevent this “scraping”?

Sorry I don’t follow

Re: Teddit – An alternative Reddit front-end focused on privacy

#38

I’ve used teddit but prefer libreddit https://github.com/libreddit/libreddit > It is a private front-end like Invidious but for Reddit. - Fast: written in Rust for blazing-fast speeds and memory safety - Light: no JavaScript, no ads, no tracking, no bloat -Private: all requests are proxied through the server, including media -Secure: strong Content Security Policy prevents browser requests to Reddit of course you can…

>Libreddit is themed around Reddit's redesign whereas Teddit appears to stick much closer to Reddit's old design. This may suit some users better as design is always subjective.

Re: Teddit – An alternative Reddit front-end focused on privacy

#39

Earlier quoted context omitted.

Reddit is a SPA though right

SPA being a problem was last decade. Headless chromium is pretty standard for scraping nowadays.

Isn’t that very expensive to run at scale especially mixing in residential IPs to avoid blocking
Post reply on HN