Programa da IL sobre o ambiente: "uma rota política reformista, sustentada numa economia livre e aberta, capaz de produzir as soluções e transformações tecnológicas e infraestruturais de que precisamos." [isto é: solucionismo tecnológico]; "mais tecnologia e cada vez mais barata, para acelerar a transição energética rumo a um futuro não só mais eficiente, mas mais abundante." [idem]; "A Iniciativa Liberal está comprometida com os objetivos estabelecidos no Acordo de Paris, e considera fundamental que Portugal alcance uma economia de carbono líquido zero até 2050." [meta que segundo a IEA tem de ser atingida em 2035 para cumprir com o Acordo de Paris].
Ou seja, o que os miúdos vieram mesmo estragar e destruir foi a fantasia que a IL tenta espalhar de que eles estão do lado da solução e não do problema quanto à crise climática.
#criseclimática
Programa da IL sobre o ambiente: "uma rota política reformista, sustentada numa economia livre e aberta, capaz de produzir as soluções e transformações tecnológicas e infraestruturais de que precisamos." [isto é: solucionismo tecnológico]; "mais tecnologia e cada vez mais barata, para acelerar a transição energética rumo a um futuro não só mais eficiente, mas mais abundante." [idem]; "A Iniciativa Liberal está comprometida com os objetivos estabelecidos no Acordo de Paris, e considera fundamental que Portugal alcance uma economia de carbono líquido zero até 2050." [meta que segundo a IEA tem de ser atingida em 2035 para cumprir com o Acordo de Paris].
Ou seja, o que os miúdos vieram mesmo estragar e destruir foi a fantasia que a IL tenta espalhar de que eles estão do lado da solução e não do problema quanto à crise climática.
#criseclimática

To this:

Why.
Red for “activated” and dark gray for “deactivated” was easy to recognize.
Now we have light gray for “activated” and dark gray for “deactivated”. It’s clearly worse.
Why, why, why.

To this:

