Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
krobelus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
krobelus
6mo ago
these have been fixed as of 4.4.0
2.
▲
by
krobelus
2y ago
Kakoune has network-transparency - you can run the editor server on a remote system and run editor clients locally, communicating only via Unix socket.
3.
▲
by
krobelus
2y ago
> You can effectively run whole development (LSP, docker, compiler, files) on remote like it is on your local machine. the same is possible with any other editor that implements a client/server model, and it can be done without givi
4.
▲
by
krobelus
2y ago
Amazing project, very useful
5.
▲
by
krobelus
2y ago
you're probably using an old version
6.
▲
by
krobelus
2y ago
https://news.ycombinator.com/item?id=26507205
7.
▲
by
krobelus
2y ago
I use git autofixup; it was much better than git absorb last time I checked > it doesn’t say anything when there was no match that's what it should do > it can be quite slow as things grown How? All the slowness (on large repos)
8.
▲
Kakoune Editor Release 2024.05.09
(github.com)
2 points
by
krobelus
2y ago
|
0 comments
9.
▲
by
krobelus
3y ago
> The main problem is that Git was built so that the commit message is the _email body_, meant to be read by everyone in the project. I find this very hard to believe. Isn't it "everyone who is interested in the commit subject&
10.
▲
by
krobelus
3y ago
https://github.com/mawww/kakoune/
11.
▲
by
krobelus
4y ago
> Notice that both fzf and fzy ranked source/blender/makesdna/DNA_fileglobal_types.h higher than GNUMakefile. I believe this is because /make and _file in that path are on word boundaries and are ranked higher than U
12.
▲
by
krobelus
4y ago
all the time. I use a terminal text editor (Kakoune) which works great. For some tools I needed to disable colors to improve contrast
13.
▲
Kakoune modal editor release 2022.10.31, with rare breaking changes
(github.com)
2 points
by
krobelus
4y ago
|
1 comments
14.
▲
by
krobelus
4y ago
A notable new feature: inside diff buffers (as created by ":git diff" for example) you can press Enter to jump to the source file.
15.
▲
by
krobelus
4y ago
The equivalent to "hg absorb" for Git is https://github.com/torbiak/git-autofixup
16.
▲
by
krobelus
4y ago
How about an external e-ink screen for your laptop? I do almost all my programming on a Dasung Paperlike.
17.
▲
Kakoune, a Punk Rock Text Editor
(zork.net)
10 points
by
krobelus
4y ago
|
0 comments
18.
▲
by
krobelus
5y ago
> I don’t yet love how history works. Four months in, I still can’t get used to not having ctrl-r. I think it's worth getting used to but there are plugins like fzf that implement ctrl-r > `BROWSER=otherfunc aws sso login` Aliase
19.
▲
by
krobelus
5y ago
There are several tools for stacking patch series, here is a list: https://github.com/epage/git-stack/blob/main/docs/comparison...
20.
▲
by
krobelus
5y ago
The lack of canonicalization has caused us tons of trouble on an Angular app. Check out https://symflower.com/en/company/blog/2021/path-independent-... - you'll be laughing (or crying)
21.
▲
by
krobelus
5y ago
Sounds like a sensible mix. There is really no single silver bullet. We at https://symflower.com/ are working on a product to generate unit tests. Unlike quickcheck/proptest we promise to find errors, even if they are
22.
▲
by
krobelus
5y ago
200ms just for loading completions? :( fish avoids this with lazy-loading
23.
▲
Branch-Stack Workflow for Git
(github.com)
9 points
by
krobelus
5y ago
|
0 comments
24.
▲
by
krobelus
5y ago
> I want to be able to rebase the entire stack and have the tools work correctly. <plug> https://github.com/krobelus/git-branchless/ </plug> > resolving BS conflicts multiple times For iden
25.
▲
by
krobelus
5y ago
I use https://git.sr.ht/~krobelus/git-branchless
26.
▲
by
krobelus
6y ago
> does its own analysis of your previous commits Not really; you can pass any commit ref to git-autofixup, and it will create commits only for commits since that ref. So it's for the user to decide :)
27.
▲
by
krobelus
6y ago
I have looked at both but only used git-autofixup. Some observations: - git-autofixup has a changelog - git-autofixup includes sober, technical documentation that actually explains how it works. OTOH, git-absorb has a great elevator pitch f