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

 



Forgot your password?
typodupeerror
×

Comment Li-Ion batteries aren't good for this role (Score 5, Informative) 41

Lead acid batteries last longest when they are fully charged and kept that way, and discharged infrequently. This makes them excellent for use in standby power situations, where they are almost always topped up ready for the power to go out.

Li-Ion batteries last longest when they are actively used. Keeping a Li-Ion battery fully charged all the time is bad for its longevity; the battery structure breaks down faster at a high state of charge. This is why it is recommended to store Li-Ion batteries half-charged in a cold environment, and why cars like the Tesla Model S normally only charge up to 80% unless you require a "full-range charge" for a road trip. Not topping off to 100% extends battery life.

Maybe Facebook intends to keep the batteries at 80%, but it's hard to believe the economics are going to work in their favor.

Not to mention that lead-acid batteries are mostly water and non-combustible sulfuric acid. A Li-Ion battery fire is 50 times nastier than a lead-acid battery fire, and produces a hell of a lot more noxious gases.

Comment WHY are men trying to scare women away from gaming (Score 4, Interesting) 728

I truly don't understand this. When I was a young awkward geek with very specific interests, I would have absolutely LOVED there to be women around with those same interests. Us guys totally loved the few geeky girls that were around and always wished there were more.

Yet today we see guys trying to scare the women away. What the hell changed?

Comment Re:Apple's QA vs. Android's QA (Score 1) 203

I suspect they derped the packaging of the release. Its behavior highly suggests missing files or wrong versions.

It's still inexcusable though. Updates should be pushed to a few dozen people inside the company to test the possibility of showstoppers like this one.

Comment Re:Practically speaking as a CPA... (Score 1) 410

>-always try to arrange so you owe a little money come tax time

This this this this this.

You can tweak your allowances with your employer so you always get a small tax bill. No worries about losing your refund money, AND you get the money throughout the year instead of in a lump sum.

Some idiots claim they like receiving that check every year, that it's a nice "bonus", when in actuality it's just you lending Uncle Sam your hard earned money interest free and getting the loan repaid in April. I keep hearing about people with refunds well into the four figures, and want to slap them silly.

I bet the IRS wouldn't give YOU an interest free loan if you stopped withholding... why should you give THEM one?

Comment List the STL? Seriously? (Score 5, Insightful) 479

>technical question like listing all the container classes in STL from the top of my head

Do experienced devs even know this? I've programmed in several languages and I could never give a list of functions on demand. That's what reference material is for.

You honestly dodged a bullet with that one; any company that asks for such a thing has a damaged tech culture.

Comment Re:yet if we did it (Score 1) 463

I feel the same, and recognize that any person would and should be calling for the officer's head.

However, there was no criminal negligence or intent. That would be necessary to charge. He was operating within the law. Now, we citizens need to push for laws that hold officers to the same distracted driving standards that citizens are bound by, because those laws are based on human nature, not government edict.

Comment I don't care about Java (Score 3, Interesting) 511

Java is moving into archaic irrelevance faster than ever. That is, the language itself.

The JVM, however, is now more useful and relevant than it ever was. It used to be naught but an implementation detail. Now, rather, it's central to an entire ecosystem of languages that will inevitably send Java the way of C: used only when the greatest speed is necessary.

Scala is basically a next-generation Java. Java with functional programming, or really, vice versa. JRuby make Ruby actually scalable, given the presence of native threads and interoperability with existing enterprise libraries that commonly only ship in the form of Java or C# libraries. Clojure enables LISPers of yore and Schemers of new import explore functional programming as it used to be, without having to drop the wealth of Java libraries available. Ceylon, Groovy, Jython, and dozen of others are paving a way to give the JVM much more to do after Java becomes obsolete.

Java will never die - it'll just become like COBOL, Fortran, and C before it: used in enterprise software, operating systems, and outdated educational assessments.

Comment They always told me I was so smart... (Score 5, Interesting) 243

The funny thing is I was told all the time growing up that I was "extremely smart" and "gifted", when in reality, I didn't FEEL like I was.

Sure, I could do things with computers that few of the other kids could do, like program and build things. But I don't think I was "smart". I just LIKED doing those things, so I did them all the time, and thus became really good at those things.

Meanwhile, you could ask me to cook a meal at the time and I'd completely fail because I never cooked. I didn't enjoy it, and was thus lousy at it.

I don't think I was unusually "smart" or "gifted". I just got obsessed with computers and technology, so I got good at those things.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...