Lightworks
El increíble editor de vídeo que tod@s deben probar.
Posee:
♦️Muchas opciones avanzadas.
♦️Edición de la línea temporal.
♦️Soporte para audio y vídeo FX.
♦️Acceso a contenidos de audio y vídeo.
♦️Una nterfaz intuitiva, sencilla y fácil de usar.
@horhik The program used for these animations is glitchcat (https://github.com/kuviman/glitchcat), on the Arch Linux Repository you can find it as the glitchcat-git package. I just send a random ASCII art to the program in the last line of ~/.zshrc (or ~/.bashrc if you prefer bash) and it automatically displays the animation on start.
To create the ASCII art I used a program called Jave, which can take an image and create a text version of it.
@liebook it is achieved using a program called glitchcat (just like cat, but with glitch animations), I found it in the AUR as glitchcat-git.
You can also find it on github: https://github.com/kuviman/glitchcat
After the install I just included this at the end of my .zshrc file (it could be in .bashrc instead y you use bash):
<pre>glitchcat -a 100 -d 600 -f 400 -g 100 -m HomoGlyphs ~/Imágenes/ASCII/lain/lain$(azar 1 7)</pre>
The "azar" function basically takes a random number between an interval, which I use to pic a random ASCII art text in a folder. It is defined as follows inside .zshrc:
<pre>function azar(){
minimo=$1
maximo=$2
diferencia=maximo-minimo+1
echo $(((RANDOM % diferencia) + minimo))
}</pre>
@x Here it is, I drew it myself. It is quite small because in my system it is expanded using an external wallpaper setter (xrootgif), so you may need to expand it using something like gimp.
The penguin suit idea came from the GNU/Linux mascot Tux.
@Zergling_man
I like Thunderbird, you can use it to monitor RSS feeds and multiple mail accounts at the same time.
@CarlosE Saludos desde México
If anyone is interested in Learning LaTeX / Overleaf
Hey everybody! We have an upcoming free webinar: Intro to Overleaf, Part I: Beginner Features.
Save the date: Thursday, Aug 12, 2021, 11AM ET / 3PM UTC / 8AM PT. Join the fun and learn how you can make the most of your Overleaf account! See you there!
@bumbervevo to play music I use cmus, and ranger as file manager (runs on python). You may prefer nnn or other compiled text-based browsers. The only terminal-based browser I know is w3m, I think that's the name. You can also use Emacs in a terminal, if you install it with the GUI you can still force the terminal mode by executing "emacs -nw", which makes it a little faster, and can be used as a file manager, text editor, media player, and browser.
Nuestros amigos de https://clementina.org.ar/
acaban de publicar un libro con información sobre #Linux para no especialistas. Lectura recomendada para todxs los que les gusta la libertad:
https://clementina.org.ar/Publicaciones/LibroDistros.pdf
Soy ingeniero en #biónica mexicano. Hablo inglés y español.
Me gustan la #programación , el desarrollo de #videojuegos , y la #ciencia en general.
Actualmente trabajo en cosas relacionadas a la síntesis de materiales y el diagnóstico de cáncer con procesamiento de imágenes.
Me gustan el #pixelart y el #chiptune , casi todo lo relacionado con la estética retro de los videojuegos.