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

 



Forgot your password?
typodupeerror
×

Comment Re:It's impossible (Score 1) 382

No one wants to talk seriously online to total strangers.

It works pretty well in certain parts of 4chan, where full anonymous is the default, and those who insist upon dragging a name along with them are generally considered equivalent to trolls.

Though I do miss the kind of local meetups you could have before the internet made it so easy to talk to anyone in the world (limited only by when people are awake, etc.), most of whom you would have no chance of ever being able to meet in person.

Comment Re:In other words (Score 1) 101

How about one- or two-character names that aren't used as or ever likely to be used as an international country code? I'm pretty sure ICANN's money grab still requires you to have at least a 3-character TLD.

Another idea would be (if you're just worried about hostnames, and search domains won't work for you) to do like those dodgy web sites that use $COMMONWORD$DIGIT$DIGIT.com and stick digits one one side or the other. If you're really hardcore and only have Dell equipment, you can use the service tag ID for the machine name!

Comment Re:Is the complexity of C++ a practical joke? (Score 1) 427

I suggest you read D&E to understand how various parts of the language came to be. Then read Google's C++ coding style standards so that you can realize that you are not alone, and other people think that many of the features of C++ are inscrutable crap, too.

I mean, I understand the need for templates, but that doesn't mean I have any love for using them. C++ did a good job of adding OOP on top of C as a systems language (class methods are so much cleaner than tables full of pointers to functions), but I'd rather use a language with more dynamic OOP as an applications language. (such as Objective-C, even with it's odd little mishmash of syntax)

Comment Re:Cutting features and old syntax? (Score 1) 427

I'll grant you that purely on merit overloading is potentially a legitimate "cruft"candidate as it adds essentially no functionality while potentially increasing confusion, especially operator overloading

But it does add functionality! It lets people show off by creating stunt code like iostreams, where the bit-shift operators can be abused for I/O functions!

Submission + - Gmail Now Rejects Emails With Misleading Combinations Of Unicode Characters

An anonymous reader writes: Google today announced it is implementing a new effort to thwart spammers and scammers: the open standard known as Unicode Consortium’s “Highly Restricted” specification. In short, Gmail now rejects emails from domains that use what the Unicode community has identified as potentially misleading combinations of letters. The news today follows Google’s announcement last week that Gmail has gained support for accented and non-Latin characters. The company is clearly okay with international domains, as long as they aren’t abused to trick its users.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...