Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
difflens
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
difflens
4y ago
Congratulations on the launch. I find reviewing code on GitHub to be a pain too, so we came up with DiffLens ( https://github.com/marketplace/difflens ). DiffLens is only concerned with showing better diffs though, and d
32.
▲
by
difflens
4y ago
Hi! Your comment about managing ad spend on facebook caught my eye. I've worked on AdTech before, especially reducing acquisition cost by using the Conversions API from Facebook. Just wondering if you've already tried that? If not
33.
▲
by
difflens
4y ago
We're hoping we'll be part of future threads like this one with DiffLens ( https://github.com/marketplace/difflens ) for language aware diffs on GitHub :) The next step for DiffLens is potentially a VSCode exte
34.
▲
by
difflens
4y ago
Ah yea we had the same thought a while back so, yes, that's in the works :) The biggest drawback here is that there are rate limits to the GitHub API. It should work for just trying out some diffs though. Thanks for the feedback!
35.
▲
by
difflens
4y ago
Great post. I'm in the early days of trying to get DiffLens ( https://github.com/marketplace/difflens ) off the ground and saw myself nodding along to so many points! Having a boring backend service that pays is a g
36.
▲
by
difflens
4y ago
Done. Thanks for the feedback about the screenshots. That makes sense! I'll update the text to include the demo :) Let me know if you have thoughts on the app itself!
37.
▲
DiffLens: Language Aware Diffs on GitHub Pull Requests
10 points
by
difflens
4y ago
|
4 comments
38.
▲
by
difflens
4y ago
Hi HN! We were frustrated with text diffs on GitHub PRs, so we made DiffLens ( https://github.com/marketplace/difflens ) to produce language aware diffs on PRs. DiffLens constructs an Abstract Syntax Tree for each file,
39.
▲
Ask HN: Language Aware Diffs on GitHub Pull Requests
(github.com)
1 points
by
difflens
4y ago
|
1 comments
40.
▲
by
difflens
4y ago
DiffLens developers here! ( https://github.com/marketplace/difflens ) We current use ACE for our editors, but we've always been interested in checking out CodeMirror too. When we initially started work on DiffLens,
41.
▲
by
difflens
4y ago
FWIW, here's a repo of ANTLR grammars: https://github.com/antlr/grammars-v4 Many of them are incomplete, but it gives a good idea of how the grammar looks for ANTLR. I used the ANTLR grammar for parsing CSS in Dif
42.
▲
by
difflens
4y ago
I'm most familiar with specifying grammar for the ANTLR tool. Just out of curiosity, is the antlr grammar a parsing expression grammar? Does anyone know? Separately, I'm curious about how a parser generated out of ANTLR/yacc
43.
▲
by
difflens
4y ago
I wouldn't consider this cheating, I would rather call this preparation. Is looking at question banks before an exam considered cheating? I think this is in the same vein. Interviewers are people too, everyone knows there is a finite,
44.
▲
by
difflens
4y ago
Perhaps I don't understand their use case fully, but it seems to me that every schema can be defined as a child protobuf message, and each child can then be added to a oneof field of a parent protobuf message. This way, you get the str
45.
▲
by
difflens
4y ago
Just plugging difflens here: https://github.com/marketplace/difflens If you work primarily with frontend technologies and want a syntax aware diff on GitHub PRs, difflens might be right up your alley! Standalone Mac an
46.
▲
by
difflens
4y ago
Can I just say that I appreciate the transparency about your numbers here! As a bootstrapped SAAS builder here, this gives me perspective
47.
▲
by
difflens
4y ago
If you have a few minutes, can you list a few of these problems? Just curious here!
48.
▲
by
difflens
4y ago
Difflens ( https://github.com/marketplace/difflens ) is a step in this direction. It produces syntax aware diffs for TS/JS and CSS at the moment.
49.
▲
by
difflens
4y ago
I have! I've always found GitHub's default diff to be annoying to track changes. I needed a way to align the left and right editors right next to each other so I could get context. So I wrote an app and published it on the GitHub
50.
▲
Show HN: An improvement to reviewing code changes
(github.com)
2 points
by
difflens
5y ago
|
0 comments
51.
▲
Show HN: Language aware diff on GitHub PRs
(github.com)
8 points
by
difflens
5y ago
|
0 comments