Slashdot Mirror


Liquid Metal CPU Heatsink Beats Water Cooling

unassimilatible writes "Bios Magazine is reporting that the world's first commercially available liquid-metal based CPU cooler is about to ship. Danamics, a Danish company, claims that its LM-10 outperforms standard air-cooled heatsinks and most watercooled systems with a mere 1W power draw. 'The liquid metal is a key component in Danamics cooling systems. Liquid metal has two major advantages when cooling high power density heat sources: Firstly it has superior thermo physical properties that decrease temperature — and temperature non-uniformity — on die and across chips. Secondly, the electrical properties of the liquid metal enables efficient, reliable and ultra compact electromagnetic pumping without the use of moving parts, shafts, seals, etc.' Awesome technology, if it actually works and is affordable. The submitter requests that the moderators terminate all T-1000 jokes."

2 of 218 comments (clear)

  1. The obvious choice... by Monkey_Genius · · Score: 0, Troll

    for the coolant metal is Mercury -a very dangerous material- because Bromine would be a far worse choice. So what does a company that produces a product that uses a highly toxic material do to limit its liability when some dumbass decides to 'mod' the LMC?

    --
    I've got your sig, right here.
  2. Re:Toxicity? by Hal_Porter · · Score: 1, Troll

    Fields metal is good stuff - it's used as a mimetic polyalloy in several weapons related programs. Fields also won a medal for it.

    --
    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;