sonnenzeit

joined 1 year ago
[–] sonnenzeit@feddit.de 5 points 6 months ago (1 children)

Didn't even know that this existed. Will have to try. Thumbs up for using mark up which makes it easy to export/import notes.

[–] sonnenzeit@feddit.de 7 points 1 year ago (1 children)

One reason to keep in mind is backwards compatibility and the expectancy that every Linux system has the same basic tools that work the same.

Imagine you have a script running on your server that uses a command with or without specific arguments. If the command (say tar) changes its default parameters this could lead to a lot of nasty side effects from crashes to lost or mangled data. Besides the headache of debugging that, even if you knew about the change beforehand it's still a lot effort to track down every piece of code that makes use of that command and rewrite it.

That's why programs and interfaces usually add new options over time but are mostly hesitant to remove old ones. And if they do they'll usually warn the others beforehand that a feature will deprecate while allowing for a transitional period.

One way to solve this conundrum is to simply introduce new commands that offer new features and a more streamlined approach that can replace the older ones in time. Yet a distribution can still ship the older ones alongside the newer ones just in case they are needed.

Looking at pagers (programs that break up long streams of text into multiple pages that you can read one at a time) as a simple example you'll find that more is an older pager program while the newer less offers an even better experience ("less is more", ¿get the joke?). Both come pre-installed as core tools on many distributions. Finally an even more modern alternative is most, another pager with even better functionality, but you'll need to install that one yourself.

[–] sonnenzeit@feddit.de 2 points 1 year ago

ouch stands for Obvious Unified Compression Helper.

great name

[–] sonnenzeit@feddit.de 3 points 1 year ago (5 children)

I just use atool (archive tool) instead. It works the same for any common compression format (tar, gzip, zip, 7zip, rar, etc) and comes with handy aliases like apack and aunpack obsoleting the need to memorize options.

[–] sonnenzeit@feddit.de 6 points 1 year ago* (last edited 1 year ago)

Many do as it's considered good practice, but it's not guaranteed, it just depends on the individual command (program). Usually you can use the --help option to see all the options, so for instance tar --help.

[–] sonnenzeit@feddit.de 1 points 1 year ago

Open Dyslexic has you covered. It was designed by experts for this purpose.

[–] sonnenzeit@feddit.de 4 points 1 year ago

Weird, maybe it's because it has 'fucking' in the title? That would happen if they applied a filter with keywords.

[–] sonnenzeit@feddit.de 5 points 1 year ago

I've resolved my issue by updating Jerboa to the newest version but that's a really useful app to have nevertheless. It let's you do a whole bunch more like removing tracking parameters or see what's behind a shortened url. Thanks for sharing.

[–] sonnenzeit@feddit.de 8 points 1 year ago

Updated to newest version and now I have the same option. Thanks.

 

Markup let's you label a link which is really nice for readability but can also be used to trick people into opening a different site from what they are shown. For example the link below suggests it takes you to a Mastodon instance but if you blindly tap it it will take you somewhere else:

https://mastodon.social/explore

Is there a quick and convenient way to check the actual URL behind a link? I know that it's possible to show a post as plain markup but in longer posts with potentially multiple links it's cumbersome to correlate what is what.

Ideally long tapping a link should show you the actual URL or alternatively you always get a small confirmation pop up with a simple tap (that's how it worked on RIF for instance).

Just sanity checking if I'm missing anything, else I might submit a feature request.

Edit: looks like this was added in a recent update. Get the newest version and it will let you long press a link to get an options menu.