←back to thread

454 points positiveblue | 1 comments | | HN request time: 0.403s | source
Show context
dlcarrier ◴[] No.45066858[source]
I use uncommon web browsers that don't leak a lot of information. To Cloudflare, I am indistingushable from a bot.

Privacy cannot exist in an environment where the host gets to decide who access the web page. I'm okay with rate limiting or otherwise blocking activity that creates too much of a load, but trying to prevent automated access is impossible withou preventing access from real people.

replies(6): >>45066957 #>>45067243 #>>45067533 #>>45074395 #>>45074884 #>>45077330 #
verdverm ◴[] No.45066957[source]
The website owner has rights too. Are you arguing they cannot choose to implement such gatekeeping to keep their site operating in a financially viable manner?
replies(4): >>45067158 #>>45068078 #>>45068334 #>>45072524 #
SoftTalker ◴[] No.45067158[source]
If you put your information freely on the web, you should have minimal expectations on who uses it and how. If you want to make money from it, put up a paywall.

If you want the best of both worlds, i.e. just post freely but make money from ads, or inserting hidden pixels to update some profile about me, well good luck. I'll choose whether I want to look at ads, or load tracking pixels, and my answer is no.

replies(2): >>45067241 #>>45067555 #
rustc ◴[] No.45067241[source]
> If you put your information freely on the web, you should have minimal expectations on who uses it and how.

Does this only apply to "information" or should we treat all open source code as public domain?

replies(2): >>45067646 #>>45072286 #
1. somerandom2407 ◴[] No.45072286[source]
In a lot of circumstances, that is exactly the case. What the open source license stops is redistribution under terms that violate the license, not usage itself. An individual can very well take your open source code, make any changes they want, compile and use it for their own purposes without adhering to the terms of your license - as long as they don't redistribute it.