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 @mirabilos @rl_dane Only on the commandline - in graphical shells, the Unix world uses them for the icons.

It's RISCOS that ignores them pretty much entirely (I think?)...

@ddlyh @amin @mirabilos

I need to play with RiscOS.

I need to get a proper three-button (no wheel) mouse, first.

@rl_dane @ddlyh @mirabilos

…a mouse with no scroll wheel? Why?

@amin @ddlyh @mirabilos

Because #RiscOS uses the second mouse button as the right click.

It's infuriating to try to click the mouse wheel that much.

@amin @rl_dane @ddlyh use a Thinkpad, they have three mouse buttons

@mirabilos @amin @ddlyh

But then, instead of having a frustrating button arrangement, I'd have a frustrating pointing device.

Sorry, I know that's sacreligious. 😁

@rl_dane @amin @ddlyh it is 😾

@mirabilos @amin @ddlyh

You sit down at a desktop. At the desktop is a keyboard, a USB mouse, and a USB-connected trackpoint by itself.

All other things being the same, which one do you reach for?

For me, it's the mouse, hands down.

@rl_dane
Depends on the interface. All things equal, a keyboard is more efficient than a mouse/touchpad because it only has a single point of movement. Mouse and touchpad you move them and they move the mouse pointer: the disconnect makes it less efficient. Touchscreen is as efficient as keyboard but most of our touchscreen UIs are rubbish, so generally I'll choose the keyboard thanks...
@mirabilos @amin
@rl_dane @mirabilos @amin
TBH, you can see this sort of thing with file management. GUI file managers are only useful when you use them with both mouse AND keyboard! Just mouse leaves you with a UI akin to touchscreen file managers, which are awful. Yet just keyboard and typing "cp * /otherplace" is much faster than even pressing a select all button, then finding a copy action, then navigating to a directory and pasting, etc.!

@ddlyh @mirabilos @amin

I agree. I find myself using dolphin less and less, but I do find it useful when there are many files present and I want a quick overview, or when I want more clues as to file type (icons!) (although I understand that tools like exa give you some of this)

@rl_dane @ddlyh @mirabilos

ls --color gives some clues to filetype too. ;)

@amin @rl_dane @ddlyh

$ ls --color ls: illegal option -- - usage: ls [-1AaCcdFfgikLlmnopqRrSsTtuWx] [file ...]

This works, though:

$ alias l l='ls -F'

@mirabilos @rl_dane @ddlyh

Yeah yeah yeah, I'm sure the flags are different on BSDs. ;)

@amin @mirabilos @ddlyh

#FreeBSD has ls --color (I think it might be the only --gnu-style flag in any stock BSD utility, lol), but not most of the other BSDs.

There's an lscolor in most ports, and of course, GNU coreutils if you want all that.

Honestly, alias ls=ls -F kinda does the job. ;)

@rl_dane @amin @mirabilos @ddlyh

Personally I just do ls -alh but that's just my preference...

misc-scripts/bash/.bash_aliases at 2999339de4df13457f3a43cbb13beba9e55268ba · kkarhan/misc-scripts

random scripts for various admin tasks. Contribute to kkarhan/misc-scripts development by creating an account on GitHub.

GitHub

@kkarhan @amin @mirabilos @ddlyh

Ah, another bash enjoyer!

I never do -a by default (let that which is to be hidden remain hidden until the right time!), and I use an environment variable to put commas in the file size output so it's always readable, even for terabyte-sized files.

@rl_dane @amin @mirabilos @ddlyh lets just say I do expect to be the one in control on a system...