Viewing profile — tyler-dodge
tyler-dodge
HN member- Joined
- Sun, Feb 26, 2012, 5:37 PM UTC
- HN karma
- 50
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About tyler-dodge
No profile information was provided.
Recent public activity
-
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…
-
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 #+…
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #5032840
My version didn't have it builtin so I use fake clip https://github.com/kana/vim-fakeclip
-
comment
Comment #5022055
True, although none of the other return values make that much sense with nil either.
-
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…
-
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…
-
comment
Comment #3900524
Did he just complain that there are no compiler errors in a interpreted language?