@pessimism

176 Followers
165 Following
651 Posts
we're not really doing this again, are we
twitterhttps://twitter.com/pessimism
socialshttps://pillar.io/pessimism

How to tile videos from the CLI:

ffmpeg -i vid1.mp4 -i vid2.mp4 -filter_complex "\
[0:v]scale=800:-1[v1];\
[1:v]scale=800:-1[v2];\
[v1][v2]hstack[v]" \
-map [v] \
comparison.mp4

Sacred Games first look: A bloodied Saif Ali Khan, Nawazuddin Siddiqui, Radhika Apte in new Netflix drama

The first three character stills from Netflix’s first Indian original show, Sacred Games, are here. Saif Ali Khan is a bloodied but unbent cop while Nawazuddin Siddiqui and Radhika Apte are harder to read.

Deeply in love with https://carbon.now.sh for sharing dope code snippets.

(Just don’t forget accessibility!)

https://mastodon.social/media/s-cljRKmzsYxbCoMZBA https://mastodon.social/media/tiGhJbnliXpTL_YYdVo

Carbon

Carbon is the easiest way to create and share beautiful images of your source code.

Anyone know if it’s possible to get Japanese animation books like this fella inside Europe?

http://animestyle.jp/news/2017/08/29/11876/ https://mastodon.social/media/fSETmZY_SaVA23hHOgo

遂に実現!磯光雄の原画集 <br /> 9月15日に一般販売スタート!! | WEBアニメスタイル

 磯光雄の仕事をまとめた書籍が刊行される。磯はアニメーターとして『機動戦士ガンダム0080 ポケットの中の戦争』『おもひでぽろぽろ』『新世紀エヴァンゲリオン』『BLOOD THE LAST VAMPIRE』等に参加。その … 続きを読む →

OTOH, the last commit on the 2.0 branch of Pinry is almost six months old: https://github.com/pinry/pinry/commits/2.x.

Could be they need some help.

https://mastodon.social/media/HsiFspv8A2x25EyHBro

AWS have finally started sending out e-mails to warn people of publicly exposed S3 buckets. AWS’s UX has always been worst in class, and now they’re starting to realize the consequences. https://mastodon.social/media/CNmnCn4ID6DRU74jDds

If you only want to resize images *larger* than 250, add a `>` and quotes around the `-geometry` argument:

-geometry "250x250>+0+0"

https://mastodon.social/media/dh1bMtaO77p2WHitrXM

TIL about Imagemagick’s `montage` command which makes tiling images with the CLI dead simple:

montage \
-geometry 250x250+0+0 \
-background "#000" \
friend1.png friend2.png friend3.png friend4.png \
friends.png

`250x250+0+0` makes each tile 250x250 with 0 spacing, which gives you a 500x500 image.

https://mastodon.social/media/bEMn3SYrR-iRts_N8iE

I’m trying the Sublime Text version, but someone adapted it for Atom.

It adds 1866ms (TWO SECONDS) to start-up.

WHAT

But that’s not all.

It’s literally just a regex plug-in that highlights a few predefined strings like TODO, FIXME, and NOTE.

What even are these atrocious linter frameworks. This is I try to keep my number of installed/enabled ST3 packages to a minimum.

https://mastodon.social/media/cXGAHn8v_Vnf-HhASRI