Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Concerning (Score 2) 482

While im not saying its okay to dig up personal information through google searches and then freaking out the girl by sharing the information the creep dug up, I do find it concerning that she is victim blaming google for finding this information that she was responsible for making public in the first place. Google doesn't make available information that you hadn't posted online in the first place.

Comment Re:Unfamiliar (Score 1) 370

ZFS not liking raid is not a con but more an alernative. ZFS does what raid controllers do but in software. Plenty of advantages not the least of which it does raid faster, uses your ram as a very large cache, does not have the raid 5 write-hole bug. Would you want to run a hardware raid off of another hardware raid controller? ZFS has fantastic performance. It does love memory but it uses it well. Ive been using ZFS on Archlinux for over two years and have had 0 zfs failures. The only expandability issue people run into is when you want to increase your zvol device it has to match the size of the others in the same volume. Btrfs has advantages in this area as its been designed with releveling in mind but zfs generally outperforms everywhere else.

Comment Re:What's wrong with Windows Server? (Score 5, Informative) 613

What us geeks dislike about it is much the same reason we dislike systemd: its an abstract layer between you and the configuration of your services/daemons. We like init.d in that we can script those daemons and even add on to those init scripts if we choose. Where as windows services puts this wall between you and that sweetness. And systemd is pushing us in that direction and OP's last comment in the summary is ringing more and more true.

Comment Re:*drool* (Score 2) 181

Awful and mediocre programmers (the majority) are trying their hardest to make their software as inefficient as possible so as to completely or mostly eliminate any advantages we get from the latest and greatest technologies.

Man, I'd say we are leaving the point where the bad programmers can slow these machines down and we're not looking back. The downside to this is that it's going to fully encourage those bad programmers to continue their bad practices since "their program runs great!" (because of the hardware, not their good coding skillz)!

Comment Re:*drool* (Score 1) 181

to be fair... In my job, It does me very well to have 10+ VMs running on my desktop machine 24/7. Sandy Bridge-E (3930K, hex-core) was a god send for this. The 64 GB of RAM plays no small part as well, of course. I believe I left an E-8600 Core 2 Duo and 4 GB of RAM for this particular upgrade. Needless to say, for this workload, it was a fantastic upgrade. Obviously, there's been no value in leaving SB-E for IVB-E or now Haswell-E as the performance jump just is so minimal. Though, some of the cool things they've put on the silicon in these last 2 gens are enticing, but just not enough to leave for. I'd say the coolest thing about Haswell-E is the X99 chipset. That chipset is drool worthy at 10 6Gb/s SATA ports, butt loads of PCIE lanes, and DDR4 support.

Comment Computing is going back to its roots (Score 1) 121

Thanks to initiatives such as OpenStack and Hadoop and MapReduce (etc) and the countless contributors who commit to the many projects that allow companies (and individuals with commodity hardware in their garage!) to do these amazing things for cheap, this is all possible and should be the trend! The ROI is well within acceptable margins and well.. it's just fun for us computer geeks! Computing really is moving back to it's roots and we're getting to play with amazing software projects.

Submission + - Oracle Patches Java for Pwn2own Flaws (esecurityplanet.com)

darthcamaro writes: Nearly two months after HP paid out over $60,000 to researchers for Java vulnerabilities at Pwn2own, Oracle is now out with a patch. In total, the April CPU update fixes 41 flaws and oh yeah Oracle is now going to enforce code signing now too.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...