Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:This is an embarrassment to Sony (Score 1) 452

I'm copying this from enemy's propaganda and i'll be happy if Sony deny:

Sony stored over 1,000,000 passwords of its customers in plaintext.
Sony stored over 1,000,000 passwords of its customers in plaintext.
Sony stored over 1,000,000 passwords of its customers in plaintext.
Sony stored over 1,000,000 passwords of its customers in plaintext.
can you believe it?
Sony stored over 1,000,000 passwords of its customers in plaintext.
Sony stored over 1,000,000 passwords of its customers in plaintext.
Sony stored over 1,000,000 passwords of its customers in plaintext.

Anonymous C.

Ouch very lame....

What is this 1967?

Comment Re:This wont end for awhile. (Score 1) 452

No one, anywhere can make sony secure enough to stop these hacks at this point. This has become a game for hackers now and it will continue. Sony is now a target to get picked on. And no security can protect them because security is created by man and if one man can build it there will be 2 dozen waiting in line to break it. There is no such thing as secure.

Not as long as applications are written in languages like C and C++. And maybe not even until capability languages like E emerge.

Comment Re:Line of criminal thought (Score 3, Insightful) 452

It has been said that criminals try to rationalize their crimes often times by thinking that they are just playing by the rules of life, even if its not the rules of society. An example would be a car thief who finds a car unlocked in downtown New York. They might steal the vehicle and rationalize it as a sort of "finders keepers", where if they didn't steal it, someone else would come along and steal it instead. "If I don't, someone else will, so I might as well benefit". You might say that is a ridiculous assertion to make, but if you found a $50 laying in the parking lot, you would probably pick it up and keep it thinking that someone else would take it if you didn't, and any hope of the original owner finding their missing $50 is a lost cause.

So when someone does virtual breaking and entering because the virtual back door was virtually unlocked, you have to ask what line of thought is crossing their minds. When my neighbor's door is unlocked, should I enter it and steal their TV because I think someone else is bound to do it instead?

While I don't condemn what these guys are doing. I have to admit it does make me smile every time Sony gets hacked. A bit like seeing a bully failing a math exam.

Comment Re:SONY SUCKS (Score 2) 452

Big List of Sony's Crimes
===================
- Totally sucking balls

No comment.

- Being an oppressive, money sucking super-organism

To be fair a business is there to make money.

- Crash Bandicoot

What?

- Installing rootkits and spyware on your computers, as a sadistic form of DRM

I have to agree that seems insanely unethical, disrespectful and criminal.

- Violating the GPL

Also illegal and insanely disrespectful to the people giving their work for free.

- Violating your mom

If my mom was writing GPL code or had Sony rootkits installed on her PC I would agree.

- http://en.wikipedia.org/wiki/List_of_Sony_Music_Entertainment_artists (With the exception of R.Kelly, clearly awesome dude)

No comment.

- Disc Read Error

Not relevant.

- Having a superior console

"Had" I think is the word you are looking for. Still having a BD player and Linux support did make it superior in my view at the time.

- Including OtherOS in the first place

Yes I agree with you 100%! They shouldn't remove features after a unit has been sold.

- Etc...

Comment Waste of time (Score 1) 378

Changing numbers just to change numbers is a waste of time. The reasoning Linus gives for the change is absolutely worthless. He can't count to 40. what!? Where I work you would get fired for something like this.

This wastes everyones time and causes unnecessary confusion. If at least he said something like "It makes people talk about Linux" or "We wanted to celebrate our good work by tagging 3.0" I might have accepted the reasoning. I think the features between 2.6.40 and 3.0.0 have not earned the 3.0.0 badge.

Comment Computer Languages! (Score 1) 196

What makes parallel programming hard is computer languages.

Most languages today are actually not designed for parallelism or concurrency simply because most computers for a very long time had only one core. This is why we have threading and locks everywhere. Threads have huge overhead from hundreds of kilobytes to megabytes. That may seem like nothing but ideally for parallelism and concurrency to work you need to be able to create thousands of processes at nearly no cost (hundreds of bytes each). And locks, don't even get me started with that!

Shared mutable state is also a major problem it makes parallelism very hard, again current languages make heavy use of it (Singletons).

Anyway, this problem has been solved ages ago just look into the Actor Model and Erlang to get started that should pretty much cover it.

Comment I disagree with Linus (Score 1) 293

Honestly, I think this is the worst reasoning I have ever heard. Calling it 2.8.0 instead of 2.6.41 because 41 is too big a number? Seriously!? In my mind 2.8.0 would mean a major redesign, a bit like the transition from 2.4 to 2.6. It sounds to me like this would simply be a 2.6.41 in disguise. Not worth changing the version unless major changes are made. How about a micro-kernel or some hard real-time Linus instead of wasting your time renaming things?

Eric

Comment Re:Aging is probably in the telomeres (Score 0) 371

That is not the whole story.Telomeres control how many times a cell can divide. The more times a cell the divides the more likely it is to contain an accumulation of defects eventually leading to either the death of the cell triggered by MDM2 and P53 or if this fails an increased likelihood of cancer.

Simply increasing the counter of the number of times the cell can divide does not prevent cancer. In fact it could increase it! I would imagine that cells with lots of defect will survive for longer instead of being replaced by cells that have not divided as many times leading to an overall increase in occurrences of cancer.

The ideal solution in my opinion would be to have a better control over this counter. P53 triggers cellular apoptosis (cell death) when telomeres run out. MDM2 triggers cellular apoptosis if P53 stops functioning. However if both mechanisms fail there is a high likelihood of cancer since these damaged cells can divide indefinitely. What would be more interesting is adding a new monitor X what would monitor MDM2 or P53 and add extra redundancy. Effectively changing the likelihood of getting cancer. Once this is done perhaps telomere extensions could make sense.

Comment Drake Equation (Score 1) 380

This is interesting. I wonder what the implications for the drake equation are.

If life evolved twice independently on earth I would think that life in the universe is quite common. Time will tell if this is indeed the case.

On the other hand if life did not evolve twice independently. Wouldn't this mean that if life branched at a very early stage theories like panspermia are less likely?

Slashdot Top Deals

One of the chief duties of the mathematician in acting as an advisor... is to discourage... from expecting too much from mathematics. -- N. Wiener

Working...