Live data from Hacker News

Viewing profile — thehotelambush

thehotelambush

HN member
Joined
Sun, Feb 05, 2012, 12:22 AM UTC
HN karma
15
Public activity
9 items

About thehotelambush

No profile information was provided.

Recent public activity

  1. comment
    Comment #4501457

    Not to mention the increase in difficulty of remembering the variable names.

  2. comment
    Comment #4501438

    With the risk of RSI, I don't need to type any more than I already do. In a perfect world tab completion would exist everywhere and you could make arbitrarily long variable names. …

  3. comment
    Comment #4283555

    Certainly that's a motive too. And it's no secret that the government (in particular the NSA) has been amassing large swathes of data on what could be the entire population of the …

  4. comment
    Comment #4283549

    ok, what I said was based on something I heard Julian Assange said in an interview from about a year ago. Apparently he hasn't given any proof for his statement (namely, that Faceb…

  5. comment
    Comment #4281633

    The real reason for this isn't to improve comment quality; it's so they can store information on you more effectively and then sell it to the government. Facebook has a leg up on t…

  6. comment
    Comment #3754492

    What the fuck is a stack?

  7. comment
    Comment #3580698

    Thanks for mentioning sets - this is another thing that I would like to be built-in in Ruby. But "list(set(mylist))" seems like kind of a hack. > you can import the rational class …

  8. comment
    Comment #3580491

    This is the kind of reasoning that lies behind LFMs: that it is better to cater to someone who knows nothing about the language (but maybe has a few mainstream languages under thei…

  9. comment
    Comment #3580469

    I used Python for a really long time and switched to Ruby several months ago. Benefits of Ruby are: -no distinction between expression and statement (everything has a value) -lambd…