Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tyler-dodge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tyler-dodge
3y ago
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 more idiomatically in the org way in that context so
2.
▲
by
tyler-dodge
3y ago
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 #+BEGIN_SRC ? B #+END_SRC Where if you run Ctrl-c Ctrl-C on th
3.
▲
Org-assistant.el – Org Babel extension for Chat Assistant APIs
(github.com)
72 points
by
tyler-dodge
3y ago
|
9 comments
4.
▲
Significant Garbage Collection Improvement for Emacs
(tdodge.consulting)
3 points
by
tyler-dodge
4y ago
|
0 comments
5.
▲
Living the Eshell Dream: A Reduction in Latency from 70 Seconds to 3 Seconds
(tdodge.consulting)
3 points
by
tyler-dodge
4y ago
|
0 comments
6.
▲
Living the Eshell Dream: A Reduction in Latency from 70 Seconds to 3 Seconds
(tdodge.consulting)
8 points
by
tyler-dodge
4y ago
|
0 comments
7.
▲
by
tyler-dodge
14y ago
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 to do it the tail recursive way because thats just simple a
8.
▲
by
tyler-dodge
14y ago
My version didn't have it builtin so I use fake clip https://github.com/kana/vim-fakeclip
9.
▲
by
tyler-dodge
14y ago
True, although none of the other return values make that much sense with nil either.
10.
▲
by
tyler-dodge
14y ago
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 NSString
11.
▲
by
tyler-dodge
14y ago
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 standard array in C). Nonetheless, the having the time slowed b
12.
▲
by
tyler-dodge
14y ago
Did he just complain that there are no compiler errors in a interpreted language?