Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:But what about Karel Chapek? (Score 1) 433

Interesting. Here's what etymonline.com has to say. Apologies for those that don't read etymology definitions often... they can be somewhat confusing sometimes. This one isn't too bad.

1923, from Eng. translation of 1920 play "R.U.R." ("Rossum's Universal Robots"), by Karel Capek (1890-1938), from Czech robotnik "slave," from robota "forced labor, drudgery," from robotiti "to work, drudge," from an Old Czech source akin to Old Church Slavonic rabota "servitude," from rabu "slave" (see orphan), from a Slavic stem related to Ger. Arbeit "work" (O.H.G. arabeit). According to Rawson the word was popularized by Karel Capek's play, "but was coined by his brother Josef (the two often collaborated), who used it initially in a short story." Robotics coined 1941 in a science fiction context by Isaac Asimov, who proposed the "Three Laws of Robotics" in 1968.

Comment Re:i know... (Score 1) 360

I think there already was a browser called Phoenix once upon a time, but they had to change the name do to some trademark issue. Can't remember what it's called now. How about something that still captures the idea behind the Phoenix but won't get Mozilla into trademark trouble... like Firebird.

Comment Re:GPL to plugins? (Score 1) 342

It's not the distribution part that makes your code have to be licensed under the GPL, it's the derived work part.

From my understanding, Nvidia wrote Windows drivers and then ported them to Linux, creating a GPL wrapper as an extra layer of protection. The drivers obviously aren't derived works of Linux if they were written for Windows.

I'll admit it's a complicated issue, but I have to disagree with you. I don't think anything can be said for certain until their is some case law to back either side.

Comment Re:GPL to plugins? (Score 1) 342

What you're suggesting is that GPL licensing your code doesn't protect it at all because I can just isolate any GPL code from my non-GPL application and link to it dynamically.

That's a pretty strong statement to make.

The reason people can link to glibc and libreadline without GPLing their apps is because they are writing their application against a generic interface . Just because I happen to be linking to glibc doesn't GPL my app--it could just as easily compile against any other standard C library (quirks aside). The same goes for libreadline. libreadline used to be the only interface for "readline" but now it's become more generic since theirs a BSD clone of it. You can now link an app against libreadline without GPLing it, because it could just as easily have been linked against libedit.

Programming

Survey Says C Dominated New '08 Open-Source Projects 378

svonkie writes "C overwhelmingly proved to be the most popular programming language for thousands of new open-source projects in 2008, reports The Register (UK). According to license tracker Black Duck Software, which monitors 180,000 projects on nearly 4,000 sites, almost half — 47 per cent — of new projects last year used C. 17,000 new open-source projects were created in total. Next in popularity after C came Java, with 28 per cent. In scripting, JavaScript came out on top with 20 per cent, followed by Perl with 18 per cent. PHP attracted just 11 per cent, and Ruby six per cent. The numbers are a surprise, as open-source PHP has proved popular as a web-site development language, while Ruby's been a hot topic for many."

Comment Re:What the fuck? (Score 4, Interesting) 238

I've said it before and I'll say it again.

I have a suggestion. I find these threads quite interesting, but they hardly qualify as news and I don't think we want to see them every day (we're just going to exhaust all decent ideas if we do). Why not do something like this on Fridays instead of the stupid mailbag?

Does anyone agree?

Comment Re:Please Don't Stop (Score 1) 412

I agree. I really enjoy reading through these, although I probably won't read through this entire thread, since I'm a vim user :)

I have a suggestion/proposal, though: I find these threads really interesting, but they hardly qualify as news and I don't think we want to see them every day. Why not do something like this on Fridays instead of the mailbag? I think many people would prefer that.

Google

Google Adopts, Forks OpenID 1.0 316

An anonymous reader writes "Right on the heels of Microsoft's adoption of the OpenID protocol by announcing their intention to enable OpenID authentication against all Live IDs, Google has announced their intention to join the growing list of OpenID authentication providers. Except it turns out they're using their own version of OpenID that is incompatible with everyone else. It seems that Google will be using their own 'improved' version of OpenID (based upon research and user feedback of the OpenID system) which isn't backwards compatible with OpenID 1.0/2.0, in hopes of improving end-user experience at the cost of protocol compatibility and complexity."
Censorship

Mark Cuban Calls on ISPs to Block P2P 463

boaz112358 writes "Mark Cuban, Dallas Mavericks owner, HDNet CEO, and noted gadfly is publishing on his blog that Comcast and other ISPs should block all P2P traffic, because as he says, "As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are P2P freeloaders." He complains that commercial content distributors instead of paying for their own bandwidth, are leeching off consumers who are paying for the bandwidth. As an alternative distribution method (at least for audio and video), he suggests Google video."

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...