I have to ask… Why not just use a fingerprinting-resistant browser?
Comment on How did you guys use reddit and discord?
MigratingtoLemmy@lemmy.world 1 year ago
Ah, libreddit shut down, didn’t it?
Run a browser in a container.
vector_zero@lemmy.world 1 year ago
MigratingtoLemmy@lemmy.world 1 year ago
AFAIK the only way to completely prevent trackers is to disable JS and even then people have created profiles of the TOR browser before.
I am not confident in my ability to block every single fingerprinting method possible, so instead I’ll play their game against them.
dsemy@lemm.ee 1 year ago
What do you mean by “people have created profiles of the TOR browser before”?
It shouldn’t matter if you can identify the TOR browser, as long as different users of the TOR browser have the same fingerprint.
aura@sh.itjust.works 1 year ago
i think it only halted development, not shut down. i’ve heard one of the contributors wants to revive the project though. libreddit still works fine if you self-host it and you’re the only one using it, but not on public instances. self-hosting is easy tho, just download the latest release binary and run it in a terminal or something.
MigratingtoLemmy@lemmy.world 1 year ago
How exactly is it working without using Reddit’s API?
aura@sh.itjust.works 1 year ago
i’m pretty sure reddit’s api allows a certain amount of requests from an ip address before the user has to actually pay for it. or something along the lines of that.
MigratingtoLemmy@lemmy.world 1 year ago
I see. That’s how
QuazarOmega@lemy.lol 1 year ago
MigratingtoLemmy@lemmy.world 1 year ago
Thanks
gc_@lemmy.dbzer0.com 1 year ago
How come some of the instances work, when the API pricing changes killed most alternatives?
QuazarOmega@lemy.lol 1 year ago
I’m not sure exactly, but it is either because they still spoof the mobile app or because they don’t reach the API usage quota
gc_@lemmy.dbzer0.com 1 year ago
yeah it did :( . Should I delete the account and only browse there? I sometimes pop in a comment to ask questions.
Also speaking of containers, are you talking about firefox containers?
radix@lemm.ee 1 year ago
They probabaly meant an entire virtual machine (which is only feasible on desktop/laptop as far as I know).
MigratingtoLemmy@lemmy.world 1 year ago
No, I meant a container running a browser in it. An example of such a DIY container would be: Alpine base + Librewolf + Script to install necessary extensions in Librewolf and configure them + Guacamole as a VNC server. Or maybe just configuring X-forwarding (does that work with Podman) will do.
radix@lemm.ee 1 year ago
Oh cool, never knew of this!
MigratingtoLemmy@lemmy.world 1 year ago
Yes.
An example of such a DIY container would be: Alpine base + Librewolf + Script to install necessary extensions in Librewolf and configure them + Guacamole as a VNC server. Or maybe just configuring X-forwarding (does that work with Podman) will do.
gc_@lemmy.dbzer0.com 1 year ago
Is it yes to both questions?
orizuru@lemmy.sdf.org 1 year ago
I think they are talking about docker containers.