Live data from Hacker News

Teddit: a free and open-source Reddit front end focused on privacy

teddit.net

141–150 of 312 posts

Re: Teddit: a free and open-source Reddit front end focused on privacy

#141
post #131

Earlier quoted context omitted.

It could be privacy focused by not accumulating that data.

Is there some reason I should believe they won't when it is clearly in their interest to do so?

What value could they realistically get from aggregated Reddit browsing habits if they're not selling ads or even setting cookies? If they just want to see what's popular they can just use the Reddit API to get that data, or just go to the site.

Re: Teddit: a free and open-source Reddit front end focused on privacy

#143

Instantly made a Reddit -> Teddit redictor[1] rule! [1]: https://addons.mozilla.org/nl/firefox/addon/redirector/

That sounds like a foolish thing to do. Teddit terminates your TLS connection to Reddit, and all you have is their promise to not use that position of power.

> with a reputation to protect

Haha good one.

> Reddit almost certainly does a better job protecting your privacy and security

Even better.

I never understand this line of thought. Existing players are abusing their position, SO we wont migrate to a new player because what if they also abuse the position ? (which is in fact advertising itself on privacy explicitly)

Re: Teddit: a free and open-source Reddit front end focused on privacy

#144

Seems like a rather expensive free service to offer. How much bandwidth was used by the virality of this post? If this became popular I don't see how someone could afford to keep it going.

Oh.. Yes. I assumed that they hot linked (a word I haven't used in 10 years) all the images/videos from reddit / imgur. But no, they seem to re-host everything. Which is admirable both from a privacy and "fairness" perspective, it lessens the burden of Reddit.

But yes, without ads or fees, it seems unsustainable.

Re: Teddit: a free and open-source Reddit front end focused on privacy

#145
post #25

No cruft, no cdn domains and no javascript . I gave up on reddit a couple years back, but this might make me rethink. With so many things turning to mud, this is a good thing. What I cannot figure out is how they do the [-] show/hide stuff without javascript? Even hacker news - which is relatively lightweight - uses javascript for that. EDIT: ...and I'm back. It's like eating a box of candy for dinner - sugar rush an…

You can conditionally style elements based on an input checkbox's `checked` state. A label element can also toggle an input checkbox's `checked state`, but contain whatever HTML you want.

Put the two together and you can do interactive elements without JS:

``` Some DOM ```

``` label::after{ display: block; content: '[+]'; } #input, .toggle-content { display: none; }

#input:checked + label::after { content: '[-]'; } #input:checked ~ .toggle-content { display: block; } ```

Off the top of my head, so YMMV but principal is all there.

You start getting headaches if you want animate that though (keyframes that animate a max-height from 0 to 9999999px goes some of the way but feels a bit hacky/doesn't give you much control over consistent timing.)

Re: Teddit: a free and open-source Reddit front end focused on privacy

#146

Earlier quoted context omitted.

That sounds like a foolish thing to do. Teddit terminates your TLS connection to Reddit, and all you have is their promise to not use that position of power.

> with a reputation to protect Haha good one. > Reddit almost certainly does a better job protecting your privacy and security Even better. I never understand this line of thought. Existing players are abusing their position, SO we wont migrate to a new player because what if they also abuse the position ? (which is in fact advertising itself on privacy explicitly)

It would be nice to know who that "new player" is.

Re: Teddit: a free and open-source Reddit front end focused on privacy

#148
post #25

No cruft, no cdn domains and no javascript . I gave up on reddit a couple years back, but this might make me rethink. With so many things turning to mud, this is a good thing. What I cannot figure out is how they do the [-] show/hide stuff without javascript? Even hacker news - which is relatively lightweight - uses javascript for that. EDIT: ...and I'm back. It's like eating a box of candy for dinner - sugar rush an…

Biggest problem with Reddit is the giant echo chamber. Feels a lot like twitter. Super aggressive replies if you’re against the grain.

It feels to me like Reddit is only good for hobby or niche interests you might have. The main subreddits and politics are what make Reddit the shittiest. But if you stay away from these it’s ok.

Re: Teddit: a free and open-source Reddit front end focused on privacy

#149

Earlier quoted context omitted.

Is there some reason I should believe they won't when it is clearly in their interest to do so?

What value could they realistically get from aggregated Reddit browsing habits if they're not selling ads or even setting cookies? If they just want to see what's popular they can just use the Reddit API to get that data, or just go to the site.

So the burden is on me to show they are untrustworthy, rather than the burden being on them to show they are more trustworthy than Reddit?

Re: Teddit: a free and open-source Reddit front end focused on privacy

#150
post #83
post #74

Earlier quoted context omitted.

... What? I've never downloaded it myself (for the same reasons as you), but that doesn't sound true. Play Store says it's 39MB. But maybe OP has that much in media in the app's cache or something.

It's not app's cache I believe, but rather app's data. I think they're different? It's indeed 39MB on Play Store, but after I installed it and used it for a month, it's using 1GB+ storage on my phone (after I deleted app's cache).

Ha, I hate it when apps do that. One of the main reason I got rid of Spotify and my Spotify paid subscription was because their android app gobbled all the free space it could find on a device by filling it with caches music. “Of course Spotify, I pay extra for more storage on me device so you can use it to cache songs and save a few cents on bandwidth, you’re very welcome.”
Post reply on HN