Comment Re:West Virginia too (Score 2) 468
Comment This service already exists. (Score 1) 107
Comment Car analogy (Score 1) 279
You choose systemD because you want the convenience of a dashboard and none of the alternatives considered that part of the design.
Comment Re:Obligatory Dijkstra (Score 1) 716
Comment Obvious questions (Score 1) 120
Regardless, motherboard manufacturers might still want to integrate the GDDR5 to sell the next generation like they did with sideport memory back when the HD3000 series was integrated in the northbridge.
Third point: since build-your-own computers are commodity devices, traditional layout isn't prohibitively expensive -- splitting the CPU so it's more like a xeon phi and adopting a UMI interconnect is acceptible especially if it could sell on mobile.
Comment Re:Apache and OpenOffice (Score 1) 126
Openoffice needed a home away from Oracle, and the Apache Software Foundation is big enough to host it. Being removed from Oracle, OpenOffice was able to become a combination of Sun StarOffice and IBM Lotus Symphony. At this point in time, LibreOffice and AOO have different licenses - LO is GPL, and AOO is AL.
Comment Re:Equal rights (Score 1) 832
Comment Forbes fail (Score 2) 692
"We don’t really know how this coin is created. You can’t have a functional money without a basic transparency."
I remember when journalists actually learned about what they wrote about.
The biggest problem I can see with bitcoin is its value is directly related to its popularity. Where dividend yielding stocks will give you a return in a currency the government will always use, bitcoin's value is always tied into what you can get cashing it out. If it wasn't for bitcoin's strengths (as difficult to exploit, steal, and sieze) and the resilience of the Internet, it wouldn't be as successful as government backed currency.
A mildly amusing conclusion I inferred about bitcoin's design: the same conditions required to break the network (having over 50% of the mining performance) are the same conditions required to devalue the currency (excessive mining and dumping).
Comment Wow (Score 1) 280
Comment This X Forwarding Stuff (Score 1) 300
Network transparency of audio was done through PulseAudio (lots of
Comment Re:Wow Slashdot! (Score 5, Informative) 158
Comment Re:Guns And Abortion (Score 1) 1719
Comment Matthew Garrett FTW! (Score 1) 274
Comment Re:I'm still trying to wrap my brain around... (Score 1) 346
mkpasswd -n 512 | cryptsetup create 0
1. writes a random, but repeating string to the drive really fast
2. verifies random string which tests disk readability & reliability, but encrypted so the random string doesn't repeat if the drive is read raw.
3. can be done from the livecd, but you have to install expect to get mkpasswd.
4. you can crank up the mkpasswd length, but cryptsetup included in the F18 beta is limited to 512 character passwords.
5. easy enough to remember (mkpasswd, cryptsetup, and badblocks) that you just need to open up another terminal to do the other drives in the system.
i normally start with hdparm's --security-erase-enhanced && --security-disable so I know that the drive started blank, is written to the maximum, and I won't get a disk I'll have to unlock on the next reboot.