Anglo likely just means English-language.
I'm a big fan of your other app Leader Key: it's the closest equivalent to the Windows+number keyboard shortcuts that I use all the time on my other computer (but better since you're not limited to 10 apps and you can…
Tree-sitter is merely a tool for generating an AST for a given language. LSPs on the other hand have way more capabilities (formatting, diagnostics, project-wise go to definition, inlay hints, documentation on hover,…
That seems more complicated than just adding the info in the commit message. It's not like Git doesn't have flags for trimming commit messages when reading them (--oneline).
It's syntactically more straightforward to resolve the issue of clashing definitions through namespacing with functions compared to operators. The following is pretty standard: foo::plus(a, b) // or foo.plus(a, b)…
There's always git diff --word-diff, so a website tracking changes in laws in a Git repo could display diffs using that flag by default.
I am not OP, but I am interested in those tools and tricks.
Since Neovim 0.10, `:tab term` now opens the terminal window in a new tab. And you could use the exact same command in Vim since they introduced their own terminal emulation feature in Vim 8.0.0693.
This might be a dumb question, but how would an off-screen cursor work in a terminal? According to my understanding of the way terminal emulators/ncurses work, the cursor must be positioned somewhere in the screen, even…
Quite an odd comment to make in the midst of the Ukraine war, another war between Israel and Palestine, and the ongoing civil wars in Sudan and Burma.
The screenshot in the repo's README suggests this is not the case: Python doesn't have the "struct", "var", "fn", "inout", "trait", or "owned" keywords.
Link to the full paper: https://web.archive.org/web/20151010141416id_/http://www.res...
> Slavery was widely confirmed for even longer. Tradition, right? This is an egregious use of the noncentral fallacy.[1] Conforming to this 50-year tradition makes the language more familiar and easier to learn, so it's…
The concept is interesting, thanks for sharing. I suggest that in future iterations/versions, it could take the duration of the tracks into account: a two-minute track certainly doesn't cost as much as a track that is…
> From a European perspective, I was shocked it had to be written. Not really related to your point, but where in Europe do you come from? In France it is common to have job listings read that they hire handicapped…
The article starts with: "This is advice for younger me. It might work as advice for you, if you think about value the way I did." The "you" refers to the younger version of the author.
Nice! That guy also made this interactive version of Terry Riley's "In C": https://teropa.info/in-c/
Translations for the few quotes that are in French: > Je mange donc je chie. — Don Ho "I eat therefore I shit." It's a pun on René Descartes' "Je pense donc je suis" (I think, therefore I am). > Mathématiquement, un…
> C-style also has a problem in that there is no way to define arbitrary blocks I might have misunderstood what you mean by "arbitrary blocks", but you can definitely do this in C: int main() { { /* arbitrary block */…
Iterate doesn't have either of these problems, so I don't see how it's just a "slight improvement". > There is no way to iterate over a sequence. With iterate, you'd do: (iter (for item in-sequence seq) ...) > LOOP is…
May I suggest two things to make <C-U> and <C-D> more usable? 1. Set 'scroll' to a value you're comfortable with, so that <C-D> and <C-U> move fewer lines. 2. Use a plugin that shows a scrolling animation when you use…
https://github.com/onivim/oni2/issues/3811#issuecomment-9103...
Anglo likely just means English-language.
I'm a big fan of your other app Leader Key: it's the closest equivalent to the Windows+number keyboard shortcuts that I use all the time on my other computer (but better since you're not limited to 10 apps and you can…
Tree-sitter is merely a tool for generating an AST for a given language. LSPs on the other hand have way more capabilities (formatting, diagnostics, project-wise go to definition, inlay hints, documentation on hover,…
That seems more complicated than just adding the info in the commit message. It's not like Git doesn't have flags for trimming commit messages when reading them (--oneline).
It's syntactically more straightforward to resolve the issue of clashing definitions through namespacing with functions compared to operators. The following is pretty standard: foo::plus(a, b) // or foo.plus(a, b)…
There's always git diff --word-diff, so a website tracking changes in laws in a Git repo could display diffs using that flag by default.
I am not OP, but I am interested in those tools and tricks.
Since Neovim 0.10, `:tab term` now opens the terminal window in a new tab. And you could use the exact same command in Vim since they introduced their own terminal emulation feature in Vim 8.0.0693.
This might be a dumb question, but how would an off-screen cursor work in a terminal? According to my understanding of the way terminal emulators/ncurses work, the cursor must be positioned somewhere in the screen, even…
Quite an odd comment to make in the midst of the Ukraine war, another war between Israel and Palestine, and the ongoing civil wars in Sudan and Burma.
The screenshot in the repo's README suggests this is not the case: Python doesn't have the "struct", "var", "fn", "inout", "trait", or "owned" keywords.
Link to the full paper: https://web.archive.org/web/20151010141416id_/http://www.res...
> Slavery was widely confirmed for even longer. Tradition, right? This is an egregious use of the noncentral fallacy.[1] Conforming to this 50-year tradition makes the language more familiar and easier to learn, so it's…
The concept is interesting, thanks for sharing. I suggest that in future iterations/versions, it could take the duration of the tracks into account: a two-minute track certainly doesn't cost as much as a track that is…
> From a European perspective, I was shocked it had to be written. Not really related to your point, but where in Europe do you come from? In France it is common to have job listings read that they hire handicapped…
The article starts with: "This is advice for younger me. It might work as advice for you, if you think about value the way I did." The "you" refers to the younger version of the author.
Nice! That guy also made this interactive version of Terry Riley's "In C": https://teropa.info/in-c/
Translations for the few quotes that are in French: > Je mange donc je chie. — Don Ho "I eat therefore I shit." It's a pun on René Descartes' "Je pense donc je suis" (I think, therefore I am). > Mathématiquement, un…
> C-style also has a problem in that there is no way to define arbitrary blocks I might have misunderstood what you mean by "arbitrary blocks", but you can definitely do this in C: int main() { { /* arbitrary block */…
Iterate doesn't have either of these problems, so I don't see how it's just a "slight improvement". > There is no way to iterate over a sequence. With iterate, you'd do: (iter (for item in-sequence seq) ...) > LOOP is…
May I suggest two things to make <C-U> and <C-D> more usable? 1. Set 'scroll' to a value you're comfortable with, so that <C-D> and <C-U> move fewer lines. 2. Use a plugin that shows a scrolling animation when you use…
https://github.com/onivim/oni2/issues/3811#issuecomment-9103...