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

 



Forgot your password?
typodupeerror
×

Comment what usecase? (Score 1) 414

If you're running a distributed system where each node is exactly the same and you just push out a standard image then you could have a 1:1000 ratio.
But if you have a a bunch of computers doing very specific things each one being different the ratio has to be less.

An average doesn't really make sense unless you can specify the usecase for these systems.

Comment what about the money being saved? (Score 1) 242

does this amount take in to account the massive amounts of money made by ignoring bugs and pushing forward anyway?
sure a program might have a bunch of bugs that costs $$ to patch and deal with on a daily basis, but the fact that you now need 90% less staff or that you can do 1000 times more business is likely to far outweigh the cost. Which of course is why businesses still love IT.

Sure better and less complex solutions could be created, but they take thinking and planning time and usually then have to deal with the massive mess anyway.

Comment Re:Browsing safely (Score 1) 344

huh?
ok, safe browsing 101:
1. install virtual box
2. install your operating system in virtual box
3. install a web browser in virtual box
4. get checksum of everything in virtual box image
5. open and use browser to access a page
6. close browser, check all checksums are fine, reboot vitural box image
7. goto 5

Don't open anything from inside the virtualbox on your main system and everything will be fine.

This isn't common sense, this is madness!
There is not way to be safe with just common sense. Every major browser constantly has vulnerabilities, every major plugin has vulnerabilities.

Comment Re:Kinda sounds like (Score 3, Insightful) 118

The hype works like this,
1. Replace IRC with IM(msn,yahoo etc.) in the user population which is more about one-to-one conversations and terrible at group conversations. These users are now completely unaware of IRC and are stuck with email for one-to-many communication.
2. Next you sell them various ways they can get back the one-to-many communication method(facebook,myspace,google wave)
3.???
4. PROFIT!

It's really that simple, everything old is new again...oh and now it's in your web browser so you can use those CPU cycles you're missing out on when your CPU would otherwise be sleeping.

Comment We do expect average people to understand SSL (Score 2, Interesting) 292

"'People still don't understand SSL. This isn't much of a surprise... no one expects that grandma and grandpa know how to what SSL is and what it does"

Actually, everyone expects that grandpa nad grandma will understand SSL..if they want to do any secure transactions online.
Not matter how the browsers display certificates, unless people know what they are and why they are there then they won't be secure.
What percentage of people would call their bank to complain if they internet banking website didn't give an SSL certificate?
Browsers make a big deal about fake certificates, or self-signed certificates, but don't say anything when you go do an unencrypted site.
It's a terrible state of affairs, and until either secure transactions get eaiser or certificates are used widely enough that browsers can warn when a site isn't using one transactions of the average joe won't be secure at all.

- Jesse McNelis

Comment Re:Resigning Issue... (Score 1) 221

This is why you should use social networking services with a pseudonym - otherwise the company thinks you're on their clock, all the time.

huh? so instead of standing up for your rights you advocate giving in to your employers insane demands by hiding your life.
If the company thinks you're on their clock all the time, then they should be paying you all the time.

The problem with dress codes is that they spill out of the work environment and in to the rest of your life. If you're employer doesn't want you to have piercings or green hair then you can't really have them at the times you're not a work either. Which is bullshit.

Comment Re:I don't think IPv6 is really the future any mor (Score 1) 438

There are two solutions on the table: IPv6 and IPv4 with carrier grade NAT.

It's going to be one of those things, in two years.

Carrier grade NAT would be fine for a lot of users. Just make cheaper plans with NAT for the facebook,myspace,email crowd.
Mobile phones don't need public IP addresses and there are only a handful of things that most users do that requires incoming connections.
P2P, VOIP, IM file transfers all of which the ISP could proxy in some way.

2 years is also not long enough to deploy IPv6 for a lot of ISPs. I imagine it's just going to get more and more hacky until they can't hack it anymore, which will probably be in 10 years.

Comment Re:ridiculous references (Score 1) 104

If they stopped the stupid nature reference it wouldn't be impressive at all and you'd realise they had made something completely useless.

1. If you know enough about a security threat to detect it, then you also know enough about the threat to actually prevent it.
This is computer security(where you can have complete security) not physical security(where all it takes is time to bypass).

2. These 'ants' are software running on infected machines, and thus any response they give can't be trusted.

3, you want to find a computer on a network with suspicious behaviour then you have to monitor it's network activity. which for a lot of the actually dangerous malicious software(industrial espionage,keylogging etc.) is not going to look suspicious at all.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...