Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
liancheng
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
liancheng
6mo ago
In Neovim, most non-toy language servers allow you to open the doc/definition in a popup/floating window, typically bound to `K`. Some language servers like rust-analyzer and gopls also support opening the docs in your browser.
2.
▲
by
liancheng
6mo ago
Unfortunately kickstart.nvim is no longer actively maintained.
3.
▲
by
liancheng
6mo ago
I found DAP neat enough for interactive debugging (when logging is not enough). But I only used DAP under Neovim to debug Python.
4.
▲
by
liancheng
4y ago
Hey Will, thanks for building Textual! I'm using it in a simple side project and really enjoyed using Textual. However, I do feel that the magic methods used in the message passing system and reactive system are questionable, especiall
5.
▲
by
liancheng
7y ago
Actually, none of these processes is essential for running Spark unless you have to read data from HDFS and have to run Spark on YARN. Spark supports reading data from different sources, e.g., cloud blob storage, relational databases, NoSQL
6.
▲
by
liancheng
10y ago
Coalescing down to a smaller partition number does decrease the number of output files. But it also decreases parallelism, which isn't expected when processing so large a dataset. Coalescing makes more sense when some stage of the pipe
7.
▲
by
liancheng
14y ago
Man, are you serious when you said that "The result is that concatenating two strings takes O(1) time in Erlang, compared O(N) time in other languages"? Yes, you are right that Erlang represents strings with lists, and that's the VERY reas
8.
▲
by
liancheng
14y ago
China mainland OK now.