Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
coderdd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
coderdd
6y ago
Asimov's short novel "Profession" might be an interesting read.
32.
▲
by
coderdd
6y ago
With https://github.com/TreeTide/underhood , my goal is to provide a read-only view of code, geared for understanding and debugging. Having to maintain the ability to edit comes with constraints.
33.
▲
by
coderdd
6y ago
The review system at Google is just a review system. My main concern with this approach is, doing a review is tedious work. Getting the context, keeping an eye on changes, giving honest but non-offensive and actionable feedback. Clearly a g
34.
▲
by
coderdd
6y ago
Actor frameworks with message passing, just like direct mutation, don't compose. On Haskell, yes, you can just work off a thread and write shared buffers. But you are better off using STM or Async (these are a bit like futures), which
35.
▲
by
coderdd
7y ago
The backend is open sourced, it is Kythe.io. It supports go, c++, java out of the box, for some definition of out of the box. Maybe even typescript. Also cross-references protobufs work generated code of you make the stars align ;) As for U
36.
▲
by
coderdd
7y ago
Help https://github.com/TreeTide/underhood reach feature parity ;)
37.
▲
by
coderdd
7y ago
Shameless plug: https://github.com/TreeTide/underhood is a work in progress UI over Kythe indices (the same indices that power Code Search). If you already know how to index, this is a completely open source alternativ