HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flamestro

no profile record

Submissions

[untitled]

1 points·by flamestro·2 месяца назад·0 comments

Show HN: Sanishne – Rust based bookmark boards

sanishne.org
2 points·by flamestro·2 месяца назад·0 comments

Show HN: Sanishne – shared bookmarks for teams (so links don't vanish in Slack)

sanishne.org
1 points·by flamestro·2 месяца назад·0 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

github.com
120 points·by flamestro·5 месяцев назад·67 comments

Show HN: Deff – Review AI-generated code changes

github.com
1 points·by flamestro·5 месяцев назад·0 comments

comments

flamestro
·5 месяцев назад·discuss
I get the hesitation :D But the code is open and the install.sh is as minimal as it gets tbh. Still, as said, I get the hesitation. What a time to be alive.

It does not install binaries, it builds the binary by checking out the project basically. You can also do the process manually and use the tool.
flamestro
·5 месяцев назад·discuss
I was also searching for some time, but most of them did not have enough context for my workflow tbh. So thats why I decided to make deff. Another good one I liked is vimdiff
flamestro
·5 месяцев назад·discuss
What would the third panel contain in this case? Do you mean the setup that IntelliJ has in merge conflicts?
flamestro
·5 месяцев назад·discuss
Its a great tool, but misses some of the context I needed.
flamestro
·5 месяцев назад·discuss
Yes, but emacs < vim
flamestro
·5 месяцев назад·discuss
So I tested this on huge files (checking cargo lock for instance) and it is super fast in the navigation of those. Until now I did not encounter any issue with bigger files (around 4k-6k changes but also only 4k-6k lines).
flamestro
·5 месяцев назад·discuss
I personally find vimdiff a bit harder to navigate for my usecase. The reason is that I am context unaware of the file often in larger projects and wanted something that allows me to check all lines in a touched file. However, I have to admit vimdiff comes quite close to what I need and is a great tool!
flamestro
·5 месяцев назад·discuss
This looks great as well! I personally prefer a bit more context. Thats why I added a bit more of it to deff. It also allows to mark files as reviewed by pressing `r` which is quite handy for my flow.