Boston Dynamics new robot … SpotMini
Leave a reply
#truth
If you change your self to use a technology, you become a slave to those that own that technology.
#ownyourtech
Have to keep this in mind when configuring the send email as function for Google Apps.
https://www.google.com/settings/security/lesssecureapps
via IFTTT
…that I want live in. Not waiting for the future…
#!/usr/local/bin/perl
my @lt = localtime(time);
my $dte = sprintf “%04d%02d%02d%02d%02d%02d”, $lt[+5]+1900, $lt[4]+1, @lt[3,2,1,0];
my $path=”/var/logs”;
$file=”$path/file-$dte”;
print “$file \n”;