Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
poke646
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
poke646
8mo ago
One of my "goto" tools is copying files over a "tar pipe". This avoids the temporary tar file. Something like: tar cf - *.txt | ssh user@host tar xf - -C /some/dir/
2.
▲
by
poke646
10mo ago
It's almost like a caricature of a CRT. I can see the novelty, but hope that people aren't lead to believe monitors looked like this. I think what bothers me most is the horizontal line that slowly moves across the screen every fe
3.
▲
by
poke646
10mo ago
As an experimental feature, with no guarantees it would remain in the language. It wasn't marked a stable feature until v5.36 (2022).
4.
▲
by
poke646
1y ago
In this case the Perl one-liner would be conceptually identical, the same length, but more performant (no calling out to rm): diff -rs a/ b/ | perl -ane '/identical$/ && unlink $F[3]'
5.
▲
by
poke646
2y ago
> The other surprising thing is that you could actually run the Z80 in parallel with your 68000 when running a Genesis game. We used the Z80 as a sound co-processor running MIDI and playing sampled drums without bothering the 68000. I al