Ladies and gentlenerds, it is with profound pleasure that I introduce to you,

Mira Delenn Furlan Dane

I don't know how but she already loves me.
It's truly amazing.

I feel guilty for taking up >14 MB on that last toot, but the downscaler on my phone didn't seem to have a batch mode. :(

But then again, I think Ad?min is def' gonna be ok with this one ;)

@rl_dane

It's a worthy cause. :)

Also GoToSocial automatically does compression and what not.

@amin

That was the size downloaded (looking at /tmp/tutfile1111111yaddayadda.jpg)

Random aside, why the heck are people still enforcing three-letter extensions? That's so dumb. :P

@rl_dane
Be glad it's not ".jpe"...
@amin

@ddlyh @rl_dane

Speaking of, the "P" should pronounced as an "F". After all, it stands for "Photographic".

I will die on this hill.

@amin
I mean, strictly speaking, it should be "JFIF" anyway...
@rl_dane

@ddlyh @amin

JFIF is the container format. JPEG is the spec/algorithm.

...as I understand it...

@rl_dane @ddlyh

Strictly speaking, "JPEG" is the name of the group that made the spec. "Joint Photographic Experts Group". ;)

@amin @rl_dane @ddlyh and .jpg is “JPEG-encoded Photo or Graphic”, bam.

@mirabilos @amin @ddlyh

I'm not a fan of providing retronyms for abbreviations necessitated by crappy operating systems and/or crappy conventions.

It should always be .jpeg, in my book.

@ddlyh @amin @rl_dane nah, 3-char extensions are fine and the usus.

And in some cases even more correct, e.g. in .htm (as the file is not the language).

@mirabilos @ddlyh @rl_dane

And if we’re talking the Unix world the file extensions are basically ignored anyway. It’s only on Windows that it actually matters.

@amin @ddlyh @rl_dane that, too.

@amin @ddlyh @rl_dane though using them is still beneficial. Consider…

for f in /etc/profile.d/*; do . "$f" done

… versus…

for f in /etc/profile.d/*.sh; do . "$f" done

… and now tell me which one you’d choose for which reason.

@mirabilos @ddlyh @rl_dane

With the latter I can add a .disabled or something to the end of a filename to keep it from being sourced, so that's what I'd do. If I wanted that.

@rl_dane @amin @ddlyh also .dpkg-old and ~ (editor backup) are ignored