Forgot your password?

typodupeerror
Announcements

Experience the New Slashdot Mobile Site 384

Posted by Unknown Lamer
from the tastier-than-bacon dept.
After many months of effort, today we've brought the new mobile site out of beta. Featuring an interface optimized for touch devices, we think it's a huge improvement over the old mobile interface. You'll find comments easier to navigate, the most popular stories highlighted at the top of the page, and a surprisingly pleasant interface for navigating old polls. We've also spiffed up user profiles, resurrecting and improving the friend/foe system in the process. And that's not all: we're pleased to announce that you can login to Slashdot in general using various social media accounts, so if you use Facebook or Google+ there's no excuse not to enjoy the benefits of being a registered user, without the hassle of creating yet another account. Our weblog has a few more details. As always, if you encounter any issues let us know by mailing feedback@slashdot.org.

Comment: Re:DRM (Score 3, Insightful) 295

by u17 (#42488545) Attached to: Valve Reveals First Month of Steam Linux Gains
It's about control. You give up control over your own games and your own computer and hand it to a third party. Regardless if you're doing anything illegal, they have the power you your property. Normally they're kept in check because abusing that power would lend them fewer sales, but occasionally, due to greed or a bug or a conflict of interest, you can be sure that they will.

Comment: What's the point? (Score 0, Troll) 74

by u17 (#42162407) Attached to: Interview With Icculus on GNU/Linux Gaming

The whole point of GNU/Linux is that you have complete control over and significant trust of your system. If you bring closed, proprietary, DRM-infested software onto it, you're just turning it into another Windows; you might as well just go back to it.

No, what we need to get these people to do is to give us the code to their engines (even if under a mostly proprietary license). That way we will be able to continue enjoying what makes GNU/Linux attractive and play games as well.

Comment: I use seamonkey (Score 1) 302

by u17 (#41742895) Attached to: Ask Slashdot: Seamonkey vs. Firefox — Any Takers?
I've used it ever since they renamed mozilla to seamonkey. I've always liked searching from inside the address bar, which has been the main reason I did not switch to Firefox. I don't talk about it much in the same way I don't talk about using libgettext: it's just a browser, it gets the job done. Browsers and web development are overrated and overhyped.

Comment: Re:Oh. Oh no. (Score 2) 267

by u17 (#41200741) Attached to: Radioactive Decay Apparently Influenced By the Sun
Look at the graphs in the article. The residual variations in the rate of decay are proportional to 1/R^2, where R is the Sun-Earth distance. Compare that to the force of gravity, F=GMm/R^2, where GMm is constant. Perhaps the Sun is helping to pull the atoms apart via inflicted gravitational force on a very slight level. It doesn't have to be anything fancy like neutrino flux.

Comment: Re:Can Mars ever hope to be self-sustaining? (Score 1) 107

by u17 (#40639927) Attached to: Ask Joseph Palaia About Building Lunar Machines and Living On Mars
A colony doesn't need to be fully self-sustaining. As long as there is something valuable on Mars that can be exported to Earth, it can form the basis for interplanetary trade and allow the colony to co-exist with Earth without unilaterally draining resources from her.

Comment: Re:Participant Psychosis? (Score 1) 540

by u17 (#40455623) Attached to: Ask Bas Lansdorp About Going to Mars, One Way
I know that you're joking, but you have it the other way around. It is the pressure of the environment that causes people to do useful, productive work. Send all useless and lazy people to Mars and within a few generations Earth will be full of them again. But send all sorts of people to the Marsian frontier and there the rough environment will only reward the enterprising, useful and fit, and eventually most inhabitants will become like that. Well, until Mars becomes like Earth and we'll need to go out and colonise further planets.
Government

Arizona H-1B Workers Advised to Carry Papers At All Times 884

Posted by Unknown Lamer
from the snuck-in-through-the-indo-american-wormhole dept.
dcblogs writes "In the wake of the U.S. Supreme Court ruling Monday on Arizona's immigration enforcement law, H-1B workers are being advised to keep their papers on them. About half of all H-1B visa holders are employed in tech occupations. The court struck down several parts of Arizona's law but nonetheless left in place a core provision allowing police officers to check the immigration status of people in the state at specific times. How complicated this gets may depend on the training of the police officer, his or her knowledge of work visas, and whether an H-1B worker in the state has an Arizona's driver's license. An Arizona state driver's license provides the presumption of legal residency. Nonetheless, H-1B workers could become entangled in this law and suffer delays and even detention while local police, especially those officers and departments unfamiliar with immigration documentation."

Comment: Re:P2P had no effect on music sales? (Score 0) 285

by u17 (#39914653) Attached to: What Various Studies Really Reveal About File-Sharing

Did you miss the part of the GP's post where he says pirated versions of software are on sale, cheap, at his local mall? A company, musician, or artist takes a big risk in creating the data you seem to dismiss so lightly. Maybe it takes three months out of their life; maybe it requires years of full-time effort from 20 or more coders, artists and coordinators, but the only way they have to recoup that risk is for someone to give them money. Shareware has taught us that a very small fraction of people who download software will pay for it voluntarily (although certain well-established names clearly have a fan-base that will yield good returns).

Just because someone has invested a lot of time or effort into making a sequence of bits, it does not mean that they are entitled to profit from it.

The new thinking is that the right of people to share comes before the right of distributors to enforce payment for making copies. The old thinking reverses these priorities.

If the new thinking means that distributors (or creators) cannot make a profit, then so be it. They will have to put their sense of entitlement aside and adapt to the new market reality.

The same people who want to share also want new movies, games and music. If that means they have to pay up-front kickstarter/vodo-style, then they will. It's a new idea with lots of issues to work out, but faced with no other choice, the creators and the public will eventually settle into a functioning system.

There is no going back to strict copyright control without monitoring and censoring all private communications. This is why I think that it is only a matter of time before non-commercial copying is legalised and an alternative creator compensation system becomes everyday reality.

Comment: Re:Oracle matters less thank you'd think (Score 2) 157

by u17 (#38716296) Attached to: Oracle and the Java Ecosystem

Really? You're list of "must haves" starts with "goto"?

I know that there are still some diehards out there who insist that unstructured branches (i.e. "goto") have a place in a modern programming language, but the only example I have ever seen where a "goto" actually provided some value was in a performance critical piece of system code (specifically, it was part of the Linux kernel). Given that Java is an application language, not a system language, I see absolutely zero value in introducing unstructured branches. The structured branch constructs are perfectly sufficient.

Adding unsigned types to the language would add very little value, but it would add at least some value, so I won't argue with that one.

Goto isn't used in Linux for performance reasons. It's used because C does not have exceptions and using goto to jump to clean-up code prevents code duplication. Any sufficiently experienced C programmer will encourage you to do the same.

Of course, Java has exceptions and the finally keyword, so goto is not strictly needed for this purpose.

Comment: Re:License (Score 3) 187

by u17 (#38143360) Attached to: <em>Doom 3</em> Source Released

The GPL3 does indeed state that. But isn't the purpose of section 7 only to allow the copyright holder to work around the fact that the header of the license states that changing it is not allowed? Section 7 explicitly mentions that you have to have permission from the copyright holder to add additional clauses. You may thus add restrictions to the license which are not counter to the spirit of the vanilla GPL3.

But the question is, how does this affect compatibility between "GPL3 with additional restrictions" and just "GPL3"? Since without permission from the copyright holder you cannot add or remove additional restrictions, you may not use the licenses interchangeably. Because the additional restrictions are not present in the vanilla GPL3 (which does not allow additional restrictions unless you are the copyright holder and these restrictions fall under section 7), if you combine GPL3 code and "GPL3 with restrictions" code, it seems to me that there is no possible way to satisfy the terms of both licenses simultaneously.

So the way I see it, although GPL3 allows you to add these terms, by doing so you make your license GPL3-incompatible. If this is the case then it is troubling, and I would welcome any clarification from someone who knows the details behind this.

Well, O.K. I'll compromise with my principles because of EXISTENTIAL DESPAIR!

Working...