Forgot your password?
typodupeerror

Comment Graduated overkill (Score 5, Interesting) 43

Perhaps it's time to apply the same methods here that helped deal with spam back in the day: start threatening the ISPs that don't deal with users infected with proxies with having all netblocks belonging to them blocked unconditionally. That works by shifting the complaints from people the ISP doesn't get paid by (the services being scraped) to people it does (it's users who can't access services). We even have the tech needed already: DNS-based RBLs. Condemn providers who host scrapers who don't provide useful user-agent strings or don't comply with robots.txt to the same fate.

We don't need regulations to do this. The services belong to the people who run them, and they've got pretty much free rein to take actions to protect themselves. Is it severe? Yes. Is it disproportionate? Also yes. But then, to avoid it they just have to do one easy thing: not be assholes. If they can't manage that, are we obligated to shoulder the costs of letting them freely be assholes? IMO, no.

Comment Re:Magic 8 Ball, am I stupid? (Score 3, Insightful) 23

They don't. They think of them as something that happens on their computer, with only them involved. They know, in the abstract, that there's a server somewhere, but the implications of that don't really sink in. The same problems applied to e-mail since forever, but everyone dismissed it as something that didn't matter since they didn't use email. Now, though, we're seeing the result of the third-party doctrine starting to hit home in ways the average person does need to care about thanks to the ubiquity of the cloud. Chatbot logs, search histories, email records, Flock cameras, Ring doorbell cameras, ALPRs, documents stored in cloud services, social media histories, messaging service histories... everything involving records stored long-term in the hands of third parties is starting to affect ordinary people in ways they can't ignore. I suspect at some point the law is going to have to change.

Comment Re:Needs an official Linux boot camp (Score 1) 70

I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.

The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.

I didn’t think getting the signing working for Mac/iOS was terribly hard.

Comment New coach, same game (Score 1) 96

They're still playing the "Try to get IBM to pay us to go away." game. It didn't work the first time around. This one's even more futile because this particular argument was dealt with during the original case and IBM proved that the code they contributed to Linux wasn't code belonging to Project Monterrey at all but completely different code IBM wrote themselves for a different product. But I suppose, given the people behind this, lack of pattern recognition skills is a given.

Comment That's not the worst part (Score 4, Insightful) 61

The worst part isn't that now anyone who can get a few pictures of your face off the Internet can log in on your account. The worst part is that you can't recover from it. You can't change your face so once they've got it all you can do is disable this feature completely, and hope Google doesn't re-enable it.

Slashdot Top Deals

To write good code is a worthy challenge, and a source of civilized delight. -- stolen and paraphrased from William Safire

Working...