Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dvrx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dvrx
7y ago
If you like it, share your terminal configuration! mlterm works. mintty had a regression, 3.1.0 may have fixed that
2.
▲
by
dvrx
7y ago
If I am going to maintain the script myself and never tweak anything in the middle of the night, sure. But most people don't know awk. And awk requires more awareness. I break my awk when I fix things when tired.
3.
▲
by
dvrx
7y ago
I love awk too but most people don't know much of awk. Better use regular things and keep awk for whenever you absolutely need it.
4.
▲
by
dvrx
7y ago
I like cut and tr too, but I try to replace them by sed and awk when I can. I reduces the number of moving parts, and allows you to increase the complexity slowly. Ex: | sed -e step1 becomes | sed -e step1 -e step2 instead of adding another
5.
▲
by
dvrx
7y ago
Better solution: sixel-gnuplot Shameless plug: https://github.com/csdvrx/sixel-gnuplot
6.
▲
Show HN: pg_csdvrx – assisted Postgres data recovery
(github.com)
12 points
by
dvrx
7y ago
|
0 comments