Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
The Internet

Bittorrent To Cause Internet Meltdown 872

Gimble writes "Richard Bennett has an article at the Register claiming that a recent uTorrent decision to use UDP for file transfers to avoid ISP 'traffic management' restrictions will cause a meltdown of the internet reducing everybody's bandwidth to a quarter of their current value. Other folks have also expressed concern that this may not be the best thing for the internet."

Comment Re:History of the Internet (condensed) (Score 1) 303

A "real" language has been classically defined to mean "a language which can compile itself."

Complete and total bullshit. If you deny that Python and Perl "compile" themselves, than neither do Lisp or Smalltalk, two of the fundamental pillars of modern programming language pedigree. And I don't think anyone familiar with those languages would claim they aren't "real".

Honestly, you have no idea what the hell you're talking about, do you?

Add to that the fact that any language which can output byte streams to a file, can read a text file and is turing complete (although that last part is not even 100% necessary) can take any source file (whatever the language) out there and output its executable binary file. It then follows that Javascript with a STDIO library _IS_ "a language which can compile itself", just that there are no compiler easily available.

The OP just wanted to throw up the definition he heard in a book... He should go and read some stuff about algorithmic before talking about classes of languages.

Comment Re:What Microsoft should really have considered (Score 5, Interesting) 652

The key here is the phrase 'on the same hardware'. As operating systems do more, they take more hardware to perform adequately. And it's not a Windows thing, it's a MacOS thing and a Linux thing.

Not necessarily. MacOS X, 10.2 was faster than 10.1, and 10.3 faster than 10.2, on the same hardware. It wasn't until 10.4 that you actually started seeing a performance hit on G3 and slower G4 computers.

In any event, I'm not sure that I'd call the jump from 10.1 to 10.2 to 10.3 'major iterations'.

In any event, I'm sure you don't know what you're talking about. The full list of features in each iteration was astounding. The difference between 10.1 and 10.2 was of the order of those between Win 2k and Win XP. The fact that they update minor version numbers doesn't change the fact that they add enough to call it a major iteration.

Don't believe me? Check out for yourself on wikipedia: 10.1 10.2 and 10.3. Thank you, come again.

Comment Re:Your Movie Rights Online. (Score 1) 382

What exactly does your first sentence have to do with the rest of your post?

*sigh* My parent suggested that we sue people who distribute copyrighted materials as opposed to those recording it. In my first paragraph, I stated that this was unenforceable and brought as proof that the RIAA tried exactly that and couldn't.

Then, making an analogy with those who trigger bombs and those who make them, as similar to those who distribute the cam releases and those who make them. In both cases, as long as we can't enforce the first one, I'm against permitting the second one.

So, what part of my post did you think made the less sense? I'm not sure I understand your inquiry, but I'm certain you didn't understand my post.

Comment Re:Your Movie Rights Online. (Score 1) 382

Like, for example, the ability to upload the data for others to download and circumvent copyright laws, and therefore is significantly different than a brain.

So arrest him for that. If the video is only ever used for personal private use, who was harmed by the filming?

So you encourage RIAA tactics to sue anyone who ever had Kazaa/eDonkey/$p2psoftware installed on their computers? If they have proven anything, it is that what you are suggesting is NOT enforceable in any ways... so yeah, until you can prove the guy will only use the recording for himself without redistributing it, I should consider it illegal as well.

Sorry pal, but reality is not as simple as "arrest only those who detonates bombs in malls, not those who build them as long as they don't use them" kind of thinking...

Comment Re:IP and Hardware addresses (Score 1) 516

Classful adressing died at least ten years ago. Please don't bring it back. 192.168.0.0/16 is a perfectly valid network, and 192.168.4.255 is a perfectly valid IP address. Windows XP won't work with it, but that is just another reason why Windows should not be allowed to connect to IP networks.

I didn't say otherwise. In fact, I support your point. Based on the sole address 192.168.4.255, we can only say it's a valid IP address without further knowledge of its netmask. I never said to bring back classes, just that we can use them to define a first valid netmask during validation.

And I don't know about XP. Will it really choke with a valid netmask and a .255 address? Never tried to, TBH.

Comment Re:IP and Hardware addresses (Score 1) 516

Close but no cake (I hate smoking). 0.0.0.0 will always be the base network address for whatever netmask you chose, so 0.0.0.0/X will always be the network (collection of address) 0.0.0.0. It is invalid to give yourself that address (although 0.0.0.1 would be valid) and no router in the world will route your traffic. Same is true for all network address (X.Y.0.0/16 for example).

Slashdot Top Deals

UNIX was half a billion (500000000) seconds old on Tue Nov 5 00:53:20 1985 GMT (measuring since the time(2) epoch). -- Andy Tannenbaum

Working...