We found a stable Firefox identifier linking all your private Tor identities 3 months ago
better yet, disable javascript when using tor.
HN user
better yet, disable javascript when using tor.
Paris should take notes
CS2 has first class linux support. I'm on cachyos specifically, and on my machine it has better performance than on Windows (I made the comparison a couple of months ago, so pretty recent)
Definitely use DRF for this kind of usecases.
The problem with his approach is that it'll always expose ALL the fields of a model to the frontend, like hashed passwords, and can come at a performance cost if the queryset was run with `.only("some", "fields")`. This can be tolerable for small projects but it doesn't scale too well on the long term...