Since I am thinking of a revenue source to fund my shenanigans this school break, I decided to open up a Fiverr gig.
random
He slams a stack of papers on the table. "Boss, the Tigers are at it again. Meany is destroying this neighborhood."
The boss shook his head, "I know, but what are we gonna do."
"We've got to call him."
"He's retired! Leave him be, this is no longer his fight."
"What choice do we have? The Tigers run everything, we need someone from the outside with a fresh set of eyes."
The boss shakes his head and agrees. He picks up the phone and dials out.
"Get Encyclopedia Brown on the horn. And make it fast!"
To generate background color (for "xterm(1)"), I use the #Perl (was 5.3[68]; is 5.40) program on #FreeBSD (was 13; is 14) …
use strict; use warnings;
my @red = qw[ 05 15 20 25 30 ];
my @green = qw[ 00 05 10 15 ];
my @blue = qw[ 00 10 15 16 ];
print join( q[/],
$red[ rand @red ],
$green[ rand @green ],
$blue[ rand @blue ]
);
Rarely the FIRST time is the color other than same shade of brown. Because "@red" is longer? Some initial state?