Slashdot Mirror


User: abecede

abecede's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:Gnome on Google Names Winners For Summer of Code 2011 · · Score: 1

    Futile. He's not able not read your second sentence about consulting a doctor.

  2. Re:Howto create good password thats easy remembere on Let Your Theme Song be Your Password · · Score: 1

    I would have - if I had known about this document. Thanks for the link, it is VERY interesting to read. (mod parent up please!)

  3. Howto create good password thats easy remembered on Let Your Theme Song be Your Password · · Score: 5, Insightful

    Think about one of your favourite songs, poems (e.g. "Hey Jude" by The Beatles)
    Now take the first letters of the refrain or the first verse (e.g. "Hey Jude, don't make it bad") and you get "HJdmib"
    If you like, translate it a little bit into "l33t speak": HJdm1b
    And you have a great password that you can remember easily.

    EDUCATE your users!

  4. In my European country... on Magazine Photos Fool Age-verification Cameras · · Score: 2, Interesting

    ... you have to put a debit card into the machine for age verification. (of course you can pay with it too)
    Why didn't the Japanese use this simple idea? It may not be perfect, but far more effective than their "solution".

  5. Re:A Gamespot subscriber's story on Making a Buck Online - Without Ads · · Score: 1

    You do know how search engines work? Try a Google search for "Kane Lynch Jeff" and you can even feel lucky.

  6. Re:Ad "Enabled" on Yahoo, Adobe To Serve Ads In PDFs · · Score: 1

    Yep. I guess the marketing guys come up with the nicest sounding words when it comes to worst things. Just like in "Digital RIGHTS Management" or "PATRIOT act".

  7. UnFAKEable Linux on Oracle Is Latest To Take On VMware · · Score: 1

    Yep. That is why Red Hat made these t-shirts. Red Hat does not seem to have problems with Centos, but I'm not so sure about Oracle's copy of their distribution...

  8. Java everywhere? on Bossie Awards Honor Open Source Software · · Score: 1

    I think it's a bit sad that they focus almost exclusively on Java in their "open source in software development" area. Where are other really interesting languages like Python, Perl, PHP, etc.? The world does not run on Java alone.

  9. MS ignores Python style guide on Microsoft Opens Up Windows Live ID · · Score: 3, Interesting

    It is just sad to read the Python implementation of this functionality. Almost nothing is written according to the Python Style Guide. Weird "__foo"-variables can be found, then it's not Python2.3 compliant because of ONE silly "staticmethod", many "getters" and "setters" which are just useless in this script. If MS wants to show their code to the scripting community, they should at least make it pretty and according to the language's coding standards. But maybe that is their understanding of "pretty". Who knows.