GMM on computer science
SoftwareFrom Good Mythical Morning’s episode about a century of crisps.
#!/usr/bin/env perl
use strict;
my @comestibles = ( ['crisp'] );
print $comestibles[0][0];
Okay, he’s probably right.
From Good Mythical Morning’s episode about a century of crisps.
#!/usr/bin/env perl
use strict;
my @comestibles = ( ['crisp'] );
print $comestibles[0][0];
Okay, he’s probably right.
Ruben Schade is a technical writer and infrastructure architect in Sydney, Australia who refers to himself in the third person. Hi!
The site is powered by Hugo, FreeBSD, and OpenZFS on OrionVM, everyone’s favourite bespoke cloud infrastructure provider.
If you found this post helpful or entertaining, you can shout me a coffee or send a comment. Thanks ☺️.