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

 



Forgot your password?
typodupeerror
×

Comment Re: RIP Java! (Score 2) 525

Can you explain? what part of the .net collections would be lacking?
If you see comparisons between .net and java, it's usually that the past 10 years .net has evolved and java sometimes catches up a tiny bit.
I always thought that java collections were weaker since in .net even an array is also still a collection, they have collections for just about anything you need, and with LINQ you've got an incredibly powerful way of manipulating/creating/accessing collections.

Comment Re:News? (Score 1) 320

It's probably that students are unsure where the line is drawn.
As mentioned in the article if you're working on a programming problem, it's natural these days that you look online when you're stuck on a problem, is this cheating?
Also, there are only so many ways you can solve a problem (certainly small programming problems in courses). How sure are you that your solution isn't too similar to something someone put online somewhere, or another student who thought the same way you did?
Even if you didn't actively cheat, depending on how this would be tested, a student should almost consider "confessing" just to be sure not to get expelled if similar code is found somewhere (and the internet is big...)

Comment Re:Article meets Advert in Slashdot Mash-up Junk (Score 2) 50

yup, and makes it seems as if they have something new.
there are war plugins for minecraft, so it's not as if the real minecraft doesn't support this yet
and if you want somewhat modern graphics instead of the wolfenstein 3D level of graphics, play shootmania or so. It also allows you to create your own FPS maps, and has normal graphics.

Comment Re:I have very little sympathy (Score 1) 487

One situation that opened my eyes is what i heard from friends studying to be a doctor. When dealing with cancer patients, they get training in handling them. And it means looking at their record how the patient wants to be handled. And one of the options is the patient being in denial. They'll come to their appointments and have done what needs to be done, but the word cancer won't be mentioned, and they'll be there as if it's about the flu.

And personally, i've become self confident enough to not fall into this kind of denial, but if people are very insecure, they just shut themselves in on such moments, i would expect a lot of people on slashdot being like that. I know i used to, an threatening me would just shut me in more, and making it criminal even more. You're just getting such people stuck in a downward spiral out of which they don't see any escape.

If you think they don't give a fuck, i'm sure there are also people like that. But i find it a very easy stab at sometimes very insecure people. And making them feel bad just makes the situation worse (that's probably how it started in the first place).

Comment Re:I have very little sympathy (Score 2) 487

i find it strange that people seem to think that even if he knew, he must be doing it on purpose.
some people just go into denial if something like that (that is likely to kill you) happens
others just completely get blocked mentally and don't dare to tell the truth because they know what will then happen.

We're not talking about robots that just without emotions can say yes or no you know.
people don't always lie because they're evil masterminds bent on infecting the world.

Comment Re:Good luck with that. (Score 2) 124

How sure are you? If you can execute the program, that still doesn't mean you can predict exactly what it does and understand everything it could possibly do.
A simple example of checking a password: you can see that the program hashes it and checks it against the hash it should be, doesn't mean you know what the right password is to get beyond it.
Even if you can execute the program, triggering every possible machine state to analyze it is impossible for non trivial programs. And i'm wondering what they could come up with to obfuscate the program logic that would make it computationally very hard to look into the program :).

Comment Re:In lost the will to live ... (Score 1) 795

No kidding.
While there are some good points (certainly on the relation between politics & science, and how political & policy decisions get made using questionable science as grounds)
A lot of this article/rant is just terrible 0_o.
Certainly the religion part is just unbelievable. The statistical wizardry & magic is obviously preposterous, but the religious affairs are obviously beyond the realms of science, and are no obstacle in the quest for truth and understanding.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...