Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Why is so much JavaScript being used? (Score 1) 318

You're also forgetting the part where W3C was sitting in their ivory tower doing nothing useful, so the browser vendors (sans Microsoft) got together and formed their own group, WHATWG, which created HTML5. W3C only decided to adopt HTML5 after it became clear that all the browser vendors (except Microsoft) were already committed to implementing it. (Microsoft didn't get on board until W3C's adoption.)

But you're right, the expectation is that JavaScript is a big part of how the web is supposed to work.

Comment Re:Why is so much JavaScript being used? (Score 1) 318

The real question we should be asking ourselves is why is there so much redundant JavaScript libraries out there? Date Pickers, Fancy Dialog Boxes, Slideshows, Accordion Components, Menus, Widgets, etc all use JavaScript. How come the HTML standard has not implemented these common components?

Some of them are in HTML5, but browsers haven't implemented them yet, and since everybody uses JavaScript anyway (and will continue to use JavaScript to support older browsers for the next decade) there's no pressure for browser devs to implement them.

Comment Re:The betting pool is now open... (Score 1) 536

That's not good enough. The Start menu has to return

No, it doesn't. Microsoft doesn't have to do anything. Haven't you figured that out yet?

I believe his implication was that the Start menu has to return in order for people to want to buy it. Microsoft isn't required to do what customers want, and... customers are not required to remain customers.

Comment Re:Depends on who you get it from (Score 1) 329

The problem then becomes the fact that it gives incentive for device prices to remain artificially high. If the device is higher priced, companies make more money. It justifies warranty purchases (also at higher prices) in many minds due to how expensive the device is.

The solution to this problem is more competition.

Now in the case of Apple specifically I'll give them a certain level of a pass on this because they are well known for honoring their warranties very consistently. Everyone else...not so much.

Agreed. I've had a consistently positive experience with Apple's repair services, although I suppose it's not ideal that I've needed it on the majority of Apple products that I've owned.

Comment Better question (Score 1) 684

Rather than focusing on DRM itself, let's turn things back around and focus on why we have DRM in the first place.

There is a demand for rented content. A movie that I want to watch once, but have no desire to keep. A book I want to read once, but don't plan to read again. I song I want to hear when I'm in the mood to listen to music, but don't want to own. Not everyone wants these things - you might not want these things - but a lot of people do, including me. I also want to own things, but for now let's focus on the things I don't. I might be willing to pay $15 to buy my own copy of a movie, but I only want to pay a tenth of that to rent it.

It used to be that you could go to a video rental place and rent a movie on VHS. It was possible to copy them, but most people didn't own the necessary equipment (a second VCR), there was a loss of quality in the copying process, and the blank media cost about as much as the rental. Similar issues with copying a show of the TV or a song off the radio (minus the part about the second VCR).

In the digital era, data can be copied perfectly with no loss of quality and the media to store it on is cheap.

As a consumer, I want the option to rent a movie for $1.50 or buy it for $15. Content providers want to offer me this choice. How would you suggest that this should work?

Comment Re:What about the idea (Score 1) 133

Then you should have switched ISP. By paying an ISP that didn't deal with spam, you were part of the problem, so your inconvenience leaves me cold.

No no, It's a fair point. Sometimes switching ISPs isn't that simple, and the user has no way to know an ISP's reputation as a spam source before signing up with them.

But (to the GP) do you really mean ISP or email hosting provider? If you're relaying through your hosting provider but the mail is being rejected because your ISP is blacklisted, then somebody is doing something wrong (I do not condone using Spamhaus in this way). If you meant to say your email hosting provider is blacklisted, well, that's a problem.

Comment Re:What about the idea (Score 2) 133

What about the idea that Spamhaus, by being a blacklist, is denying service to all sorts of websites itself? Why is a DDOS attack that much different from what they do every day?

I mean, sure, they block a lot of spam, but what about all the times someone's domain gets blacklisted and it's not spam? And yeah, I realize domain admins opt in to use their blacklists.

I don't think you really understand what you're talking about. First of all, Spamhaus isn't denying service to web sites; they're listing IP addresses of known spam sources. Mail administrators use the list to block email - not web sites - from those IPs. Spamhaus is just one of many such services, but Spamhaus happens to be the best. Why is that? Exactly because they keep the false positives to a minimum. What you're talking about theoretically COULD happen, and certainly does happen with other blacklists, but the reason we mail admins use the Spamhaus SBL-XBL lists instead of the other blacklists is because we DON'T see legitimate servers getting blocked. Believe me, if we were blocking legitimate mail, our users would complain. It's not happening.

It still does not change the fact it's a denial of service, coming from a self-appointed body that is in no better position to judge what is and is not spam than anyone else.

They are in a better position. I don't know how they do it, I don't know how they got into that position, but they've managed to pull it off.

A real common tactic with political campaigns is to sign up for the opponents mailing list on an AOL account, wait for them to send you an email, then complain you are receiving spam. AOL turns around and gets that domain blacklisted. Then it takes time and resources to resolve the issue.

I just don't see much of a difference.

The difference is that while this happens all the time with AOL's internal blacklist, Spamhaus doesn't work this way.

Comment How to do rate limiting? (Score 1) 179

Let's say I want to run a public DNS recursive server, that is, I want to allow anyone to issue a handful of queries for any arbitrary DNS records, and in addition to just serving up my own, I want to also service requests for whatever arbitrary thing they requested. Is there an easy way to rate limit these queries based on source IP address, to prevent abuse of this service I've chosen to offer?

How should one set that up?

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...