Slashdot Mirror


User: Adys

Adys's activity in the archive.

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

Comments · 5

  1. Great... on "David After Dentist" Made $150k For Family · · Score: 4, Funny

    ... you guys slashdotted youtube.

  2. Re:Android please? on Porting Lemmings In 36 Hours · · Score: 1, Informative

    No port for Android? Its selling 160,000 phone per DAY! C'mon...

    RTFA.

    "Congrats to Aaron! Apparently he’s now thinking of extending his dev environment to include a port to Android. Let’s all weigh in on the comments below to help push him into challenging himself, yet again."

  3. Obligatory. on Mars Rover Opportunity Sets Longevity Record · · Score: 0, Redundant

    http://xkcd.com/695/ (Still not posted? What has slashdot become?

  4. Re:Firefox became the real Web OS on Firefox Is Lagging Behind, Its Co-Founder Says · · Score: 1

    Especially the comparison to "Chrome" kills me... Chrome can't even provide a non X86 version of browser.

    If you're going to flame Chrome, get your facts right. Posted from Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.38 Safari/533.4.

  5. Re:Python for Scientific use on Matplotlib For Python Developers · · Score: 1

    They aren't getting rid of C-style string formatting. They are adding a format method to strings, which uses a different syntax. The current modulo override (str % format) is staying, and they haven't decided whether they will one day get rid of it.