Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Bob's value (Score 1) 379

All good ideas. I think a lot of people are actually open to change as long as they feel their skill and experience is being valued. Suggest that it would be good to simplify and modernise the process and find out what ideas Bob has and the challenges he sees in implementing any changes.

This is definitely true but I would also add "offer to help with the changes" (or find someone who is capable of helping). Outsiders may have good ideas about how to fix things, but anyone can be a critic. That can be annoying to the original maintainer who has to do the work, regardless of how much it improves the system.

Comment Re:What. What?! (Score 2) 220

GPUs only tend to allow you to offload the strait-shot parallelized stuff - graphic blits, audio, textures & lighting - but the core of the game logic is still tied to the CPU. Even if you aren't straining the limits of the CPU in the final implementation, programmers are still limited by the capacity of them.

Your theory is basically valid, but the practical reality and the empirical evidence of the last, I dunno, 20 years or so, is that the graphics processing takes a significant amount of computing power. There's a reason that virtually every computer and every game console has a dedicated GPU. For that matter, a dedicated sound processing chip. It's all offloaded and the APIs have improved to the point that it doesn't seem like much work, but those specialized chips are burning an awful lot of power.

For a wide variety of games, the game logic just isn't that complicated, or rather, it doesn't require as much computing horsepower as the rendering. Sports games and FPS are the most obvious but I'm sure there's others. The most CPU intensive game I can think of is Civilization 4. I'm sure it's been surpassed, and yeah the AI still sucks, but late in games you can really tell that the CPU is chugging away.

The truth, of course, is that something will ALWAYS be a bottleneck. The argument seems to be: is it the CPU or GPU?

Comment Re:i hope never (Score 1) 381

This is sensationalism. Even small planes have a boatload of "distractions" to observe: radio, gauges, displays, maps, etc. Adding a cell phone into the mix isn't exactly overloading the pilot, unless he's doing something REALLY stupid like texting on final. He might have been USING a cell phone, but he was probably just overconfident as to his abilities as a pilot. There's also a major difference between talking on the phone in your car and in a plane. In auto traffic, you have to manage the car continuously, keep an eye out for traffic, deal with traffic lights, and on and on. Piloting certainly requires a lot of skill but you aren't twitching the stick and throttle and braking every 2 seconds, and since most planes have autopilot, it can be pretty relaxed.. There's plenty of time en route to send a text or make a call, and to do so safely.

Comment Re:It's not enough... (Score 3, Informative) 301

I never worked in the same industry but I guess it is a bit obvious this is an issue. Basically what PayPal is saying is this distributor is at a higher risk because of their already documented history of charge backs. OK that I can deal with. Charge a higher premium to the distributor to compensate.

Credit card merchant banks already do this. Merchants pay more for "card not present" transactions (anything online) and certain types of businesses pay different discount rates. Hotels generally pay more than "regular" storefront merchants, for example. Restaurants and gas stations pay different rates. I think government agencies generally get the best rates but I'm not sure.

However, the rates for adult content merchants are already sky high (12-15% vs around 3% for non-adult merchants) because, surprise, there's a lot of fraud. Many banks have decided that they simply don't want to deal with it for ANY price. Paypal served adult merchants at one time but they stopped long ago, maybe 2004.

Comment Re:don't let your stuff be used for criminal stuff (Score 1) 252

Two words: "common carrier". They get to escape liability but the trade-off is that they are regulated and have to cooperate with law enforcement. You can of course run a Tor node, and claim you are cooperating but unable to trace the connection. I can almost guarantee that some enterprising prosecutor will eventually decide that this is obstruction of justice, or aiding and abetting, and then you will be charged for someone else's criminal activity. Why anyone would want to take this risk is beyond me. You won't even be able to cut a plea bargain because you can't figure out who the crook is to give up.

Comment Re:Good idea to ban common passwords (Score 1) 140

Only the most paranoid can remember if they last logged in at 8:15 or 8:25. It's not a credible method of deterring casual logins when the attacker already has the login info. Also, some form factors don't provide a simple means of returning additional information upon a successful login. Think of a Web service where the username and password are included in the request. You'll get a success or failure response and that's it. Even if the service returns more detail, there isn't always a sensible way to alert the actual user, other than denying access on a failure.

Comment Re:Good idea to ban common passwords (Score 1) 140

I never understood the reasoning behind the time based password change. No one expects people to get a new key every six months for their home lock. No one expects someone to get a new ATM card every 6 months.

Physical tokens like keys don't require such frequent replacement because (in general) they are difficult to compromise without alerting the holder. Someone has to actually steal your key and take it to the hardware store without you noticing. Passwords, on the other hand, can be shoulder surfed, socially engineered, stolen with malware, stored in plain text in the database, shared with someone else, etc., and the user may have no clue his password is compromised. Also, if someone steals your key and robs your house, and there was no sign of forced entry, you probably would change the locks. But someone with your password could log in as you without you noticing for... well, maybe forever, depending on the system. I agree it can be overdone, but it is a good security practice and there is some logic behind it.

Comment Re:hands down (Score 1) 477

I'll second that and also put in my own vote for Flip Cup. It's a drinking game; I'm sure everyone has their own way of playing, but the rules are not terribly important. The reason I vote for Flip Cup is because it finally got my wife to start drinking beer. "AT LAST! Now we can share everything!"

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...