Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ilyagr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ilyagr
14d ago
For math, try https://www.quantamagazine.org/
2.
▲
by
ilyagr
15d ago
Several jj developers (especially Martin and Yuya) are former mercurial developers. jj borrowed quite a few things from mercurial. So, jj can be thought at least partially as a spiritual successor. Meta's Sapling is in a similar positi
3.
▲
by
ilyagr
1mo ago
Do the CSV files allow quoted newlines? If yes, what's the trick to avoid checking the whole file too find out whether a newline is quoted or a record separator when reading it from the middle in an async thread?
4.
▲
by
ilyagr
1mo ago
https://github.com/coder/wush is missing in there. It had a web interface for a while. I'm glad croc developed one though. It is a bit more commonly packaged.
5.
▲
by
ilyagr
1mo ago
Steam has screenshots and an English translatio of the publisher's description. https://store.steampowered.com/app/1348390/I_am_an_Air_Traff...
6.
▲
by
ilyagr
3mo ago
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.
7.
▲
by
ilyagr
4mo ago
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 universe of all commands is :) You should link
8.
▲
by
ilyagr
5mo ago
https://github.com/noborus/ov is another pager, in addition to `moor` that somebody else shared.
9.
▲
by
ilyagr
5mo ago
I believe this is what `git rerere` does
10.
▲
by
ilyagr
6mo ago
Thanks for the useful info!
11.
▲
by
ilyagr
6mo ago
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 ever enjoyed in LaTeX. How much
12.
▲
by
ilyagr
6mo ago
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/cdc-file-transfer Hint: I really like t
13.
▲
by
ilyagr
7mo ago
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_Clothes Life follows art even cl
14.
▲
by
ilyagr
9mo ago
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-quit` is the actual option n
15.
▲
by
ilyagr
9mo ago
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)
16.
▲
by
ilyagr
9mo ago
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 -redraw-screen\nq' >> ~/.config
17.
▲
by
ilyagr
11mo ago
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 the website definitely has t
18.
▲
by
ilyagr
11mo ago
VS Code now has an OKish git graph built-in, in case you didn't know. This feature is a few months old.
19.
▲
by
ilyagr
1y ago
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+...
20.
▲
by
ilyagr
1y ago
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.
21.
▲
by
ilyagr
1y ago
According to the link, the patents in question expire in 2028.
22.
▲
by
ilyagr
1y ago
One option is https://github.com/binpash/try It is Linux-only, though.
23.
▲
by
ilyagr
1y ago
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: https://www.wilfred.
24.
▲
by
ilyagr
1y ago
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/wiki/VCS-I
25.
▲
by
ilyagr
1y ago
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 `mo
26.
▲
by
ilyagr
1y ago
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 translate code using non-native architecture. Actually, they
27.
▲
by
ilyagr
1y ago
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 "otherwise benign" if it had power over their lives.
28.
▲
by
ilyagr
1y ago
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 could become, but each one i
29.
▲
by
ilyagr
1y ago
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
30.
▲
by
ilyagr
1y ago
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.
More ›