Why.
Red for “activated” and dark gray for “deactivated” was easy to recognize.
Now we have light gray for “activated” and dark gray for “deactivated”. It’s clearly worse.
Why, why, why.
The
echo in line 13 is useless, you can simplify this to: newdir="$WD/$now" If you reversed this line with the previous one, you could make use of the variable in the directory creation: mkdir "$newdir".In line 16, pull the directory change out of the loop upfront. The loop body doesn't modify the working directory, so no need to reset it with each cycle. In fact, you could even spare the
cd altogether when you simply tell find where to look: find "$basedir" -type f….I didn't try it, but if I read the manpage correctly, you should be able to simplify line 19 as well:
> -C Change to DIR before performing any operations. This option is order-sensitive, i.e. it affects all options that follow.
Hence, remove the
cd and put the -C "$WD" as the first argument to tar. Again, I didn't try it. Proceed with caution.Finally, you don't need to specify the full path to
rm in line 21. I bet, /bin is in your PATH. When you removed the previous cd from my last suggestion, the relative path that follows won't work anymore. So, just use the absolute path that you already have in a variable: rm -rf "$newdir"I hope you find this tiny review a wee bit useful. :-)
The
echo in line 13 is useless, you can simplify this to: newdir="$WD/$now" If you reversed this line with the previous one, you could make use of the variable in the directory creation: mkdir "$newdir".In line 16, pull the directory change out of the loop upfront. The loop body doesn't modify the working directory, so no need to reset it with each cycle. In fact, you could even spare the
cd altogether when you simply tell find where to look: find "$basedir" -type f….I didn't try it, but if I read the manpage correctly, you should be able to simplify line 19 as well:
> -C Change to DIR before performing any operations. This option is order-sensitive, i.e. it affects all options that follow.
Hence, remove the
cd and put the -C "$WD" as the first argument to tar. Again, I didn't try it. Proceed with caution.Finally, you don't need to specify the full path to
rm in line 21. I bet, /bin is in your PATH. When you removed the previous cd from my last suggestion, the relative path that follows won't work anymore. So, just use the absolute path that you already have in a variable: rm -rf "$newdir"I hope you find this tiny review a wee bit useful. :-)
Regarding
find | grep foo, I recommend find -name '*foo*', prologic. Also, I regularly use -type d and -type f to find directories or files.
Regarding
find | grep foo, I recommend find -name '*foo*', prologic. Also, I regularly use -type d and -type f to find directories or files.
find | grep.
tar is from the late 1970ies), while trying to retain backwards-compatibilty, I’m not surprised that the UI isn’t too great. 🤔 find has quite a few pitfalls, that is very true. At work, we don’t even use it anymore in more complex scenarios but write Python scripts instead. find can be fast and efficient, but fewer and fewer people lack the knowledge to use it … The same goes for Shell scripting in general, actually.
tar is from the late 1970ies), while trying to retain backwards-compatibilty, I’m not surprised that the UI isn’t too great. 🤔 find has quite a few pitfalls, that is very true. At work, we don’t even use it anymore in more complex scenarios but write Python scripts instead. find can be fast and efficient, but fewer and fewer people lack the knowledge to use it … The same goes for Shell scripting in general, actually.
rm data/cache* and it's all good, things will just get rebuilt 👌
that being said, the one i'd use if i did switch to one would be astro and that one is so flexible i could really do anything with it including keeping my pages as is mostly without doing the blog stuff. idk! something to consider
that being said, the one i'd use if i did switch to one would be astro and that one is so flexible i could really do anything with it including keeping my pages as is mostly without doing the blog stuff. idk! something to consider
tar which all look keysmashed and make no sense and the order matters apparently?!?! and find is SO SLOW and when i look at a typical command for it on stack overflow it looks like fucking regex it's EVILLLLL LMAO
tar which all look keysmashed and make no sense and the order matters apparently?!?! and find is SO SLOW and when i look at a typical command for it on stack overflow it looks like fucking regex it's EVILLLLL LMAO
Zombis días!
#FelizLunes ⌘ Read more****
Rocha diz que todos têm o direito a falar.
IL apresenta queixa contra os dois jovens ativistas.
Rocha diz que todos têm o direito a falar.
IL apresenta queixa contra os dois jovens ativistas.
tar and find were written by the devil to make sysadmins even more miserable
tar and find were written by the devil to make sysadmins even more miserable
Ó Luis, eu percebo que ache que o 25 de Abril, o 1º de Maio e a greve dos trabalhadores da CP sejam "Interferências políticas". E realmente enquanto o país estiver a ser liderado com alguém com essa atitude nós continuaremos na rua, interferindo para defender politicamente o povo. Para defender a liberdade, para defender os trabalhadores, para defender os direitos laborais - e tudo o mais que tem desdenhado.
Ó Luis, eu percebo que ache que o 25 de Abril, o 1º de Maio e a greve dos trabalhadores da CP sejam "Interferências políticas". E realmente enquanto o país estiver a ser liderado com alguém com essa atitude nós continuaremos na rua, interferindo para defender politicamente o povo. Para defender a liberdade, para defender os trabalhadores, para defender os direitos laborais - e tudo o mais que tem desdenhado.
“Next. Button. Button. Button. Button.” That’s all Orca says.
Ubuntu MATE 12.04 had a working, labeled, navigable installer.
Ubuntu MATE 24.04? It’s garbage.
No headings. No structure. No sense of where you are. Just unlabeled buttons and blank space.
This isn’t a bug.
This is neglect.》
#Ubuntu #Acessibility
@labellaragassa@labellaragassa https://exquisite.social/@labellaragassa/114488143878385178
“Next. Button. Button. Button. Button.” That’s all Orca says.
Ubuntu MATE 12.04 had a working, labeled, navigable installer.
Ubuntu MATE 24.04? It’s garbage.
No headings. No structure. No sense of where you are. Just unlabeled buttons and blank space.
This isn’t a bug.
This is neglect.》
#Ubuntu #Acessibility
@labellaragassa@labellaragassa https://exquisite.social/@labellaragassa/114488143878385178
Sieben's Matt playing with his violin Kev with his fingers
Sieben's Matt drumming on his violin Kev
Sieben's Matt playing with his violin Kev with the bow
Sieben's Matt playing with his violin Kev with his fingers
Sieben's Matt drumming on his violin Kev
Sieben's Matt playing with his violin Kev with the bow