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…
As an experimental feature, with no guarantees it would remain in the language. It wasn't marked a stable feature until v5.36 (2022).
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]'
> 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…
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…
As an experimental feature, with no guarantees it would remain in the language. It wasn't marked a stable feature until v5.36 (2022).
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]'
> 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…