Slashdot Mirror


User: wues

wues's activity in the archive.

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

Comments · 7

  1. Re:I hate to be THAT GUY... on Review: The Martian · · Score: 3, Funny

    > But, I was seriously disappointing in the film. Which character were you?

  2. Re:No on UK Campaign Wants 18-Year-Olds To Be Able To Delete Embarrassing Online Past · · Score: 5, Informative

    This is indeed by Lem. No idea about English translation, but in Polish it was published as short story "Profesor DoÅda" in the volume "Maska" ("The Mask") in 1976. The idea was that energy, matter and information are all equivalent and if you reach critical amount of information it will turn to matter, forming a new Universe separate from ours. The story is grotesque and really funny.

  3. Re: Webassembly means... on WebAssembly and the Future of JavaScript · · Score: 1

    Z80 programming was great fun!

    As someone who actively codes Z80 assembly I am sad to inform you that you remember incorrectly.

    "I hate what I am doing, so it cannot be fun to anyone". You are very wrong. Programming Z80 was a great fun. And it had nothing to do with how the number of cycles per operation.

  4. Re:Yes & the sheer amount of existing code/fra on The Reason For Java's Staying Power: It's Easy To Read · · Score: 2

    Generally speaking, the more information you pack into a sequence of characters, the harder it is to understand.

    Are you saying that

    256 * 2 = 512

    is harder to understand than

    two hundred fifty six multiplied by two is five hundred twelve

  5. Re:Corrections and Refinements on Ask Slashdot: Objective C Vs. Swift For a New iOS Developer? · · Score: 1

    They used the syntax with var so one can use let as well. Actually in Swift you should be using let by default, not var as in your example.

  6. Re:Corrections and Refinements on Ask Slashdot: Objective C Vs. Swift For a New iOS Developer? · · Score: 2
    The compiler is smart enough, it just works differently than you think. Instead of your line, say

    var version = bundle?.infoDictionary["CFBundleShortVersionString"] as NSString

    and the type of 'version' will be inferred all right. This misunderstanding of the language shows that your code maybe that long because of you, not because of Swift.

  7. Re: Not really a lie on Tim Cook Says Apple Can't Read Users' Emails, That iCloud Wasn't Hacked · · Score: 1

    You don't know anyone with @me.com or @icloud.com address?