Live data from Hacker News

Viewing profile — iCannotEven

iCannotEven

HN member
Joined
Fri, Aug 31, 2018, 11:51 AM UTC
HN karma
34
Public activity
6 items

About iCannotEven

No profile information was provided.

Recent public activity

  1. comment
    Comment #17892159

    Okay, like I give a fuck. Go back and look at the moment in time when they changed formats. They dropped a bunch of extras, and their journalism got bland when they stopped paying …

  2. comment
    Comment #17890806

    It's indicative that they didn't even have the budget to syndicate horoscopes . Does that make a little bit more sense?

  3. comment
    Comment #17890618

    I wouldn't have paid for it. It was a free newspaper and website. It was like The Onion . No one paid to read it. Repeat: no one. It existed to appeal to people, and get ads in fro…

  4. comment
    Comment #17890463

    When they removed the good cartoons and the horoscopes, the writing was on the wall. It was very clearly over. That was back around 2005.

  5. comment
    Comment #17886171

    That's because the array to be sorted is packed and inflated, so as to be the worst possible input for that kind of sort. Worst-case complexity. Also, I needed to bump my JVM heap …

  6. comment
    Comment #17884809

    arrayToSort[sum] = 1; This is just blatant programmer error. The code is attempting to assign a value to a slot in an array of a fixed size, which does not exist. Use: Integer[] ar…