Viewing profile — ilyagr
ilyagr
HN member- Joined
- Sat, Dec 15, 2012, 11:14 PM UTC
- HN karma
- 1,046
- Public activity
- 323 items
- HN profile
- View on Hacker News ↗
About ilyagr
No profile information was provided.
Recent public activity
-
comment
Comment #48520086
This might be the point. As long as they think the people who end up under-counted are not people this government would like to have voting power for the House of Representatives.
-
comment
Comment #48376922
Now the readme says "Note: Any command not mentioned is included in this suite. " which I found quite confusing. It's a very large set, potentially infinite depending on what the u…
-
comment
Comment #47798040
https://github.com/noborus/ov is another pager, in addition to `moor` that somebody else shared.
-
comment
Comment #47745968
I believe this is what `git rerere` does
-
comment
Comment #47294575
Thanks for the useful info!
-
comment
Comment #47282234
https://github.com/typst/typst is an interesting competitor to ConTeXt. It's not even TeX, but somehow I tried (and liked) it before I tried CoTeXt. TeX syntax is not something I e…
-
comment
Comment #47282192
This is less of a usable tool and more of a concept right now, but there are algorithmic ways to do better than rsync (for incremental transfers, ymmv). https://github.com/google/c…
-
comment
Comment #47210067
OpenAI's new safety restrictions are magnificent, though unfortunately hard to comprehend for those who are incompetent or stupid. https://en.wikipedia.org/wiki/The_Emperor%27s_New…
-
comment
Comment #46495278
Actually, it would be more correct to do echo '^q toggle-option -redraw-on-quit\nq' >> ~/.config/lesskey The original version I suggested works too, but by accident. `redraw-on-qui…
-
comment
Comment #46479579
If you want the `-X` behavior only some of the time, see https://news.ycombinator.com/item?id=46472859 . (Maybe I should've posted it in this thread)
-
comment
Comment #46472859
There's a way to make `^q` quit `less` and not clear the screen (like `less -X`), while `q` quits `less` and clears the screen (like normal `less`). 1. Do `echo '^q toggle-option -…
-
comment
Comment #45766953
See also https://github.com/jj-vcs/jj/wiki/JJ-Con-2025 for a list of all the talks, their slides, and some additional notes. I think the slides are also linked from youtube, but th…
-
comment
Comment #45650902
VS Code now has an OKish git graph built-in, in case you didn't know. This feature is a few months old.
-
comment
Comment #45034884
The intro for the show is quite nice. https://www.youtube.com/watch?v=ucSUs3adMQ8 https://www.youtube.com/results?search_query=halt+and+catch+...
-
comment
Comment #44936836
If you're like a quick fix, see https://ghostty.org/docs/help/terminfo#copy-ghostty's-termin... . If that doesn't work, perhaps one of the other suggestions on that page will.
-
comment
Comment #44908361
According to the link, the patents in question expire in 2028.
-
comment
Comment #44673629
One option is https://github.com/binpash/try It is Linux-only, though.
-
comment
Comment #44526380
https://github.com/Wilfred/difftastic/wiki/Structural-Diffs is a nice list of alternatives. Difftastic itself is great as well! The author wrote up nice posts about its design: htt…
-
comment
Comment #44526169
In case anybody happens to be interested in testing `gumtree` with https://github.com/jj-vcs/jj , I think I got them to work together. See https://github.com/GumTreeDiff/gumtree/wi…
-
comment
Comment #44482500
Is https://github.com/trapd00r/vidir > the same as `vidir` from https://joeyh.name/code/moreutils/ >? Shout out to moreutils, there are many nice utilities, and there's a `moreutil…
-
comment
Comment #44239932
If you search the code, they support Rosetta, which means an ARM Linux kernel running x86 container userspace with Rosetta translation. Linux kernel can be told to use a helper to …
-
comment
Comment #44199156
An intelligence that reasons this way would be, in human terms, batshit insane and completely immoral. So, it seems unlikely that many or maybe any humans would experience it as "o…
-
comment
Comment #44100271
See https://github.com/jj-vcs/jj/wiki/GUI-and-TUI for a standalone GUI and two VS Code plugins. None of the GUIs there are fully-featured, so sometimes you have to imagine what it …
-
comment
Comment #44084063
Depending on the interface you prefer, there are also https://github.com/ms-jpq/sad https://github.com/chmln/sd that haven't been mentioned yet
-
comment
Comment #44083680
Far manager now exists on Linux and Mac: https://github.com/elfmz/far2l I got it from nixpkgs, not sure if it's easy to install otherwise.