Live data from Hacker News

Viewing profile — mojifwisi

mojifwisi

HN member
Joined
Sun, Oct 09, 2022, 2:05 AM UTC
HN karma
71
Public activity
22 items

About mojifwisi

No profile information was provided.

Recent public activity

  1. comment
    Comment #47229154

    Anglo likely just means English-language.

  2. comment
    Comment #47172226

    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'…

  3. comment
    Comment #47159768

    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, …

  4. comment
    Comment #44348380

    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).

  5. comment
    Comment #43739090

    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…

  6. comment
    Comment #43470392

    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.

  7. comment
    Comment #42524799

    I am not OP, but I am interested in those tools and tricks.

  8. comment
    Comment #41917749

    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 featur…

  9. comment
    Comment #41827175

    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 p…

  10. comment
    Comment #40762374

    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.

  11. comment
    Comment #39573586

    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.

  12. comment
    Comment #36257588

    Link to the full paper: https://web.archive.org/web/20151010141416id_/http://www.res...

  13. comment
    Comment #36250230

    > 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 mor…

  14. comment
    Comment #34133620

    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 do…

  15. comment
    Comment #33893714

    > 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 listin…

  16. comment
    Comment #33703906

    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 au…

  17. comment
    Comment #33697822

    Nice! That guy also made this interactive version of Terry Riley's "In C": https://teropa.info/in-c/

  18. comment
    Comment #33517266

    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, ther…

  19. comment
    Comment #33252304

    > 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:…

  20. comment
    Comment #33171295

    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…

  21. comment
    Comment #33137740

    May I suggest two things to make and more usable? 1. Set 'scroll' to a value you're comfortable with, so that and move fewer lines. 2. Use a plugin that shows a scrolling animation…

  22. comment
    Comment #33137727

    https://github.com/onivim/oni2/issues/3811#issuecomment-9103...