Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 42 |
Nodes: | 6 (0 / 6) |
Uptime: | 01:34:10 |
Calls: | 220 |
Calls today: | 1 |
Files: | 824 |
Messages: | 121,541 |
Posted today: | 6 |
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
On 2024-11-12, John Ames <commodorejohn@gmail.com> wrote:
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
Ah, finally something I can understand!
Charlie Gibbs wrote this post while blinking in Morse code:
On 2024-11-12, John Ames <commodorejohn@gmail.com> wrote:
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
Ah, finally something I can understand!
You all beat me for geek fu! :-(
But I am young. (67)
Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 21:12 this Tuesday (GMT):
Charlie Gibbs wrote this post while blinking in Morse code:
On 2024-11-12, John Ames <commodorejohn@gmail.com> wrote:
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
Ah, finally something I can understand!
You all beat me for geek fu! :-(
But I am young. (67)
67 is not young.
John Ames <commodorej...@gmail.com> [JA]:
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
Do you want a spell checker with that?
Pipe it to
xxd -r -ps -u | iconv -f EBCDIC-CP-US -t ascii | aspell -pipe list | fmt
(unix pipes can be such fun)
E399A840 A38889A2 40969540 86969940 A289A985 4B4B4B5A
I increase it with
--8<---------------cut here---------------start------------->8--- nowplaying-cli get artist title | perl -p -e "s/\n/ - /" | rev | -c4- | rev --8<---------------cut here---------------end--------------->8---
In comp.os.linux.misc, Clemens Schüller <cs.usenet@mailbox.org> wrote:
I increase it with
--8<---------------cut here---------------start------------->8---
nowplaying-cli get artist title | perl -p -e "s/\n/ - /" | rev | -c4- | rev >> --8<---------------cut here---------------end--------------->8---
Okay, I give up.
1. How does that relate to EBCDIC?
2. What is the "-c4-" step doing?
(I have no programs on my path that start with "-". I do have a few that
end with "-".)
Elijah
------
"rev | rev" is no-op so really curious about the middle transition