Live data from Hacker News

Viewing profile — tyler-dodge

tyler-dodge

HN member
Joined
Sun, Feb 26, 2012, 5:37 PM UTC
HN karma
50
Public activity
14 items

About tyler-dodge

No profile information was provided.

Recent public activity

  1. comment
    Comment #35803594

    It's the whole previous conversation prior to the top level headline containing the block. Makes sense, I won't be changing it from the current way. I think chatgpt-shell works mor…

  2. comment
    Comment #35792533

    chatgpt-shell in org-mode does not support chaining together multiple messages whereas org-assistant supports: #+BEGIN_SRC ? A #+END_SRC #+BEGIN_EXAMPLE A-response #+END_EXAMPLE #+…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #5129571

    Wait Im confused. Wouldnt the point of using the analytic approach be that i could start at any n besides 0? Because of course if im just taking the sums from 0 to n it'd be faster…

  10. comment
    Comment #5032840

    My version didn't have it builtin so I use fake clip https://github.com/kana/vim-fakeclip

  11. comment
    Comment #5022055

    True, although none of the other return values make that much sense with nil either.

  12. comment
    Comment #5021827

    That seems like a naming decision, I think it'd make more sense to have an equals selector than a not equals selector in objective c. Plus isEqualToString: is already part of NSStr…

  13. comment
    Comment #4284083

    Why does he use a vector for the C++ version, but an array for the java version. It seems like it'd be a lot more comparable to use an arraylist in java, (either that or just a sta…

  14. comment
    Comment #3900524

    Did he just complain that there are no compiler errors in a interpreted language?