Slashdot Mirror


User: yuhong

yuhong's activity in the archive.

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

Comments · 1,888

  1. Re:A tip for management on Hackers Bringing Telnet Back · · Score: 1

    My favorite is HEAD, for reading the HTTP headers. Handy for debugging purposes, and the output is guaranteed to be plain 7-bit ASCII.

  2. Re:Another reason to block Facebook on PayPal Most Phished, Facebook Most Blocked · · Score: 1

    Yea, I know. Luckily I don't visit Facebook much at all, let alone at school. I care more about Reddit being blocked at my school. FYI my school uses Lightspeed as the vendor.

  3. Re:Unicode? on Slashdot Launches Re-Design · · Score: 1

    Actually no, it is still there on the home page.

  4. Re:Unicode? on Slashdot Launches Re-Design · · Score: 1

    Slashdot just fixed this by removing the first one.

  5. Re:Unicode? on Slashdot Launches Re-Design · · Score: 5, Informative

    The funny thing is, from the HTML:
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

  6. Modding and posting in the same thread on Slashdot Launches Re-Design · · Score: 1

    Personally I want the ability to post and mod in the same thread most. Reddit and Hacker News allow it, why can't Slashdot?

  7. Better than cookies on Mozilla Proposes 'Do Not Track' HTTP Header · · Score: 1

    Google has an opt-out in ad preferences that is based on HTTP cookies. Unfortunately they are easily deletable by accident. This HTTP header don't have this problem.

  8. Re:Ayup... on The Fall of Traditional Entertainment Conglomerates · · Score: 1

    Personally I am young, and I do believe that artificial scarcity and DRM are fundamentally flawed. I am sure there are other people who believe that too. I don't use it as an excuse for piracy though.

  9. Re:Nobody has spotted the obvious on Why Eric Schmidt Left As CEO of Google? · · Score: 1

    Yea, I remember reading that Consumer Watchdog was likely paid by MS.

  10. Re:Licenses seem incorrect... on Does Google Pin Copyright Violations On the ASF? · · Score: 1

    Well, keep in mind that not only that Apache is not GPLv2 compatible, but the decompilation was from an old pre-OpenJDK version of Java.

  11. Re:Licenses seem incorrect... on Does Google Pin Copyright Violations On the ASF? · · Score: 1

    However, it looks like several of the sources come from Sun's mmademo, linked here [java2s.com]. In this rendition of the document, each source file's license is a permissive one by Sun (i.e., not proprietary / confidential).

    Indeed, I just compared two files from the /test/mmademo/src/example/mmademo/ directory inside the MMAPI.zip file with the linked source code and indeed it seems like they are the exact same files with a different license header.

  12. Re:Licenses seem incorrect... on Does Google Pin Copyright Violations On the ASF? · · Score: 2

    Note that Apache is NOT GPLv2 compatible.

  13. Re:terrible idea on No More Version Numbers For HTML · · Score: 1

    BTW, Apple was going to make the same mistake with the canvas element too. Fortunately they fixed it early enough that the only pages that was using the old version was in Dashboard widgets.

  14. Re:terrible idea on No More Version Numbers For HTML · · Score: 1

    XHTML2 was finally going to fix this. Fortunately XHTML requires even empty elements to be closed, which would allow fixing this in a way that is backward compatible with XHTML1. Unfortunately, IE9 is not even released yet, and IE8 and older don't support XHTML, forcing people to serve them as text/html. Fortunately, there is also the object element, and IE8 finally gained proper support for embedding images using the object element, and it allows proper fallback content.

  15. Why didn't Google make Android GPLv3? on Motorola Sticks To Guns On Locking Down Android · · Score: 1

    Sure, the kernel must continue to be GPLv2, but the user mode components can still be GPLv3, and it is compatible with the Apache license.

  16. Re:Why? on Yahoo IPv6 Upgrade Could Shut Out 1M Users · · Score: 2

    Note that Yahoo is not abandoning IPv4 support.

  17. Re:sigh on IT Management Always Blames the Worker Bees · · Score: 1

    But that has nothing to do with the BSA.

  18. This is a fundamental flaw on IT Management Always Blames the Worker Bees · · Score: 1

    This is a fundamental flaw of top-down command and control, probably helped by a cover up culture.

  19. Re:On the hate for Facebook... on Facebook Opens Up Home Addresses and Phone Numbers · · Score: 1

    Zuckerberg is a scumbag who has, quite openly said, "Privacy is for suckers, I AM going to sell every bit about you to advertisers and there is nothing you can do about it."

    Source please.

    ou must have your head up your ass, because Slashdot is NOT a place full of "hate" for Facebook, quite the opposite.

    I was just looking at the comments modded up.

  20. On the hate for Facebook... on Facebook Opens Up Home Addresses and Phone Numbers · · Score: 1

    I will ask this again: Why didn't MySpace gain from the hate for Facebook here on Slashdot?

  21. Re:Google's vulnerable on Google To Push WebM With IE9, Safari Plugins · · Score: 1

    Yea, I actually emailed Ron Burk suggesting him to do a blog article relating "Cash Cow Disease" with MS's anti-trust crimes, because there are lessons to be learned.

  22. Re:Even more IE plugins from Google? on Google To Push WebM With IE9, Safari Plugins · · Score: 1

    WebM will be natively supported on all future Android devices. That's a huge market, and will probably be the dominant mobile OS.

    But don't forget the issue of hardware acceleration.

  23. Re:This version removes Gopher support on Mozilla To Release Firefox 4 Next Month · · Score: 1

    And FYI, here is the IE security bulletin that patched and disabled by default Gopher support:
    http://www.microsoft.com/technet/security/bulletin/ms02-047.mspx

  24. Re:Not sure why this is here on How To Get Around the Holes In IE9 Beta's Implementation of Canvas · · Score: 1

    Yea, Windows vs Unix or Mac OS X is a better comparison than "PC" vs "Mac", which really is a misnomer nowadays.

  25. What if MS adopted the Tasman engine? on How To Get Around the Holes In IE9 Beta's Implementation of Canvas · · Score: 1

    I wonder what would have happened if MS adopted the Tasman engine used in Mac IE 5 and ported it to Windows instead of spending years fixing the Trident engine?