Forgot your password?

typodupeerror

Comment: Re:Dumb summery (Score 1) 184

by evilviper (#43771271) Attached to: Data Center Managers Weary of Whittling Cooling Costs

Cooling in arctic is cheaper than cooling in nevada desert.

Are you sure? In ether case, you're pumping water all over the place, and the Nevada desert is arid enough that if you just let air pass through that water it'll evaporate and cool pretty damn well (which is what all these big-name datacenters do for the bulk of their cooling). Humidity (not temperature) is the main impediment to evaporate cooling.

Comment: Re:Android is definitely consumer product (Score 1) 51

by drinkypoo (#43770089) Attached to: Google's Nexus Q Successor Hits the FCC

You don't pay for any of the Android stuff, you pay for a device which can run it and then you get it. Sure, you can easily pay for software, but you're not paying for the basic functionality. All of that is gratis. At worst you go to goo and get the gapps for your device, and maybe twiddle build.prop such that you can actually use the store, and then google will happily treat you the same as any other user.

Since you're not paying for Android, Android is not a consumer product. It's not like Windows where you can get it free or you can pay for it; you can only get it free. Perhaps there's some for-pay Android-on-PC efforts by now, I'm not sure. But community replacements for official software stacks are generally donationware and nobody has harassed me for money yet.

Comment: Re:Man, Marissa loves spending money (Score 1) 113

by drinkypoo (#43768659) Attached to: Yahoo Board Approves a $1.1B Pricetag For Tumblr

There is a sexist joke in here somewhere. She has been on a spending binge for acquisitions...

It was perfectly innocent on that front until you suggested it might be otherwise. There's no shortage of men who love to throw money around. Were you going to mention shoes or something?

Comment: Re:supercapacitors are cool (Score 3, Informative) 258

by drinkypoo (#43767811) Attached to: Charge Your Cellphone In 20 Seconds (Eventually)

Even smarter, not one super capacitor but a whole series of them, which discharge into a low capacity rechargeable battery

Let's take a look at why that is not smarter. You are throwing away the energy density and quick charge properties, and increasing complexity by adding, most likely, another entire charge controller. As well, there is absolutely no need to use an array of supercapacitors, because supercapacitors are the solution to the problem of needing an array! They have fast charge and discharge, they already act wide and not just deep.

You're throwing away energy density by wasting space on having two power systems, and you're throwing away quick charge by including a power system without quick charge. You'll want a separate charge controller for the separate power system, and that means still more efficiency loss and still more cost. It just doesn't make sense.

Comment: Re:HTTPS means something specific (Score 1) 233

by dirk (#43767245) Attached to: Ask Slashdot: Why Do Firms Leak Personal Details In Plain Text?

The issue is that what is complaining about isn't really private information. Yes, the page he is entering the info into is https, but that doesn't mean everything on that page is private info. It is secure page to prevent man in the middle attacks for things like credit card numbers. Your name and address are not at all private information and can be found out in any number of public records (including telephone books). Just because my favorite type of ice cream is sent to someone on a page that is https doesn't make that information private. Hell, I can use https to post things to Facebook for Bob's sake. Should Facebook then be forces to treat that all with the same security as my password?

Comment: Re:The real enemy is the war on drugs (Score 1) 69

by drinkypoo (#43766687) Attached to: Fed. Appeals Court Says Police Need Warrant to Search Phone

All these exemptions to the constitution were instituted as exceptions to aid the war on drugs.

That is not even close to true. Many of them were instituted as exceptions to aid the war on terror. The problem is deeper than the war on drugs; as terrible as that is, it is actually a symptom.

Comment: Re:x86 = bacon mountain. No thanks. (Score 1) 123

by drinkypoo (#43766681) Attached to: Intel Rolls Out "Beacon Mountain" Android Dev Platform For Atom

Uhh, you're years late. The Atom has had 64-bit support since 2008.

Most don't.

Intel will "solve" this problem by simply abandoning the old processors. They did it to the first atoms already; preview releases of new Linux distributions that Intel has contributed code to (e.g. Tizen) don't support them already.

Comment: Re:x86 = bacon mountain. No thanks. (Score 1) 123

by drinkypoo (#43766671) Attached to: Intel Rolls Out "Beacon Mountain" Android Dev Platform For Atom

Intels latest chips are commonly pulling 2.5+ instructions per clock cycle even when using compilers written in the 1990's, written before there was even such a thing as register renaming.

ARM cores are dual-issue now, so that's just not that exciting any more.

In no way, shape, or form does register renaming have either a negative impact on cpu performance or on compiler optimization opportunities. Its the exact opposite.

Straw man, or at best, you failed to understand the argument. The argument is not that register renaming has a negative impact on cpu performance, the argument is that having more GPRs provides superior performance to register renaming. This is a proven fact; just recompiling some code for x86_64 provides a 15% performance increase for this reason alone (on the same processor.)

Comment: Re:THIS THIS THIS (Score 1) 127

by drinkypoo (#43762087) Attached to: Password Strength Testers Work For Important Accounts

Furthermore, all of these random one-off sites should be using OpenID / Google Login / Twitter / Yahoo / Facebook Login / SOMETHING, some form of identity federation... preferably supporting multiple of these

And we should also all have better password management. If all we're providing now is a very small token (password) then we could be providing a larger token (uniquely generated certificate per machine login) as well and really getting something in the bargain. But if the user has to do anything to enable this, they won't. It ought to be in the browser. I'm not talking about SSL, which is good and all, but about the reverse basically.

Hey, diddle, diddle the overflow pdl To get a little more stack; If that's not enough then you lose it all And have to pop all the way back.

Working...