Slashdot Mirror


User: jones_supa

jones_supa's activity in the archive.

Stories
0
Comments
6,543
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,543

  1. It's not a strict list on The 69 Words GM Employees Can Never Say · · Score: 3, Informative

    It's a troll headline. Guys, it's not a strict list. Someone just crafted a bunch of examples for guidance. A few of those are even made tongue in cheek, such as "rolling sarcophagus".

    The another page of the guidelines shows the general idea: just try to use neutral and professional expressions instead of scary words.

    Nothing to see here, please move on...

  2. Re:Linux DOES suck on Linux Sucks (Video) · · Score: 1

    Yeah, these are the quality assurance problems that I so often talk about. There's all this little breakage here and there.

  3. Re:Missed something on Linux Sucks (Video) · · Score: 1

    Right. I assume that you have never contributed a patch to an open source project.

  4. Re:Linux doesn't really have any advantages... on Linux Sucks (Video) · · Score: 1

    Actually, in a half of decade. January 14, 2020.

  5. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    Fair enough. :)

  6. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    Oh, now we are shuffling around the definitions? Please show me the data on "real hacks" then.

  7. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    According to logic.

  8. Re:Pretty much every OS suck, but... on Linux Sucks (Video) · · Score: 1

    I rant a lot about quality problems of OSS, but admit that what you described is one of the best properties about the Linux world. It's something what keeps me hanging around. The open development process is very interesting and useful.

  9. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    It just makes sense.

  10. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    Russia is half of that, and Eastern Europe is nowhere to be seen.

  11. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 2

    This is like claiming someone has the burden of proof in proving that nearly 90% of hacks are initiated from China, Russia, or eastern europe.

    They absolutely have the burden of proof in proving that. Akamai's report from last year shows that the top 3 are China, Indonesia and... *drumroll* ...United States! In this case the question of how China is any more sketchy than USA, could also be asked again. They're in the same boat.

  12. Re:Sorry on ANTVR - China's Answer To Oculus Rift Is Raising Funds · · Score: 1

    You have the burden of proof here, not him to prove the counterargument. :)

  13. Re:All of Twitch is a 'Copyright Violation' on Report: YouTube Buying Twitch.tv For $1 Billion · · Score: 4, Informative

    There is already another Twitch called Hitbox.

  14. Re:The Linux Foundation is not actually that evil on 30-Day Status Update On LibreSSL · · Score: 1

    Thanks.

  15. Re:Give up your fantasy where DRM isn't required on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 0

    Firefox would suffer a large drop in market share if they refused to support features that a significant portion of their userbase would consider critical. Being known as "that browser that doesn't work with Netflix" isn't the road to success.

    Thank you for bringing a spark of sanity in this discussion.

  16. Re:In other news... on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 1

    He has a pet bear now?

  17. Re:Corporate directed not volunteer direct ... on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 2

    I learned a long time ago to value plain text. It never fails across platforms.

    Actually even plain text can fail across platforms due to different newlines in Windows and UNIX (CRLF vs. LF).

  18. Re:Drivers? on AMD Preparing To Give Intel a Run For Its Money · · Score: 2

    Not really, as far as I know. The CPU power management drivers and chipset drivers work well.

  19. Re:Obsolete tech. Pass. on OCZ RevoDrive 350 PCIe SSD Hits 1.8GB/sec With Standard Toshiba MLC NAND · · Score: 1

    I am old enough to have dealt with the ISA "multi-IO" cards providing an IDE interface, but they were all the more modern variants with a Winbond chip, which lead to my incorrect conclusions. But yeah, as Penn Jillette has said, it's important to keep the discussion going and get each other caught of the bullshit we spread. ;)

  20. Re:Somebody needs to buy... on The Physics of Hot Pockets · · Score: 1

    I have an old 500W Sharp microwave and I cannot make microwave popcorn even at max power. The kernals never pop.

    It's a nice machine, built like a tank and works great, so I have kept it.

  21. Re:Reeks of a terrible article on Finding More Than One Worm In the Apple · · Score: 1

    The young whippersnappers are to blame.

  22. Re:Neatness counts on Finding More Than One Worm In the Apple · · Score: 1

    if ((err = SSLHashSHA1.update(
    &hashCtx, &signedParams)) != 0)

    goto fail;

    goto fail;

    Making an assignment inside the if test makes it also more ambiguous. I would have gone with:

    err = SSLHashSHA1.update(&hashCtx, &signedParams);

    if (err != 0) {
    /* code... */
    }

    /* code... */

  23. Re:Obsolete tech. Pass. on OCZ RevoDrive 350 PCIe SSD Hits 1.8GB/sec With Standard Toshiba MLC NAND · · Score: 1

    Mmkay.

  24. Re:Obsolete tech. Pass. on OCZ RevoDrive 350 PCIe SSD Hits 1.8GB/sec With Standard Toshiba MLC NAND · · Score: 1

    The original IDE drive interface was nothing more than an extension of the ISA bus, the primary system device interconnect, over a 40 pin ribbon cable.

    Huh? No, there certainly was a storage controller chip between the ISA bus and the HDD. The term Integrated Drive Electronics refers to the fact that the drive controller is integrated into the drive, thus abstracting away the need to control the R/W head by host software.

  25. Re:Notifications on KDE Ships First Beta of Next Generation Plasma Workspace · · Score: 1

    I see. Just for the record, it's the Fedora 20 KDE spin.