I am regularly asked how I frame my pictures. I created PhotoFramer - github.com/j15k/phot... - A Photo framing #Bash #shell #script to add a frame and information - Avatar, location, ISO, exposure, aperture, and focal length - to images. #imageMagick #commandline #photoprocessing #postprocessing

GitHub - j15k/photoframer: Pho...
GitHub - j15k/photoframer: PhotoFramer is a photo framing script to add a frame and EXIF information to images without modifying originals. Includes: Avatar, location, ISO, exposure, aperture, and focal length.

PhotoFramer is a photo framing script to add a frame and EXIF information to images without modifying originals. Includes: Avatar, location, ISO, exposure, aperture, and focal length. - j15k/photof...

GitHub
I am regularly asked how I frame my pictures. I created PhotoFramer - https://github.com/j15k/photoframer - A Photo framing #Bash #shell #script to add a frame and information - Avatar, location, ISO, exposure, aperture, and focal length - to images. #imageMagick #commandline #photoprocessing #postprocessing
One Open-source Project Daily

Record terminal sessions as SVG animations

https://github.com/nbedos/termtosvg

#1ospd #opensource #animation #cli #recorder #recording #shell #svg #svganimations #terminal
GitHub - nbedos/termtosvg: Record terminal sessions as SVG animations

Record terminal sessions as SVG animations. Contribute to nbedos/termtosvg development by creating an account on GitHub.

GitHub

Title: P0: I collected logs from several nodes to one file [2023-08-13 Sun]
From result of execution of python scripts to a one server.

With this commands:

For nodes:
: script -c python param.py |& sed -u "s/^/S{who}: /" |& perl -ne use IO::Handle printf " ", scalar time(), S_ STDOUT->autoflush(1) |& tee -a S{who}.log

For one server:
: watch "cat chief_0.log worker_0.log worker_1.log | sort -ns -k1 | tail"\n#k8s #shell #bash #terminal #console

Title: P0: I collected logs from several nodes to one file [2023-08-13 Sun]
From result of execution of python scripts to a one server.

With this commands:

For nodes:
: script -c python param.py |& sed -u "s/^/S{who}: /" |& perl -ne use IO::Handle printf " ", scalar time(), S_ STDOUT->autoflush(1) |& tee -a S{who}.log

For one server:
: watch "cat chief_0.log worker_0.log worker_1.log | sort -ns -k1 | tail"\n#k8s #shell #bash #terminal #console

Kent Pitman on the #climate crisis, #ai #llm #security and the #commonLisp Condition System wrt John Mashey, DM, Vassil

https://toobnix.org/w/88ZPfUcso2HNSKX6gNYShW

Kent Pitman on the #climate crisis, #ai #llm #security and the #commonLisp Condition System wrt John Mashey, DM, Vassil

PeerTube

#lispyGopherClimate Tuesday-night-in-the-Americas

https://toobnix.org/w/88ZPfUcso2HNSKX6gNYShW #archive <- should have full audio

- This brave new world's #AI #vulns
+ #climateCrisis with e.g. oil

- The #commonLisp #conditionSystem #programming thread (& #shell ) https://gamerplus.org/@screwlisp/116390562771940285
Featuing @kentpitman @dougmerritt @vnikolov and more

- Also a note from @JohnMashey #unix when I tagged him (mostly, "haven't touched #lisp since the 70s").

- Live chat on #lambdaMOO !

@sdf can someone validate @artemis .

#datocurioso

¿Sabían que el término shell en informática se utiliza para describir la capa de software que envuelve al kernel, funcionando como una "cáscara" o "caparazón" para la interacción con el usuario?

Mientras que el kernel gestiona los recursos internos del hardware, el shell es el programa que interpreta los comandos ingresados por el usuario y los traduce en instrucciones que el sistema operativo puede ejecutar. El concepto fue introducido por primera vez por Louis Pouzin a mediados de la década de 1960 para el sistema Multics, y posteriormente fue adoptado y refinado en el ecosistema UNIX. Esta estructura permite que el núcleo del sistema permanezca protegido, mientras que el shell actúa como una interfaz lógica externa.

Existen dos tipos principales de shell: la interfaz de línea de comandos (CLI), como Bash o Zsh, donde la interacción es puramente textual, y la interfaz gráfica de usuario (GUI), que utiliza elementos visuales como ventanas e iconos. Algo importante en la historia de estas herramientas fue el lanzamiento del Bourne Shell (sh) en 1977, desarrollado por Stephen Bourne en los Laboratorios Bell. Este se convirtió en el estándar de facto y sentó las bases para el desarrollo de Bash (Bourne Again Shell), que es actualmente el intérprete de comandos predeterminado en la mayoría de las distribuciones de Linux.

El shell no es simplemente un lanzador de aplicaciones, sino un lenguaje de programación completo. A través de los denominados shell scripts, los usuarios pueden automatizar tareas complejas, gestionar flujos de datos y administrar servidores de forma remota. Esta versatilidad es la que permite que, a pesar del avance de las interfaces gráficas, el uso de la terminal siga siendo la herramienta fundamental para la administración de sistemas y el desarrollo de software profesional.

#Shell #Bash #UNIX #Linux #Informática #Historia #Terminal

I couldn't find a tool to easily display command output in a limited scrolling region of the terminal, so I built a bash script that does that. It uses the terminal's built-in scrolling region capability.

I call it "peek" 👀 . You can think of it as a combination of watch + tail.

Source: https://gist.github.com/literallylara/fb2d47789ac3cd0ff9b771f5e7dc86f3

#linux #unix #bash #shell

@jean_dupont
U don't have to ditch fish shell 😃. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now.

#nushell #fish #shell #completions