no functional programming languages like Rust
What?
no functional programming languages like Rust
What?
No, it is impossible to solve this on filesystem level. In theory, it would be possible to adopt some video codec for compression of such photo series, but it would be a lot of work to integrate it into immich.
What error you get exactly?
If you didn’t push your changes yet, you can use git filter-branch
to remove it from all your commits. If you already pushed (or figured out that someone committed and pushed a key), you can do the same with force-push, but also revoke the key.
A bit too late. 20 years ago this would be great. (I started 12 years ago, used it for couple of hobby projects.)
It is easy to get hacked if you make stupid mistakes. Just don’t make them.
That’s why I wrote this. There’s a chance that the developer will read my comment and improve animations.
sh
is for shell.
Take a look at Dart+Flutter.
Python would be OK. Ruby is nearly dead nowadays. JS itself is used rarely, better consider using TS (however I don’t recommend using them for anything other than web frontend). Go is a great language but it’s unpopular in GUI development.
DEL is supposed to delete one row of text
It’s not. It overrides a row on a punch card, i. e. one character.
Security fixes are backported to ESR releases so they are not less secure than bleeding edge.
Standard tool to send email is mailx
, it is also often aliased as mail
.
When using “<<-”, shell removes all tabs from the beginning of each line. So you have to use tabs for formatting inside your script and then spaces for HTML formatting, as in my example. Or use “<<” without dash to preserve tabs.
cat
does not create file
, your shell does when you redirect the standard output with > file
.
You need cat
because it reads stdin
and prints it to stdout
. echo
does not read stdin
, it prints its arguments.
Multiply before you divide to keep precision: 1000 * $i1p / $apiresponse
And again, using here-document greatly improves readability, like this.
Disable systemd-resolved.service? Uninstall systemd-resolved?