Comment Robots.txt? (Score 1) 104
If you don't want your content scraped and use, then isn't the usual solution to opt out via robots.txt?
The debate of whether it should be opt in or opt out is pretty much over unless you have some kind of captcha and TOS wall on your content.
Comment Re:Fandom.com != Wikipedia. Yawn. (Score 1) 43
A social media site suddenly changing policy and violating user expectations for cash in a new way is definitely tech news.
It's one thing for a free site to decide they don't like a user and discontinue an account.
It's quite another thing to _replace_ their content, a relatively definitive article on a topic, with a paid ad.
Both content creators and media companies should find this interesting news, as expectation management on both sides is key to such sites being viable.
Comment Re:Dumb Programmers? (Score 1) 212
Comment Re: It's concerning but can't be the whole story (Score 1) 120
For criminal law, the people who want to limit scope of laws generally don't get to pick which cases make it to higher courts. (this can be different for some civil cases where an org like the ACLU or EFF can find a more palatable client and file a suit)
Comment Re:These Laws are Going to Cause a lot of Turmoil (Score 1) 40
Comment Shouldn't there be a neutral vote? (Score 1) 59
Comment Re:Not the Purpose of CAPTCHAs (Score 1) 35
Comment Re:code is law (Score 1) 162
Responsibility for errors is a one-way street.
No. As an example, overpay your credit card bill sometime. The bank will either apply it to your next month's charges or (if you run a zero balance for a while) mail you a check.
Comment Re:Sedition [Re:Insurrection] (Score 1) 215
"The attack resulted in the deaths of five people, including a police officer."
I don't follow. Why is that an obviously lie? I've never heard anyone dispute this fact. Sure, you can spin it so that the deaths aren't important, or that they would have happened anyway.
Don't throw me in as agreeing with what seems to be his general point, but I assume he's talking about the aspect of that sentence which assigns the death of the police officer to the attack: he did die but the cause is argued about. Once medical examination was complete, the cause of death was ruled as natural causes (stroke then death).
Some initial statements had claimed that the death was the result of injuries sustained on duty.
https://www.bbc.com/news/world...
Just giving a reference which I think clarifies, not hopping in with anyone defending the rioters in any way.
Comment Re:And how are they going to do that? (Score 2) 50
In short, can a requirement to have a transparent algorithm be met while still being unable to explain what the algorithm was doing and why when a particular challenge is brought?
Not the training, the end results of Bob getting a series of "You should work here!" ads for prestigious companies and Alice gets ads for kitchen products: this might be fine if you explained that the last ten things Bob clicked through to were technical articles in the job area they asked for and Alice has been reading articles appropriate to starting a food truck, but if the company just shrugs and says "I dunno why it did that" is showing the training set and some source code going to get them off the hook if it's just a big neural net without so clear a set of direct inputs?
Comment Re:Well known Russian philosophy (Score 1) 265
Comment Re:That's not the issue (Score 1) 65
Such as: criminal A conspires with criminal B to buy a $5 paperback on eBay for $500, followed by some scheme where the 'clean' proceeds are split between A and B (or A is getting some other benefit, such as a reciprocal deal within a network of launderers).
But unless you're claiming that Tim is knowingly and deliberately running a criminal enterprise (or something equally bizarre like this being a way for some criminal to pay off a massive debt to him in a way that he can deposit into a bank without getting investigated for it), that doesn't make any sense in this context because he's just an author getting, pocketing, and keeping a big fee for a high prestige signing event.
Comment Re:How'd they seize Russian servers? (Score 1) 69
The business end of the service being based in Russia (or even a primary technical facility) doesn't tell us what information is stored and where it's kept.
Further, we don't know the actual goals of the police involved. As was said, you don't necessarily need to raid a particular physical location to:
1. shut down the service (maybe they got to the dns people for it, or shut down enough nodes to effectively if not literally kill the network)
2. seize some end nodes and get logs enough to unravel the next hop (such as getting warrants to raid customers)
3. get a partial list of users, and then clandestinely investigate them - once you know who to watch, it's a lot harder for them to stay not-caught even if they do find another good vpn to connect to
4. or maybe this was the last step and they already have the perps they wanted and now just want to make this particular service go away
etc.
Comment Re:Is double encryption really better? (Score 1) 69
The security coming from 'double', according to the article, is really about having an extra hop:
User-> VN1 node 1 -> VPN node 2 -> destination
That's one more problem for an observer to figure out vs
User -> VPN node -> destination
It might seem like you can just draw a line around the VPN nodes and call it one "thing" you are watching traffic in and out of, but it's a much harder problem for observers (bad actors if the user is a good guy or the police if the user is a bad guy) if VPN node 1 and VPN node 2 are in different physical locations and possibly different legal jurisdictions.