Slashdot Mirror


What's Wrong With Lithium Ion Batteries?

An anonymous Coward writes "Lithium ion batteries short-circuit. They overheat. They burst into flames. The reasons behind the recent spate of problems with a technology invented by Sony more than a decade ago are complex and varied, making for one big engineering headache."

2 of 289 comments (clear)

  1. Re:What a moronic post by timmarhy · · Score: -1, Troll

    Never engineered a single thing in your life have you boy. safety is never dropped to cut costs or size. a single lawsuit showing otherwise and the company is ruined.

    --
    If you mod me down, I will become more powerful than you can imagine....
  2. Re:Some stuf I wrote on this a while ago by Hal_Porter · · Score: -1, Troll

    That was a very erudite post. Don't you have something more productive to do than post here?

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;