Hacker News new | ask | show | jobs
by ecliptik 1427 days ago
I started running my own this week because the public instances are inconsistent.

Performance is better overall, but some things are still sluggish (teddit) because you're usually the only fetching data and nothing is cached.

Paired with Tailscale makes for a good combination too.

1 comments

Teddit specifically has this unfortunate behavior where every referenced subresource is loaded before a response is returned: https://codeberg.org/teddit/teddit/issues/248

Until that is resolved, libreddit (similarly self-hostable) performs much better.