Comment Re:Just give the option to turn it off... (Score 1) 823
Comment Re:Java, now with Intel Security? (Score 1) 180
Comment Re:multiple consoles? (Score 1) 628
Comment multiple consoles? (Score 1, Interesting) 628
EU Data-Retention Laws Stricter Than Many People Realized 263
Comment Re:Bullshit (Score 0) 228
Comment Re:Capacitance and radio waves. (Score 0) 260
You mean how the "capacitors" are just etched parallel wires and the silicon is used as the dielectric?
Not just parallel-plate capacitances exist, there are also significant junction capacitances. Reverse biased PN junctions, basically diodes, are used to isolate the individual devices from the substrate; every reverse-biased diode is also a (nonlinear) capacitor.
Comment Re:Freeze the CPU (Score 1, Interesting) 260
Comment my formula: (Score 0) 900
swap_size = min(2gb, max(512mb, phyram * 2))
With more than 2gb your machine will surely crawl due to massive disk storms, with less than 512mb the Linux VM may not be happy (sometimes it just HAS to swap or go to the oom-killer). 512mb is probably overkill to prevent that scenario, but that's what I use.