Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Simple Fix (Score 2) 1

Just use siezed heroin for the executions. The police obtain more than enough of it every day, and people willingly shoot up with it so "cruel and unusual punishment" grounds can't really fly, and it has the propaganda value of saying "see, this stuff will kill you".
 

Comment Re:cut the rug (Score 2) 526

Sure, since grass cutting is an entirely parallelizeable problem and the cutting of each blade isn't dependent on any other blade. Now, let's assume that you have 16 lawns to cut. Would it be faster to make one monster 8-wide mower that can cut each in three passes then move to the next lawn, or would it be faster to send one mower to each and cut them each in parallel with 24-passes? Remember, there is overhead involved in the move from one lawn to the next.

More cores only helps when you are solving a problem that doesn't have any non-parallel parts to it. Multitasking different programs fits that description reasonably well (except for contention for a system resource, that is). Crunching a graphic can fit if the algorithm doesn't have any feedback in it.

Otherwise, cores will be waiting for something to do and you would be better off with fewer that are individually faster.

Comment Re:He shouldn't have been able to access the data (Score 1) 381

If the systems were built better, then even admins couldn't get at stuff they aren't cleared for. I'd encrypt everything and store it as BLOBs in a database, and not on a normal filesystem. It is possible to build out such a system where the db admins are separate from the people who control permissions, with individual users able to access the decryption keys for the stuff they need.

Comment Maybe in CA.... (Score 2) 395

...but here in the Pittsburgh PA area, the suburbs are only a few miles from Downtown. We do have upper middle-class areas within the city, but the vast majority of the population would rather live in a suburb to avoid the crowds and crime that bleeds out of the poor areas and their associated gang issues. My house is 15 miles from downtown, across the street from a golf course, costs me 775/mo in rent. You can't rent a shoebox in SF for that much.

Really, tech is going to move away from areas like Silicon Valley, the Bay area, etc. in favor of smaller cities across the country. Collaberation via the Internet makes it possible to group smart people regardless of geography - and cost of living DOES matter. Especially once you go past 30 years old and care less about the club scene and more about what you get for your money. And it is a good deal for employers to hire someone at 60k in Pittsburgh that they would have to pay 120k in CA - and the employee can have a higher standard of living too.

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...