Slashdot Mirror


User: chuckugly

chuckugly's activity in the archive.

Stories
0
Comments
1,059
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,059

  1. Re:Do people even use antivirus anymore? on Symantec To Separate Into Two Companies · · Score: 1

    "a short and amusing or interesting story about a real incident or person"

  2. Re:Do people even use antivirus anymore? on Symantec To Separate Into Two Companies · · Score: 2

    Interesting theory, however Norton in particular is always near the top when it comes to having minimal impact on system performance in actual head to head testing. Again, believe as your anecdotes dictate.

  3. Re:Do people even use antivirus anymore? on Symantec To Separate Into Two Companies · · Score: 1

    Research says typical customers stick around longer than that, but believe whatever makes you happy.

  4. Re:What will the new divisions be like? on Symantec To Separate Into Two Companies · · Score: 1

    The storage business was too myopic to capitalize on cloud storage/'box' stuff and just plods along making profit margins that would be OK for a grocery chain but that are soso at best for the tech industry. Buying into that biz was a stupid idea, finally it's being undone.

  5. Re:What will the new divisions be like? on Symantec To Separate Into Two Companies · · Score: 1

    One that's really profitable and one that's not.

  6. Re:Do people even use antivirus anymore? on Symantec To Separate Into Two Companies · · Score: 1

    By use, I mean purchase ....

    Summary says $4,200,000,000 last year, so I guess that's an answer for you.

  7. Re:when the president does it on Ross Ulbricht's Lawyer Says FBI's Hack of Silk Road Was "Criminal" · · Score: 1

    That is my (admittedly imperfect) understanding as well.

  8. Re:when the president does it on Ross Ulbricht's Lawyer Says FBI's Hack of Silk Road Was "Criminal" · · Score: 1

    My understanding of his comment was that for this specific case (items classified on the authority of the POTUS) his word is law; not that his word is now law in the general case. Taken that way, I'm unsure whether he's wrong or not.

  9. Re:metric you insensitive clod! on Fuel Efficiency Numbers Overstate MPG More For Cars With Small Engines · · Score: 1

    Again, buy a VW next time. Apparently they think a lot more like you do when they design a car.

  10. Re:metric you insensitive clod! on Fuel Efficiency Numbers Overstate MPG More For Cars With Small Engines · · Score: 1

    My 2012 (cheapish) car has a display that shows distance to go until empty (an estimate, obviously) and distance until next waypoint. If it's a big deal, buy a car with a better set of instruments.

  11. Re:metric you insensitive clod! on Fuel Efficiency Numbers Overstate MPG More For Cars With Small Engines · · Score: 1

    No, what I really care about is, "can I make it to the next fuel stop with what I have in the tank."

    The display in the center, between the tach and speedo will tell you that answer.

  12. Having children is a lifestyle choice. If one isn't OK with the compromises that choice brings, one should make a different choice. From what I hear, having a kid or two is pretty rewarding in it's own right. Despite what people say, it's unlikely a person can really have it all without taking something from someone else.

  13. Re:Windows 9X on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 1

    Yeah, I'm actually unsure where you'd get that string from a Win32 API but it's probably somewhere. It's certainly NOT how we see what version of the OS we are running on. The sad thing is that the correct API returns a platform ID (IIRC) that tells what these jokers were trying to determine explicitly.

  14. Re:And Java fail again on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 4, Funny

    C++

  15. Re:How badly coded are Windows applications? on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 1

    Actually most of it is code written using the shitty Java API.

  16. Re:How badly coded are Windows applications? on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 3, Funny

    I'm not sure an OS that makes Java fail to run is completely bad.

  17. Re:Windows 9X on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 2

    Actually the code I saw doing this was Java .....

    Win32 guys know which API to call to get version info properly, and it's not a string comparison.

  18. Re:better name on Possible Reason Behind Version Hop to Windows 10: Compatibility · · Score: 1

    Vista, 7, 8, 8.1, and 10 are all 6.x .....

  19. Porn ... on Experiment Shows Stylized Rendering Enhances Presence In Immersive AR · · Score: 2

    "A natural next step would be to add haptic feedback allowing users to touch virtual objects. Users could pick up physical items and computer generated ones at the same time while still thinking both are real. Adding the ability to walk around would expand one’s sense of presence as well. This allows individuals to explore computer generated environments further immersing them into the experience." - Article

    Yeah, it's for porn

  20. Re:iOS Attack Vector? on iOS Trojan Targets Hong Kong Protestors · · Score: 1

    I just want to thank you for not using "begs the question" incorrectly here.

  21. Re:we are DOOOMED!!! on Microsoft Announces Windows 10 · · Score: 1

    I was just agreeing with you, and pointing out that the numbers on the box are not version numbers, they are marketing labels.

  22. Re:Funny, however.. on Grooveshark Found Guilty of Massive Copyright Infringement · · Score: 1

    For example, even MP3s of classical music are copyrighted. Sure, the musical score Bach or Beethoven wrote is free of copyright. But the symphony that produced the performance? That's not copyrighted, and the ability to record high fidelity music is so new....

    I believe some of those performances are old enough to have made it into the public domain, and some of those old masters are pretty good.

  23. Re:we are DOOOMED!!! on Microsoft Announces Windows 10 · · Score: 5, Insightful

    Engineering, meet marketing.

    The internal version numbers are completely sensible, the marketing names are dreamed up by marketing people, what did you expect, logic?

  24. Re:Finally on Apple Faces Large Penalties In EU Tax Probe · · Score: 1

    I've always been a little fuzzy on why we think corporations paying taxes is a good thing; wouldn't it just be simpler to tax the assets of the shareholders directly?

  25. Re:Why is it necessary to reverse engineer this? on Why the Z-80's Data Pins Are Scrambled · · Score: 1

    On most current architectures a cache line is 64 bytes or a small multiple of 64 bytes, not 4K, and the CPU will almost always have a prefetcher that will try to optimize sequential accesses. Here is a pretty accessible rundown on some of the things a person can do very easily.