Slashdot Mirror


User: KingMotley

KingMotley's activity in the archive.

Stories
0
Comments
3,282
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,282

  1. Re: Presumably the bug count... on Fallout 4 Will Be Skipping Xbox 360 and PS3 · · Score: 1

    I didn't mean to say try wee exact equivalent, just PC users have a tendency to turn up the graphic options that simply aren't on the consoles. Considering the current gen consoles are appriximately an ATI 7770, here's a decent comparison: http://gpuboss.com/gpus/Radeon... scroll down to benchmarks and laugh. The 760 blows it away in every benchmark. Just do you don't have to click the provided link, ATI 7770 running crisis 3 @12FPS. 760 running crisis 3 @58FPS. That about sums it up.

  2. Re:Presumably the bug count... on Fallout 4 Will Be Skipping Xbox 360 and PS3 · · Score: 4, Insightful

    But... That 750 will still put any current gen consoles to shame. You just have to turn all the visual goodies down to what you would see on a current gen console and witcher 3 will play just fine.

  3. Re:Absence?! on How Ready Is IPv6 To Succeed IPv4? · · Score: 1

    There is absolutely nothing keeping a NAT router from detecting when a connection to a specific port is asked for from it scanning the local network and sending the packet on to the first computer with that port open. Absolutely nothing, and it would still be a perfectly valid NAT.

  4. Re:Back-door or Bug-door? on Microsoft Lets EU Governments Inspect Source Code For Security Issues · · Score: 1

    they need to let the users choose someone ...

    You mean like we should be able to vote on someone to represent us? They can then appoint someone or a team to then inspect it?

    Seems that sounds like a democratic form of government.

  5. Re:It's not an interest for Microsoft either on Microsoft Lets EU Governments Inspect Source Code For Security Issues · · Score: 1

    So was google. Do you look at android the same way?

    And a large number of people that contributed to linux also worked at companies that were convicted of abuse of monopoly power. Oh, I guess that doesn't count cause it'd interfere with your views.

  6. Re:Visual Studio Community Edition not free on Microsoft Lets EU Governments Inspect Source Code For Security Issues · · Score: 1

    That is still free.

  7. Re:When do we get a real boost over 2013 speeds? on Intel Releases Broadwell Desktop CPUs: Core i7-5775C and i5-5675C · · Score: 1

    There are plenty of i7's that support more than 32GB of RAM. I'm using a i7--3930K with 64GB right now, and there are others that support 128GB as well.

  8. Re:But since nothing is CPU bound on Intel Releases Broadwell Desktop CPUs: Core i7-5775C and i5-5675C · · Score: 1

    Say what? This machine is an i7-3930K and has 64GB of RAM...

  9. Re: oh the Irony on How Tesla Batteries Will Force Home Wiring To Go Low Voltage · · Score: 1

    So the sales tax is ok, but a road maintenance tax is going to totally change their behavior.

  10. Re:Premature on How Tesla Batteries Will Force Home Wiring To Go Low Voltage · · Score: 1

    There are no current 95% efficient PC power supplies. 80 Plus Platinum only requires 89% efficiency at full load. In ONE case, dell/delta make a 80 Plus Titanium power supply that can hit 96% efficiency... but it's a dual-redundant power supply, and only if it's under 50% load, but 90% at 10% load, and 91% at 100% load.. Both of which are more likely scenarios -- My servers are either fairly idle, or running hard.

  11. Re:oh the Irony on How Tesla Batteries Will Force Home Wiring To Go Low Voltage · · Score: 1

    Wouldn't it be easier to just tax tires instead of gas/electric for the purposes of road maintenance?

  12. Re:New version ... on Linux 4.0 Has a File-System Corruption Problem, RAID Users Warned · · Score: 1

    I'll wait for 4.1, and then I'll wait for 4.1.2 just to be safe.

  13. Re:It's RAID 0 on Linux 4.0 Has a File-System Corruption Problem, RAID Users Warned · · Score: 1

    Raid 10 can survive SOME 2-drive failures (in a 4-drive raid 10), and has significantly faster write speeds than Raid 5.

    Personally, I use a combination of RAID-0 and RAID-6 (not the same array), because Raid-5 for large arrays is almost useless. I've seen too many raid-5's die when the bad drive is replaced and the added stress of the rebuild then kills a second drive. Ouch.

  14. Re: that's fine on Self-Driving Cars In California: 4 Out of 48 Have Accidents, None Their Fault · · Score: 1

    No. You assume that a phone call stating that you won a free trip is false because of two things: you know that the odds of you winning such a thing is minuscule, and you've heard of phone scams and the odds of it being the later is higher.

  15. Re:Get cracking on Firefox 38 Arrives With DRM Required To Watch Netflix · · Score: 2, Insightful

    Flash at least crashes

    Fixed that for you.

  16. Re:How hard will this break Corp Intranet apps? on Microsoft Is Confident In Security of Edge Browser · · Score: 1

    There is nothing in .NET that requires you to write bad code that only works in IE. NONE AT ALL.

  17. Re:that's fine on Self-Driving Cars In California: 4 Out of 48 Have Accidents, None Their Fault · · Score: 1

    Well if it is based on fatalities, then:
    Accident rate in general: 4-5%
    Accident rate so far with only 48 vehicles: 0%

  18. Re:that's fine on Self-Driving Cars In California: 4 Out of 48 Have Accidents, None Their Fault · · Score: 1

    Without more details, you have no basis to assume the claim of "someone else's" fault is false.

  19. Re:I call BS on Enterprise SSDs, Powered Off, Potentially Lose Data In a Week · · Score: 1

    Ah, I thought RAID1 would warn you somehow of bit flips which I assume would be the way heat-deteriorated storage would show up.

    It does. The description of how RAID1 works was incorrect. No raid controller that I am aware of implements RAID1 that way. That would include DELL's persec raid controllers, INTEL's ICH raid controllers, Adaptec raid controllers, LSI's raid controllers, rocket raid controllers, and window's implementation.

  20. Re:I call BS on Enterprise SSDs, Powered Off, Potentially Lose Data In a Week · · Score: 1

    Sorry, the same applies to parity drives and dedicated parity drives as well during reads.

    During writes, all the data on a particular stripe need to be read so that the correct parity can be calculated.

  21. Re:I call BS on Enterprise SSDs, Powered Off, Potentially Lose Data In a Week · · Score: 1

    For a RAID1, most RAID controllers (and software RAID implementations) will absolutely read from all devices so as to service the read ASAP.

    No, almost every RAID1 controller I've ever encountered does not do that at all. It balances the reads across the drives so that the it maximizes throughput and IOPS. Only when one drive attempts to read a sector and it detects an error through it's internal CRC checks and is unable to rectify the error (short period for raid drives, long period for desktop class drives), THEN it will request the data from the alternate drive and have the original drive correct itself.

  22. Re: No on Has the Native Vs. HTML5 Mobile Debate Changed? · · Score: 1

    Try coffeescript.

  23. Re:And it's gonna rain on Amazon's Profits Are Floating On a Cloud (Computing) · · Score: 1

    Just out of curiosity, I fired up a D14 VM and loaded SQLIO on it. It came back with 253713 IOPs. If you got less than one, you were doing something very very very wrong. BTW, there is no reason to load SQL server of any type on the machine as SQLIO doesn't use it, so uh...yeah.

    Did you set up a VPN to your local machine and then test how many IOPs you get to your local machine over a network share? LOL.

  24. Re:And it's gonna rain on Amazon's Profits Are Floating On a Cloud (Computing) · · Score: 1

    As for AWS vs Azure performance, I'm not sure how you were testing but based on your "expert" opinions which are sorely misinformed, I'm guessing you did something really boneheaded. A P3 instance is set to give a minimum of 735 IOPS every second. So if you were getting less than one, I'd say that was a problem with the user. We use Azure to run our production sites and haven't seen anything of the sort you describe.

    On Azure, SQL databases can be connected to from anywhere, any IP. There is no firewall at all.

    Uh, no. You have to explicitly allow IPs in. Here's a link to "Azure SQL Database Firewall": https://msdn.microsoft.com/en-...
    If you don't understand firewalls, there is a pretty picture if you scroll down. The first step "SQL Database Firewell" is a server-level IP firewall. Yes, the configuration is stored in the database, but that has very little meaning, it could have been stored in a .CFG file just as easily. Unless you are about to say that IPTABLES is insecure because it needs access to the filesystem to read it's .cfg file too. The filtering isn't done in SQL, ROFLMAO.

    I've never tried a D14 VM with enterprise installed, but if you were getting poor performance, I'm guessing you did something extremely boneheaded like try to put the database on a remote drive instead of the local SSD.

  25. Re: And it's gonna rain on Amazon's Profits Are Floating On a Cloud (Computing) · · Score: 1

    You obviously know nothing about networking or the slammer worm because it affected the discovery/locator service on port 1434, not 1433, and yes, I know networking very well, thank you.

    You might as well say the next time there is an http exploit all the web servers in the world are going to get hosed. Maybe we should put all web servers behind our firewalls to be safe. LOL.