Showing posts with tech hashtag.

Back to all posts

4 years ago

Just finished a backup script to tar the screenshots that pile up on my system. I keep coming back to PERL for tasks like this. Closer to normal programming then BASH but still great shell interlope.

Learned that getting date strings is pretty easy. 🧅⏱👍

use POSIX qw(strftime);

my $tar_name = strftime "pic_dump_%d_%m_%y.tar.gz", localtime;
my $tar_full_path = "/tmp/${tar_name}";

#tech #perl

--->pleroma archive post: zb5n6fzw5alr55n

4 years ago

I really want to make an agile poker app using WebRTC.

Something similar to:

https://github.com/dshifflet/PeerJS_PlanningPoker

#tech #javascript

--->pleroma archive post: e44xcnxkhqonsny

4 years ago

Little perl script to backup my Apple Photo App library to aws s3 glacier

https://git.sr.ht/~travisshears/photo_library_backup/tree/master/item/backup-photos.pl

#tech #perl

--->pleroma archive post: zuv1wks91td6huh

4 years ago

Little perl script to make down scaling, removing audio, and uploading to s3 easier for the short videos I use in my blog.

https://paste.sr.ht/~travisshears/1742232acc9c8458370e7b81c140a46a12f61ba4

#perl #tech

--->pleroma archive post: 105dgagpa2u8y6q

Page 4 of 4, with 20 posts per page.

Next Page